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-cexp | |
| 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-cexp')
| -rw-r--r-- | math/auto-libm-test-out-cexp | 1944 |
1 files changed, 1944 insertions, 0 deletions
diff --git a/math/auto-libm-test-out-cexp b/math/auto-libm-test-out-cexp new file mode 100644 index 0000000000..445d9867a3 --- /dev/null +++ b/math/auto-libm-test-out-cexp @@ -0,0 +1,1944 @@ +cexp 0 0 += cexp downward binary32 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest binary32 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero binary32 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward binary32 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp downward binary64 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest binary64 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero binary64 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward binary64 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp downward intel96 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest intel96 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero intel96 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward intel96 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp downward m68k96 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest m68k96 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero m68k96 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward m68k96 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp downward binary128 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest binary128 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero binary128 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward binary128 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp downward ibm128 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest ibm128 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero ibm128 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward ibm128 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok +cexp -0 0 += cexp downward binary32 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest binary32 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero binary32 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward binary32 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp downward binary64 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest binary64 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero binary64 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward binary64 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp downward intel96 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest intel96 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero intel96 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward intel96 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp downward m68k96 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest m68k96 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero m68k96 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward m68k96 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp downward binary128 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest binary128 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero binary128 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward binary128 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp downward ibm128 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp tonearest ibm128 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp towardzero ibm128 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok += cexp upward ibm128 -0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : inexact-ok +cexp 0 -0 += cexp downward binary32 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest binary32 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero binary32 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward binary32 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp downward binary64 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest binary64 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero binary64 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward binary64 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp downward intel96 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest intel96 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero intel96 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward intel96 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp downward m68k96 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest m68k96 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero m68k96 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward m68k96 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp downward binary128 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest binary128 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero binary128 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward binary128 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp downward ibm128 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest ibm128 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero ibm128 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward ibm128 0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok +cexp -0 -0 += cexp downward binary32 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest binary32 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero binary32 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward binary32 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp downward binary64 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest binary64 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero binary64 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward binary64 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp downward intel96 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest intel96 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero intel96 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward intel96 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp downward m68k96 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest m68k96 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero m68k96 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward m68k96 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp downward binary128 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest binary128 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero binary128 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward binary128 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp downward ibm128 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp tonearest ibm128 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp towardzero ibm128 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok += cexp upward ibm128 -0x0p+0 -0x0p+0 : 0x1p+0 -0x0p+0 : inexact-ok +cexp 0.75 1.25 += cexp downward binary32 0xcp-4 0x1.4p+0 : 0xa.ae3bbp-4 0x2.024dd8p+0 : inexact-ok += cexp tonearest binary32 0xcp-4 0x1.4p+0 : 0xa.ae3bcp-4 0x2.024ddcp+0 : inexact-ok += cexp towardzero binary32 0xcp-4 0x1.4p+0 : 0xa.ae3bbp-4 0x2.024dd8p+0 : inexact-ok += cexp upward binary32 0xcp-4 0x1.4p+0 : 0xa.ae3bcp-4 0x2.024ddcp+0 : inexact-ok += cexp downward binary64 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9p-4 0x2.024dda939ed8cp+0 : inexact-ok += cexp tonearest binary64 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba98p-4 0x2.024dda939ed8ep+0 : inexact-ok += cexp towardzero binary64 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9p-4 0x2.024dda939ed8cp+0 : inexact-ok += cexp upward binary64 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba98p-4 0x2.024dda939ed8ep+0 : inexact-ok += cexp downward intel96 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735p-4 0x2.024dda939ed8dc94p+0 : inexact-ok += cexp tonearest intel96 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9736p-4 0x2.024dda939ed8dc98p+0 : inexact-ok += cexp towardzero intel96 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735p-4 0x2.024dda939ed8dc94p+0 : inexact-ok += cexp upward intel96 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9736p-4 0x2.024dda939ed8dc98p+0 : inexact-ok += cexp downward m68k96 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735p-4 0x2.024dda939ed8dc94p+0 : inexact-ok += cexp tonearest m68k96 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9736p-4 0x2.024dda939ed8dc98p+0 : inexact-ok += cexp towardzero m68k96 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735p-4 0x2.024dda939ed8dc94p+0 : inexact-ok += cexp upward m68k96 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9736p-4 0x2.024dda939ed8dc98p+0 : inexact-ok += cexp downward binary128 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735d1448d2314a48p-4 0x2.024dda939ed8dc96880c3ee758a8p+0 : inexact-ok += cexp tonearest binary128 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735d1448d2314a5p-4 0x2.024dda939ed8dc96880c3ee758aap+0 : inexact-ok += cexp towardzero binary128 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735d1448d2314a48p-4 0x2.024dda939ed8dc96880c3ee758a8p+0 : inexact-ok += cexp upward binary128 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735d1448d2314a5p-4 0x2.024dda939ed8dc96880c3ee758aap+0 : inexact-ok += cexp downward ibm128 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735d1448d23148p-4 0x2.024dda939ed8dc96880c3ee758p+0 : inexact-ok += cexp tonearest ibm128 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735d1448d2314cp-4 0x2.024dda939ed8dc96880c3ee759p+0 : inexact-ok += cexp towardzero ibm128 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735d1448d23148p-4 0x2.024dda939ed8dc96880c3ee758p+0 : inexact-ok += cexp upward ibm128 0xcp-4 0x1.4p+0 : 0xa.ae3bbed44ba9735d1448d2314cp-4 0x2.024dda939ed8dc96880c3ee759p+0 : inexact-ok +cexp -2.0 -3.0 += cexp downward binary32 -0x2p+0 -0x3p+0 : -0x2.24c92cp-4 -0x4.e3a3fp-8 : inexact-ok += cexp tonearest binary32 -0x2p+0 -0x3p+0 : -0x2.24c92cp-4 -0x4.e3a3fp-8 : inexact-ok += cexp towardzero binary32 -0x2p+0 -0x3p+0 : -0x2.24c928p-4 -0x4.e3a3e8p-8 : inexact-ok += cexp upward binary32 -0x2p+0 -0x3p+0 : -0x2.24c928p-4 -0x4.e3a3e8p-8 : inexact-ok += cexp downward binary64 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91964p-4 -0x4.e3a3eebe631d8p-8 : inexact-ok += cexp tonearest binary64 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91964p-4 -0x4.e3a3eebe631d4p-8 : inexact-ok += cexp towardzero binary64 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91962p-4 -0x4.e3a3eebe631d4p-8 : inexact-ok += cexp upward binary64 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91962p-4 -0x4.e3a3eebe631d4p-8 : inexact-ok += cexp downward intel96 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d04p-4 -0x4.e3a3eebe631d442p-8 : inexact-ok += cexp tonearest intel96 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d04p-4 -0x4.e3a3eebe631d442p-8 : inexact-ok += cexp towardzero intel96 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963dp-4 -0x4.e3a3eebe631d4418p-8 : inexact-ok += cexp upward intel96 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963dp-4 -0x4.e3a3eebe631d4418p-8 : inexact-ok += cexp downward m68k96 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d04p-4 -0x4.e3a3eebe631d442p-8 : inexact-ok += cexp tonearest m68k96 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d04p-4 -0x4.e3a3eebe631d442p-8 : inexact-ok += cexp towardzero m68k96 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963dp-4 -0x4.e3a3eebe631d4418p-8 : inexact-ok += cexp upward m68k96 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963dp-4 -0x4.e3a3eebe631d4418p-8 : inexact-ok += cexp downward binary128 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d02be8ecb5378aep-4 -0x4.e3a3eebe631d441ee01e4010f2ap-8 : inexact-ok += cexp tonearest binary128 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d02be8ecb5378aep-4 -0x4.e3a3eebe631d441ee01e4010f29cp-8 : inexact-ok += cexp towardzero binary128 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d02be8ecb5378acp-4 -0x4.e3a3eebe631d441ee01e4010f29cp-8 : inexact-ok += cexp upward binary128 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d02be8ecb5378acp-4 -0x4.e3a3eebe631d441ee01e4010f29cp-8 : inexact-ok += cexp downward ibm128 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d02be8ecb5379p-4 -0x4.e3a3eebe631d441ee01e4010f4p-8 : inexact-ok += cexp tonearest ibm128 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d02be8ecb5379p-4 -0x4.e3a3eebe631d441ee01e4010f2p-8 : inexact-ok += cexp towardzero ibm128 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d02be8ecb5378p-4 -0x4.e3a3eebe631d441ee01e4010f2p-8 : inexact-ok += cexp upward ibm128 -0x2p+0 -0x3p+0 : -0x2.24c92bfe91963d02be8ecb5378p-4 -0x4.e3a3eebe631d441ee01e4010f2p-8 : inexact-ok +cexp 0 0x1p65 += cexp downward binary32 0x0p+0 0x2p+64 : 0xf.fb701p-4 -0xc.143e2p-8 : inexact-ok += cexp tonearest binary32 0x0p+0 0x2p+64 : 0xf.fb702p-4 -0xc.143e1p-8 : inexact-ok += cexp towardzero binary32 0x0p+0 0x2p+64 : 0xf.fb701p-4 -0xc.143e1p-8 : inexact-ok += cexp upward binary32 0x0p+0 0x2p+64 : 0xf.fb702p-4 -0xc.143e1p-8 : inexact-ok += cexp downward binary64 0x0p+0 0x2p+64 : 0xf.fb701e22987f8p-4 -0xc.143e153b0702p-8 : inexact-ok += cexp tonearest binary64 0x0p+0 0x2p+64 : 0xf.fb701e22987f8p-4 -0xc.143e153b0702p-8 : inexact-ok += cexp towardzero binary64 0x0p+0 0x2p+64 : 0xf.fb701e22987f8p-4 -0xc.143e153b07018p-8 : inexact-ok += cexp upward binary64 0x0p+0 0x2p+64 : 0xf.fb701e22988p-4 -0xc.143e153b07018p-8 : inexact-ok += cexp downward intel96 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe6p-4 -0xc.143e153b0701e81p-8 : inexact-ok += cexp tonearest intel96 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe7p-4 -0xc.143e153b0701e8p-8 : inexact-ok += cexp towardzero intel96 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe6p-4 -0xc.143e153b0701e8p-8 : inexact-ok += cexp upward intel96 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe7p-4 -0xc.143e153b0701e8p-8 : inexact-ok += cexp downward m68k96 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe6p-4 -0xc.143e153b0701e81p-8 : inexact-ok += cexp tonearest m68k96 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe7p-4 -0xc.143e153b0701e8p-8 : inexact-ok += cexp towardzero m68k96 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe6p-4 -0xc.143e153b0701e8p-8 : inexact-ok += cexp upward m68k96 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe7p-4 -0xc.143e153b0701e8p-8 : inexact-ok += cexp downward binary128 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe68852ee2bc897p-4 -0xc.143e153b0701e800f9b8a47b75b8p-8 : inexact-ok += cexp tonearest binary128 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe68852ee2bc897p-4 -0xc.143e153b0701e800f9b8a47b75b8p-8 : inexact-ok += cexp towardzero binary128 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe68852ee2bc897p-4 -0xc.143e153b0701e800f9b8a47b75bp-8 : inexact-ok += cexp upward binary128 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe68852ee2bc8978p-4 -0xc.143e153b0701e800f9b8a47b75bp-8 : inexact-ok += cexp downward ibm128 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe68852ee2bc88p-4 -0xc.143e153b0701e800f9b8a47b78p-8 : inexact-ok += cexp tonearest ibm128 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe68852ee2bc88p-4 -0xc.143e153b0701e800f9b8a47b74p-8 : inexact-ok += cexp towardzero ibm128 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe68852ee2bc88p-4 -0xc.143e153b0701e800f9b8a47b74p-8 : inexact-ok += cexp upward ibm128 0x0p+0 0x2p+64 : 0xf.fb701e22987fbe68852ee2bc8cp-4 -0xc.143e153b0701e800f9b8a47b74p-8 : inexact-ok +cexp 0 -0x1p65 += cexp downward binary32 0x0p+0 -0x2p+64 : 0xf.fb701p-4 0xc.143e1p-8 : inexact-ok += cexp tonearest binary32 0x0p+0 -0x2p+64 : 0xf.fb702p-4 0xc.143e1p-8 : inexact-ok += cexp towardzero binary32 0x0p+0 -0x2p+64 : 0xf.fb701p-4 0xc.143e1p-8 : inexact-ok += cexp upward binary32 0x0p+0 -0x2p+64 : 0xf.fb702p-4 0xc.143e2p-8 : inexact-ok += cexp downward binary64 0x0p+0 -0x2p+64 : 0xf.fb701e22987f8p-4 0xc.143e153b07018p-8 : inexact-ok += cexp tonearest binary64 0x0p+0 -0x2p+64 : 0xf.fb701e22987f8p-4 0xc.143e153b0702p-8 : inexact-ok += cexp towardzero binary64 0x0p+0 -0x2p+64 : 0xf.fb701e22987f8p-4 0xc.143e153b07018p-8 : inexact-ok += cexp upward binary64 0x0p+0 -0x2p+64 : 0xf.fb701e22988p-4 0xc.143e153b0702p-8 : inexact-ok += cexp downward intel96 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe6p-4 0xc.143e153b0701e8p-8 : inexact-ok += cexp tonearest intel96 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe7p-4 0xc.143e153b0701e8p-8 : inexact-ok += cexp towardzero intel96 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe6p-4 0xc.143e153b0701e8p-8 : inexact-ok += cexp upward intel96 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe7p-4 0xc.143e153b0701e81p-8 : inexact-ok += cexp downward m68k96 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe6p-4 0xc.143e153b0701e8p-8 : inexact-ok += cexp tonearest m68k96 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe7p-4 0xc.143e153b0701e8p-8 : inexact-ok += cexp towardzero m68k96 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe6p-4 0xc.143e153b0701e8p-8 : inexact-ok += cexp upward m68k96 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe7p-4 0xc.143e153b0701e81p-8 : inexact-ok += cexp downward binary128 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe68852ee2bc897p-4 0xc.143e153b0701e800f9b8a47b75bp-8 : inexact-ok += cexp tonearest binary128 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe68852ee2bc897p-4 0xc.143e153b0701e800f9b8a47b75b8p-8 : inexact-ok += cexp towardzero binary128 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe68852ee2bc897p-4 0xc.143e153b0701e800f9b8a47b75bp-8 : inexact-ok += cexp upward binary128 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe68852ee2bc8978p-4 0xc.143e153b0701e800f9b8a47b75b8p-8 : inexact-ok += cexp downward ibm128 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe68852ee2bc88p-4 0xc.143e153b0701e800f9b8a47b74p-8 : inexact-ok += cexp tonearest ibm128 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe68852ee2bc88p-4 0xc.143e153b0701e800f9b8a47b74p-8 : inexact-ok += cexp towardzero ibm128 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe68852ee2bc88p-4 0xc.143e153b0701e800f9b8a47b74p-8 : inexact-ok += cexp upward ibm128 0x0p+0 -0x2p+64 : 0xf.fb701e22987fbe68852ee2bc8cp-4 0xc.143e153b0701e800f9b8a47b78p-8 : inexact-ok +cexp 50 0x1p127 += cexp downward binary32 0x3.2p+4 0x8p+124 : 0xd.bc483p+68 0xa.f35fcp+68 : inexact-ok += cexp tonearest binary32 0x3.2p+4 0x8p+124 : 0xd.bc483p+68 0xa.f35fcp+68 : inexact-ok += cexp towardzero binary32 0x3.2p+4 0x8p+124 : 0xd.bc483p+68 0xa.f35fcp+68 : inexact-ok += cexp upward binary32 0x3.2p+4 0x8p+124 : 0xd.bc484p+68 0xa.f35fdp+68 : inexact-ok += cexp downward binary64 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae98p+68 0xa.f35fc6babe7f8p+68 : inexact-ok += cexp tonearest binary64 0x3.2p+4 0x8p+124 : 0xd.bc4832122aeap+68 0xa.f35fc6babe8p+68 : inexact-ok += cexp towardzero binary64 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae98p+68 0xa.f35fc6babe7f8p+68 : inexact-ok += cexp upward binary64 0x3.2p+4 0x8p+124 : 0xd.bc4832122aeap+68 0xa.f35fc6babe8p+68 : inexact-ok += cexp downward intel96 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c44p+68 0xa.f35fc6babe7fd6fp+68 : inexact-ok += cexp tonearest intel96 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c44p+68 0xa.f35fc6babe7fd7p+68 : inexact-ok += cexp towardzero intel96 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c44p+68 0xa.f35fc6babe7fd6fp+68 : inexact-ok += cexp upward intel96 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c45p+68 0xa.f35fc6babe7fd7p+68 : inexact-ok += cexp downward m68k96 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c44p+68 0xa.f35fc6babe7fd6fp+68 : inexact-ok += cexp tonearest m68k96 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c44p+68 0xa.f35fc6babe7fd7p+68 : inexact-ok += cexp towardzero m68k96 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c44p+68 0xa.f35fc6babe7fd6fp+68 : inexact-ok += cexp upward m68k96 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c45p+68 0xa.f35fc6babe7fd7p+68 : inexact-ok += cexp downward binary128 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c442e6aea322857p+68 0xa.f35fc6babe7fd6fb2acbde63a73p+68 : inexact-ok += cexp tonearest binary128 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c442e6aea322857p+68 0xa.f35fc6babe7fd6fb2acbde63a738p+68 : inexact-ok += cexp towardzero binary128 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c442e6aea322857p+68 0xa.f35fc6babe7fd6fb2acbde63a73p+68 : inexact-ok += cexp upward binary128 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c442e6aea3228578p+68 0xa.f35fc6babe7fd6fb2acbde63a738p+68 : inexact-ok += cexp downward ibm128 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c442e6aea32284p+68 0xa.f35fc6babe7fd6fb2acbde63a4p+68 : inexact-ok += cexp tonearest ibm128 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c442e6aea32284p+68 0xa.f35fc6babe7fd6fb2acbde63a8p+68 : inexact-ok += cexp towardzero ibm128 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c442e6aea32284p+68 0xa.f35fc6babe7fd6fb2acbde63a4p+68 : inexact-ok += cexp upward ibm128 0x3.2p+4 0x8p+124 : 0xd.bc4832122ae9c442e6aea32288p+68 0xa.f35fc6babe7fd6fb2acbde63a8p+68 : inexact-ok +cexp 0 1e22 += cexp downward binary32 0x0p+0 0x2.1e19e4p+72 : 0xf.431ddp-4 -0x4.cd7e88p-4 : inexact-ok += cexp tonearest binary32 0x0p+0 0x2.1e19e4p+72 : 0xf.431ddp-4 -0x4.cd7e88p-4 : inexact-ok += cexp towardzero binary32 0x0p+0 0x2.1e19e4p+72 : 0xf.431ddp-4 -0x4.cd7e8p-4 : inexact-ok += cexp upward binary32 0x0p+0 0x2.1e19e4p+72 : 0xf.431dep-4 -0x4.cd7e8p-4 : inexact-ok += cexp downward binary64 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf3p-4 -0x4.cd7e86c4077cp-4 : inexact-ok += cexp tonearest binary64 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf38p-4 -0x4.cd7e86c4077cp-4 : inexact-ok += cexp towardzero binary64 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf3p-4 -0x4.cd7e86c4077bcp-4 : inexact-ok += cexp upward binary64 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf38p-4 -0x4.cd7e86c4077bcp-4 : inexact-ok += cexp downward intel96 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37dep-4 -0x4.cd7e86c4077bf0ep-4 : inexact-ok += cexp tonearest intel96 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37dep-4 -0x4.cd7e86c4077bf0ep-4 : inexact-ok += cexp towardzero intel96 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37dep-4 -0x4.cd7e86c4077bf0d8p-4 : inexact-ok += cexp upward intel96 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37dfp-4 -0x4.cd7e86c4077bf0d8p-4 : inexact-ok += cexp downward m68k96 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37dep-4 -0x4.cd7e86c4077bf0ep-4 : inexact-ok += cexp tonearest m68k96 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37dep-4 -0x4.cd7e86c4077bf0ep-4 : inexact-ok += cexp towardzero m68k96 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37dep-4 -0x4.cd7e86c4077bf0d8p-4 : inexact-ok += cexp upward m68k96 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37dfp-4 -0x4.cd7e86c4077bf0d8p-4 : inexact-ok += cexp downward binary128 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37de5c74544f6b438p-4 -0x4.cd7e86c4077bf0debc87d70d196p-4 : inexact-ok += cexp tonearest binary128 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37de5c74544f6b438p-4 -0x4.cd7e86c4077bf0debc87d70d196p-4 : inexact-ok += cexp towardzero binary128 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37de5c74544f6b438p-4 -0x4.cd7e86c4077bf0debc87d70d195cp-4 : inexact-ok += cexp upward binary128 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37de5c74544f6b44p-4 -0x4.cd7e86c4077bf0debc87d70d195cp-4 : inexact-ok += cexp downward ibm128 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37de5c74544f6b4p-4 -0x4.cd7e86c4077bf0debc87d70d1ap-4 : inexact-ok += cexp tonearest ibm128 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37de5c74544f6b4p-4 -0x4.cd7e86c4077bf0debc87d70d1ap-4 : inexact-ok += cexp towardzero ibm128 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37de5c74544f6b4p-4 -0x4.cd7e86c4077bf0debc87d70d18p-4 : inexact-ok += cexp upward ibm128 0x0p+0 0x2.1e19e4p+72 : 0xf.431dd7a36cf37de5c74544f6b8p-4 -0x4.cd7e86c4077bf0debc87d70d18p-4 : inexact-ok += cexp downward binary32 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6p-4 -0xb.becc5p-4 : inexact-ok += cexp tonearest binary32 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f7p-4 -0xb.becc4p-4 : inexact-ok += cexp towardzero binary32 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6p-4 -0xb.becc4p-4 : inexact-ok += cexp upward binary32 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f7p-4 -0xb.becc4p-4 : inexact-ok += cexp downward binary64 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd206p-4 -0xb.becc47ab1b8c8p-4 : inexact-ok += cexp tonearest binary64 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd2068p-4 -0xb.becc47ab1b8c8p-4 : inexact-ok += cexp towardzero binary64 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd206p-4 -0xb.becc47ab1b8cp-4 : inexact-ok += cexp upward binary64 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd2068p-4 -0xb.becc47ab1b8cp-4 : inexact-ok += cexp downward intel96 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654cp-4 -0xb.becc47ab1b8c708p-4 : inexact-ok += cexp tonearest intel96 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654cp-4 -0xb.becc47ab1b8c708p-4 : inexact-ok += cexp towardzero intel96 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654cp-4 -0xb.becc47ab1b8c707p-4 : inexact-ok += cexp upward intel96 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654dp-4 -0xb.becc47ab1b8c707p-4 : inexact-ok += cexp downward m68k96 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654cp-4 -0xb.becc47ab1b8c708p-4 : inexact-ok += cexp tonearest m68k96 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654cp-4 -0xb.becc47ab1b8c708p-4 : inexact-ok += cexp towardzero m68k96 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654cp-4 -0xb.becc47ab1b8c707p-4 : inexact-ok += cexp upward m68k96 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654dp-4 -0xb.becc47ab1b8c707p-4 : inexact-ok += cexp downward binary128 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654c1404f52cde16p-4 -0xb.becc47ab1b8c70793712c4ff2bc8p-4 : inexact-ok += cexp tonearest binary128 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654c1404f52cde16p-4 -0xb.becc47ab1b8c70793712c4ff2bcp-4 : inexact-ok += cexp towardzero binary128 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654c1404f52cde16p-4 -0xb.becc47ab1b8c70793712c4ff2bcp-4 : inexact-ok += cexp upward binary128 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654c1404f52cde168p-4 -0xb.becc47ab1b8c70793712c4ff2bcp-4 : inexact-ok += cexp downward ibm128 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654c1404f52cdep-4 -0xb.becc47ab1b8c70793712c4ff2cp-4 : inexact-ok += cexp tonearest ibm128 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654c1404f52cdep-4 -0xb.becc47ab1b8c70793712c4ff2cp-4 : inexact-ok += cexp towardzero ibm128 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654c1404f52cdep-4 -0xb.becc47ab1b8c70793712c4ff28p-4 : inexact-ok += cexp upward ibm128 0x0p+0 0x2.1e19ep+72 : 0xa.dd6f6bacd20654c1404f52cde4p-4 -0xb.becc47ab1b8c70793712c4ff28p-4 : inexact-ok += cexp downward binary64 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e4798p-4 -0xd.a29d5bb5f9ccp-4 : inexact-ok += cexp tonearest binary64 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e47ap-4 -0xd.a29d5bb5f9cb8p-4 : inexact-ok += cexp towardzero binary64 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e4798p-4 -0xd.a29d5bb5f9cb8p-4 : inexact-ok += cexp upward binary64 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e47ap-4 -0xd.a29d5bb5f9cb8p-4 : inexact-ok += cexp downward intel96 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9ap-4 -0xd.a29d5bb5f9cb87ep-4 : inexact-ok += cexp tonearest intel96 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9ap-4 -0xd.a29d5bb5f9cb87dp-4 : inexact-ok += cexp towardzero intel96 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9ap-4 -0xd.a29d5bb5f9cb87dp-4 : inexact-ok += cexp upward intel96 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9bp-4 -0xd.a29d5bb5f9cb87dp-4 : inexact-ok += cexp downward m68k96 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9ap-4 -0xd.a29d5bb5f9cb87ep-4 : inexact-ok += cexp tonearest m68k96 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9ap-4 -0xd.a29d5bb5f9cb87dp-4 : inexact-ok += cexp towardzero m68k96 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9ap-4 -0xd.a29d5bb5f9cb87dp-4 : inexact-ok += cexp upward m68k96 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9bp-4 -0xd.a29d5bb5f9cb87dp-4 : inexact-ok += cexp downward binary128 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9a5c86ffce76148p-4 -0xd.a29d5bb5f9cb87d14de41dc991fp-4 : inexact-ok += cexp tonearest binary128 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9a5c86ffce7615p-4 -0xd.a29d5bb5f9cb87d14de41dc991fp-4 : inexact-ok += cexp towardzero binary128 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9a5c86ffce76148p-4 -0xd.a29d5bb5f9cb87d14de41dc991e8p-4 : inexact-ok += cexp upward binary128 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9a5c86ffce7615p-4 -0xd.a29d5bb5f9cb87d14de41dc991e8p-4 : inexact-ok += cexp downward ibm128 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9a5c86ffce76p-4 -0xd.a29d5bb5f9cb87d14de41dc994p-4 : inexact-ok += cexp tonearest ibm128 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9a5c86ffce76p-4 -0xd.a29d5bb5f9cb87d14de41dc99p-4 : inexact-ok += cexp towardzero ibm128 0x0p+0 0x2.1e19e0c9bab24p+72 : 0x8.5f167780e479c9a5c86ffce76p-4 -0xd.a29d5bb5f9cb87d14de41dc99p-4 : inexact-ok |
