Searched refs:mpfr_ui_pow (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dexp10.c28 return mpfr_ui_pow (y, 10, x, rnd_mode);
H A Dui_pow.c0 /* mpfr_ui_pow -- power of n function n^x
26 mpfr_ui_pow (mpfr_ptr y, unsigned long int n, mpfr_srcptr x, mpfr_rnd_t rnd_mode) function
H A Dzeta.c74 mpfr_ui_pow (u, n, s1, MPFR_RNDN);
123 mpfr_ui_pow (u, n, s1, MPFR_RNDN);
128 mpfr_ui_pow (u, i, s1, MPFR_RNDN);
270 mpfr_ui_pow (f, n, s1, MPFR_RNDN);
H A Dmpfr.h452 __MPFR_DECLSPEC int mpfr_ui_pow _MPFR_PROTO ((mpfr_ptr, unsigned long int,
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtui_pow.c1 /* Test file for mpfr_ui_pow and mpfr_ui_pow_ui.
41 mpfr_ui_pow (y, 7, x, MPFR_RNDN);
46 mpfr_ui_pow (y, 8, x, MPFR_RNDN);
103 compare = mpfr_ui_pow (y, nt, x, rnd);
108 inexact = mpfr_ui_pow (z, nt, x, rnd);
166 mpfr_ui_pow (y, n, x, MPFR_RNDN);
174 mpfr_ui_pow (y, n, x, MPFR_RNDN);
182 mpfr_ui_pow (y, n, x, MPFR_RNDN);
205 mpfr_ui_pow (z, 3, t, MPFR_RNDN);
210 mpfr_ui_pow (
[all...]
H A Dtaway.c408 testui2 (mpfr_ui_pow, "mpfr_ui_pow");
H A Dtpow_all.c290 we can test mpfr_ui_pow. */
297 inex2 = mpfr_ui_pow (z2, xx, y, rnd);
299 s, "mpfr_ui_pow, flags cleared");
301 inex2 = mpfr_ui_pow (z2, xx, y, rnd);
303 s, "mpfr_ui_pow, flags set");
H A Dreuse.c592 testui2 (mpfr_ui_pow, "mpfr_ui_pow", p, (mpfr_rnd_t) rnd);

Completed in 70 milliseconds