diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-04-08 21:13:35 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-04-08 21:13:35 +0000 |
commit | 787d22bce6a345690641a226809b8ade3fa1db8d (patch) | |
tree | 65c3c3726dfecc14270bfe0fcd41477448bd84bb /math/auto-libm-test-in | |
parent | 024bcc5106a48307e2efc42ab85b3bbec6958163 (diff) | |
download | glibc-787d22bce6a345690641a226809b8ade3fa1db8d.tar glibc-787d22bce6a345690641a226809b8ade3fa1db8d.tar.gz glibc-787d22bce6a345690641a226809b8ade3fa1db8d.tar.bz2 glibc-787d22bce6a345690641a226809b8ade3fa1db8d.zip |
Add more tests of atanh.
This patch adds some randomly-generated tests of atanh that are
observed to increase ulps on x86_64.
Tested for x86_64 and x86 and ulps updated accordingly.
* math/auto-libm-test-in: Add more tests of atanh.
* math/auto-libm-test-out: Regenerated.
* sysdeps/i386/fpu/libm-test-ulps: Update.
* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 0fa1f97602..433742a0a5 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -373,6 +373,8 @@ atanh -0x2.084568p-4 atanh -0x3.e0a5d8p-4 atanh 0x3.dfb1f5db0ceccp-4 atanh 0x2.251b2a64c85dep-4 +atanh -0x2.e3458cp-4 +atanh 0x3.91d9f3c80c72d7acp-4 # Bug 16352: underflow exception may be missing. atanh 0x1p-500 missing-underflow atanh 0x1p-5000 missing-underflow |