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-hypot | |
| 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-hypot')
| -rw-r--r-- | math/auto-libm-test-out-hypot | 14767 |
1 files changed, 14767 insertions, 0 deletions
diff --git a/math/auto-libm-test-out-hypot b/math/auto-libm-test-out-hypot new file mode 100644 index 0000000000..edf8b70c11 --- /dev/null +++ b/math/auto-libm-test-out-hypot @@ -0,0 +1,14767 @@ +hypot 0 0 += hypot downward binary32 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary32 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary32 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary32 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot downward binary64 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary64 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary64 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary64 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot downward intel96 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest intel96 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero intel96 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward intel96 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot downward m68k96 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest m68k96 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero m68k96 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward m68k96 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot downward binary128 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary128 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary128 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary128 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot downward ibm128 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest ibm128 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero ibm128 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward ibm128 0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok +hypot 0 -0 += hypot downward binary32 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary32 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary32 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary32 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot downward binary64 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary64 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary64 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary64 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot downward intel96 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest intel96 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero intel96 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward intel96 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot downward m68k96 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest m68k96 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero m68k96 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward m68k96 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot downward binary128 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary128 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary128 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary128 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot downward ibm128 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest ibm128 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero ibm128 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward ibm128 0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok +hypot -0 0 += hypot downward binary32 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary32 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary32 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary32 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot downward binary64 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary64 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary64 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary64 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot downward intel96 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest intel96 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero intel96 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward intel96 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot downward m68k96 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest m68k96 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero m68k96 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward m68k96 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot downward binary128 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary128 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary128 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary128 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot downward ibm128 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest ibm128 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero ibm128 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok += hypot upward ibm128 -0x0p+0 0x0p+0 : 0x0p+0 : inexact-ok +hypot -0 -0 += hypot downward binary32 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary32 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary32 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary32 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot downward binary64 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary64 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary64 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary64 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot downward intel96 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest intel96 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero intel96 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward intel96 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot downward m68k96 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest m68k96 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero m68k96 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward m68k96 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot downward binary128 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest binary128 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero binary128 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward binary128 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot downward ibm128 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot tonearest ibm128 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot towardzero ibm128 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok += hypot upward ibm128 -0x0p+0 -0x0p+0 : 0x0p+0 : inexact-ok +hypot 0.7 12.4 += hypot downward binary32 0xb.33334p-4 0xc.66667p+0 : 0xc.6b744p+0 : inexact-ok += hypot tonearest binary32 0xb.33334p-4 0xc.66667p+0 : 0xc.6b744p+0 : inexact-ok += hypot towardzero binary32 0xb.33334p-4 0xc.66667p+0 : 0xc.6b744p+0 : inexact-ok += hypot upward binary32 0xb.33334p-4 0xc.66667p+0 : 0xc.6b745p+0 : inexact-ok += hypot downward binary64 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff58p+0 : inexact-ok += hypot tonearest binary64 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff58p+0 : inexact-ok += hypot towardzero binary64 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff58p+0 : inexact-ok += hypot upward binary64 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff6p+0 : inexact-ok += hypot downward intel96 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae7p+0 : inexact-ok += hypot tonearest intel96 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae7p+0 : inexact-ok += hypot towardzero intel96 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae7p+0 : inexact-ok += hypot upward intel96 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae8p+0 : inexact-ok += hypot downward m68k96 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae7p+0 : inexact-ok += hypot tonearest m68k96 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae7p+0 : inexact-ok += hypot towardzero m68k96 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae7p+0 : inexact-ok += hypot upward m68k96 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae8p+0 : inexact-ok += hypot downward binary128 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae76c1d736ba9648p+0 : inexact-ok += hypot tonearest binary128 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae76c1d736ba9648p+0 : inexact-ok += hypot towardzero binary128 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae76c1d736ba9648p+0 : inexact-ok += hypot upward binary128 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae76c1d736ba965p+0 : inexact-ok += hypot downward ibm128 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae76c1d736ba94p+0 : inexact-ok += hypot tonearest ibm128 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae76c1d736ba98p+0 : inexact-ok += hypot towardzero ibm128 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae76c1d736ba94p+0 : inexact-ok += hypot upward ibm128 0xb.33334p-4 0xc.66667p+0 : 0xc.6b7445ac3ff5ae76c1d736ba98p+0 : inexact-ok += hypot downward binary32 0xb.33334p-4 0xc.66666p+0 : 0xc.6b743p+0 : inexact-ok += hypot tonearest binary32 0xb.33334p-4 0xc.66666p+0 : 0xc.6b743p+0 : inexact-ok += hypot towardzero binary32 0xb.33334p-4 0xc.66666p+0 : 0xc.6b743p+0 : inexact-ok += hypot upward binary32 0xb.33334p-4 0xc.66666p+0 : 0xc.6b744p+0 : inexact-ok += hypot downward binary64 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5p+0 : inexact-ok += hypot tonearest binary64 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5p+0 : inexact-ok += hypot towardzero binary64 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5p+0 : inexact-ok += hypot upward binary64 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c58p+0 : inexact-ok += hypot downward intel96 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c522p+0 : inexact-ok += hypot tonearest intel96 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5221p+0 : inexact-ok += hypot towardzero intel96 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c522p+0 : inexact-ok += hypot upward intel96 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5221p+0 : inexact-ok += hypot downward m68k96 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c522p+0 : inexact-ok += hypot tonearest m68k96 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5221p+0 : inexact-ok += hypot towardzero m68k96 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c522p+0 : inexact-ok += hypot upward m68k96 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5221p+0 : inexact-ok += hypot downward binary128 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5220efb3fac2b9198p+0 : inexact-ok += hypot tonearest binary128 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5220efb3fac2b9198p+0 : inexact-ok += hypot towardzero binary128 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5220efb3fac2b9198p+0 : inexact-ok += hypot upward binary128 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5220efb3fac2b91ap+0 : inexact-ok += hypot downward ibm128 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5220efb3fac2b9p+0 : inexact-ok += hypot tonearest ibm128 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5220efb3fac2b9p+0 : inexact-ok += hypot towardzero ibm128 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5220efb3fac2b9p+0 : inexact-ok += hypot upward ibm128 0xb.33334p-4 0xc.66666p+0 : 0xc.6b7435b2c2c5220efb3fac2b94p+0 : inexact-ok += hypot downward binary64 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e72p+0 : inexact-ok += hypot tonearest binary64 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e72p+0 : inexact-ok += hypot towardzero binary64 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e72p+0 : inexact-ok += hypot upward binary64 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e728p+0 : inexact-ok += hypot downward intel96 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9p+0 : inexact-ok += hypot tonearest intel96 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9p+0 : inexact-ok += hypot towardzero intel96 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9p+0 : inexact-ok += hypot upward intel96 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723eap+0 : inexact-ok += hypot downward m68k96 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9p+0 : inexact-ok += hypot tonearest m68k96 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9p+0 : inexact-ok += hypot towardzero m68k96 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9p+0 : inexact-ok += hypot upward m68k96 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723eap+0 : inexact-ok += hypot downward binary128 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9187df6b003d8p+0 : inexact-ok += hypot tonearest binary128 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9187df6b003d8p+0 : inexact-ok += hypot towardzero binary128 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9187df6b003d8p+0 : inexact-ok += hypot upward binary128 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9187df6b003d88p+0 : inexact-ok += hypot downward ibm128 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9187df6b003cp+0 : inexact-ok += hypot tonearest ibm128 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9187df6b003cp+0 : inexact-ok += hypot towardzero ibm128 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9187df6b003cp+0 : inexact-ok += hypot upward ibm128 0xb.33334p-4 0xc.6666666666668p+0 : 0xc.6b743c168e723e9187df6b004p+0 : inexact-ok += hypot downward binary64 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e718p+0 : inexact-ok += hypot tonearest binary64 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e718p+0 : inexact-ok += hypot towardzero binary64 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e718p+0 : inexact-ok += hypot upward binary64 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e72p+0 : inexact-ok += hypot downward intel96 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71becp+0 : inexact-ok += hypot tonearest intel96 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71becp+0 : inexact-ok += hypot towardzero intel96 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71becp+0 : inexact-ok += hypot upward intel96 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71bedp+0 : inexact-ok += hypot downward m68k96 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71becp+0 : inexact-ok += hypot tonearest m68k96 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71becp+0 : inexact-ok += hypot towardzero m68k96 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71becp+0 : inexact-ok += hypot upward m68k96 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71bedp+0 : inexact-ok += hypot downward binary128 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71bec59e5b152afd78p+0 : inexact-ok += hypot tonearest binary128 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71bec59e5b152afd78p+0 : inexact-ok += hypot towardzero binary128 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71bec59e5b152afd78p+0 : inexact-ok += hypot upward binary128 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71bec59e5b152afd8p+0 : inexact-ok += hypot downward ibm128 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71bec59e5b152afcp+0 : inexact-ok += hypot tonearest ibm128 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71bec59e5b152afcp+0 : inexact-ok += hypot towardzero ibm128 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71bec59e5b152afcp+0 : inexact-ok += hypot upward ibm128 0xb.33334p-4 0xc.666666666666p+0 : 0xc.6b743c168e71bec59e5b152bp+0 : inexact-ok += hypot downward intel96 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e7225p+0 : inexact-ok += hypot tonearest intel96 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72251p+0 : inexact-ok += hypot towardzero intel96 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e7225p+0 : inexact-ok += hypot upward intel96 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72251p+0 : inexact-ok += hypot downward m68k96 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e7225p+0 : inexact-ok += hypot tonearest m68k96 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72251p+0 : inexact-ok += hypot towardzero m68k96 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e7225p+0 : inexact-ok += hypot upward m68k96 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72251p+0 : inexact-ok += hypot downward binary128 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72250beedcdd5c071p+0 : inexact-ok += hypot tonearest binary128 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72250beedcdd5c0718p+0 : inexact-ok += hypot towardzero binary128 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72250beedcdd5c071p+0 : inexact-ok += hypot upward binary128 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72250beedcdd5c0718p+0 : inexact-ok += hypot downward ibm128 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72250beedcdd5c04p+0 : inexact-ok += hypot tonearest ibm128 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72250beedcdd5c08p+0 : inexact-ok += hypot towardzero ibm128 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72250beedcdd5c04p+0 : inexact-ok += hypot upward ibm128 0xb.33334p-4 0xc.666666666666667p+0 : 0xc.6b743c168e72250beedcdd5c08p+0 : inexact-ok += hypot downward intel96 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fp+0 : inexact-ok += hypot tonearest intel96 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7225p+0 : inexact-ok += hypot towardzero intel96 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fp+0 : inexact-ok += hypot upward intel96 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7225p+0 : inexact-ok += hypot downward m68k96 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fp+0 : inexact-ok += hypot tonearest m68k96 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7225p+0 : inexact-ok += hypot towardzero m68k96 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fp+0 : inexact-ok += hypot upward m68k96 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7225p+0 : inexact-ok += hypot downward binary128 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fbf55facd14c68p+0 : inexact-ok += hypot tonearest binary128 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fbf55facd14c7p+0 : inexact-ok += hypot towardzero binary128 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fbf55facd14c68p+0 : inexact-ok += hypot upward binary128 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fbf55facd14c7p+0 : inexact-ok += hypot downward ibm128 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fbf55facd14cp+0 : inexact-ok += hypot tonearest ibm128 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fbf55facd14cp+0 : inexact-ok += hypot towardzero ibm128 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fbf55facd14cp+0 : inexact-ok += hypot upward ibm128 0xb.33334p-4 0xc.666666666666666p+0 : 0xc.6b743c168e7224fbf55facd15p+0 : inexact-ok += hypot downward binary128 0xb.33334p-4 0xc.6666666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d59718p+0 : inexact-ok += hypot tonearest binary128 0xb.33334p-4 0xc.6666666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d59718p+0 : inexact-ok += hypot towardzero binary128 0xb.33334p-4 0xc.6666666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d59718p+0 : inexact-ok += hypot upward binary128 0xb.33334p-4 0xc.6666666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d5972p+0 : inexact-ok += hypot downward binary128 0xb.33334p-4 0xc.666666666666666666666666666p+0 : 0xc.6b743c168e722502592b59d5971p+0 : inexact-ok += hypot tonearest binary128 0xb.33334p-4 0xc.666666666666666666666666666p+0 : 0xc.6b743c168e722502592b59d5971p+0 : inexact-ok += hypot towardzero binary128 0xb.33334p-4 0xc.666666666666666666666666666p+0 : 0xc.6b743c168e722502592b59d5971p+0 : inexact-ok += hypot upward binary128 0xb.33334p-4 0xc.666666666666666666666666666p+0 : 0xc.6b743c168e722502592b59d59718p+0 : inexact-ok += hypot downward binary128 0xb.33334p-4 0xc.66666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d598bp+0 : inexact-ok += hypot tonearest binary128 0xb.33334p-4 0xc.66666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d598bp+0 : inexact-ok += hypot towardzero binary128 0xb.33334p-4 0xc.66666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d598bp+0 : inexact-ok += hypot upward binary128 0xb.33334p-4 0xc.66666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d598b8p+0 : inexact-ok += hypot downward ibm128 0xb.33334p-4 0xc.66666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d598p+0 : inexact-ok += hypot tonearest ibm128 0xb.33334p-4 0xc.66666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d598p+0 : inexact-ok += hypot towardzero ibm128 0xb.33334p-4 0xc.66666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d598p+0 : inexact-ok += hypot upward ibm128 0xb.33334p-4 0xc.66666666666666666666666668p+0 : 0xc.6b743c168e722502592b59d59cp+0 : inexact-ok += hypot downward binary128 0xb.33334p-4 0xc.66666666666666666666666664p+0 : 0xc.6b743c168e722502592b59d594bp+0 : inexact-ok += hypot tonearest binary128 0xb.33334p-4 0xc.66666666666666666666666664p+0 : 0xc.6b743c168e722502592b59d594bp+0 : inexact-ok += hypot towardzero binary128 0xb.33334p-4 0xc.66666666666666666666666664p+0 : 0xc.6b743c168e722502592b59d594bp+0 : inexact-ok += hypot upward binary128 0xb.33334p-4 0xc.66666666666666666666666664p+0 : 0xc.6b743c168e722502592b59d594b8p+0 : inexact-ok += hypot downward ibm128 0xb.33334p-4 0xc.66666666666666666666666664p+0 : 0xc.6b743c168e722502592b59d594p+0 : inexact-ok += hypot tonearest ibm128 0xb.33334p-4 0xc.66666666666666666666666664p+0 : 0xc.6b743c168e722502592b59d594p+0 : inexact-ok += hypot towardzero ibm128 0xb.33334p-4 0xc.66666666666666666666666664p+0 : 0xc.6b743c168e722502592b59d594p+0 : inexact-ok += hypot upward ibm128 0xb.33334p-4 0xc.66666666666666666666666664p+0 : 0xc.6b743c168e722502592b59d598p+0 : inexact-ok += hypot downward binary32 0xb.33333p-4 0xc.66667p+0 : 0xc.6b744p+0 : inexact-ok += hypot tonearest binary32 0xb.33333p-4 0xc.66667p+0 : 0xc.6b744p+0 : inexact-ok += hypot towardzero binary32 0xb.33333p-4 0xc.66667p+0 : 0xc.6b744p+0 : inexact-ok += hypot upward binary32 0xb.33333p-4 0xc.66667p+0 : 0xc.6b745p+0 : inexact-ok += hypot downward binary64 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23ap+0 : inexact-ok += hypot tonearest binary64 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a8p+0 : inexact-ok += hypot towardzero binary64 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23ap+0 : inexact-ok += hypot upward binary64 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a8p+0 : inexact-ok += hypot downward intel96 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbp+0 : inexact-ok += hypot tonearest intel96 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dcp+0 : inexact-ok += hypot towardzero intel96 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbp+0 : inexact-ok += hypot upward intel96 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dcp+0 : inexact-ok += hypot downward m68k96 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbp+0 : inexact-ok += hypot tonearest m68k96 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dcp+0 : inexact-ok += hypot towardzero m68k96 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbp+0 : inexact-ok += hypot upward m68k96 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dcp+0 : inexact-ok += hypot downward binary128 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbb5549637d81p+0 : inexact-ok += hypot tonearest binary128 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbb5549637d81p+0 : inexact-ok += hypot towardzero binary128 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbb5549637d81p+0 : inexact-ok += hypot upward binary128 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbb5549637d8108p+0 : inexact-ok += hypot downward ibm128 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbb5549637d8p+0 : inexact-ok += hypot tonearest ibm128 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbb5549637d8p+0 : inexact-ok += hypot towardzero ibm128 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbb5549637d8p+0 : inexact-ok += hypot upward ibm128 0xb.33333p-4 0xc.66667p+0 : 0xc.6b74459dd23a4dbb5549637d84p+0 : inexact-ok += hypot downward binary32 0xb.33333p-4 0xc.66666p+0 : 0xc.6b743p+0 : inexact-ok += hypot tonearest binary32 0xb.33333p-4 0xc.66666p+0 : 0xc.6b743p+0 : inexact-ok += hypot towardzero binary32 0xb.33333p-4 0xc.66666p+0 : 0xc.6b743p+0 : inexact-ok += hypot upward binary32 0xb.33333p-4 0xc.66666p+0 : 0xc.6b744p+0 : inexact-ok += hypot downward binary64 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a455098p+0 : inexact-ok += hypot tonearest binary64 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a455098p+0 : inexact-ok += hypot towardzero binary64 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a455098p+0 : inexact-ok += hypot upward binary64 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a4550ap+0 : inexact-ok += hypot downward intel96 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aecp+0 : inexact-ok += hypot tonearest intel96 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aecp+0 : inexact-ok += hypot towardzero intel96 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aecp+0 : inexact-ok += hypot upward intel96 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aedp+0 : inexact-ok += hypot downward m68k96 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aecp+0 : inexact-ok += hypot tonearest m68k96 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aecp+0 : inexact-ok += hypot towardzero m68k96 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aecp+0 : inexact-ok += hypot upward m68k96 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aedp+0 : inexact-ok += hypot downward binary128 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aec49781cf40beb8p+0 : inexact-ok += hypot tonearest binary128 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aec49781cf40becp+0 : inexact-ok += hypot towardzero binary128 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aec49781cf40beb8p+0 : inexact-ok += hypot upward binary128 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aec49781cf40becp+0 : inexact-ok += hypot downward ibm128 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aec49781cf40bcp+0 : inexact-ok += hypot tonearest ibm128 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aec49781cf40cp+0 : inexact-ok += hypot towardzero ibm128 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aec49781cf40bcp+0 : inexact-ok += hypot upward ibm128 0xb.33333p-4 0xc.66666p+0 : 0xc.6b7435a45509aec49781cf40cp+0 : inexact-ok += hypot downward binary64 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b68p+0 : inexact-ok += hypot tonearest binary64 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b7p+0 : inexact-ok += hypot towardzero binary64 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b68p+0 : inexact-ok += hypot upward binary64 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b7p+0 : inexact-ok += hypot downward intel96 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2bp+0 : inexact-ok += hypot tonearest intel96 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2bp+0 : inexact-ok += hypot towardzero intel96 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2bp+0 : inexact-ok += hypot upward intel96 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2cp+0 : inexact-ok += hypot downward m68k96 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2bp+0 : inexact-ok += hypot tonearest m68k96 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2bp+0 : inexact-ok += hypot towardzero m68k96 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2bp+0 : inexact-ok += hypot upward m68k96 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2cp+0 : inexact-ok += hypot downward binary128 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2b3870767e7a42p+0 : inexact-ok += hypot tonearest binary128 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2b3870767e7a42p+0 : inexact-ok += hypot towardzero binary128 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2b3870767e7a42p+0 : inexact-ok += hypot upward binary128 0xb.33333p-4 0xc.6666666666668p+0 : 0xc.6b743c0820b6d2b3870767e7a428p+0 : inexact-ok += hypot downward ibm128 0xb.33333p |
