summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 11:18:52 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-11-16 11:18:52 +0000
commit278e9d88c32d63e7378bd4de2ec100555d91871e (patch)
tree638277724e8239c1450fe384c13473302ed09450 /tests
parent04307d9b1514959cd59b0b5278a19b4ddaecc375 (diff)
downloadmpfr-278e9d88c32d63e7378bd4de2ec100555d91871e.tar.gz
added year 2001 in copyright line
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1527 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/reuse.c2
-rw-r--r--tests/tabs.c2
-rw-r--r--tests/tadd_ui.c2
-rw-r--r--tests/tagm.c2
-rw-r--r--tests/tcan_round.c2
-rw-r--r--tests/tcmp.c2
-rw-r--r--tests/tcmp_ui.c2
-rw-r--r--tests/tdiv.c2
-rw-r--r--tests/tdump.c2
-rw-r--r--tests/teq.c2
-rw-r--r--tests/texp.c2
-rw-r--r--tests/tget_str.c2
-rw-r--r--tests/thyperbolic.c2
-rw-r--r--tests/tlog.c2
-rw-r--r--tests/tlog2.c8
-rw-r--r--tests/tmul.c2
-rw-r--r--tests/tmul_2exp.c2
-rw-r--r--tests/tout_str.c2
-rw-r--r--tests/tpi.c2
-rw-r--r--tests/tpow.c2
-rw-r--r--tests/trandom.c2
-rw-r--r--tests/tset_d.c2
-rw-r--r--tests/tset_f.c2
-rw-r--r--tests/tset_q.c2
-rw-r--r--tests/tset_si.c2
-rw-r--r--tests/tset_str.c2
-rw-r--r--tests/tset_z.c2
-rw-r--r--tests/tsin_cos.c2
-rw-r--r--tests/tsqrt.c5
-rw-r--r--tests/tsqrt_ui.c2
-rw-r--r--tests/tswap.c2
-rw-r--r--tests/ttrunc.c2
-rw-r--r--tests/tui_div.c2
33 files changed, 39 insertions, 36 deletions
diff --git a/tests/reuse.c b/tests/reuse.c
index 3da5d5750..f4bbc5e58 100644
--- a/tests/reuse.c
+++ b/tests/reuse.c
@@ -1,6 +1,6 @@
/* Test file for in-place operations.
-Copyright (C) 2000 Free Software Foundation.
+Copyright (C) 2000, 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tabs.c b/tests/tabs.c
index 0f92abae1..a455f4527 100644
--- a/tests/tabs.c
+++ b/tests/tabs.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_abs.
-Copyright (C) 2000 Free Software Foundation.
+Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c
index 453239320..d5af609ae 100644
--- a/tests/tadd_ui.c
+++ b/tests/tadd_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_add_ui
-Copyright (C) 2000 Free Software Foundation.
+Copyright (C) 2000, 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tagm.c b/tests/tagm.c
index c18d847f6..f79de3fd0 100644
--- a/tests/tagm.c
+++ b/tests/tagm.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_agm.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcan_round.c b/tests/tcan_round.c
index 9b5147e65..dc74ef611 100644
--- a/tests/tcan_round.c
+++ b/tests/tcan_round.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_can_round.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcmp.c b/tests/tcmp.c
index d8bb7fad3..31d4a5d36 100644
--- a/tests/tcmp.c
+++ b/tests/tcmp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c
index f4563b3bd..c696b53c6 100644
--- a/tests/tcmp_ui.c
+++ b/tests/tcmp_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp_ui.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tdiv.c b/tests/tdiv.c
index a03dd56c8..484ebce8b 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_div.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tdump.c b/tests/tdump.c
index f5b200029..9bc6d4447 100644
--- a/tests/tdump.c
+++ b/tests/tdump.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_dump.
-Copyright (C) 2000 Free Software Foundation.
+Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/teq.c b/tests/teq.c
index 821a69260..cfba7a021 100644
--- a/tests/teq.c
+++ b/tests/teq.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_eq.
-Copyright (C) 1999-2000 Free Software Foundation.
+Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/texp.c b/tests/texp.c
index 5ded30933..a2265228e 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_exp.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tget_str.c b/tests/tget_str.c
index a9dfa1b89..210d40af1 100644
--- a/tests/tget_str.c
+++ b/tests/tget_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_get_str.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/thyperbolic.c b/tests/thyperbolic.c
index d75980a8e..1adc91d29 100644
--- a/tests/thyperbolic.c
+++ b/tests/thyperbolic.c
@@ -1,6 +1,6 @@
/* Test file for hyperbolic function : mpfr_cosh, mpfr_sinh, mpfr_tanh, mpfr_acosh, mpfr_asinh, mpfr_atanh.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tlog.c b/tests/tlog.c
index 33c1cd349..16ec2fe24 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tlog2.c b/tests/tlog2.c
index dbece0261..b42afec63 100644
--- a/tests/tlog2.c
+++ b/tests/tlog2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_log2.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -27,9 +27,11 @@ MA 02111-1307, USA. */
/* tlog2 [prec] [rnd] [0 = no print] */
int
-main(int argc, char *argv[])
+main (int argc, char *argv[])
{
- mpfr_t x; int p; unsigned char rnd;
+ mpfr_t x;
+ int p;
+ unsigned char rnd;
p = (argc>1) ? atoi(argv[1]) : 53;
rnd = (argc>2) ? atoi(argv[2]) : GMP_RNDZ;
diff --git a/tests/tmul.c b/tests/tmul.c
index 68d6c57d4..b7fc9517c 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c
index 20e902fd6..b4e3d78e1 100644
--- a/tests/tmul_2exp.c
+++ b/tests/tmul_2exp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul_2exp.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tout_str.c b/tests/tout_str.c
index 868407f3c..b21434699 100644
--- a/tests/tout_str.c
+++ b/tests/tout_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_out_str.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tpi.c b/tests/tpi.c
index cb7191999..7b260ac6f 100644
--- a/tests/tpi.c
+++ b/tests/tpi.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_pi.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tpow.c b/tests/tpow.c
index f4226947f..0505345ad 100644
--- a/tests/tpow.c
+++ b/tests/tpow.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_pow and mpfr_pow_ui.
-Copyright (C) 2000 Free Software Foundation.
+Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/trandom.c b/tests/trandom.c
index 1fe130e26..afb51a7bc 100644
--- a/tests/trandom.c
+++ b/tests/trandom.c
@@ -1,6 +1,6 @@
/* Test file for the various mpfr_random fonctions.
-Copyright (C) 1999-2000 Free Software Foundation.
+Copyright (C) 1999, 2000, 2001 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset_d.c b/tests/tset_d.c
index 3c35305d5..ba999136a 100644
--- a/tests/tset_d.c
+++ b/tests/tset_d.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_d and mpfr_get_d.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tset_f.c b/tests/tset_f.c
index 12f5a13dd..270a1354e 100644
--- a/tests/tset_f.c
+++ b/tests/tset_f.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_f.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tset_q.c b/tests/tset_q.c
index 17a198cd2..d98fcede7 100644
--- a/tests/tset_q.c
+++ b/tests/tset_q.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_q.
-Copyright (C) 2000 Free Software Foundation.
+Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tset_si.c b/tests/tset_si.c
index dc0e19c9a..13930cc41 100644
--- a/tests/tset_si.c
+++ b/tests/tset_si.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_si and mpfr_set_ui.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tset_str.c b/tests/tset_str.c
index 605a82b34..6265c62ea 100644
--- a/tests/tset_str.c
+++ b/tests/tset_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_str.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tset_z.c b/tests/tset_z.c
index ec304304b..182ac6ee4 100644
--- a/tests/tset_z.c
+++ b/tests/tset_z.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_z.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c
index 5a6b04299..d014d0f33 100644
--- a/tests/tsin_cos.c
+++ b/tests/tsin_cos.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sin_cos.
-Copyright (C) 2000 Free Software Foundation, Inc.
+Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index f8bf52a10..94e9b1ad7 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqrt.
-Copyright (C) 1999 Free Software Foundation.
+Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
@@ -37,7 +37,8 @@ void check_float _PROTO((void));
void special _PROTO((void));
void check_inexact _PROTO((mp_prec_t));
-void check3(double a, mp_rnd_t rnd_mode, double Q)
+void
+check3 (double a, mp_rnd_t rnd_mode, double Q)
{
mpfr_t q; double Q2; int ck,u;
diff --git a/tests/tsqrt_ui.c b/tests/tsqrt_ui.c
index b1a4628fb..f9e10a4cb 100644
--- a/tests/tsqrt_ui.c
+++ b/tests/tsqrt_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqrt_ui.
-Copyright (C) 2000 Free Software Foundation.
+Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tswap.c b/tests/tswap.c
index ba0a6860a..ade420a78 100644
--- a/tests/tswap.c
+++ b/tests/tswap.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_swap.
-Copyright (C) 2000 Free Software Foundation, Inc.
+Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/ttrunc.c b/tests/ttrunc.c
index 47dce74fe..15357e5ad 100644
--- a/tests/ttrunc.c
+++ b/tests/ttrunc.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_trunc, mpfr_ceil, mpfr_floor.
-Copyright (C) 1999-2000 Free Software Foundation.
+Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.
diff --git a/tests/tui_div.c b/tests/tui_div.c
index ba364dc40..1c89877a5 100644
--- a/tests/tui_div.c
+++ b/tests/tui_div.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_div.
-Copyright (C) 2000 Free Software Foundation.
+Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file is part of the MPFR Library.