Searched defs:SET_NBIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A De_fmodl.c43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) macro
46 #define SET_NBIT(hx) (hx) macro
H A Ds_remquol.c43 #define SET_NBIT(hx) ((hx) | (1ULL << LDBL_MANH_SIZE)) macro
46 #define SET_NBIT(hx) (hx) macro

Completed in 54 milliseconds