HomeSort by: relevance | last modified time | path
    Searched defs:redux (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libm/noieee_src/
n_exp2.c 44 redux = 0x1.8p52 / TBLSIZE, variable in typeref:typename:const double
364 (*(volatile double*)&t) = x + redux;
369 t -= redux;
n_exp2f.c 44 redux = 0x1.8p23f / TBLSIZE, variable in typeref:typename:const float
118 i0 = x + redux;
123 t -= redux;
  /src/lib/libm/src/
s_exp2.c 42 redux = 0x1.8p52 / TBLSIZE, variable in typeref:typename:const double
381 x_p_redux.value = x + redux;
387 z = x - (x_p_redux.value - redux);
s_exp2f.c 42 redux = 0x1.8p23f / TBLSIZE, variable in typeref:typename:const float
144 STRICT_ASSIGN(float, t, x + redux);
149 t -= redux;
  /src/lib/libm/ld80/
s_exp2l.c 52 redux = 0x1.8p63 / TBLSIZE, variable in typeref:typename:const double
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/ld128/
s_exp2l.c 59 redux = 0x1.8p112 / TBLSIZE; variable in typeref:typename:const double
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;
  /src/sbin/nvmectl/
bignum.c 3253 int (*redux)(mp_int*,mp_int*,mp_int*); local in function:basic_exponent_mod
3283 redux = mp_reduce;
3288 redux = mp_reduce_2k_l;
3318 if ((err = redux(&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) {
3330 if ((err = redux(&M[x], P, &mu)) != MP_OKAY) {
3379 if ((err = redux(&res, P, &mu)) != MP_OKAY) {
3396 if ((err = redux(&res, P, &mu)) != MP_OKAY) {
3405 if ((err = redux(&res, P, &mu)) != MP_OKAY) {
3423 if ((err = redux(&res, P, &mu)) != MP_OKAY) {
3433 if ((err = redux(&res, P, &mu)) != MP_OKAY)
4067 int (*redux)(mp_int*,mp_int*,mp_digit); local in function:fast_exponent_modulo
    [all...]

Completed in 15 milliseconds