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

  /src/external/lgpl3/mpfr/dist/tests/
tdiv.c 125 test_div (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) function
145 #define test_div mpfr_all_div macro
171 test_div(q, n, d, rnd_mode);
195 test_div(q, n, d, rnd_mode);
303 test_div(z, x, y, MPFR_RNDU);
328 test_div(x, x, y, MPFR_RNDD); /* exact division */
334 test_div(x, x, y, MPFR_RNDN);
352 test_div (y, x, y, (mpfr_rnd_t) j);
429 inex = test_div (q, u, v, (mpfr_rnd_t) rnd);
484 c = test_div (z2, x, tmp, MPFR_RNDN)
    [all...]
  /src/external/mit/isl/dist/
isl_test.c 1022 static int test_div(isl_ctx *ctx) function
10923 { "div", &test_div },

Completed in 35 milliseconds