summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tcos.c2
-rw-r--r--tests/tcosh.c2
-rw-r--r--tests/tlog.c6
-rw-r--r--tests/tsin.c2
-rw-r--r--tests/tsinh.c2
-rw-r--r--tests/ttan.c2
-rw-r--r--tests/ttanh.c2
7 files changed, 9 insertions, 9 deletions
diff --git a/tests/tcos.c b/tests/tcos.c
index b42474c..612405e 100644
--- a/tests/tcos.c
+++ b/tests/tcos.c
@@ -447,7 +447,7 @@ main (void)
pure_real_argument ();
pure_imaginary_argument ();
- tgeneric (2, 512, 10);
+ tgeneric (2, 512, 7);
check_53 ();
diff --git a/tests/tcosh.c b/tests/tcosh.c
index 4227788..92240db 100644
--- a/tests/tcosh.c
+++ b/tests/tcosh.c
@@ -650,7 +650,7 @@ main (void)
pure_real_argument ();
pure_imaginary_argument ();
- tgeneric (2, 512, 10);
+ tgeneric (2, 512, 7);
check_53 ();
diff --git a/tests/tlog.c b/tests/tlog.c
index 9e0c810..6b45b80 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -39,7 +39,7 @@ main (void)
test_start ();
- tgeneric (2, 512, 256);
+ tgeneric (2, 512, 128);
mpc_init (z);
mpc_init (z2);
@@ -49,7 +49,7 @@ main (void)
mpfr_div_2ui (twopi, twopi, 1, GMP_RNDN);
/* Test whether exp (log (z)) = z */
- for (prec = 2; prec <= 1000; prec++)
+ for (prec = 2; prec <= 1000; prec+=7)
{
mpc_set_prec (z, prec);
mpc_set_prec (z2, prec);
@@ -75,7 +75,7 @@ main (void)
/* Test whether log (exp (z)) = z for purely imaginary z; then exp (x) */
/* lies on the unit cercle, a critical case for the logarithm. */
- for (prec = 2; prec <= 1000; prec++)
+ for (prec = 2; prec <= 1000; prec+=7)
{
mpc_set_prec (z, prec);
mpc_set_prec (z2, prec);
diff --git a/tests/tsin.c b/tests/tsin.c
index f8195f1..56f8854 100644
--- a/tests/tsin.c
+++ b/tests/tsin.c
@@ -525,7 +525,7 @@ main (void)
pure_real_argument ();
pure_imaginary_argument ();
- tgeneric (2, 512, 10);
+ tgeneric (2, 512, 7);
check_53bits ();
diff --git a/tests/tsinh.c b/tests/tsinh.c
index 5c146be..3dec521 100644
--- a/tests/tsinh.c
+++ b/tests/tsinh.c
@@ -441,7 +441,7 @@ main (void)
pure_real_argument ();
pure_imaginary_argument ();
- tgeneric (2, 512, 10);
+ tgeneric (2, 512, 7);
check_53bits ();
diff --git a/tests/ttan.c b/tests/ttan.c
index 6a18fa7..e1b0f61 100644
--- a/tests/ttan.c
+++ b/tests/ttan.c
@@ -539,7 +539,7 @@ main (void)
pure_real_argument ();
pure_imaginary_argument ();
- tgeneric (2, 512, 10);
+ tgeneric (2, 512, 4);
check_53 ();
test_end ();
diff --git a/tests/ttanh.c b/tests/ttanh.c
index 0d8edb1..ebcea50 100644
--- a/tests/ttanh.c
+++ b/tests/ttanh.c
@@ -611,7 +611,7 @@ main (void)
pure_real_argument ();
pure_imaginary_argument ();
- tgeneric (2, 512, 10);
+ tgeneric (2, 512, 4);
check_53bits ();