summaryrefslogtreecommitdiff
path: root/tests/tfma.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tfma.c')
-rw-r--r--tests/tfma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tfma.c b/tests/tfma.c
index 37c9a934d..fda7d9842 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -47,7 +47,7 @@ test_exact (void)
mpfr_add (r1, r1, c, (mpfr_rnd_t) rnd))
{
if (rnd == MPFR_RNDF)
- break;
+ continue;
printf ("test_exact internal error for (%d,%d,%d,%d,%s)\n",
i, j, k, rnd, mpfr_print_rnd_mode ((mpfr_rnd_t) rnd));
exit (1);
@@ -664,7 +664,7 @@ test_underflow3 (int n)
Note: The purpose of the s * 2^(emin-7) term is to yield
double rounding when scaling for k = 4, s != 0, MPFR_RNDN. */
- RND_LOOP (rnd)
+ RND_LOOP_NO_RNDF (rnd)
{
mpfr_clear_flags ();
inex1 = mpfr_set_si_2exp (t1, sign * (8*k+s-64), e-6,