summaryrefslogtreecommitdiff
path: root/tests/tget_flt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tget_flt.c')
-rw-r--r--tests/tget_flt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tget_flt.c b/tests/tget_flt.c
index 5be1fe7e1..20f03ef40 100644
--- a/tests/tget_flt.c
+++ b/tests/tget_flt.c
@@ -169,7 +169,7 @@ main (void)
printf ("got "); mpfr_dump (y);
exit (1);
}
- mpfr_mul_2exp (x, x, 1, MPFR_RNDN);
+ mpfr_mul_2ui (x, x, 1, MPFR_RNDN);
}
mpfr_set_prec (x, 53);
@@ -187,7 +187,7 @@ main (void)
printf ("got "); mpfr_dump (y);
exit (1);
}
- mpfr_mul_2exp (x, x, 1, MPFR_RNDN);
+ mpfr_mul_2ui (x, x, 1, MPFR_RNDN);
}
mpfr_set_prec (x, 53);
@@ -205,7 +205,7 @@ main (void)
printf ("got "); mpfr_dump (y);
exit (1);
}
- mpfr_mul_2exp (x, x, 1, MPFR_RNDN);
+ mpfr_mul_2ui (x, x, 1, MPFR_RNDN);
}
#ifdef HAVE_DENORMS_FLT