Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/src/
H A De_fmodl.c50 #define SET_NBIT(hx) ((hx) | (1ULL << EXT_FRACHBITS)) macro
54 #define SET_NBIT(hx) (hx) macro
H A Ds_remquol.c53 #define SET_NBIT(hx) ((hx) | (1ULL << EXT_FRACHBITS)) macro
56 #define SET_NBIT(hx) (hx) macro