summaryrefslogtreecommitdiff
path: root/tests/tdiv.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-04-30 14:37:47 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-04-30 14:37:47 +0000
commitacfc55ee40c11735c67f86554adae6f06fb27bf6 (patch)
treeb3825ef6d5f8bb416694facf37f449375aacb391 /tests/tdiv.c
parent36b2d705037cc99806b571fc7222f445e7d10f81 (diff)
downloadmpfr-acfc55ee40c11735c67f86554adae6f06fb27bf6.tar.gz
Changed mp_prec_t into mpfr_prec_t.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6767 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tdiv.c')
-rw-r--r--tests/tdiv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tdiv.c b/tests/tdiv.c
index d1d534579..4fbe3bed1 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -288,7 +288,7 @@ static void
check_hard (void)
{
mpfr_t u, v, q, q2;
- mp_prec_t precu, precv, precq;
+ mpfr_prec_t precu, precv, precq;
int rnd;
int inex, inex2, i, j;
@@ -515,7 +515,7 @@ static void
check_inexact (void)
{
mpfr_t x, y, z, u;
- mp_prec_t px, py, pu;
+ mpfr_prec_t px, py, pu;
int inexact, cmp;
mpfr_rnd_t rnd;
@@ -768,7 +768,7 @@ consistency (void)
for (i = 0; i < 10000; i++)
{
mpfr_rnd_t rnd;
- mp_prec_t px, py, pz, p;
+ mpfr_prec_t px, py, pz, p;
int inex1, inex2;
rnd = RND_RAND ();