| /src/lib/libm/ld80/ |
| s_exp2l.c | 52 redux = 0x1.8p63 / TBLSIZE, variable 244 * Reduce x, computing z, i0, and k. The low bits of x + redux 250 * Then the low-order word of x + redux is 0x000abc12, 257 u.extu_ld = x + redux; 261 u.extu_ld -= redux;
|
| /src/lib/libm/noieee_src/ |
| n_exp2.c | 44 redux = 0x1.8p52 / TBLSIZE, variable 364 (*(volatile double*)&t) = x + redux; 369 t -= redux;
|
| n_exp2f.c | 44 redux = 0x1.8p23f / TBLSIZE, variable 118 i0 = x + redux; 123 t -= redux;
|
| /src/lib/libm/src/ |
| s_exp2.c | 42 redux = 0x1.8p52 / TBLSIZE, variable 381 x_p_redux.value = x + redux; 387 z = x - (x_p_redux.value - redux);
|
| s_exp2f.c | 42 redux = 0x1.8p23f / TBLSIZE, variable 144 STRICT_ASSIGN(float, t, x + redux); 149 t -= redux;
|
| /src/lib/libm/ld128/ |
| s_exp2l.c | 59 redux = 0x1.8p112 / TBLSIZE; variable 384 * Reduce x, computing z, i0, and k. The low bits of x + redux 390 * Then the low-order word of x + redux is 0x000abc12, 397 u.extu_ld = x + redux; 401 u.extu_ld -= redux;
|