Lines Matching refs:mpfr_exp2m1
1 /* Test file for mpfr_exp2m1.
25 #define TEST_FUNCTION mpfr_exp2m1
40 mpfr_exp2m1 (y, x, MPFR_RNDN);
48 mpfr_exp2m1 (y, x, MPFR_RNDN);
56 mpfr_exp2m1 (y, x, MPFR_RNDN);
64 mpfr_exp2m1 (y, x, MPFR_RNDN);
72 mpfr_exp2m1 (y, x, MPFR_RNDN);
82 i = mpfr_exp2m1 (x, x, MPFR_RNDN);
89 i = mpfr_exp2m1 (x, x, MPFR_RNDU);
96 i = mpfr_exp2m1 (x, x, MPFR_RNDD);
105 i = mpfr_exp2m1 (x, x, MPFR_RNDN);
111 i = mpfr_exp2m1 (x, x, MPFR_RNDD);
117 i = mpfr_exp2m1 (x, x, MPFR_RNDZ);
123 i = mpfr_exp2m1 (x, x, MPFR_RNDU);
132 i = mpfr_exp2m1 (y, x, MPFR_RNDN);
165 i = mpfr_exp2m1 (y, x, (mpfr_rnd_t) r);
169 printf ("Error for mpfr_exp2m1, x=%ld, rnd=%s\n", k,
177 printf ("Bar ternary value for mpfr_exp2m1, x=%ld, rnd=%s\n",
188 i = mpfr_exp2m1 (y, x, (mpfr_rnd_t) r);
195 printf ("Error for mpfr_exp2m1, x=%ld, rnd=%s\n", -k,
203 printf ("Bar ternary value for mpfr_exp2m1, x=%ld, rnd=%s\n",