Searched refs:test_div (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tdiv.c | 125 test_div (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) in test_div() function 145 #define test_div mpfr_all_div macro 171 test_div(q, n, d, rnd_mode); in check4() 195 test_div(q, n, d, rnd_mode); in check24() 303 test_div(z, x, y, MPFR_RNDU); in check_64() 328 test_div(x, x, y, MPFR_RNDD); /* exact division */ in check_convergence() 334 test_div(x, x, y, MPFR_RNDN); in check_convergence() 352 test_div (y, x, y, (mpfr_rnd_t) j); in check_convergence() 429 inex = test_div (q, u, v, (mpfr_rnd_t) rnd); in check_hard() 484 c = test_div (z2, x, tmp, MPFR_RNDN); in check_lowr() [all …]
|
/netbsd-src/external/lgpl3/mpc/dist/tools/mpcheck/ |
H A D | mpcheck-longdouble.c | 206 test_div (p, n); in main()
|
H A D | mpcheck-double.c | 213 test_div (p, n); in main()
|
H A D | mpcheck-float.c | 218 test_div (p, n); in main()
|
H A D | mpcheck-float128.c | 223 test_div (p, n); in main()
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test.c | 1022 static int test_div(isl_ctx *ctx) in test_div() function 10923 { "div", &test_div },
|