Home | History | Annotate | Download | only in tests

Lines Matching refs:MPFR_RNDD

79   test_exp(y, x, MPFR_RNDD);
125 mpfr_exp_2 (y, x, MPFR_RNDD);
126 mpfr_exp_3 (x, x, MPFR_RNDD);
279 mpfr_exp (x, x, MPFR_RNDD);
320 mpfr_exp (x, x, MPFR_RNDD);
369 test_exp (y, x, MPFR_RNDD);
558 if (rnd == MPFR_RNDZ || rnd == MPFR_RNDD)
680 * or minpos. An underflow always occurs in MPFR_RNDZ and MPFR_RNDD,
754 if (rnd == MPFR_RNDD || rnd == MPFR_RNDZ)
779 mpfr_log (x, minpos, MPFR_RNDD); /* |ulp| <= 1/2 */
826 mpfr_log (x, minpos, MPFR_RNDD);
914 mpfr_log (x, minpos, i ? MPFR_RNDU : MPFR_RNDD);
915 mpfr_const_log2 (t, i ? MPFR_RNDD : MPFR_RNDU);
916 mpfr_sub (x, x, t, i ? MPFR_RNDU : MPFR_RNDD);
988 inex = mpfr_exp (y, x, MPFR_RNDD);
1023 check3("3.4657359027997265421", MPFR_RNDD, "31.999999999999996447");
1024 check3("2.26523754332090625496e+01", MPFR_RNDD, "6.8833785261699581146e9");
1028 check3("-3.35589513871216568383e-03",MPFR_RNDD, "9.96649729583626853291e-01");
1031 check3("2.58165606081678085104e+01", MPFR_RNDD, "1.62925781879432281494e+11");
1035 check3("2.64028186174889789584e+01", MPFR_RNDD, "2.9281844652878973388e11");
1039 check3("-2.41175390197331687148e+01",MPFR_RNDD, "3.3564940885530624592e-11");
1044 check3("5.13772529701934331570e+02", MPFR_RNDD, "1.3445427121297197752e223");
1045 check3("3.57430211008718345056e+02", MPFR_RNDD, "1.6981197246857298443e155");
1047 check3("5.92396038219384422518e+02", MPFR_RNDD, "1.880747529554661989e257");
1049 check3("5.30015757134837031117e+02", MPFR_RNDD, "1.5237672861171573939e230");