Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtmul.c27 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()
[all …]
H A Dtmul_2exp.c35 test_mul (int i, int div, mpfr_ptr y, mpfr_srcptr x, in test_mul() function
353 test_mul (i, 0, w, w, 10, MPFR_RNDZ); in main()
361 test_mul (i, 0, w, w, 10, MPFR_RNDZ); in main()
371 test_mul (i, 0, z, w, 10, MPFR_RNDZ); in main()
381 test_mul (i, 1, z, w, 10, MPFR_RNDZ); in main()
395 test_mul (i, 0, w, w, 1, MPFR_RNDN); in main()
403 test_mul (i, 1, w, w, 1, MPFR_RNDN); in main()
/netbsd-src/external/lgpl3/mpc/dist/tools/mpcheck/
H A Dmpcheck-longdouble.c205 test_mul (p, n); in main()
H A Dmpcheck-double.c212 test_mul (p, n); in main()
H A Dmpcheck-float.c217 test_mul (p, n); in main()
H A Dmpcheck-float128.c222 test_mul (p, n); in main()