| tmul.c | 27 test_mul (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) function 47 #define test_mul mpfr_mul macro 62 test_mul(zz, xx, yy, rnd_mode); 85 test_mul (zz, xx, yy, rnd_mode); 107 test_mul (zz, xx, yy, rnd_mode); 176 test_mul(a, b, b, MPFR_RNDN); 206 if (test_mul (c, a, b, MPFR_RNDZ)) 224 inexact = test_mul (c, a, b, rnd); 225 if (test_mul (d, a, b, rnd)) /* should be always exact */ 284 test_mul(zz, xx, yy, MPFR_RNDU) [all...] |