Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 18 Apr 2001 00:20:28 +0000 (00:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 18 Apr 2001 00:20:28 +0000 (00:20 +0000)
2001-04-17  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.

ChangeLog
linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [new file with mode: 0644]
math/libm-test.inc
sysdeps/alpha/fpu/libm-test-ulps
sysdeps/ia64/fpu/libm-test-ulps
sysdeps/sparc/sparc32/fpu/libm-test-ulps
sysdeps/sparc/sparc64/fpu/libm-test-ulps

index 05b7768..42a8f3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-17  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.
+
 2001-04-17  David S. Miller  <davem@redhat.com>
 
        * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update for new atan2 tests.
index 6f57926..435f172 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
+
 2001-04-16  Ulrich Drepper  <drepper@redhat.com>
 
        * signals.c (sigwait): NSIG is no signal number.  Block all
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
new file mode 100644 (file)
index 0000000..b5c34a9
--- /dev/null
@@ -0,0 +1,9 @@
+ifeq ($(subdir),linuxthreads)
+# gcc -m64 has /usr/lib64/crti.o hardcoded in the specs file, because otherwise
+# it would normally find 32bit crti.o.
+LDFLAGS-pthread.so += -specs=$(objpfx)specs
+before-compile += $(objpfx)specs
+postclean-generated += $(subdir)specs
+$(objpfx)specs:
+       $(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs | sed 's_/usr/lib64/crti.o_crti.o_g' > $@
+endif
index c2a75b6..0a50760 100644 (file)
@@ -920,10 +920,10 @@ atan2_test (void)
 
   TEST_ff_f (atan2, 0.7L, 1, 0.61072596438920861654375887649023613L);
   TEST_ff_f (atan2, -0.7L, 1.0L, -0.61072596438920861654375887649023613L);
-  TEST_ff_f (atan2, 0.7L, -1.0L, 2.5308666892005846219L);
-  TEST_ff_f (atan2, -0.7L, -1.0L, -2.5308666892005846219L);
+  TEST_ff_f (atan2, 0.7L, -1.0L, 2.530866689200584621918884506789267L);
+  TEST_ff_f (atan2, -0.7L, -1.0L, -2.530866689200584621918884506789267L);
   TEST_ff_f (atan2, 0.4L, 0.0003L, 1.5700463269355215717704032607580829L);
-  TEST_ff_f (atan2, 1.4L, -0.93L, 2.1571487668237843755L);
+  TEST_ff_f (atan2, 1.4L, -0.93L, 2.1571487668237843754887415992772736L);
 
   END (atan2);
 }
index 5169a3e..6d664c8 100644 (file)
@@ -13,6 +13,17 @@ float: 2
 idouble: 1
 ifloat: 2
 
+# atan2
+Test "atan2 (0.7, -1.0) == 2.530866689200584621918884506789267":
+float: 3
+ifloat: 3
+Test "atan2 (-0.7, -1.0) == -2.530866689200584621918884506789267":
+float: 3
+ifloat: 3
+Test "atan2 (1.4, -0.93) == 2.1571487668237843754887415992772736":
+float: 4
+ifloat: 4
+
 # atanh
 Test "atanh (0.7) == 0.8673005276940531944":
 double: 1
@@ -758,6 +769,10 @@ float: 2
 idouble: 1
 ifloat: 2
 
+Function: "atan2":
+float: 3
+ifloat: 3
+
 Function: "atanh":
 double: 1
 idouble: 1
index 464681b..5df6926 100644 (file)
@@ -75,8 +75,8 @@ double: 1
 float: 7
 idouble: 1
 ifloat: 7
-ildouble: 6
-ldouble: 6
+ildouble: 7
+ldouble: 7
 Test "Imaginary part of: cacosh (-2 - 3 i) == -1.9833870299165354323470769028940395 + 2.1414491111159960199416055713254211 i":
 double: 1
 float: 4
index 02476d4..fa0177f 100644 (file)
@@ -19,13 +19,13 @@ double: 1
 idouble: 1
 
 # atan2
-Test "atan2 (0.7, -1.0) == 2.5308666892005846219":
+Test "atan2 (0.7, -1.0) == 2.530866689200584621918884506789267":
 float:  3.0000
 ifloat:  3.0000
-Test "atan2 (-0.7, -1.0) == -2.5308666892005846219":
+Test "atan2 (-0.7, -1.0) == -2.530866689200584621918884506789267":
 float:  3.0000
 ifloat:  3.0000
-Test "atan2 (1.4, -0.93) == 2.1571487668237843755":
+Test "atan2 (1.4, -0.93) == 2.1571487668237843754887415992772736":
 float:  4.0000
 ifloat:  4.0000
 Function: "atan2":
index c2ac22d..13c0e0b 100644 (file)
@@ -32,13 +32,13 @@ double: 1
 idouble: 1
 
 # atan2
-Test "atan2 (0.7, -1.0) == 2.5308666892005846219":
+Test "atan2 (0.7, -1.0) == 2.530866689200584621918884506789267":
 float:  3.0000
 ifloat:  3.0000
-Test "atan2 (-0.7, -1.0) == -2.5308666892005846219":
+Test "atan2 (-0.7, -1.0) == -2.530866689200584621918884506789267":
 float:  3.0000
 ifloat:  3.0000
-Test "atan2 (1.4, -0.93) == 2.1571487668237843755":
+Test "atan2 (1.4, -0.93) == 2.1571487668237843754887415992772736":
 float:  4.0000
 ifloat:  4.0000
 Function: "atan2":