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

  /src/external/lgpl3/mpfr/dist/src/
pow_z.c 32 mpfr_pow_pos_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t rnd, int cr) function
264 inexact = mpfr_pow_pos_z (y, x, z, rnd, 1);
305 MPFR_BLOCK (flags, mpfr_pow_pos_z (t, t, z, rnd, 0));
334 in mpfr_pow_pos_z, let's use the general case of
pow_z.c 32 mpfr_pow_pos_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t rnd, int cr) function
264 inexact = mpfr_pow_pos_z (y, x, z, rnd, 1);
305 MPFR_BLOCK (flags, mpfr_pow_pos_z (t, t, z, rnd, 0));
334 in mpfr_pow_pos_z, let's use the general case of
pow_z.c 32 mpfr_pow_pos_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t rnd, int cr) function
264 inexact = mpfr_pow_pos_z (y, x, z, rnd, 1);
305 MPFR_BLOCK (flags, mpfr_pow_pos_z (t, t, z, rnd, 0));
334 in mpfr_pow_pos_z, let's use the general case of

Completed in 69 milliseconds