Searched refs:HIBITS (Results 1 – 1 of 1) sorted by relevance
55 #define HIBITS (LDBL_MANT_DIG - LDBL_MANL_SIZE) macro67 if (e < HIBITS) { /* Integer part is in manh. */ in modfl()72 if ((GETFRAC(ux.bits.manh, HIBITS - 1 - e) | in modfl()78 ux.bits.manh >>= HIBITS - 1 - e; in modfl()79 ux.bits.manh <<= HIBITS - 1 - e; in modfl()