Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_modfl.c55 #define HIBITS (LDBL_MANT_DIG - LDBL_MANL_SIZE) macro
67 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()