Home
last modified time | relevance | path

Searched refs:SET_NBIT (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
De_fmodl.c25 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) macro
29 #define SET_NBIT(hx) (hx) macro
102 hx = SET_NBIT(ux.bits.ext_frach); in fmodl()
103 hy = SET_NBIT(uy.bits.ext_frach); in fmodl()
Ds_remquol.c24 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) macro
27 #define SET_NBIT(hx) (hx) macro
107 hx = SET_NBIT(hx); in remquol()
108 lx = SET_NBIT(lx); in remquol()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
Ds_remquol.c25 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) macro
29 #define SET_NBIT(hx) (hx) macro
107 _hx = SET_NBIT(hx & 0x0000ffffffffffffLL); in remquol()
108 hy = SET_NBIT(hy & 0x0000ffffffffffffLL); in remquol()