Searched refs:test_expm1 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | texpm1.c | 27 test_expm1 (mpfr_ptr a, mpfr_srcptr b, mpfr_rnd_t rnd_mode) in test_expm1() function 45 #define test_expm1 mpfr_expm1 macro 48 #define TEST_FUNCTION test_expm1 63 test_expm1 (y, x, MPFR_RNDN); in special() 71 test_expm1 (y, x, MPFR_RNDN); in special() 79 test_expm1 (y, x, MPFR_RNDN); in special() 87 test_expm1 (y, x, MPFR_RNDN); in special() 95 test_expm1 (y, x, MPFR_RNDN); in special() 105 inex = test_expm1 (x, x, MPFR_RNDN); in special() 112 inex = test_expm1 (x, x, MPFR_RNDU); in special() [all …]
|