diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-03-25 00:30:10 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-03-25 00:30:10 +0000 |
commit | 8d6439712db3de86939bd4d3784562778cefcadc (patch) | |
tree | f4ebfdc44f529b273b43064b02c27ff07197aa32 /math/auto-libm-test-in | |
parent | bc899ea0901b8163b03f0d7ffb2cf2c88fb3e649 (diff) | |
download | glibc-8d6439712db3de86939bd4d3784562778cefcadc.tar.gz glibc-8d6439712db3de86939bd4d3784562778cefcadc.tar.xz glibc-8d6439712db3de86939bd4d3784562778cefcadc.zip |
Add more tests of acos.
This patch adds some randomly-generated tests of acos 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 acos. * 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 1da8ec130f..070298da10 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -64,6 +64,12 @@ acos -0x1p-65 acos -0x1p-85 acos -0x1p-105 acos -0x1p-125 +acos -0x2.0089a4p-4 +acos 0xf.04aeep-4 +acos 0x5.dd258006121b8p-4 +acos -0x2.35f051e70dbc4p-4 +acos 0xe.9a5c0d7fabb9aa1p-4 +acos 0xe.17513589de79b75p-4 acos min acos -min acos min_subnorm |