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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dpow_z.c38 mpz_t absz; local
51 absz[0] = z[0];
52 SIZ (absz) = ABS(SIZ(absz)); /* Hack to get abs(z) */
84 if (mpz_tstbit (absz, i - 2))
89 if (mpz_tstbit (absz, i))
106 inexact = mpfr_overflow (y, rnd, mpz_odd_p (absz) ?
140 inexact = mpfr_underflow (y, rnd, mpz_odd_p (absz) ?
H A Djn.c90 mpfr_t y, s, t, absz; local
179 MPFR_ALIAS (absz, z, 1, MPFR_EXP (z));
180 if (mpfr_cmp_ui (absz, pbound) > 0)

Completed in 62 milliseconds