Searched refs:GETFRAC (Results 1 – 1 of 1) sorted by relevance
53 #define GETFRAC(bits, n) ((bits) & ~(MASK << (n))) macro72 if ((GETFRAC(ux.bits.manh, HIBITS - 1 - e) | in modfl()91 if (GETFRAC(ux.bits.manl, LDBL_MANT_DIG - 1 - e) == 0) { in modfl()