Home
last modified time | relevance | path

Searched refs:redux (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_exp2f.c41 redux = 0x1.8p23f / TBLSIZE, variable
123 STRICT_ASSIGN(float, t, x + redux); in exp2f()
128 t -= redux; in exp2f()
Ds_exp2.c41 redux = 0x1.8p52 / TBLSIZE, variable
370 STRICT_ASSIGN(double, t, x + redux); in exp2()
375 t -= redux; in exp2()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_exp2l.c61 redux = 0x1.8p112 / TBLSIZE; variable
399 u.e = x + redux; in exp2l()
403 u.e -= redux; in exp2l()