Searched refs:mpfr_exp_3 (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/mpfr/src/
H A Dexp.c151 /* mpfr_exp_3 saves the exponent range and flags itself, otherwise
152 the flag changes in mpfr_exp_3 are lost */
153 inexact = mpfr_exp_3 (y, x, rnd_mode); /* O(M(n) log(n)^2) */
H A Dexp3.c153 mpfr_exp_3 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) function
H A Dmpfr-impl.h1823 __MPFR_DECLSPEC int mpfr_exp_3 _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,mpfr_rnd_t));
/haiku-buildtools/gcc/mpfr/tests/
H A Dtexp.c130 mpfr_exp_3 (x, x, MPFR_RNDD);
133 printf ("mpfr_exp_2 and mpfr_exp_3 differ for prec=601\n");
145 mpfr_exp_3 (y, x, MPFR_RNDN);
149 printf ("mpfr_exp_2 and mpfr_exp_3 differ for prec=13001\n");
178 mpfr_exp_3 (z, x, rnd);
181 printf ("mpfr_exp_2 and mpfr_exp_3 disagree for rnd=%s and\nx=",
188 printf ("mpfr_exp_3 gives ");
213 mpfr_exp_3 (z, x, MPFR_RNDN);
300 /* Check overflow. Corner case of mpfr_exp_3 */
314 printf ("Wrong overflow detection in mpfr_exp_3\
[all...]
/haiku-buildtools/gcc/mpfr/tune/
H A Dbidimensional_sample.c318 SPEED_MPFR_FUNC_2D (mpfr_exp_3);

Completed in 124 milliseconds