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

  /src/external/lgpl3/mpc/dist/tests/
tio_str.c 49 int inex = 0, expected_inex; local
70 expected_inex = -1;
72 expected_inex = MPC_INEX (inex_re, inex_im);
86 if (inex != expected_inex || !same_mpc_value (got, expected, ks)
91 if (inex != expected_inex)
93 inex, expected_inex);
  /src/external/lgpl3/mpfr/dist/tests/
tget_f.c 173 int inex, expected_inex; local
216 expected_inex = +1;
219 expected_inex = -1;
224 if (! SAME_SIGN (expected_inex, inex)
225 || SAME_SIGN (expected_inex, mpfr_cmp_f (y, x)))
232 if (! SAME_SIGN (expected_inex, inex))
234 inex, expected_inex);
tgamma.c 811 int overflow, expected_inex = expected_dir[s][r]; local
826 expected_inex = -1;
828 if (expected_inex < 0)
835 && SAME_SIGN (inex, expected_inex)))
842 printf (" expected inex = %2d, ", expected_inex);
tpow_all.c 579 int expected_inex; local
583 expected_inex = rnd == MPFR_RNDN || rnd == MPFR_RNDU || rnd == MPFR_RNDA ?
589 cmpres (0, x, sy, (mpfr_rnd_t) rnd, z0, expected_inex, z, inex, ufinex,
617 int expected_inex; local
626 expected_inex = rnd == MPFR_RNDU || rnd == MPFR_RNDA
630 if (expected_inex > 0)
635 cmpres (0, x, "emin - 2", (mpfr_rnd_t) rnd, z0, expected_inex, z, inex,
tests.c 772 int expected_inex = INT_MIN; local
783 expected_inex = inex; /* not checked */
785 expected_inex =
787 MPFR_ASSERTN (expected_inex != INT_MIN);
788 if (!(SAME_VAL (y, z) && SAME_SIGN (inex, expected_inex)))
801 printf ("Expected inex = %d, got %d\n", expected_inex, inex);
833 expected_inex = sb ?

Completed in 27 milliseconds