Home
last modified time | relevance | path

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

/third_party/musl/src/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 in exp2l()
232 * Example: Suppose x is 0xabc.123456p0 and TBLBITS is 8. in exp2l()
255 #define TBLBITS 7 macro
256 #define TBLSIZE (1 << TBLBITS)
595 * TBLBITS fractional bits (i0). We use bit tricks to extract these in exp2l()
598 * Example: Suppose x is 0xabc.123456p0 and TBLBITS is 8. in exp2l()
/third_party/musl/porting/liteos_a/kernel/src/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 in exp2l()
232 * Example: Suppose x is 0xabc.123456p0 and TBLBITS is 8. in exp2l()
255 #define TBLBITS 7 macro
256 #define TBLSIZE (1 << TBLBITS)
595 * TBLBITS fractional bits (i0). We use bit tricks to extract these in exp2l()
598 * Example: Suppose x is 0xabc.123456p0 and TBLBITS is 8. in exp2l()

Completed in 3 milliseconds