From d2cdaf3e03265f0d622a414b1714348b9f00abc4 Mon Sep 17 00:00:00 2001 From: pelissip Date: Mon, 6 Jun 2005 13:42:40 +0000 Subject: Improve coverage. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3615 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tnext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/tnext.c b/tests/tnext.c index b8e0259d6..9a76ab351 100644 --- a/tests/tnext.c +++ b/tests/tnext.c @@ -72,7 +72,7 @@ generic_abovebelow (void) else mpfr_nextabove (y); mpfr_set_si (t, below ? -5 : 5, GMP_RNDN); - mpfr_mul_2si (t, t, mpfr_get_exp (x) - prec - 3, GMP_RNDN); + mpfr_mul_2si (t, t, (mpfr_get_exp) (x) - prec - 3, GMP_RNDN); /* t = (1/2 + 1/8) ulp(x) */ mpfr_add (z, x, t, GMP_RNDN); if (!mpfr_number_p (y) || mpfr_cmp (y, z) != 0) -- cgit v1.2.1