diff options
author | Paul Zimmermann <Paul.Zimmermann@inria.fr> | 2021-02-26 08:00:03 +0100 |
---|---|---|
committer | Paul Zimmermann <Paul.Zimmermann@inria.fr> | 2021-02-27 06:32:11 +0100 |
commit | 5a051454a9b50c27984bbc499ee1297de48e2dc8 (patch) | |
tree | b4aef0c5c1f679a78548fd4bf48afbda560ab545 /math/auto-libm-test-out-atan | |
parent | 035c012e32c11e84d64905efaf55e74f704d3668 (diff) | |
download | glibc-5a051454a9b50c27984bbc499ee1297de48e2dc8.tar.gz glibc-5a051454a9b50c27984bbc499ee1297de48e2dc8.tar.xz glibc-5a051454a9b50c27984bbc499ee1297de48e2dc8.zip |
Add inputs that generate larger error bounds
(Using values from https://members.loria.fr/PZimmermann/papers/accuracy.pdf)
Diffstat (limited to 'math/auto-libm-test-out-atan')
-rw-r--r-- | math/auto-libm-test-out-atan | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/auto-libm-test-out-atan b/math/auto-libm-test-out-atan index d769aeb8aa..334894a90a 100644 --- a/math/auto-libm-test-out-atan +++ b/math/auto-libm-test-out-atan @@ -1036,6 +1036,31 @@ atan -0x1.58c83p+0 = atan tonearest ibm128 -0x1.58c83p+0 : -0xe.e9f00a57b143b31a8f4be18ea4p-4 : inexact-ok = atan towardzero ibm128 -0x1.58c83p+0 : -0xe.e9f00a57b143b31a8f4be18eap-4 : inexact-ok = atan upward ibm128 -0x1.58c83p+0 : -0xe.e9f00a57b143b31a8f4be18eap-4 : inexact-ok +atan 0x1.626772p-1 += atan downward binary32 0xb.133b9p-4 : 0x9.bp-4 : inexact-ok += atan tonearest binary32 0xb.133b9p-4 : 0x9.b0001p-4 : inexact-ok += atan towardzero binary32 0xb.133b9p-4 : 0x9.bp-4 : inexact-ok += atan upward binary32 0xb.133b9p-4 : 0x9.b0001p-4 : inexact-ok += atan downward binary64 0xb.133b9p-4 : 0x9.b0000da23b9d8p-4 : inexact-ok += atan tonearest binary64 0xb.133b9p-4 : 0x9.b0000da23b9ep-4 : inexact-ok += atan towardzero binary64 0xb.133b9p-4 : 0x9.b0000da23b9d8p-4 : inexact-ok += atan upward binary64 0xb.133b9p-4 : 0x9.b0000da23b9ep-4 : inexact-ok += atan downward intel96 0xb.133b9p-4 : 0x9.b0000da23b9dce2p-4 : inexact-ok += atan tonearest intel96 0xb.133b9p-4 : 0x9.b0000da23b9dce3p-4 : inexact-ok += atan towardzero intel96 0xb.133b9p-4 : 0x9.b0000da23b9dce2p-4 : inexact-ok += atan upward intel96 0xb.133b9p-4 : 0x9.b0000da23b9dce3p-4 : inexact-ok += atan downward m68k96 0xb.133b9p-4 : 0x9.b0000da23b9dce2p-4 : inexact-ok += atan tonearest m68k96 0xb.133b9p-4 : 0x9.b0000da23b9dce3p-4 : inexact-ok += atan towardzero m68k96 0xb.133b9p-4 : 0x9.b0000da23b9dce2p-4 : inexact-ok += atan upward m68k96 0xb.133b9p-4 : 0x9.b0000da23b9dce3p-4 : inexact-ok += atan downward binary128 0xb.133b9p-4 : 0x9.b0000da23b9dce2cdb744dda3638p-4 : inexact-ok += atan tonearest binary128 0xb.133b9p-4 : 0x9.b0000da23b9dce2cdb744dda364p-4 : inexact-ok += atan towardzero binary128 0xb.133b9p-4 : 0x9.b0000da23b9dce2cdb744dda3638p-4 : inexact-ok += atan upward binary128 0xb.133b9p-4 : 0x9.b0000da23b9dce2cdb744dda364p-4 : inexact-ok += atan downward ibm128 0xb.133b9p-4 : 0x9.b0000da23b9dce2cdb744dda34p-4 : inexact-ok += atan tonearest ibm128 0xb.133b9p-4 : 0x9.b0000da23b9dce2cdb744dda38p-4 : inexact-ok += atan towardzero ibm128 0xb.133b9p-4 : 0x9.b0000da23b9dce2cdb744dda34p-4 : inexact-ok += atan upward ibm128 0xb.133b9p-4 : 0x9.b0000da23b9dce2cdb744dda38p-4 : inexact-ok atan min = atan downward binary32 0x4p-128 : 0x3.fffff8p-128 : inexact-ok underflow-ok errno-erange-ok = atan tonearest binary32 0x4p-128 : 0x4p-128 : inexact-ok underflow-ok errno-erange-ok |