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

  /src/external/lgpl3/gmp/dist/tests/devel/
primes.c 104 int something_wrong (mpz_t er, int exp) function
119 STOP (something_wrong (g, 0));
126 STOP (something_wrong (g, 1));
158 STOP (something_wrong (g, 0));
170 STOP (something_wrong (g, 1));
198 STOP (something_wrong (g, 0));
210 STOP (something_wrong (g, 1));
224 STOP (something_wrong (g, 0));
240 STOP (something_wrong (g, -1));
249 STOP (something_wrong (g, -1))
    [all...]
sqrtrem_1_2.c 61 int something_wrong (mp_limb_t er, mp_limb_t ec, mp_limb_t es) function
87 STOP (something_wrong (er, 0, es));
108 STOP (something_wrong (er, 0, es));
173 STOP (something_wrong (er, 0, es));
200 STOP (something_wrong (er, 0, es));
229 STOP (something_wrong (er, her, es));
283 STOP (something_wrong (er, 0, es));
313 STOP (something_wrong (er, 0, es));
332 STOP (something_wrong (0, 0, es));
336 STOP (something_wrong (0, 1, es))
    [all...]

Completed in 19 milliseconds