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

  /src/external/lgpl3/gmp/dist/tests/mpz/
t-get_d_2exp.c 31 long got_exp, want_exp; local
36 want_exp = 0;
38 if (got != want || got_exp != want_exp)
44 printf (" want exp %ld\n", want_exp);
60 long got_exp, want_exp; local
70 want_exp = data[i] + 1;
72 if (got != want || got_exp != want_exp)
78 printf (" want exp %ld\n", want_exp);
86 want_exp = data[i] + 1;
88 if (got != want || got_exp != want_exp)
    [all...]

Completed in 23 milliseconds