diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-05-01 22:41:00 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-05-01 22:41:00 +0000 |
commit | 827bb5859c2b3e0471d6273617368fc76a821e6e (patch) | |
tree | 478400f7c041db806e684ef287130b6bc4b45625 /math/auto-libm-test-in | |
parent | 86793ae758eeca100a67d1e32cb16d29e74a9149 (diff) | |
download | glibc-827bb5859c2b3e0471d6273617368fc76a821e6e.tar glibc-827bb5859c2b3e0471d6273617368fc76a821e6e.tar.gz glibc-827bb5859c2b3e0471d6273617368fc76a821e6e.tar.bz2 glibc-827bb5859c2b3e0471d6273617368fc76a821e6e.zip |
Add more tests of cos, sin, sincos.
This patch adds some randomly-generated tests of cos, sin and sincos
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 cos, sin and sincos.
* 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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 788c30a517..b8f71ee62d 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -865,6 +865,7 @@ cos min cos -min cos min_subnorm cos -min_subnorm +cos -0x3.3de320f6be87ep+1020 cosh 0 cosh -0 @@ -2241,6 +2242,7 @@ sin 8 sin 9 sin 10 sin 0x1.2001469775ce6p32 +sin -0x3.3de320f6be87ep+1020 sincos 0 sincos -0 @@ -2260,6 +2262,7 @@ sincos 0x1.fffff8p+127 sincos 0x1.fffffep+127 sincos 0x1p+50 sincos 0x1p+28 +sincos -0x3.3de320f6be87ep+1020 sinh 0 sinh -0 |