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

  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-cmp_d.c 32 check_one (const char *name, mpz_srcptr x, double y, int cmp, int cmpabs)
58 if (SGN(got) != cmpabs)
62 printf (" want %d\n", cmpabs);
73 int cmp, cmpabs; member in struct:__anon23303
108 check_one ("check_data", x, data[i].y, data[i].cmp, data[i].cmpabs);
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-cmp_d.c 36 check_one (const char *name, mpz_srcptr x, double y, int cmp, int cmpabs)
61 if (SGN(got) != cmpabs)
65 printf (" want %d\n", cmpabs);
77 int cmp, cmpabs; member in struct:__anon23365
112 check_one ("check_data", x, data[i].y, data[i].cmp, data[i].cmpabs);
  /src/external/lgpl3/mpfr/dist/tests/
tcmpabs.c 28 cmpabs (mpfr_srcptr x, mpfr_srcptr y) function
91 if (cmpabs (xx, yy) != 0)
97 if (cmpabs (xx, yy) != 0)
99 if (cmpabs (yy, xx) != 0)
104 if (cmpabs (xx, yy) != 0)
111 if (cmpabs (xx, yy) <= 0)
116 if (cmpabs (xx, yy) <= 0)
123 if (cmpabs (xx, yy) <= 0)
130 if (cmpabs (xx, yy) != 0)
136 if (cmpabs (xx, yy) <= 0
    [all...]
  /src/external/mit/isl/dist/imath/
gmp_compat.c 91 int GMPZAPI(cmpabs)(mp_int op1, mp_int op2) { function

Completed in 32 milliseconds