| tdiv.c | 125 test_div (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) function 145 #define test_div mpfr_all_div macro 171 test_div(q, n, d, rnd_mode); 195 test_div(q, n, d, rnd_mode); 303 test_div(z, x, y, MPFR_RNDU); 328 test_div(x, x, y, MPFR_RNDD); /* exact division */ 334 test_div(x, x, y, MPFR_RNDN); 352 test_div (y, x, y, (mpfr_rnd_t) j); 429 inex = test_div (q, u, v, (mpfr_rnd_t) rnd); 484 c = test_div (z2, x, tmp, MPFR_RNDN) [all...] |