Searched refs:qx (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gmp/mpn/generic/
H A Ddiveby3.c135 mp_limb_t s, sm, cl, q, qx, c2, c3; local
151 qx = q + (s < cy);
153 c2 = qx >= GMP_NUMB_CEIL_MAX_DIV3;
154 c3 = qx >= GMP_NUMB_CEIL_2MAX_DIV3 ;
/haiku-buildtools/gcc/libquadmath/math/
H A Dexpm1q.c94 __float128 px, qx, xx; local
151 qx = (((((((x
156 qx = x + (0.5 * xx + xx * px / qx);
160 We have qx = exp(remainder ln 2) - 1, so
161 exp(x) - 1 = 2^k (qx + 1) - 1
162 = 2^k qx + 2^k - 1. */
165 x = px * qx + (px - 1.0);

Completed in 303 milliseconds