summaryrefslogtreecommitdiff
path: root/tests/tpow_all.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-08-19 23:39:35 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-08-19 23:39:35 +0000
commit44982566e31d8fc28ca6535f4d5a23bd97b32b61 (patch)
treea6bd53fb964ceae49764938225ccf7d3028482a2 /tests/tpow_all.c
parent0edbba2fb147f15c5bc2e574affd81b03e6535da (diff)
downloadmpfr-44982566e31d8fc28ca6535f4d5a23bd97b32b61.tar.gz
tests/tpow_all.c: changed the precisions in overflow_inv for clearer
output (the reported failures are the same). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5538 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tpow_all.c')
-rw-r--r--tests/tpow_all.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tpow_all.c b/tests/tpow_all.c
index 0a2f6ea38..d3db226ce 100644
--- a/tests/tpow_all.c
+++ b/tests/tpow_all.c
@@ -563,9 +563,9 @@ overflow_inv (void)
int inex;
int rnd;
- mpfr_init2 (x, 55);
+ mpfr_init2 (x, 10);
mpfr_init2 (y, 2);
- mpfr_init2 (z, 53);
+ mpfr_init2 (z, 8);
mpfr_set_si (y, -1, GMP_RNDN);
for (s = -1; s <= 1; s += 2)