Lines Matching refs:test_mul
27 test_mul (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) in test_mul() function
47 #define test_mul mpfr_mul macro
62 test_mul(zz, xx, yy, rnd_mode); in check()
85 test_mul (zz, xx, yy, rnd_mode); in check53()
107 test_mul (zz, xx, yy, rnd_mode); in check24()
176 test_mul(a, b, b, MPFR_RNDN); in check_sign()
206 if (test_mul (c, a, b, MPFR_RNDZ)) in check_exact()
224 inexact = test_mul (c, a, b, rnd); in check_exact()
225 if (test_mul (d, a, b, rnd)) /* should be always exact */ in check_exact()
284 test_mul(zz, xx, yy, MPFR_RNDU); in check_max()
292 test_mul(zz, xx, yy, MPFR_RNDD); in check_max()
320 test_mul (zz, xx, yy, MPFR_RNDN); in check_max()
332 test_mul (zz, xx, yy, MPFR_RNDN); in check_max()
368 test_mul(zz, xx, yy, MPFR_RNDD); in check_min()
377 test_mul(zz, xx, yy, MPFR_RNDU); in check_min()
412 test_mul (p, x, y, MPFR_RNDN); in check_nans()
418 test_mul (p, x, y, MPFR_RNDN); in check_nans()
424 test_mul (p, x, y, MPFR_RNDN); in check_nans()
430 test_mul (p, x, y, MPFR_RNDN); in check_nans()
437 test_mul (p, x, y, MPFR_RNDN); in check_nans()
615 #define TEST_FUNCTION test_mul