Searched refs:test_mul (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tmul.c | 27 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 D | tmul_2exp.c | 35 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 D | mpcheck-longdouble.c | 205 test_mul (p, n); in main()
|
H A D | mpcheck-double.c | 212 test_mul (p, n); in main()
|
H A D | mpcheck-float.c | 217 test_mul (p, n); in main()
|
H A D | mpcheck-float128.c | 222 test_mul (p, n); in main()
|