Home | History | Annotate | Download | only in tests

Lines Matching refs:mpfr_log

1 /* Test file for mpfr_log.
35 res = mpfr_log (a, b, rnd_mode);
45 #define test_log mpfr_log
59 printf ("mpfr_log failed for a=%s, rnd_mode=%s\n",
61 printf ("correct result is %s\n mpfr_log gives ",
203 printf ("Error in mpfr_log(3) for MPFR_RNDD\n");
269 inex = mpfr_log (y, x, MPFR_RNDD);
365 data_check ("data/log", mpfr_log, "mpfr_log");
366 bad_cases (mpfr_log, mpfr_exp, "mpfr_log", 256, -30, 30, 4, 128, 800, 50);