This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: update sysdeps/ia64/fpu/libm-test-ulps


Here is an update for sysdeps/ia64/fpu/libm-test-ulps.


H.J.
---
2000-09-29  H.J. Lu  <hjl@gnu.org>

	* sysdeps/ia64/fpu/libm-test-ulps: Updated for long double.

Index: sysdeps/ia64/fpu/libm-test-ulps
===================================================================
RCS file: /work/cvs/gnu/glibc/sysdeps/ia64/fpu/libm-test-ulps,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 libm-test-ulps
--- sysdeps/ia64/fpu/libm-test-ulps	2000/09/26 20:24:21	1.1.1.1
+++ sysdeps/ia64/fpu/libm-test-ulps	2000/09/29 22:53:03
@@ -216,13 +216,13 @@ ldouble: 447
 
 # cbrt
 Test "cbrt (-0.001) == -0.1":
-ildouble: 716
-ldouble: 716
+ildouble: 717
+ldouble: 717
 Test "cbrt (-27.0) == -3.0":
 double: 1
 idouble: 1
-ildouble: 1
-ldouble: 1
+ildouble: 948
+ldouble: 948
 Test "cbrt (0.7) == 0.8879040017426007084":
 double: 1
 idouble: 1
@@ -233,6 +233,9 @@ double: 1
 idouble: 1
 ildouble: 306
 ldouble: 306
+Test "cbrt (8) == 2":
+ildouble: 191
+ldouble: 191
 
 # ccos
 Test "Real part of: ccos (-2 - 3 i) == -4.1896256909688072301 - 9.1092278937553365979 i":
@@ -1302,8 +1305,8 @@ ldouble: 447
 Function: "cbrt":
 double: 1
 idouble: 1
-ildouble: 716
-ldouble: 716
+ildouble: 948
+ldouble: 948
 
 Function: Real part of "ccos":
 double: 1

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]