HomeSort by: relevance | last modified time | path
    Searched defs:test_mul (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tmul_2exp.c 35 test_mul (int i, int div, mpfr_ptr y, mpfr_srcptr x, function
353 test_mul (i, 0, w, w, 10, MPFR_RNDZ);
361 test_mul (i, 0, w, w, 10, MPFR_RNDZ);
371 test_mul (i, 0, z, w, 10, MPFR_RNDZ);
381 test_mul (i, 1, z, w, 10, MPFR_RNDZ);
395 test_mul (i, 0, w, w, 1, MPFR_RNDN);
403 test_mul (i, 1, w, w, 1, MPFR_RNDN);
tmul.c 27 test_mul (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) function
47 #define test_mul mpfr_mul macro
62 test_mul(zz, xx, yy, rnd_mode);
85 test_mul (zz, xx, yy, rnd_mode);
107 test_mul (zz, xx, yy, rnd_mode);
176 test_mul(a, b, b, MPFR_RNDN);
206 if (test_mul (c, a, b, MPFR_RNDZ))
224 inexact = test_mul (c, a, b, rnd);
225 if (test_mul (d, a, b, rnd)) /* should be always exact */
284 test_mul(zz, xx, yy, MPFR_RNDU)
    [all...]

Completed in 47 milliseconds