summaryrefslogtreecommitdiff
path: root/tests/taway.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/taway.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/taway.c')
-rw-r--r--tests/taway.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/taway.c b/tests/taway.c
index d900f9e0f..34c6a7c57 100644
--- a/tests/taway.c
+++ b/tests/taway.c
@@ -94,7 +94,7 @@ test3 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t),
{
mpfr_t ref1, ref2, ref3;
mpfr_t res1;
- mp_prec_t p1, p2, p3;
+ mpfr_prec_t p1, p2, p3;
int i, inexa, inexd;
mpfr_rnd_t r;
@@ -140,7 +140,7 @@ test4 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr,
mpfr_rnd_t), char *foo)
{
mpfr_t ref, op1, op2, op3;
- mp_prec_t pout, p1, p2, p3;
+ mpfr_prec_t pout, p1, p2, p3;
mpfr_t res;
int i, j, k, inexa, inexd;
mpfr_rnd_t r;
@@ -199,7 +199,7 @@ test2ui (int (*testfunc)(mpfr_ptr, mpfr_srcptr, unsigned long int, mpfr_rnd_t),
mpfr_t ref1, ref2;
unsigned int ref3;
mpfr_t res1;
- mp_prec_t p1, p2;
+ mpfr_prec_t p1, p2;
int i, inexa, inexd;
mpfr_rnd_t r;
@@ -244,7 +244,7 @@ testui2 (int (*testfunc)(mpfr_ptr, unsigned long int, mpfr_srcptr, mpfr_rnd_t),
mpfr_t ref1, ref3;
unsigned int ref2;
mpfr_t res1;
- mp_prec_t p1, p3;
+ mpfr_prec_t p1, p3;
int i, inexa, inexd;
mpfr_rnd_t r;
@@ -285,7 +285,7 @@ test2 (int (*testfunc)(mpfr_ptr, mpfr_srcptr, mpfr_rnd_t), char *foo)
{
mpfr_t ref1, ref2;
mpfr_t res1;
- mp_prec_t p1, p2;
+ mpfr_prec_t p1, p2;
int i, inexa, inexd;
mpfr_rnd_t r;
@@ -326,7 +326,7 @@ test3a (int (*testfunc)(mpfr_ptr, mpfr_ptr, mpfr_srcptr, mpfr_rnd_t), char *foo)
{
mpfr_t ref1, ref2, ref3;
mpfr_t res1, res2;
- mp_prec_t p1, p2, p3;
+ mpfr_prec_t p1, p2, p3;
int i, inexa, inexd;
mpfr_rnd_t r;