Searched refs:GETFRAC (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/lib/msun/src/
H A Ds_modfl.c51 #define GETFRAC(bits, n) ((bits) & ~(MASK << (n))) macro
70 if ((GETFRAC(ux.bits.manh, HIBITS - 1 - e) |
89 if (GETFRAC(ux.bits.manl, LDBL_MANT_DIG - 1 - e) == 0) {

Completed in 54 milliseconds