Searched refs:HIBITS (Results 1 – 1 of 1) sorted by relevance
53 #define HIBITS (LDBL_MANT_DIG - LDBL_MANL_SIZE) macro65 if (e < HIBITS) { /* Integer part is in manh. */ in modfl()70 if ((GETFRAC(ux.bits.manh, HIBITS - 1 - e) | in modfl()76 ux.bits.manh >>= HIBITS - 1 - e; in modfl()77 ux.bits.manh <<= HIBITS - 1 - e; in modfl()