Home
last modified time | relevance | path

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

/freebsd/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) | in modfl()
89 if (GETFRAC(ux.bits.manl, LDBL_MANT_DIG - 1 - e) == 0) { in modfl()