Searched refs:mpfr_pow_z (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtpow_z.c1 /* Test file for mpfr_pow_z -- power function x^z with z a MPZ
45 res = mpfr_pow_z (y, x, z, MPFR_RNDN);
49 res = mpfr_pow_z (y, x, z, MPFR_RNDN);
53 res = mpfr_pow_z (y, x, z, MPFR_RNDN);
60 res = mpfr_pow_z (y, x, z, MPFR_RNDN);
64 res = mpfr_pow_z (y, x, z, MPFR_RNDN);
69 res = mpfr_pow_z (y, x, z, MPFR_RNDN);
73 res = mpfr_pow_z (y, x, z, MPFR_RNDN);
79 res = mpfr_pow_z (y, x, z, MPFR_RNDN);
83 res = mpfr_pow_z (
[all...]
H A Dtpow_all.c195 /* If y is an integer but not -0 and not huge, we can test mpfr_pow_z,
243 /* Test mpfr_pow_z. */
247 inex2 = mpfr_pow_z (z2, x, yyy, rnd);
249 s, "mpfr_pow_z, flags cleared");
251 inex2 = mpfr_pow_z (z2, x, yyy, rnd);
253 s, "mpfr_pow_z, flags set");
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dpow_ui.c142 * mpfr_pow_z, which can handle it. This case could be improved in the
143 * future, without having to use mpfr_pow_z.
146 " let's use mpfr_pow_z.\n", 0));
151 inexact = mpfr_pow_z (y, x, z, rnd);
H A Dpow.c100 *inexact = mpfr_pow_z (z, tmp, c, rnd_mode);
590 /* If y is an integer, we can use mpfr_pow_z (based on multiplications),
605 inexact = mpfr_pow_z (z, x, zi, rnd_mode);
H A Dpow_z.c0 /* mpfr_pow_z -- power function x^z with z a MPZ
164 mpfr_pow_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t rnd) function
H A Dmpfr.h454 __MPFR_DECLSPEC int mpfr_pow_z _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,

Completed in 71 milliseconds