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-tan | |
| 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-tan')
| -rw-r--r-- | math/auto-libm-test-out-tan | 3173 |
1 files changed, 3173 insertions, 0 deletions
diff --git a/math/auto-libm-test-out-tan b/math/auto-libm-test-out-tan new file mode 100644 index 0000000000..9f3e6cbce0 --- /dev/null +++ b/math/auto-libm-test-out-tan @@ -0,0 +1,3173 @@ +tan 0 += tan downward binary32 0x0p+0 : 0x0p+0 : inexact-ok += tan tonearest binary32 0x0p+0 : 0x0p+0 : inexact-ok += tan towardzero binary32 0x0p+0 : 0x0p+0 : inexact-ok += tan upward binary32 0x0p+0 : 0x0p+0 : inexact-ok += tan downward binary64 0x0p+0 : 0x0p+0 : inexact-ok += tan tonearest binary64 0x0p+0 : 0x0p+0 : inexact-ok += tan towardzero binary64 0x0p+0 : 0x0p+0 : inexact-ok += tan upward binary64 0x0p+0 : 0x0p+0 : inexact-ok += tan downward intel96 0x0p+0 : 0x0p+0 : inexact-ok += tan tonearest intel96 0x0p+0 : 0x0p+0 : inexact-ok += tan towardzero intel96 0x0p+0 : 0x0p+0 : inexact-ok += tan upward intel96 0x0p+0 : 0x0p+0 : inexact-ok += tan downward m68k96 0x0p+0 : 0x0p+0 : inexact-ok += tan tonearest m68k96 0x0p+0 : 0x0p+0 : inexact-ok += tan towardzero m68k96 0x0p+0 : 0x0p+0 : inexact-ok += tan upward m68k96 0x0p+0 : 0x0p+0 : inexact-ok += tan downward binary128 0x0p+0 : 0x0p+0 : inexact-ok += tan tonearest binary128 0x0p+0 : 0x0p+0 : inexact-ok += tan towardzero binary128 0x0p+0 : 0x0p+0 : inexact-ok += tan upward binary128 0x0p+0 : 0x0p+0 : inexact-ok += tan downward ibm128 0x0p+0 : 0x0p+0 : inexact-ok += tan tonearest ibm128 0x0p+0 : 0x0p+0 : inexact-ok += tan towardzero ibm128 0x0p+0 : 0x0p+0 : inexact-ok += tan upward ibm128 0x0p+0 : 0x0p+0 : inexact-ok +tan -0 += tan downward binary32 -0x0p+0 : -0x0p+0 : inexact-ok += tan tonearest binary32 -0x0p+0 : -0x0p+0 : inexact-ok += tan towardzero binary32 -0x0p+0 : -0x0p+0 : inexact-ok += tan upward binary32 -0x0p+0 : -0x0p+0 : inexact-ok += tan downward binary64 -0x0p+0 : -0x0p+0 : inexact-ok += tan tonearest binary64 -0x0p+0 : -0x0p+0 : inexact-ok += tan towardzero binary64 -0x0p+0 : -0x0p+0 : inexact-ok += tan upward binary64 -0x0p+0 : -0x0p+0 : inexact-ok += tan downward intel96 -0x0p+0 : -0x0p+0 : inexact-ok += tan tonearest intel96 -0x0p+0 : -0x0p+0 : inexact-ok += tan towardzero intel96 -0x0p+0 : -0x0p+0 : inexact-ok += tan upward intel96 -0x0p+0 : -0x0p+0 : inexact-ok += tan downward m68k96 -0x0p+0 : -0x0p+0 : inexact-ok += tan tonearest m68k96 -0x0p+0 : -0x0p+0 : inexact-ok += tan towardzero m68k96 -0x0p+0 : -0x0p+0 : inexact-ok += tan upward m68k96 -0x0p+0 : -0x0p+0 : inexact-ok += tan downward binary128 -0x0p+0 : -0x0p+0 : inexact-ok += tan tonearest binary128 -0x0p+0 : -0x0p+0 : inexact-ok += tan towardzero binary128 -0x0p+0 : -0x0p+0 : inexact-ok += tan upward binary128 -0x0p+0 : -0x0p+0 : inexact-ok += tan downward ibm128 -0x0p+0 : -0x0p+0 : inexact-ok += tan tonearest ibm128 -0x0p+0 : -0x0p+0 : inexact-ok += tan towardzero ibm128 -0x0p+0 : -0x0p+0 : inexact-ok += tan upward ibm128 -0x0p+0 : -0x0p+0 : inexact-ok +tan pi/4 += tan downward binary32 0xc.90fdbp-4 : 0x1p+0 : inexact-ok += tan tonearest binary32 0xc.90fdbp-4 : 0x1p+0 : inexact-ok += tan towardzero binary32 0xc.90fdbp-4 : 0x1p+0 : inexact-ok += tan upward binary32 0xc.90fdbp-4 : 0x1.000002p+0 : inexact-ok += tan downward binary64 0xc.90fdbp-4 : 0x1.000000bbbd2ecp+0 : inexact-ok += tan tonearest binary64 0xc.90fdbp-4 : 0x1.000000bbbd2ecp+0 : inexact-ok += tan towardzero binary64 0xc.90fdbp-4 : 0x1.000000bbbd2ecp+0 : inexact-ok += tan upward binary64 0xc.90fdbp-4 : 0x1.000000bbbd2edp+0 : inexact-ok += tan downward intel96 0xc.90fdbp-4 : 0x1.000000bbbd2ec06cp+0 : inexact-ok += tan tonearest intel96 0xc.90fdbp-4 : 0x1.000000bbbd2ec06ep+0 : inexact-ok += tan towardzero intel96 0xc.90fdbp-4 : 0x1.000000bbbd2ec06cp+0 : inexact-ok += tan upward intel96 0xc.90fdbp-4 : 0x1.000000bbbd2ec06ep+0 : inexact-ok += tan downward m68k96 0xc.90fdbp-4 : 0x1.000000bbbd2ec06cp+0 : inexact-ok += tan tonearest m68k96 0xc.90fdbp-4 : 0x1.000000bbbd2ec06ep+0 : inexact-ok += tan towardzero m68k96 0xc.90fdbp-4 : 0x1.000000bbbd2ec06cp+0 : inexact-ok += tan upward m68k96 0xc.90fdbp-4 : 0x1.000000bbbd2ec06ep+0 : inexact-ok += tan downward binary128 0xc.90fdbp-4 : 0x1.000000bbbd2ec06d6d6fff3655a3p+0 : inexact-ok += tan tonearest binary128 0xc.90fdbp-4 : 0x1.000000bbbd2ec06d6d6fff3655a3p+0 : inexact-ok += tan towardzero binary128 0xc.90fdbp-4 : 0x1.000000bbbd2ec06d6d6fff3655a3p+0 : inexact-ok += tan upward binary128 0xc.90fdbp-4 : 0x1.000000bbbd2ec06d6d6fff3655a4p+0 : inexact-ok += tan downward ibm128 0xc.90fdbp-4 : 0x1.000000bbbd2ec06d6d6fff36558p+0 : inexact-ok += tan tonearest ibm128 0xc.90fdbp-4 : 0x1.000000bbbd2ec06d6d6fff36558p+0 : inexact-ok += tan towardzero ibm128 0xc.90fdbp-4 : 0x1.000000bbbd2ec06d6d6fff36558p+0 : inexact-ok += tan upward ibm128 0xc.90fdbp-4 : 0x1.000000bbbd2ec06d6d6fff3656p+0 : inexact-ok += tan downward binary32 0xc.90fdap-4 : 0xf.ffffep-4 : inexact-ok += tan tonearest binary32 0xc.90fdap-4 : 0xf.fffffp-4 : inexact-ok += tan towardzero binary32 0xc.90fdap-4 : 0xf.ffffep-4 : inexact-ok += tan upward binary32 0xc.90fdap-4 : 0xf.fffffp-4 : inexact-ok += tan downward binary64 0xc.90fdap-4 : 0xf.ffffebbbd2f48p-4 : inexact-ok += tan tonearest binary64 0xc.90fdap-4 : 0xf.ffffebbbd2f48p-4 : inexact-ok += tan towardzero binary64 0xc.90fdap-4 : 0xf.ffffebbbd2f48p-4 : inexact-ok += tan upward binary64 0xc.90fdap-4 : 0xf.ffffebbbd2f5p-4 : inexact-ok += tan downward intel96 0xc.90fdap-4 : 0xf.ffffebbbd2f48f3p-4 : inexact-ok += tan tonearest intel96 0xc.90fdap-4 : 0xf.ffffebbbd2f48f3p-4 : inexact-ok += tan towardzero intel96 0xc.90fdap-4 : 0xf.ffffebbbd2f48f3p-4 : inexact-ok += tan upward intel96 0xc.90fdap-4 : 0xf.ffffebbbd2f48f4p-4 : inexact-ok += tan downward m68k96 0xc.90fdap-4 : 0xf.ffffebbbd2f48f3p-4 : inexact-ok += tan tonearest m68k96 0xc.90fdap-4 : 0xf.ffffebbbd2f48f3p-4 : inexact-ok += tan towardzero m68k96 0xc.90fdap-4 : 0xf.ffffebbbd2f48f3p-4 : inexact-ok += tan upward m68k96 0xc.90fdap-4 : 0xf.ffffebbbd2f48f4p-4 : inexact-ok += tan downward binary128 0xc.90fdap-4 : 0xf.ffffebbbd2f48f30fa9c07dc0468p-4 : inexact-ok += tan tonearest binary128 0xc.90fdap-4 : 0xf.ffffebbbd2f48f30fa9c07dc0468p-4 : inexact-ok += tan towardzero binary128 0xc.90fdap-4 : 0xf.ffffebbbd2f48f30fa9c07dc0468p-4 : inexact-ok += tan upward binary128 0xc.90fdap-4 : 0xf.ffffebbbd2f48f30fa9c07dc047p-4 : inexact-ok += tan downward ibm128 0xc.90fdap-4 : 0xf.ffffebbbd2f48f30fa9c07dc04p-4 : inexact-ok += tan tonearest ibm128 0xc.90fdap-4 : 0xf.ffffebbbd2f48f30fa9c07dc04p-4 : inexact-ok += tan towardzero ibm128 0xc.90fdap-4 : 0xf.ffffebbbd2f48f30fa9c07dc04p-4 : inexact-ok += tan upward ibm128 0xc.90fdap-4 : 0xf.ffffebbbd2f48f30fa9c07dc08p-4 : inexact-ok += tan downward binary64 0xc.90fdaa22168c8p-4 : 0x1p+0 : inexact-ok += tan tonearest binary64 0xc.90fdaa22168c8p-4 : 0x1.0000000000001p+0 : inexact-ok += tan towardzero binary64 0xc.90fdaa22168c8p-4 : 0x1p+0 : inexact-ok += tan upward binary64 0xc.90fdaa22168c8p-4 : 0x1.0000000000001p+0 : inexact-ok += tan downward intel96 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b96p+0 : inexact-ok += tan tonearest intel96 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b96p+0 : inexact-ok += tan towardzero intel96 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b96p+0 : inexact-ok += tan upward intel96 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b98p+0 : inexact-ok += tan downward m68k96 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b96p+0 : inexact-ok += tan tonearest m68k96 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b96p+0 : inexact-ok += tan towardzero m68k96 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b96p+0 : inexact-ok += tan upward m68k96 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b98p+0 : inexact-ok += tan downward binary128 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b9676733ae8fe8ap+0 : inexact-ok += tan tonearest binary128 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b9676733ae8fe8bp+0 : inexact-ok += tan towardzero binary128 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b9676733ae8fe8ap+0 : inexact-ok += tan upward binary128 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b9676733ae8fe8bp+0 : inexact-ok += tan downward ibm128 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b9676733ae8fe8p+0 : inexact-ok += tan tonearest ibm128 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b9676733ae8fe8p+0 : inexact-ok += tan towardzero ibm128 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b9676733ae8fe8p+0 : inexact-ok += tan upward ibm128 0xc.90fdaa22168c8p-4 : 0x1.0000000000000b9676733ae8ffp+0 : inexact-ok += tan downward binary64 0xc.90fdaa22168cp-4 : 0xf.ffffffffffff8p-4 : inexact-ok += tan tonearest binary64 0xc.90fdaa22168cp-4 : 0xf.ffffffffffff8p-4 : inexact-ok += tan towardzero binary64 0xc.90fdaa22168cp-4 : 0xf.ffffffffffff8p-4 : inexact-ok += tan upward binary64 0xc.90fdaa22168cp-4 : 0x1p+0 : inexact-ok += tan downward intel96 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb96p-4 : inexact-ok += tan tonearest intel96 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb96p-4 : inexact-ok += tan towardzero intel96 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb96p-4 : inexact-ok += tan upward intel96 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb97p-4 : inexact-ok += tan downward m68k96 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb96p-4 : inexact-ok += tan tonearest m68k96 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb96p-4 : inexact-ok += tan towardzero m68k96 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb96p-4 : inexact-ok += tan upward m68k96 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb97p-4 : inexact-ok += tan downward binary128 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb9676733ae8fe518p-4 : inexact-ok += tan tonearest binary128 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb9676733ae8fe518p-4 : inexact-ok += tan towardzero binary128 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb9676733ae8fe518p-4 : inexact-ok += tan upward binary128 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb9676733ae8fe52p-4 : inexact-ok += tan downward ibm128 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb9676733ae8fe4p-4 : inexact-ok += tan tonearest ibm128 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb9676733ae8fe4p-4 : inexact-ok += tan towardzero ibm128 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb9676733ae8fe4p-4 : inexact-ok += tan upward ibm128 0xc.90fdaa22168cp-4 : 0xf.ffffffffffffb9676733ae8fe8p-4 : inexact-ok += tan downward intel96 0xc.90fdaa22168c235p-4 : 0x1p+0 : inexact-ok += tan tonearest intel96 0xc.90fdaa22168c235p-4 : 0x1p+0 : inexact-ok += tan towardzero intel96 0xc.90fdaa22168c235p-4 : 0x1p+0 : inexact-ok += tan upward intel96 0xc.90fdaa22168c235p-4 : 0x1.0000000000000002p+0 : inexact-ok += tan downward m68k96 0xc.90fdaa22168c235p-4 : 0x1p+0 : inexact-ok += tan tonearest m68k96 0xc.90fdaa22168c235p-4 : 0x1p+0 : inexact-ok += tan towardzero m68k96 0xc.90fdaa22168c235p-4 : 0x1p+0 : inexact-ok += tan upward m68k96 0xc.90fdaa22168c235p-4 : 0x1.0000000000000002p+0 : inexact-ok += tan downward binary128 0xc.90fdaa22168c235p-4 : 0x1.000000000000000076733ae8fe47p+0 : inexact-ok += tan tonearest binary128 0xc.90fdaa22168c235p-4 : 0x1.000000000000000076733ae8fe48p+0 : inexact-ok += tan towardzero binary128 0xc.90fdaa22168c235p-4 : 0x1.000000000000000076733ae8fe47p+0 : inexact-ok += tan upward binary128 0xc.90fdaa22168c235p-4 : 0x1.000000000000000076733ae8fe48p+0 : inexact-ok += tan downward ibm128 0xc.90fdaa22168c235p-4 : 0x1.000000000000000076733ae8fep+0 : inexact-ok += tan tonearest ibm128 0xc.90fdaa22168c235p-4 : 0x1.000000000000000076733ae8fe8p+0 : inexact-ok += tan towardzero ibm128 0xc.90fdaa22168c235p-4 : 0x1.000000000000000076733ae8fep+0 : inexact-ok += tan upward ibm128 0xc.90fdaa22168c235p-4 : 0x1.000000000000000076733ae8fe8p+0 : inexact-ok += tan downward intel96 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffep-4 : inexact-ok += tan tonearest intel96 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffep-4 : inexact-ok += tan towardzero intel96 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffep-4 : inexact-ok += tan upward intel96 0xc.90fdaa22168c234p-4 : 0xf.fffffffffffffffp-4 : inexact-ok += tan downward m68k96 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffep-4 : inexact-ok += tan tonearest m68k96 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffep-4 : inexact-ok += tan towardzero m68k96 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffep-4 : inexact-ok += tan upward m68k96 0xc.90fdaa22168c234p-4 : 0xf.fffffffffffffffp-4 : inexact-ok += tan downward binary128 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffe76733ae8fe478p-4 : inexact-ok += tan tonearest binary128 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffe76733ae8fe48p-4 : inexact-ok += tan towardzero binary128 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffe76733ae8fe478p-4 : inexact-ok += tan upward binary128 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffe76733ae8fe48p-4 : inexact-ok += tan downward ibm128 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffe76733ae8fe4p-4 : inexact-ok += tan tonearest ibm128 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffe76733ae8fe4p-4 : inexact-ok += tan towardzero ibm128 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffe76733ae8fe4p-4 : inexact-ok += tan upward ibm128 0xc.90fdaa22168c234p-4 : 0xf.ffffffffffffffe76733ae8fe8p-4 : inexact-ok += tan downward binary128 0xc.90fdaa22168c234c4c6628b80dc8p-4 : 0x1p+0 : inexact-ok += tan tonearest binary128 0xc.90fdaa22168c234c4c6628b80dc8p-4 : 0x1.0000000000000000000000000001p+0 : inexact-ok += tan towardzero binary128 0xc.90fdaa22168c234c4c6628b80dc8p-4 : 0x1p+0 : inexact-ok += tan upward binary128 0xc.90fdaa22168c234c4c6628b80dc8p-4 : 0x1.0000000000000000000000000001p+0 : inexact-ok += tan downward binary128 0xc.90fdaa22168c234c4c6628b80dcp-4 : 0xf.fffffffffffffffffffffffffff8p-4 : inexact-ok += tan tonearest binary128 0xc.90fdaa22168c234c4c6628b80dcp-4 : 0x1p+0 : inexact-ok += tan towardzero binary128 0xc.90fdaa22168c234c4c6628b80dcp-4 : 0xf.fffffffffffffffffffffffffff8p-4 : inexact-ok += tan upward binary128 0xc.90fdaa22168c234c4c6628b80dcp-4 : 0x1p+0 : inexact-ok += tan downward binary128 0xc.90fdaa22168c234c4c6628b81p-4 : 0x1.0000000000000000000000000047p+0 : inexact-ok += tan tonearest binary128 0xc.90fdaa22168c234c4c6628b81p-4 : 0x1.0000000000000000000000000048p+0 : inexact-ok += tan towardzero binary128 0xc.90fdaa22168c234c4c6628b81p-4 : 0x1.0000000000000000000000000047p+0 : inexact-ok += tan upward binary128 0xc.90fdaa22168c234c4c6628b81p-4 : 0x1.0000000000000000000000000048p+0 : inexact-ok += tan downward ibm128 0xc.90fdaa22168c234c4c6628b81p-4 : 0x1p+0 : inexact-ok += tan tonearest ibm128 0xc.90fdaa22168c234c4c6628b81p-4 : 0x1.000000000000000000000000008p+0 : inexact-ok += tan towardzero ibm128 0xc.90fdaa22168c234c4c6628b81p-4 : 0x1p+0 : inexact-ok += tan upward ibm128 0xc.90fdaa22168c234c4c6628b81p-4 : 0x1.000000000000000000000000008p+0 : inexact-ok += tan downward binary128 0xc.90fdaa22168c234c4c6628b80cp-4 : 0xf.fffffffffffffffffffffffffc78p-4 : inexact-ok += tan tonearest binary128 0xc.90fdaa22168c234c4c6628b80cp-4 : 0xf.fffffffffffffffffffffffffc8p-4 : inexact-ok += tan towardzero binary128 0xc.90fdaa22168c234c4c6628b80cp-4 : 0xf.fffffffffffffffffffffffffc78p-4 : inexact-ok += tan upward binary128 0xc.90fdaa22168c234c4c6628b80cp-4 : 0xf.fffffffffffffffffffffffffc8p-4 : inexact-ok += tan downward ibm128 0xc.90fdaa22168c234c4c6628b80cp-4 : 0xf.fffffffffffffffffffffffffcp-4 : inexact-ok += tan tonearest ibm128 0xc.90fdaa22168c234c4c6628b80cp-4 : 0xf.fffffffffffffffffffffffffcp-4 : inexact-ok += tan towardzero ibm128 0xc.90fdaa22168c234c4c6628b80cp-4 : 0xf.fffffffffffffffffffffffffcp-4 : inexact-ok += tan upward ibm128 0xc.90fdaa22168c234c4c6628b80cp-4 : 0x1p+0 : inexact-ok +tan pi/2 += tan downward binary32 0x1.921fb6p+0 : -0x1.5d1496p+24 : inexact-ok += tan tonearest binary32 0x1.921fb6p+0 : -0x1.5d1494p+24 : inexact-ok += tan towardzero binary32 0x1.921fb6p+0 : -0x1.5d1494p+24 : inexact-ok += tan upward binary32 0x1.921fb6p+0 : -0x1.5d1494p+24 : inexact-ok += tan downward binary64 0x1.921fb6p+0 : -0x1.5d14946dc9898p+24 : inexact-ok += tan tonearest binary64 0x1.921fb6p+0 : -0x1.5d14946dc9897p+24 : inexact-ok += tan towardzero binary64 0x1.921fb6p+0 : -0x1.5d14946dc9897p+24 : inexact-ok += tan upward binary64 0x1.921fb6p+0 : -0x1.5d14946dc9897p+24 : inexact-ok += tan downward intel96 0x1.921fb6p+0 : -0x1.5d14946dc98975d8p+24 : inexact-ok += tan tonearest intel96 0x1.921fb6p+0 : -0x1.5d14946dc98975d6p+24 : inexact-ok += tan towardzero intel96 0x1.921fb6p+0 : -0x1.5d14946dc98975d6p+24 : inexact-ok += tan upward intel96 0x1.921fb6p+0 : -0x1.5d14946dc98975d6p+24 : inexact-ok += tan downward m68k96 0x1.921fb6p+0 : -0x1.5d14946dc98975d8p+24 : inexact-ok += tan tonearest m68k96 0x1.921fb6p+0 : -0x1.5d14946dc98975d6p+24 : inexact-ok += tan towardzero m68k96 0x1.921fb6p+0 : -0x1.5d14946dc98975d6p+24 : inexact-ok += tan upward m68k96 0x1.921fb6p+0 : -0x1.5d14946dc98975d6p+24 : inexact-ok += tan downward binary128 0x1.921fb6p+0 : -0x1.5d14946dc98975d6421a55284fe1p+24 : inexact-ok += tan tonearest binary128 0x1.921fb6p+0 : -0x1.5d14946dc98975d6421a55284fep+24 : inexact-ok += tan towardzero binary128 0x1.921fb6p+0 : -0x1.5d14946dc98975d6421a55284fep+24 : inexact-ok += tan upward binary128 0x1.921fb6p+0 : -0x1.5d14946dc98975d6421a55284fep+24 : inexact-ok += tan downward ibm128 0x1.921fb6p+0 : -0x1.5d14946dc98975d6421a55285p+24 : inexact-ok += tan tonearest ibm128 0x1.921fb6p+0 : -0x1.5d14946dc98975d6421a55285p+24 : inexact-ok += tan towardzero ibm128 0x1.921fb6p+0 : -0x1.5d14946dc98975d6421a55284f8p+24 : inexact-ok += tan upward ibm128 0x1.921fb6p+0 : -0x1.5d14946dc98975d6421a55284f8p+24 : inexact-ok += tan downward binary32 0x1.921fb4p+0 : 0xc.a1bd9p+20 : inexact-ok += tan tonearest binary32 0x1.921fb4p+0 : 0xc.a1bdap+20 : inexact-ok += tan towardzero binary32 0x1.921fb4p+0 : 0xc.a1bd9p+20 : inexact-ok += tan upward binary32 0x1.921fb4p+0 : 0xc.a1bdap+20 : inexact-ok += tan downward binary64 0x1.921fb4p+0 : 0xc.a1bd99b5b586p+20 : inexact-ok += tan tonearest binary64 0x1.921fb4p+0 : 0xc.a1bd99b5b586p+20 : inexact-ok += tan towardzero binary64 0x1.921fb4p+0 : 0xc.a1bd99b5b586p+20 : inexact-ok += tan upward binary64 0x1.921fb4p+0 : 0xc.a1bd99b5b5868p+20 : inexact-ok += tan downward intel96 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cp+20 : inexact-ok += tan tonearest intel96 0x1.921fb4p+0 : 0xc.a1bd99b5b58623dp+20 : inexact-ok += tan towardzero intel96 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cp+20 : inexact-ok += tan upward intel96 0x1.921fb4p+0 : 0xc.a1bd99b5b58623dp+20 : inexact-ok += tan downward m68k96 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cp+20 : inexact-ok += tan tonearest m68k96 0x1.921fb4p+0 : 0xc.a1bd99b5b58623dp+20 : inexact-ok += tan towardzero m68k96 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cp+20 : inexact-ok += tan upward m68k96 0x1.921fb4p+0 : 0xc.a1bd99b5b58623dp+20 : inexact-ok += tan downward binary128 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cd91404ccd8ca8p+20 : inexact-ok += tan tonearest binary128 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cd91404ccd8ca8p+20 : inexact-ok += tan towardzero binary128 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cd91404ccd8ca8p+20 : inexact-ok += tan upward binary128 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cd91404ccd8cbp+20 : inexact-ok += tan downward ibm128 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cd91404ccd8cp+20 : inexact-ok += tan tonearest ibm128 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cd91404ccd8cp+20 : inexact-ok += tan towardzero ibm128 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cd91404ccd8cp+20 : inexact-ok += tan upward ibm128 0x1.921fb4p+0 : 0xc.a1bd99b5b58623cd91404ccd9p+20 : inexact-ok += tan downward binary64 0x1.921fb54442d19p+0 : -0x1.617a15494767bp+52 : inexact-ok += tan tonearest binary64 0x1.921fb54442d19p+0 : -0x1.617a15494767ap+52 : inexact-ok += tan towardzero binary64 0x1.921fb54442d19p+0 : -0x1.617a15494767ap+52 : inexact-ok += tan upward binary64 0x1.921fb54442d19p+0 : -0x1.617a15494767ap+52 : inexact-ok += tan downward intel96 0x1.921fb54442d19p+0 : -0x1.617a15494767a04ap+52 : inexact-ok += tan tonearest intel96 0x1.921fb54442d19p+0 : -0x1.617a15494767a048p+52 : inexact-ok += tan towardzero intel96 0x1.921fb54442d19p+0 : -0x1.617a15494767a048p+52 : inexact-ok += tan upward intel96 0x1.921fb54442d19p+0 : -0x1.617a15494767a048p+52 : inexact-ok += tan downward m68k96 0x1.921fb54442d19p+0 : -0x1.617a15494767a04ap+52 : inexact-ok += tan tonearest m68k96 0x1.921fb54442d19p+0 : -0x1.617a15494767a048p+52 : inexact-ok += tan towardzero m68k96 0x1.921fb54442d19p+0 : -0x1.617a15494767a048p+52 : inexact-ok += tan upward m68k96 0x1.921fb54442d19p+0 : -0x1.617a15494767a048p+52 : inexact-ok += tan downward binary128 0x1.921fb54442d19p+0 : -0x1.617a15494767a04882c320317f3fp+52 : inexact-ok += tan tonearest binary128 0x1.921fb54442d19p+0 : -0x1.617a15494767a04882c320317f3ep+52 : inexact-ok += tan towardzero binary128 0x1.921fb54442d19p+0 : -0x1.617a15494767a04882c320317f3ep+52 : inexact-ok += tan upward binary128 0x1.921fb54442d19p+0 : -0x1.617a15494767a04882c320317f3ep+52 : inexact-ok += tan downward ibm128 0x1.921fb54442d19p+0 : -0x1.617a15494767a04882c320317f8p+52 : inexact-ok += tan tonearest ibm128 0x1.921fb54442d19p+0 : -0x1.617a15494767a04882c320317fp+52 : inexact-ok += tan towardzero ibm128 0x1.921fb54442d19p+0 : -0x1.617a15494767a04882c320317fp+52 : inexact-ok += tan upward ibm128 0x1.921fb54442d19p+0 : -0x1.617a15494767a04882c320317fp+52 : inexact-ok += tan downward binary64 0x1.921fb54442d18p+0 : 0x3.a052cf8639b68p+52 : inexact-ok += tan tonearest binary64 0x1.921fb54442d18p+0 : 0x3.a052cf8639b6ap+52 : inexact-ok += tan towardzero binary64 0x1.921fb54442d18p+0 : 0x3.a052cf8639b68p+52 : inexact-ok += tan upward binary64 0x1.921fb54442d18p+0 : 0x3.a052cf8639b6ap+52 : inexact-ok += tan downward intel96 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c18p+52 : inexact-ok += tan tonearest intel96 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c18p+52 : inexact-ok += tan towardzero intel96 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c18p+52 : inexact-ok += tan upward intel96 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c1cp+52 : inexact-ok += tan downward m68k96 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c18p+52 : inexact-ok += tan tonearest m68k96 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c18p+52 : inexact-ok += tan towardzero m68k96 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c18p+52 : inexact-ok += tan upward m68k96 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c1cp+52 : inexact-ok += tan downward binary128 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c1871a036cababcp+52 : inexact-ok += tan tonearest binary128 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c1871a036cababcp+52 : inexact-ok += tan towardzero binary128 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c1871a036cababcp+52 : inexact-ok += tan upward binary128 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c1871a036cababep+52 : inexact-ok += tan downward ibm128 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c1871a036cabap+52 : inexact-ok += tan tonearest ibm128 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c1871a036cabbp+52 : inexact-ok += tan towardzero ibm128 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c1871a036cabap+52 : inexact-ok += tan upward ibm128 0x1.921fb54442d18p+0 : 0x3.a052cf8639b69c1871a036cabbp+52 : inexact-ok += tan downward intel96 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7cp+64 : inexact-ok += tan tonearest intel96 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7cp+64 : inexact-ok += tan towardzero intel96 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d78p+64 : inexact-ok += tan upward intel96 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d78p+64 : inexact-ok += tan downward m68k96 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7cp+64 : inexact-ok += tan tonearest m68k96 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7cp+64 : inexact-ok += tan towardzero m68k96 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d78p+64 : inexact-ok += tan upward m68k96 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d78p+64 : inexact-ok += tan downward binary128 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7b3b807fb349bcp+64 : inexact-ok += tan tonearest binary128 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7b3b807fb349bap+64 : inexact-ok += tan towardzero binary128 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7b3b807fb349bap+64 : inexact-ok += tan upward binary128 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7b3b807fb349bap+64 : inexact-ok += tan downward ibm128 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7b3b807fb34ap+64 : inexact-ok += tan tonearest ibm128 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7b3b807fb34ap+64 : inexact-ok += tan towardzero ibm128 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7b3b807fb349p+64 : inexact-ok += tan upward ibm128 0x1.921fb54442d1846ap+0 : -0x2.29478136aaf68d7b3b807fb349p+64 : inexact-ok += tan downward intel96 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74p+60 : inexact-ok += tan tonearest intel96 0x1.921fb54442d18468p+0 : 0xa.686780675d73f75p+60 : inexact-ok += tan towardzero intel96 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74p+60 : inexact-ok += tan upward intel96 0x1.921fb54442d18468p+0 : 0xa.686780675d73f75p+60 : inexact-ok += tan downward m68k96 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74p+60 : inexact-ok += tan tonearest m68k96 0x1.921fb54442d18468p+0 : 0xa.686780675d73f75p+60 : inexact-ok += tan towardzero m68k96 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74p+60 : inexact-ok += tan upward m68k96 0x1.921fb54442d18468p+0 : 0xa.686780675d73f75p+60 : inexact-ok += tan downward binary128 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74c339c44a53238p+60 : inexact-ok += tan tonearest binary128 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74c339c44a53238p+60 : inexact-ok += tan towardzero binary128 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74c339c44a53238p+60 : inexact-ok += tan upward binary128 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74c339c44a5324p+60 : inexact-ok += tan downward ibm128 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74c339c44a53p+60 : inexact-ok += tan tonearest ibm128 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74c339c44a534p+60 : inexact-ok += tan towardzero ibm128 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74c339c44a53p+60 : inexact-ok += tan upward ibm128 0x1.921fb54442d18468p+0 : 0xa.686780675d73f74c339c44a534p+60 : inexact-ok += tan downward binary128 0x1.921fb54442d18469898cc51701b9p+0 : -0x1.4a611a1bc0c6c27a11d14bf714f2p+112 : inexact-ok += tan tonearest binary128 0x1.921fb54442d18469898cc51701b9p+0 : -0x1.4a611a1bc0c6c27a11d14bf714f1p+112 : inexact-ok += tan towardzero binary128 0x1.921fb54442d18469898cc51701b9p+0 : -0x1.4a611a1bc0c6c27a11d14bf714f1p+112 : inexact-ok += tan upward binary128 0x1.921fb54442d18469898cc51701b9p+0 : -0x1.4a611a1bc0c6c27a11d14bf714f1p+112 : inexact-ok += tan downward binary128 0x1.921fb54442d18469898cc51701b8p+0 : 0x4.711af55c9de64e8bb98064f255e8p+112 : inexact-ok += tan tonearest binary128 0x1.921fb54442d18469898cc51701b8p+0 : 0x4.711af55c9de64e8bb98064f255ecp+112 : inexact-ok += tan towardzero binary128 0x1.921fb54442d18469898cc5170 |
