Home
last modified time | relevance | path

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

/third_party/musl/src/math/
H A Dexp2l.c37 #define TBLSIZE (1 << TBLBITS) macro
40 redux = 0x1.8p63 / TBLSIZE,
48 static const double tbl[TBLSIZE * 2] = {
191 * y = i/TBLSIZE + z for integer i near y * TBLSIZE.
192 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z),
195 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z) via a
238 i0 = u.i.m + TBLSIZE / 2; in exp2l()
239 k.u = i0 / TBLSIZE * TBLSIZE; in exp2l()
256 #define TBLSIZE global() macro
[all...]
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp2l.c37 #define TBLSIZE (1 << TBLBITS) macro
40 redux = 0x1.8p63 / TBLSIZE,
48 static const double tbl[TBLSIZE * 2] = {
191 * y = i/TBLSIZE + z for integer i near y * TBLSIZE.
192 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z),
195 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z) via a
238 i0 = u.i.m + TBLSIZE / 2; in exp2l()
239 k.u = i0 / TBLSIZE * TBLSIZE; in exp2l()
256 #define TBLSIZE global() macro
[all...]

Completed in 2 milliseconds