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

  /src/external/lgpl3/mpfr/dist/src/
pow_z.c 38 mpz_t absz; local
54 absz[0] = z[0];
55 SIZ (absz) = ABSIZ (absz); /* Hack to get abs(z) */
87 if (mpz_tstbit (absz, i - 2))
92 if (mpz_tstbit (absz, i))
109 inexact = mpfr_overflow (y, rnd, mpz_odd_p (absz) ?
143 inexact = mpfr_underflow (y, rnd, mpz_odd_p (absz) ?
jn.c 91 mpfr_t y, s, t, absz; local
182 MPFR_ALIAS (absz, z, 1, MPFR_EXP (z));
183 if (mpfr_cmp_ui (absz, pbound) > 0)

Completed in 69 milliseconds