diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-13 17:27:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-13 17:27:49 +0000 |
commit | 31a5468806fa75f49f7239f05eb7c857ee8a4191 (patch) | |
tree | f2c84fb13d69771c38c8352ff336d3c5ff9cd02f /sysdeps | |
parent | bdf3b017afda96b14031c1e5bb643e4b3376a04b (diff) | |
download | glibc-31a5468806fa75f49f7239f05eb7c857ee8a4191.zip glibc-31a5468806fa75f49f7239f05eb7c857ee8a4191.tar.gz glibc-31a5468806fa75f49f7239f05eb7c857ee8a4191.tar.bz2 |
Update.
2001-09-13 Ulrich Drepper <drepper@redhat.com>
* sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/powerpc/fpu/libm-test-ulps | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps index b1d4332..55dd1e0 100644 --- a/sysdeps/powerpc/fpu/libm-test-ulps +++ b/sysdeps/powerpc/fpu/libm-test-ulps @@ -447,6 +447,16 @@ ifloat: 1 Test "j0 (8.0) == 0.17165080713755390609": float: 1 ifloat: 1 +Test "j0 (4.0) == -3.9714980986384737228659076845169804197562E-1": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 +Test "j0 (-4.0) == -3.9714980986384737228659076845169804197562E-1": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 # j1 Test "j1 (10.0) == 0.043472746168861436670": |