diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-30 20:04:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-30 20:04:34 +0000 |
commit | 1f2b255b9f6728e74ed4689016d460e3f54efa72 (patch) | |
tree | 021adeda2a2aa68cfe85dcd1fdec7ffac5c3e00d /sysdeps/alpha/fpu/libm-test-ulps | |
parent | 4749147916387ffe2d89a28536bb3da2f416e6d2 (diff) | |
download | glibc-1f2b255b9f6728e74ed4689016d460e3f54efa72.tar glibc-1f2b255b9f6728e74ed4689016d460e3f54efa72.tar.gz glibc-1f2b255b9f6728e74ed4689016d460e3f54efa72.tar.bz2 glibc-1f2b255b9f6728e74ed4689016d460e3f54efa72.zip |
Adjust j0 ULPs.
Diffstat (limited to 'sysdeps/alpha/fpu/libm-test-ulps')
-rw-r--r-- | sysdeps/alpha/fpu/libm-test-ulps | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/alpha/fpu/libm-test-ulps b/sysdeps/alpha/fpu/libm-test-ulps index ce16391105..9c57a322da 100644 --- a/sysdeps/alpha/fpu/libm-test-ulps +++ b/sysdeps/alpha/fpu/libm-test-ulps @@ -448,6 +448,12 @@ ifloat: 1 Test "j0 (2.0) == 0.22389077914123566805": float: 2 ifloat: 2 +Test "j0 (4.0) == -3.9714980986384737228659076845169804197562E-1" +double: 1 +idouble: 1 +Test "j0 (-4.0) == -3.9714980986384737228659076845169804197562E-1" +double: 1 +idouble: 1 Test "j0 (8.0) == 0.17165080713755390609": float: 1 ifloat: 1 |