diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2017-02-06 18:41:20 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2017-02-06 18:41:20 +0000 |
| commit | 4f1bc131db81042e8e8d1f829ed18e28d9c56b58 (patch) | |
| tree | 74c14e29f2928fade2d9f27a664915ee4897ebc2 /math/auto-libm-test-out-ctan | |
| parent | 5cd81881e221d2943ca41b2da7bb87c0ede3386b (diff) | |
| download | glibc-4f1bc131db81042e8e8d1f829ed18e28d9c56b58.tar.xz glibc-4f1bc131db81042e8e8d1f829ed18e28d9c56b58.zip | |
Split auto-libm-test-out by function.
math/auto-libm-test-out is, at over 30 MB, by far the largest file in
the glibc source tree. This patch splits it by function, so reducing
it to auto-libm-test-out-<func> files that are all under 5 MB in size.
This is preliminary to splitting up libm-test.inc as well so that each
function's tests can also be processed separately by
gen-libm-test.pl. As a preliminary patch it doesn't actually
implement that step; rather, all the separate files get concatenated
by the Makefile to produce the monolithic auto-libm-test-out file
again as an input to gen-libm-test.pl. (The concatentation is
identical to the file in the source tree before this patch.)
Even this preliminary step, however, is of use independent of
splitting up libm-test.inc: some tests for csin and csinh have not
been moved to auto-libm-test-in because they result in
auto-libm-test-out generation taking several minutes rather than a few
seconds (all released MPC versions are very slow for certain sin /
sinh inputs; there are some old improvements in MPC mainline which
should eventually become MPC 1.1, but the complex inverse trig and
hyperbolic functions are slow even in MPC mainline and have yet to be
moved to auto-libm-test-in at all), and it seems much more reasonable
to add such inputs to auto-libm-test-in when it will only slow down
regeneration for particular functions than when it will slow down
regeneration globally.
gen-auto-libm-tests still parses the whole input file, but only
generates output for the requested function. This ensures bad syntax
in the file is always detected, and parsing the whole file is quick;
it's output generation that is comparatively slow for some functions.
Tested for x86_64.
* math/gen-auto-libm-tests.c: Update comment about use of program.
(generate_output): Add argument FUNCTION.
(main): Require extra argument. Pass function name to
generate_output.
* math/Makefile (generated): Add auto-libm-test-out.
(libm-test-funcs-auto): New variable.
(auto-libm-test-out-files): New variable.
($(objpfx)libm-test.c): Depend on $(auto-libm-test-out-files).
Concatenate those files to form $(objpfx)auto-libm-test-out and
use it as input to gen-libm-test.pl.
* math/README.libm-test: Update.
* math/auto-libm-test-out: Remove.
* math/auto-libm-test-out-acos: New generated file.
* math/auto-libm-test-out-acosh: Likewise.
* math/auto-libm-test-out-asin: Likewise.
* math/auto-libm-test-out-asinh: Likewise.
* math/auto-libm-test-out-atan: Likewise.
* math/auto-libm-test-out-atan2: Likewise.
* math/auto-libm-test-out-atanh: Likewise.
* math/auto-libm-test-out-cabs: Likewise.
* math/auto-libm-test-out-carg: Likewise.
* math/auto-libm-test-out-cbrt: Likewise.
* math/auto-libm-test-out-ccos: Likewise.
* math/auto-libm-test-out-ccosh: Likewise.
* math/auto-libm-test-out-cexp: Likewise.
* math/auto-libm-test-out-clog: Likewise.
* math/auto-libm-test-out-clog10: Likewise.
* math/auto-libm-test-out-cos: Likewise.
* math/auto-libm-test-out-cosh: Likewise.
* math/auto-libm-test-out-cpow: Likewise.
* math/auto-libm-test-out-csin: Likewise.
* math/auto-libm-test-out-csinh: Likewise.
* math/auto-libm-test-out-csqrt: Likewise.
* math/auto-libm-test-out-ctan: Likewise.
* math/auto-libm-test-out-ctanh: Likewise.
* math/auto-libm-test-out-erf: Likewise.
* math/auto-libm-test-out-erfc: Likewise.
* math/auto-libm-test-out-exp: Likewise.
* math/auto-libm-test-out-exp10: Likewise.
* math/auto-libm-test-out-exp2: Likewise.
* math/auto-libm-test-out-expm1: Likewise.
* math/auto-libm-test-out-fma: Likewise.
* math/auto-libm-test-out-hypot: Likewise.
* math/auto-libm-test-out-j0: Likewise.
* math/auto-libm-test-out-j1: Likewise.
* math/auto-libm-test-out-jn: Likewise.
* math/auto-libm-test-out-lgamma: Likewise.
* math/auto-libm-test-out-log: Likewise.
* math/auto-libm-test-out-log10: Likewise.
* math/auto-libm-test-out-log1p: Likewise.
* math/auto-libm-test-out-log2: Likewise.
* math/auto-libm-test-out-pow: Likewise.
* math/auto-libm-test-out-sin: Likewise.
* math/auto-libm-test-out-sincos: Likewise.
* math/auto-libm-test-out-sinh: Likewise.
* math/auto-libm-test-out-sqrt: Likewise.
* math/auto-libm-test-out-tan: Likewise.
* math/auto-libm-test-out-tanh: Likewise.
* math/auto-libm-test-out-tgamma: Likewise.
* math/auto-libm-test-out-y0: Likewise.
* math/auto-libm-test-out-y1: Likewise.
* math/auto-libm-test-out-yn: Likewise.
Diffstat (limited to 'math/auto-libm-test-out-ctan')
| -rw-r--r-- | math/auto-libm-test-out-ctan | 1779 |
1 files changed, 1779 insertions, 0 deletions
diff --git a/math/auto-libm-test-out-ctan b/math/auto-libm-test-out-ctan new file mode 100644 index 0000000000..996999a1a3 --- /dev/null +++ b/math/auto-libm-test-out-ctan @@ -0,0 +1,1779 @@ +ctan 0 0 += ctan downward binary32 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan tonearest binary32 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan towardzero binary32 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan upward binary32 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan downward binary64 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan tonearest binary64 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan towardzero binary64 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan upward binary64 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan downward intel96 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan tonearest intel96 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan towardzero intel96 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan upward intel96 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan downward m68k96 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan tonearest m68k96 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan towardzero m68k96 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan upward m68k96 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan downward binary128 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan tonearest binary128 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan towardzero binary128 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan upward binary128 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan downward ibm128 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan tonearest ibm128 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan towardzero ibm128 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok += ctan upward ibm128 0x0p+0 0x0p+0 : 0x0p+0 0x0p+0 : inexact-ok +ctan 0 -0 += ctan downward binary32 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest binary32 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero binary32 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan upward binary32 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan downward binary64 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest binary64 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero binary64 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan upward binary64 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan downward intel96 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest intel96 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero intel96 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan upward intel96 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan downward m68k96 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest m68k96 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero m68k96 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan upward m68k96 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan downward binary128 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest binary128 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero binary128 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan upward binary128 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan downward ibm128 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest ibm128 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero ibm128 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok += ctan upward ibm128 0x0p+0 -0x0p+0 : 0x0p+0 -0x0p+0 : inexact-ok +ctan -0 0 += ctan downward binary32 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan tonearest binary32 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan towardzero binary32 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan upward binary32 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan downward binary64 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan tonearest binary64 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan towardzero binary64 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan upward binary64 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan downward intel96 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan tonearest intel96 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan towardzero intel96 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan upward intel96 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan downward m68k96 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan tonearest m68k96 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan towardzero m68k96 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan upward m68k96 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan downward binary128 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan tonearest binary128 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan towardzero binary128 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan upward binary128 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan downward ibm128 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan tonearest ibm128 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan towardzero ibm128 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok += ctan upward ibm128 -0x0p+0 0x0p+0 : -0x0p+0 0x0p+0 : inexact-ok +ctan -0 -0 += ctan downward binary32 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest binary32 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero binary32 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan upward binary32 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan downward binary64 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest binary64 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero binary64 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan upward binary64 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan downward intel96 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest intel96 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero intel96 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan upward intel96 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan downward m68k96 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest m68k96 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero m68k96 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan upward m68k96 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan downward binary128 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest binary128 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero binary128 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan upward binary128 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan downward ibm128 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan tonearest ibm128 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan towardzero ibm128 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok += ctan upward ibm128 -0x0p+0 -0x0p+0 : -0x0p+0 -0x0p+0 : inexact-ok +ctan 0.75 1.25 += ctan downward binary32 0xcp-4 0x1.4p+0 : 0x2.92ab2cp-4 0xf.9b168p-4 : inexact-ok += ctan tonearest binary32 0xcp-4 0x1.4p+0 : 0x2.92ab3p-4 0xf.9b169p-4 : inexact-ok += ctan towardzero binary32 0xcp-4 0x1.4p+0 : 0x2.92ab2cp-4 0xf.9b168p-4 : inexact-ok += ctan upward binary32 0xcp-4 0x1.4p+0 : 0x2.92ab3p-4 0xf.9b169p-4 : inexact-ok += ctan downward binary64 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85cp-4 0xf.9b16882eda3f8p-4 : inexact-ok += ctan tonearest binary64 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85cp-4 0xf.9b16882eda3f8p-4 : inexact-ok += ctan towardzero binary64 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85cp-4 0xf.9b16882eda3f8p-4 : inexact-ok += ctan upward binary64 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85ep-4 0xf.9b16882eda4p-4 : inexact-ok += ctan downward intel96 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c21p-4 0xf.9b16882eda3fbc3p-4 : inexact-ok += ctan tonearest intel96 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c214p-4 0xf.9b16882eda3fbc3p-4 : inexact-ok += ctan towardzero intel96 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c21p-4 0xf.9b16882eda3fbc3p-4 : inexact-ok += ctan upward intel96 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c214p-4 0xf.9b16882eda3fbc4p-4 : inexact-ok += ctan downward m68k96 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c21p-4 0xf.9b16882eda3fbc3p-4 : inexact-ok += ctan tonearest m68k96 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c214p-4 0xf.9b16882eda3fbc3p-4 : inexact-ok += ctan towardzero m68k96 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c21p-4 0xf.9b16882eda3fbc3p-4 : inexact-ok += ctan upward m68k96 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c214p-4 0xf.9b16882eda3fbc4p-4 : inexact-ok += ctan downward binary128 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c2132fe40ca506dap-4 0xf.9b16882eda3fbc35e672250c71ep-4 : inexact-ok += ctan tonearest binary128 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c2132fe40ca506dcp-4 0xf.9b16882eda3fbc35e672250c71ep-4 : inexact-ok += ctan towardzero binary128 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c2132fe40ca506dap-4 0xf.9b16882eda3fbc35e672250c71ep-4 : inexact-ok += ctan upward binary128 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c2132fe40ca506dcp-4 0xf.9b16882eda3fbc35e672250c71e8p-4 : inexact-ok += ctan downward ibm128 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c2132fe40ca506p-4 0xf.9b16882eda3fbc35e672250c7p-4 : inexact-ok += ctan tonearest ibm128 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c2132fe40ca507p-4 0xf.9b16882eda3fbc35e672250c7p-4 : inexact-ok += ctan towardzero ibm128 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c2132fe40ca506p-4 0xf.9b16882eda3fbc35e672250c7p-4 : inexact-ok += ctan upward ibm128 0xcp-4 0x1.4p+0 : 0x2.92ab2f573c85c2132fe40ca507p-4 0xf.9b16882eda3fbc35e672250c74p-4 : inexact-ok +ctan -2 -3 += ctan downward binary32 -0x2p+0 -0x3p+0 : 0xf.6addfp-12 -0x1.00d44p+0 : inexact-ok += ctan tonearest binary32 -0x2p+0 -0x3p+0 : 0xf.6addfp-12 -0x1.00d44p+0 : inexact-ok += ctan towardzero binary32 -0x2p+0 -0x3p+0 : 0xf.6addfp-12 -0x1.00d43ep+0 : inexact-ok += ctan upward binary32 -0x2p+0 -0x3p+0 : 0xf.6adep-12 -0x1.00d43ep+0 : inexact-ok += ctan downward binary64 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86p-12 -0x1.00d43f269153dp+0 : inexact-ok += ctan tonearest binary64 -0x2p+0 -0x3p+0 : 0xf.6addf0814b868p-12 -0x1.00d43f269153dp+0 : inexact-ok += ctan towardzero binary64 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86p-12 -0x1.00d43f269153cp+0 : inexact-ok += ctan upward binary64 -0x2p+0 -0x3p+0 : 0xf.6addf0814b868p-12 -0x1.00d43f269153cp+0 : inexact-ok += ctan downward intel96 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579p-12 -0x1.00d43f269153cff6p+0 : inexact-ok += ctan tonearest intel96 -0x2p+0 -0x3p+0 : 0xf.6addf0814b8657ap-12 -0x1.00d43f269153cff6p+0 : inexact-ok += ctan towardzero intel96 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579p-12 -0x1.00d43f269153cff4p+0 : inexact-ok += ctan upward intel96 -0x2p+0 -0x3p+0 : 0xf.6addf0814b8657ap-12 -0x1.00d43f269153cff4p+0 : inexact-ok += ctan downward m68k96 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579p-12 -0x1.00d43f269153cff6p+0 : inexact-ok += ctan tonearest m68k96 -0x2p+0 -0x3p+0 : 0xf.6addf0814b8657ap-12 -0x1.00d43f269153cff6p+0 : inexact-ok += ctan towardzero m68k96 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579p-12 -0x1.00d43f269153cff4p+0 : inexact-ok += ctan upward m68k96 -0x2p+0 -0x3p+0 : 0xf.6addf0814b8657ap-12 -0x1.00d43f269153cff4p+0 : inexact-ok += ctan downward binary128 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579a84338ca61388p-12 -0x1.00d43f269153cff541f87dd4f834p+0 : inexact-ok += ctan tonearest binary128 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579a84338ca6139p-12 -0x1.00d43f269153cff541f87dd4f833p+0 : inexact-ok += ctan towardzero binary128 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579a84338ca61388p-12 -0x1.00d43f269153cff541f87dd4f833p+0 : inexact-ok += ctan upward binary128 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579a84338ca6139p-12 -0x1.00d43f269153cff541f87dd4f833p+0 : inexact-ok += ctan downward ibm128 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579a84338ca61p-12 -0x1.00d43f269153cff541f87dd4f88p+0 : inexact-ok += ctan tonearest ibm128 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579a84338ca614p-12 -0x1.00d43f269153cff541f87dd4f8p+0 : inexact-ok += ctan towardzero ibm128 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579a84338ca61p-12 -0x1.00d43f269153cff541f87dd4f8p+0 : inexact-ok += ctan upward ibm128 -0x2p+0 -0x3p+0 : 0xf.6addf0814b86579a84338ca614p-12 -0x1.00d43f269153cff541f87dd4f8p+0 : inexact-ok +ctan 1 45 += ctan downward binary32 0x1p+0 0x2.dp+4 : 0x8.1cfap-132 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary32 0x1p+0 0x2.dp+4 : 0x8.1cfa8p-132 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary32 0x1p+0 0x2.dp+4 : 0x8.1cfap-132 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary32 0x1p+0 0x2.dp+4 : 0x8.1cfa8p-132 0x1.000002p+0 : inexact-ok underflow errno-erange-ok += ctan downward binary64 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f4p-132 0x1p+0 : inexact-ok += ctan tonearest binary64 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f48p-132 0x1p+0 : inexact-ok += ctan towardzero binary64 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f4p-132 0x1p+0 : inexact-ok += ctan upward binary64 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f48p-132 0x1.0000000000001p+0 : inexact-ok += ctan downward intel96 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462ap-132 0x1p+0 : inexact-ok += ctan tonearest intel96 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462ap-132 0x1p+0 : inexact-ok += ctan towardzero intel96 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462ap-132 0x1p+0 : inexact-ok += ctan upward intel96 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462bp-132 0x1.0000000000000002p+0 : inexact-ok += ctan downward m68k96 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462ap-132 0x1p+0 : inexact-ok += ctan tonearest m68k96 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462ap-132 0x1p+0 : inexact-ok += ctan towardzero m68k96 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462ap-132 0x1p+0 : inexact-ok += ctan upward m68k96 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462bp-132 0x1.0000000000000002p+0 : inexact-ok += ctan downward binary128 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462a5a6cd1741d1a8p-132 0x1p+0 : inexact-ok += ctan tonearest binary128 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462a5a6cd1741d1bp-132 0x1p+0 : inexact-ok += ctan towardzero binary128 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462a5a6cd1741d1a8p-132 0x1p+0 : inexact-ok += ctan upward binary128 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462a5a6cd1741d1bp-132 0x1.0000000000000000000000000001p+0 : inexact-ok += ctan downward ibm128 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462a5a6cd1741dp-132 0x1p+0 : inexact-ok += ctan tonearest ibm128 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462a5a6cd1741dp-132 0x1p+0 : inexact-ok += ctan towardzero ibm128 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462a5a6cd1741dp-132 0x1p+0 : inexact-ok += ctan upward ibm128 0x1p+0 0x2.dp+4 : 0x8.1cfa783d16f462a5a6cd1741d4p-132 0x1.000000000000000000000000008p+0 : inexact-ok +ctan 1 47 += ctan downward binary32 0x1p+0 0x2.fp+4 : 0x2.60a8p-136 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary32 0x1p+0 0x2.fp+4 : 0x2.60a8p-136 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary32 0x1p+0 0x2.fp+4 : 0x2.60a8p-136 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary32 0x1p+0 0x2.fp+4 : 0x2.60bp-136 0x1.000002p+0 : inexact-ok underflow errno-erange-ok += ctan downward binary64 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f524p-136 0x1p+0 : inexact-ok += ctan tonearest binary64 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5242p-136 0x1p+0 : inexact-ok += ctan towardzero binary64 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f524p-136 0x1p+0 : inexact-ok += ctan upward binary64 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5242p-136 0x1.0000000000001p+0 : inexact-ok += ctan downward intel96 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241554p-136 0x1p+0 : inexact-ok += ctan tonearest intel96 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241554p-136 0x1p+0 : inexact-ok += ctan towardzero intel96 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241554p-136 0x1p+0 : inexact-ok += ctan upward intel96 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241558p-136 0x1.0000000000000002p+0 : inexact-ok += ctan downward m68k96 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241554p-136 0x1p+0 : inexact-ok += ctan tonearest m68k96 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241554p-136 0x1p+0 : inexact-ok += ctan towardzero m68k96 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241554p-136 0x1p+0 : inexact-ok += ctan upward m68k96 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241558p-136 0x1.0000000000000002p+0 : inexact-ok += ctan downward binary128 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241555288ba7825782p-136 0x1p+0 : inexact-ok += ctan tonearest binary128 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241555288ba7825782p-136 0x1p+0 : inexact-ok += ctan towardzero binary128 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241555288ba7825782p-136 0x1p+0 : inexact-ok += ctan upward binary128 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241555288ba7825784p-136 0x1.0000000000000000000000000001p+0 : inexact-ok += ctan downward ibm128 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241555288ba78257p-136 0x1p+0 : inexact-ok += ctan tonearest ibm128 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241555288ba78258p-136 0x1p+0 : inexact-ok += ctan towardzero ibm128 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241555288ba78257p-136 0x1p+0 : inexact-ok += ctan upward ibm128 0x1p+0 0x2.fp+4 : 0x2.60a8b2f7f5241555288ba78258p-136 0x1.000000000000000000000000008p+0 : inexact-ok +ctan 1 355 += ctan downward binary32 0x1p+0 0x1.63p+8 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary32 0x1p+0 0x1.63p+8 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary32 0x1p+0 0x1.63p+8 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary32 0x1p+0 0x1.63p+8 : 0x8p-152 0x1.000002p+0 : inexact-ok underflow errno-erange-ok += ctan downward binary64 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b48p-1024 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary64 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4cp-1024 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary64 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b48p-1024 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary64 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4cp-1024 0x1.0000000000001p+0 : inexact-ok underflow errno-erange-ok += ctan downward intel96 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fcp-1024 0x1p+0 : inexact-ok += ctan tonearest intel96 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fcp-1024 0x1p+0 : inexact-ok += ctan towardzero intel96 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fcp-1024 0x1p+0 : inexact-ok += ctan upward intel96 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fep-1024 0x1.0000000000000002p+0 : inexact-ok += ctan downward m68k96 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fcp-1024 0x1p+0 : inexact-ok += ctan tonearest m68k96 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fcp-1024 0x1p+0 : inexact-ok += ctan towardzero m68k96 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fcp-1024 0x1p+0 : inexact-ok += ctan upward m68k96 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fep-1024 0x1.0000000000000002p+0 : inexact-ok += ctan downward binary128 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fc921d45c1e929p-1024 0x1p+0 : inexact-ok += ctan tonearest binary128 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fc921d45c1e929p-1024 0x1p+0 : inexact-ok += ctan towardzero binary128 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fc921d45c1e929p-1024 0x1p+0 : inexact-ok += ctan upward binary128 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4a7fc921d45c1e92ap-1024 0x1.0000000000000000000000000001p+0 : inexact-ok += ctan downward ibm128 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b48p-1024 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest ibm128 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4cp-1024 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero ibm128 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b48p-1024 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward ibm128 0x1p+0 0x1.63p+8 : 0x1.76a2c6f034b4cp-1024 0x1.000000000000000000000000008p+0 : inexact-ok underflow errno-erange-ok +ctan 1 365 += ctan downward binary32 0x1p+0 0x1.6dp+8 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary32 0x1p+0 0x1.6dp+8 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary32 0x1p+0 0x1.6dp+8 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary32 0x1p+0 0x1.6dp+8 : 0x8p-152 0x1.000002p+0 : inexact-ok underflow errno-erange-ok += ctan downward binary64 0x1p+0 0x1.6dp+8 : 0xc.f47fp-1056 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary64 0x1p+0 0x1.6dp+8 : 0xc.f47f4p-1056 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary64 0x1p+0 0x1.6dp+8 : 0xc.f47fp-1056 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary64 0x1p+0 0x1.6dp+8 : 0xc.f47f4p-1056 0x1.0000000000001p+0 : inexact-ok underflow errno-erange-ok += ctan downward intel96 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b7p-1056 0x1p+0 : inexact-ok += ctan tonearest intel96 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b7p-1056 0x1p+0 : inexact-ok += ctan towardzero intel96 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b7p-1056 0x1p+0 : inexact-ok += ctan upward intel96 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b71p-1056 0x1.0000000000000002p+0 : inexact-ok += ctan downward m68k96 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b7p-1056 0x1p+0 : inexact-ok += ctan tonearest m68k96 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b7p-1056 0x1p+0 : inexact-ok += ctan towardzero m68k96 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b7p-1056 0x1p+0 : inexact-ok += ctan upward m68k96 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b71p-1056 0x1.0000000000000002p+0 : inexact-ok += ctan downward binary128 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b7024c3d69ff0358p-1056 0x1p+0 : inexact-ok += ctan tonearest binary128 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b7024c3d69ff0358p-1056 0x1p+0 : inexact-ok += ctan towardzero binary128 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b7024c3d69ff0358p-1056 0x1p+0 : inexact-ok += ctan upward binary128 0x1p+0 0x1.6dp+8 : 0xc.f47f20686b62b7024c3d69ff036p-1056 0x1.0000000000000000000000000001p+0 : inexact-ok += ctan downward ibm128 0x1p+0 0x1.6dp+8 : 0xc.f47fp-1056 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest ibm128 0x1p+0 0x1.6dp+8 : 0xc.f47f4p-1056 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero ibm128 0x1p+0 0x1.6dp+8 : 0xc.f47fp-1056 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward ibm128 0x1p+0 0x1.6dp+8 : 0xc.f47f4p-1056 0x1.000000000000000000000000008p+0 : inexact-ok underflow errno-erange-ok +ctan 1 5680 += ctan downward binary32 0x1p+0 0x1.63p+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary32 0x1p+0 0x1.63p+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary32 0x1p+0 0x1.63p+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary32 0x1p+0 0x1.63p+12 : 0x8p-152 0x1.000002p+0 : inexact-ok underflow errno-erange-ok += ctan downward binary64 0x1p+0 0x1.63p+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary64 0x1p+0 0x1.63p+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary64 0x1p+0 0x1.63p+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary64 0x1p+0 0x1.63p+12 : 0x4p-1076 0x1.0000000000001p+0 : inexact-ok underflow errno-erange-ok += ctan downward intel96 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba298p-16392 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest intel96 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba2ap-16392 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero intel96 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba298p-16392 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward intel96 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba2ap-16392 0x1.0000000000000002p+0 : inexact-ok underflow errno-erange-ok += ctan downward m68k96 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba29cp-16392 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest m68k96 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba2ap-16392 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero m68k96 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba29cp-16392 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward m68k96 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba2ap-16392 0x1.0000000000000002p+0 : inexact-ok underflow errno-erange-ok += ctan downward binary128 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba29e34d4429f85ccp-16392 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary128 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba29e34d4429f85ccp-16392 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary128 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba29e34d4429f85ccp-16392 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary128 0x1p+0 0x1.63p+12 : 0xe.6442e59c9ba29e34d4429f85dp-16392 0x1.0000000000000000000000000001p+0 : inexact-ok underflow errno-erange-ok += ctan downward ibm128 0x1p+0 0x1.63p+12 : 0x0p+0 0x1p+0 : xfail:ibm128-libgcc inexact-ok underflow errno-erange-ok += ctan tonearest ibm128 0x1p+0 0x1.63p+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero ibm128 0x1p+0 0x1.63p+12 : 0x0p+0 0x1p+0 : xfail:ibm128-libgcc inexact-ok underflow errno-erange-ok += ctan upward ibm128 0x1p+0 0x1.63p+12 : 0x4p-1076 0x1.000000000000000000000000008p+0 : xfail:ibm128-libgcc inexact-ok underflow errno-erange-ok +ctan 1 5690 += ctan downward binary32 0x1p+0 0x1.63ap+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary32 0x1p+0 0x1.63ap+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary32 0x1p+0 0x1.63ap+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary32 0x1p+0 0x1.63ap+12 : 0x8p-152 0x1.000002p+0 : inexact-ok underflow errno-erange-ok += ctan downward binary64 0x1p+0 0x1.63ap+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary64 0x1p+0 0x1.63ap+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary64 0x1p+0 0x1.63ap+12 : 0x0p+0 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward binary64 0x1p+0 0x1.63ap+12 : 0x4p-1076 0x1.0000000000001p+0 : inexact-ok underflow errno-erange-ok += ctan downward intel96 0x1p+0 0x1.63ap+12 : 0x7.f673ec8p-16420 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest intel96 0x1p+0 0x1.63ap+12 : 0x7.f673edp-16420 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero intel96 0x1p+0 0x1.63ap+12 : 0x7.f673ec8p-16420 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward intel96 0x1p+0 0x1.63ap+12 : 0x7.f673edp-16420 0x1.0000000000000002p+0 : inexact-ok underflow errno-erange-ok += ctan downward m68k96 0x1p+0 0x1.63ap+12 : 0x7.f673eccp-16420 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest m68k96 0x1p+0 0x1.63ap+12 : 0x7.f673eccp-16420 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero m68k96 0x1p+0 0x1.63ap+12 : 0x7.f673eccp-16420 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward m68k96 0x1p+0 0x1.63ap+12 : 0x7.f673edp-16420 0x1.0000000000000002p+0 : inexact-ok underflow errno-erange-ok += ctan downward binary128 0x1p+0 0x1.63ap+12 : 0x7.f673ecc6b39aff738e4p-16420 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan tonearest binary128 0x1p+0 0x1.63ap+12 : 0x7.f673ecc6b39aff738e8p-16420 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan towardzero binary128 0x1p+0 0x1.63ap+12 : 0x7.f673ecc6b39aff738e4p-16420 0x1p+0 : inexact-ok underflow errno-erange-ok += ctan upward |
