Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp2l.c37 #define TBLSIZE (1 << TBLBITS) macro
40 redux = 0x1.8p63 / TBLSIZE,
48 static const double tbl[TBLSIZE * 2] = {
238 i0 = u.i.m + TBLSIZE / 2; in exp2l()
239 k.u = i0 / TBLSIZE * TBLSIZE; in exp2l()
240 k.i /= TBLSIZE; in exp2l()
241 i0 %= TBLSIZE; in exp2l()
256 #define TBLSIZE (1 << TBLBITS) macro
271 redux = 0x1.8p112 / TBLSIZE;
273 static const long double tbl[TBLSIZE] = {
[all …]
/third_party/musl/src/math/
Dexp2l.c37 #define TBLSIZE (1 << TBLBITS) macro
40 redux = 0x1.8p63 / TBLSIZE,
48 static const double tbl[TBLSIZE * 2] = {
238 i0 = u.i.m + TBLSIZE / 2; in exp2l()
239 k.u = i0 / TBLSIZE * TBLSIZE; in exp2l()
240 k.i /= TBLSIZE; in exp2l()
241 i0 %= TBLSIZE; in exp2l()
256 #define TBLSIZE (1 << TBLBITS) macro
271 redux = 0x1.8p112 / TBLSIZE;
273 static const long double tbl[TBLSIZE] = {
[all …]