HomeSort by: relevance | last modified time | path
    Searched refs:absz (Results 1 - 3 of 3) 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)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/
algebraic.d 461 const absz = fabs(z);
464 const ratio = fmax(absx, fmax(absy, absz));
470 + (absz / ratio) * (absz / ratio));

Completed in 21 milliseconds