Home
last modified time | relevance | path

Searched refs:test_div (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtdiv.c125 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 Dmpcheck-longdouble.c206 test_div (p, n); in main()
H A Dmpcheck-double.c213 test_div (p, n); in main()
H A Dmpcheck-float.c218 test_div (p, n); in main()
H A Dmpcheck-float128.c223 test_div (p, n); in main()
/netbsd-src/external/mit/isl/dist/
H A Disl_test.c1022 static int test_div(isl_ctx *ctx) in test_div() function
10923 { "div", &test_div },