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.c39 redux = 0x1.8p23f / TBLSIZE, variable
121 STRICT_ASSIGN(float, t, x + redux); in exp2f()
126 t -= redux; in exp2f()
Ds_exp2.c39 redux = 0x1.8p52 / TBLSIZE, variable
368 STRICT_ASSIGN(double, t, x + redux); in exp2()
373 t -= redux; in exp2()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_exp2l.c59 redux = 0x1.8p112 / TBLSIZE; variable
397 u.e = x + redux; in exp2l()
401 u.e -= redux; in exp2l()