summaryrefslogtreecommitdiff
path: root/tests/tgamma.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-22 21:13:45 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-22 21:13:45 +0000
commit21f6d19ba9df0a5edcb9fd03fd95d091372480cc (patch)
treee5025de2abe1bcd78324f9ddf8ee10684ea7ab39 /tests/tgamma.c
parenta8c6729b7306e6bac606dcda6d2fd5771ac23459 (diff)
downloadmpfr-21f6d19ba9df0a5edcb9fd03fd95d091372480cc.tar.gz
more work on branch faithful
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/faithful@10480 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tgamma.c')
-rw-r--r--tests/tgamma.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tgamma.c b/tests/tgamma.c
index 2b4555964..84e2876ba 100644
--- a/tests/tgamma.c
+++ b/tests/tgamma.c
@@ -802,6 +802,9 @@ tiny_aux (int stop, mpfr_exp_t e)
mpfr_rnd_t rr = (mpfr_rnd_t) r;
mpfr_exp_t exponent, emax;
+ if (rr == MPFR_RNDF)
+ continue;
+
/* Exponent of the rounded value in unbounded exponent range. */
exponent = expected_dir[s][r] < 0 && s == 0 ? - e : 1 - e;