Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_fmodl.c43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) macro
46 #define SET_NBIT(hx) (hx) macro
112 hx = SET_NBIT(ux.bits.manh); in fmodl()
113 hy = SET_NBIT(uy.bits.manh); in fmodl()
Ds_remquol.c43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) macro
46 #define SET_NBIT(hx) (hx) macro
121 hx = SET_NBIT(ux.bits.manh); in remquol()
122 hy = SET_NBIT(uy.bits.manh); in remquol()