Searched refs:mpfr_pow_ui (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtpow.c1 /* Test file for mpfr_pow, mpfr_pow_ui and mpfr_pow_si.
63 #define TEST_FUNCTION mpfr_pow_ui
86 mpfr_pow_ui (a, b, 10, MPFR_RNDN);
87 mpfr_pow_ui (b, b, 10, MPFR_RNDN);
90 printf ("Error for mpfr_pow_ui (b, b, ...)\n");
96 mpfr_pow_ui (a, b, 4294967295UL, MPFR_RNDN);
99 mpfr_pow_ui (a, a, 4049053855UL, MPFR_RNDN);
107 mpfr_pow_ui (a, a, (unsigned long) 30002752, MPFR_RNDN);
116 res = mpfr_pow_ui (a, a, -mpfr_get_emin (), MPFR_RNDN);
125 res = mpfr_pow_ui (
[all...]
H A Dtaway.c403 test2ui (mpfr_pow_ui, "mpfr_pow_ui");
H A Dtpow_z.c210 res2 = mpfr_pow_ui (x, x, 2026876995UL, MPFR_RNDU);
H A Dtpow_all.c162 we can test mpfr_pow_ui. */
169 inex2 = mpfr_pow_ui (z2, x, yy, rnd);
171 s, "mpfr_pow_ui, flags cleared");
173 inex2 = mpfr_pow_ui (z2, x, yy, rnd);
175 s, "mpfr_pow_ui, flags set");
544 * Error with mpfr_pow_ui, flags cleared
H A Dtfmod.c112 mpfr_pow_ui (x, y, 42, MPFR_RNDN);
H A Dreuse.c587 test2ui (mpfr_pow_ui, "mpfr_pow_ui", p, (mpfr_rnd_t) rnd);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dpow_si.c38 return mpfr_pow_ui (y, x, n, rnd);
181 MPFR_BLOCK (flags, mpfr_pow_ui (t, t, abs_n, rnd));
H A Dpow_ui.c0 /* mpfr_pow_ui-- compute the power of a floating-point
29 mpfr_pow_ui (mpfr_ptr y, mpfr_srcptr x, unsigned long int n, mpfr_rnd_t rnd) function
H A Djn.c241 mpfr_pow_ui (t, z, absn, MPFR_RNDN); /* z^|n| */
H A Dai.c119 mpfr_pow_ui (tmp_sp, tmp_sp, 3, MPFR_RNDU);
H A Dgamma.c78 mpfr_pow_ui (x, x, n, MPFR_RNDZ);
H A Dmpf2mpfr.h142 #define mpf_pow_ui(x,y,z) mpfr_pow_ui(x,y,z,MPFR_DEFAULT_RND)
H A Dyn.c343 mpfr_pow_ui (s2, z, absn, MPFR_RNDN);
H A Dmpfr.h448 __MPFR_DECLSPEC int mpfr_pow_ui _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,

Completed in 77 milliseconds