summaryrefslogtreecommitdiff
path: root/tests/tdiv.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-05-07 15:13:02 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-05-07 15:13:02 +0000
commit3ffa08c3f9f5d2790dca53a5a39f95ab54390acd (patch)
treede0193ea3a91c163a9b23921b1517e85905403b0 /tests/tdiv.c
parent5b51d2ffc3e7364b683023047aaffc78d1a894a6 (diff)
downloadmpfr-3ffa08c3f9f5d2790dca53a5a39f95ab54390acd.tar.gz
New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6789 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tdiv.c')
-rw-r--r--tests/tdiv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tdiv.c b/tests/tdiv.c
index 4fbe3bed1..262f87900 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -630,7 +630,7 @@ static void
check_nan (void)
{
mpfr_t a, d, q;
- mp_exp_t emax, emin;
+ mpfr_exp_t emax, emin;
int i;
mpfr_init2 (a, 100L);
@@ -855,7 +855,7 @@ test_20070603 (void)
static void
test_20070628 (void)
{
- mp_exp_t old_emax;
+ mpfr_exp_t old_emax;
mpfr_t x, y;
int inex, err = 0;