Searched refs:redux (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libm/src/
H A Ds_exp2f.c38 redux = 0x1.8p23f / TBLSIZE, variable
118 STRICT_ASSIGN(float, t, x + redux);
123 t -= redux;
H A Ds_exp2.c38 redux = 0x1.8p52 / TBLSIZE, variable
365 STRICT_ASSIGN(double, t, x + redux);
370 t -= redux;
/openbsd-current/lib/libm/src/ld128/
H A Ds_exp2l.c60 redux = 0x1.8p112 / TBLSIZE; variable
390 * Reduce x, computing z, i0, and k. The low bits of x + redux
396 * Then the low-order word of x + redux is 0x000abc12,
403 u.e = x + redux;
408 u.e -= redux;
/openbsd-current/lib/libm/src/ld80/
H A Ds_exp2l.c48 redux = 0x1.8p63 / TBLSIZE, variable
240 * Reduce x, computing z, i0, and k. The low bits of x + redux
246 * Then the low-order word of x + redux is 0x000abc12,
253 u.e = x + redux;
257 u.e -= redux;

Completed in 180 milliseconds