Searched refs:TBLBITS (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dexp2l.c36 #define TBLBITS 7 macro
37 #define TBLSIZE (1 << TBLBITS)
193 * with |z| <= 2**-(TBLBITS+1).
229 * TBLBITS fractional bits (i0). We use bit tricks to extract these
232 * Example: Suppose x is 0xabc.123456p0 and TBLBITS is 8.
255 #define TBLBITS 7 macro
256 #define TBLSIZE (1 << TBLBITS)
595 * TBLBITS fractional bits (i0). We use bit tricks to extract these
598 * Example: Suppose x is 0xabc.123456p0 and TBLBITS is 8.

Completed in 80 milliseconds