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.c53 #define HIBITS (LDBL_MANT_DIG - LDBL_MANL_SIZE) macro
65 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()