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

  /src/external/lgpl3/mpfr/dist/tests/
tset_z_2exp.c 143 int inex2, inex3; local
150 inex3 = mpfr_set (f3, f1, rnd);
151 MPFR_ASSERTN (inex3 == 0);
158 inex3 = mpfr_check_range (f3, 0, rnd);
161 SAME_SIGN (inex2, inex3) &&
170 printf ("with inex = %d and flags =", inex3);
tset_z_2exp.c 143 int inex2, inex3; local
150 inex3 = mpfr_set (f3, f1, rnd);
151 MPFR_ASSERTN (inex3 == 0);
158 inex3 = mpfr_check_range (f3, 0, rnd);
161 SAME_SIGN (inex2, inex3) &&
170 printf ("with inex = %d and flags =", inex3);

Completed in 70 milliseconds