glibc/math/auto-libm-test-out-fma
Joseph Myers 4f1bc131db 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.
2017-02-06 18:41:20 +00:00

15623 lines
1.8 MiB

fma 1.0 2.0 3.0
= fma downward binary32 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma tonearest binary32 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma towardzero binary32 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma upward binary32 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma downward binary64 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma tonearest binary64 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma towardzero binary64 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma upward binary64 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma downward intel96 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma tonearest intel96 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma towardzero intel96 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma upward intel96 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma downward m68k96 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma tonearest m68k96 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma towardzero m68k96 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma upward m68k96 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma downward binary128 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma tonearest binary128 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma towardzero binary128 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma upward binary128 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma downward ibm128 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma tonearest ibm128 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma towardzero ibm128 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
= fma upward ibm128 0x1p+0 0x2p+0 0x3p+0 : 0x5p+0 :
fma 1.25 0.75 0.0625
= fma downward binary32 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma tonearest binary32 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma towardzero binary32 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma upward binary32 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma downward binary64 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma tonearest binary64 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma towardzero binary64 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma upward binary64 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma downward intel96 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma tonearest intel96 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma towardzero intel96 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma upward intel96 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma downward m68k96 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma tonearest m68k96 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma towardzero m68k96 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma upward m68k96 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma downward binary128 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma tonearest binary128 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma towardzero binary128 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma upward binary128 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma downward ibm128 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma tonearest ibm128 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma towardzero ibm128 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
= fma upward ibm128 0x1.4p+0 0xcp-4 0x1p-4 : 0x1p+0 :
fma 0 0 0
= fma downward binary32 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary32 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary64 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest intel96 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest m68k96 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary128 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest ibm128 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
fma 0 0 -0
= fma downward binary32 0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary32 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary32 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary64 0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary64 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary64 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward intel96 0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero intel96 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward intel96 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward m68k96 0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward m68k96 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary128 0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary128 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary128 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward ibm128 0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward ibm128 0x0p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
fma 0 -0 0
= fma downward binary32 0x0p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary32 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 0x0p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary64 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 0x0p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest intel96 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 0x0p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 0x0p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary128 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 0x0p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
fma 0 -0 -0
= fma downward binary32 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary32 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary32 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary64 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary64 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary64 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward intel96 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero intel96 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward intel96 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward m68k96 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero m68k96 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward m68k96 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary128 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary128 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary128 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward ibm128 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero ibm128 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward ibm128 0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
fma -0 0 0
= fma downward binary32 -0x0p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary32 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 -0x0p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary64 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 -0x0p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest intel96 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 -0x0p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 -0x0p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary128 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 -0x0p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 -0x0p+0 0x0p+0 0x0p+0 : 0x0p+0 :
fma -0 0 -0
= fma downward binary32 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary32 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary32 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary64 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary64 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary64 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward intel96 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero intel96 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward intel96 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward m68k96 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero m68k96 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward m68k96 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary128 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary128 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary128 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward ibm128 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero ibm128 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward ibm128 -0x0p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
fma -0 -0 0
= fma downward binary32 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary32 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary64 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest intel96 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest m68k96 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary128 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest ibm128 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 -0x0p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
fma -0 -0 -0
= fma downward binary32 -0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary32 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary32 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary64 -0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary64 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary64 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward intel96 -0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero intel96 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward intel96 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward m68k96 -0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward m68k96 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary128 -0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary128 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary128 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward ibm128 -0x0p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward ibm128 -0x0p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
fma 1.0 0 0
= fma downward binary32 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary32 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary64 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest intel96 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest m68k96 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary128 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest ibm128 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
fma 1.0 0 -0
= fma downward binary32 0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary32 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary32 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary64 0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary64 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary64 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward intel96 0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero intel96 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward intel96 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward m68k96 0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward m68k96 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary128 0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary128 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary128 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward ibm128 0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward ibm128 0x1p+0 0x0p+0 -0x0p+0 : 0x0p+0 :
fma 1.0 -0 0
= fma downward binary32 0x1p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary32 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 0x1p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary64 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 0x1p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest intel96 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 0x1p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 0x1p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary128 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 0x1p+0 -0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
fma 1.0 -0 -0
= fma downward binary32 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary32 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary32 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary64 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary64 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary64 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward intel96 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero intel96 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward intel96 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward m68k96 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero m68k96 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward m68k96 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary128 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary128 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary128 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward ibm128 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero ibm128 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward ibm128 0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
fma -1.0 0 0
= fma downward binary32 -0x1p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary32 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 -0x1p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary64 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 -0x1p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest intel96 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 -0x1p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 -0x1p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary128 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 -0x1p+0 0x0p+0 0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 -0x1p+0 0x0p+0 0x0p+0 : 0x0p+0 :
fma -1.0 0 -0
= fma downward binary32 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary32 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary32 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary64 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary64 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary64 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward intel96 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero intel96 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward intel96 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward m68k96 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero m68k96 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward m68k96 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary128 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary128 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary128 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma downward ibm128 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero ibm128 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
= fma upward ibm128 -0x1p+0 0x0p+0 -0x0p+0 : -0x0p+0 :
fma -1.0 -0 0
= fma downward binary32 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary32 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary64 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest intel96 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest m68k96 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary128 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma tonearest ibm128 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 -0x1p+0 -0x0p+0 0x0p+0 : 0x0p+0 :
fma -1.0 -0 -0
= fma downward binary32 -0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary32 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary32 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary64 -0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary64 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary64 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward intel96 -0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero intel96 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward intel96 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward m68k96 -0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward m68k96 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary128 -0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary128 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary128 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma downward ibm128 -0x1p+0 -0x0p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
= fma upward ibm128 -0x1p+0 -0x0p+0 -0x0p+0 : 0x0p+0 :
fma 0 1.0 0
= fma downward binary32 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary32 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary64 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest intel96 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest m68k96 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary128 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest ibm128 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
fma 0 1.0 -0
= fma downward binary32 0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary32 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary32 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary64 0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary64 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary64 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma downward intel96 0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero intel96 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward intel96 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma downward m68k96 0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward m68k96 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary128 0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary128 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary128 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma downward ibm128 0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward ibm128 0x0p+0 0x1p+0 -0x0p+0 : 0x0p+0 :
fma 0 -1.0 0
= fma downward binary32 0x0p+0 -0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary32 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 0x0p+0 -0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary64 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 0x0p+0 -0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest intel96 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 0x0p+0 -0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 0x0p+0 -0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary128 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 0x0p+0 -0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
fma 0 -1.0 -0
= fma downward binary32 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary32 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary32 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary64 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary64 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary64 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma downward intel96 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero intel96 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward intel96 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma downward m68k96 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero m68k96 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward m68k96 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary128 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary128 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary128 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma downward ibm128 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero ibm128 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward ibm128 0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
fma -0 1.0 0
= fma downward binary32 -0x0p+0 0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary32 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 -0x0p+0 0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary64 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 -0x0p+0 0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest intel96 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 -0x0p+0 0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 -0x0p+0 0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest binary128 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 -0x0p+0 0x1p+0 0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 -0x0p+0 0x1p+0 0x0p+0 : 0x0p+0 :
fma -0 1.0 -0
= fma downward binary32 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary32 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary32 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary64 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary64 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary64 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma downward intel96 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero intel96 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward intel96 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma downward m68k96 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero m68k96 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward m68k96 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma downward binary128 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero binary128 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward binary128 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma downward ibm128 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma towardzero ibm128 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
= fma upward ibm128 -0x0p+0 0x1p+0 -0x0p+0 : -0x0p+0 :
fma -0 -1.0 0
= fma downward binary32 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary32 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary32 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary32 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward binary64 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary64 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary64 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary64 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward intel96 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest intel96 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero intel96 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward intel96 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward m68k96 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest m68k96 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward m68k96 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward binary128 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest binary128 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero binary128 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward binary128 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma downward ibm128 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma tonearest ibm128 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
= fma upward ibm128 -0x0p+0 -0x1p+0 0x0p+0 : 0x0p+0 :
fma -0 -1.0 -0
= fma downward binary32 -0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary32 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary32 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary32 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary64 -0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary64 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary64 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary64 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma downward intel96 -0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest intel96 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero intel96 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward intel96 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma downward m68k96 -0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward m68k96 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma downward binary128 -0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest binary128 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero binary128 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward binary128 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma downward ibm128 -0x0p+0 -0x1p+0 -0x0p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
= fma upward ibm128 -0x0p+0 -0x1p+0 -0x0p+0 : 0x0p+0 :
fma 1.0 1.0 -1.0
= fma downward binary32 0x1p+0 0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest binary32 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero binary32 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward binary32 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma downward binary64 0x1p+0 0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest binary64 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero binary64 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward binary64 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma downward intel96 0x1p+0 0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest intel96 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero intel96 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward intel96 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma downward m68k96 0x1p+0 0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest m68k96 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero m68k96 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward m68k96 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma downward binary128 0x1p+0 0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest binary128 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero binary128 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward binary128 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma downward ibm128 0x1p+0 0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest ibm128 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero ibm128 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward ibm128 0x1p+0 0x1p+0 -0x1p+0 : 0x0p+0 :
fma 1.0 -1.0 1.0
= fma downward binary32 0x1p+0 -0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest binary32 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero binary32 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward binary32 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma downward binary64 0x1p+0 -0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest binary64 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero binary64 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward binary64 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma downward intel96 0x1p+0 -0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest intel96 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero intel96 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward intel96 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma downward m68k96 0x1p+0 -0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest m68k96 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero m68k96 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward m68k96 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma downward binary128 0x1p+0 -0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest binary128 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero binary128 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward binary128 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma downward ibm128 0x1p+0 -0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest ibm128 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero ibm128 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward ibm128 0x1p+0 -0x1p+0 0x1p+0 : 0x0p+0 :
fma -1.0 1.0 1.0
= fma downward binary32 -0x1p+0 0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest binary32 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero binary32 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward binary32 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma downward binary64 -0x1p+0 0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest binary64 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero binary64 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward binary64 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma downward intel96 -0x1p+0 0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest intel96 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero intel96 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward intel96 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma downward m68k96 -0x1p+0 0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward m68k96 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma downward binary128 -0x1p+0 0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest binary128 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero binary128 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward binary128 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma downward ibm128 -0x1p+0 0x1p+0 0x1p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
= fma upward ibm128 -0x1p+0 0x1p+0 0x1p+0 : 0x0p+0 :
fma -1.0 -1.0 -1.0
= fma downward binary32 -0x1p+0 -0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest binary32 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero binary32 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward binary32 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma downward binary64 -0x1p+0 -0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest binary64 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero binary64 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward binary64 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma downward intel96 -0x1p+0 -0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest intel96 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero intel96 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward intel96 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma downward m68k96 -0x1p+0 -0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest m68k96 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero m68k96 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward m68k96 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma downward binary128 -0x1p+0 -0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest binary128 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero binary128 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward binary128 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma downward ibm128 -0x1p+0 -0x1p+0 -0x1p+0 : -0x0p+0 :
= fma tonearest ibm128 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma towardzero ibm128 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
= fma upward ibm128 -0x1p+0 -0x1p+0 -0x1p+0 : 0x0p+0 :
fma 0 0 1
= fma downward binary32 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest binary32 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero binary32 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward binary32 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma downward binary64 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest binary64 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero binary64 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward binary64 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma downward intel96 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest intel96 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero intel96 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward intel96 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma downward m68k96 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest m68k96 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero m68k96 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward m68k96 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma downward binary128 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest binary128 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero binary128 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward binary128 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma downward ibm128 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest ibm128 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero ibm128 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward ibm128 0x0p+0 0x0p+0 0x1p+0 : 0x1p+0 :
fma 0 0 2
= fma downward binary32 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest binary32 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero binary32 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward binary32 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma downward binary64 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest binary64 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero binary64 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward binary64 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma downward intel96 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest intel96 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero intel96 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward intel96 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma downward m68k96 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest m68k96 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero m68k96 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward m68k96 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma downward binary128 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest binary128 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero binary128 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward binary128 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma downward ibm128 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest ibm128 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero ibm128 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward ibm128 0x0p+0 0x0p+0 0x2p+0 : 0x2p+0 :
fma 0 0 max xfail-rounding:ibm128-libgcc
= fma downward binary32 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest binary32 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary32 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward binary32 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward binary64 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest binary64 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary64 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward binary64 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward intel96 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest intel96 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero intel96 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward intel96 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward m68k96 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest m68k96 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero m68k96 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward m68k96 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward binary128 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest binary128 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary128 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward binary128 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward ibm128 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest ibm128 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero ibm128 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward ibm128 0x0p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward binary64 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest binary64 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero binary64 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward binary64 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward intel96 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest intel96 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero intel96 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward intel96 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward m68k96 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest m68k96 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero m68k96 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward m68k96 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward binary128 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest binary128 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero binary128 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward binary128 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward ibm128 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest ibm128 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero ibm128 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward ibm128 0x0p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward intel96 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma tonearest intel96 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 :
= fma towardzero intel96 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma upward intel96 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma downward m68k96 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma tonearest m68k96 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 :
= fma towardzero m68k96 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma upward m68k96 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma downward binary128 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma tonearest binary128 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 :
= fma towardzero binary128 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma upward binary128 0x0p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma downward binary128 0x0p+0 0x0p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : xfail:ibm128-libgcc
= fma tonearest binary128 0x0p+0 0x0p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 :
= fma towardzero binary128 0x0p+0 0x0p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : xfail:ibm128-libgcc
= fma upward binary128 0x0p+0 0x0p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : xfail:ibm128-libgcc
= fma downward binary128 0x0p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma tonearest binary128 0x0p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 :
= fma towardzero binary128 0x0p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma upward binary128 0x0p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma downward ibm128 0x0p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma tonearest ibm128 0x0p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 :
= fma towardzero ibm128 0x0p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma upward ibm128 0x0p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
fma 0 1 1
= fma downward binary32 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma tonearest binary32 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma towardzero binary32 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma upward binary32 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma downward binary64 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma tonearest binary64 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma towardzero binary64 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma upward binary64 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma downward intel96 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma tonearest intel96 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma towardzero intel96 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma upward intel96 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma downward m68k96 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma tonearest m68k96 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma towardzero m68k96 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma upward m68k96 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma downward binary128 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma tonearest binary128 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma towardzero binary128 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma upward binary128 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma downward ibm128 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma tonearest ibm128 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma towardzero ibm128 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
= fma upward ibm128 0x0p+0 0x1p+0 0x1p+0 : 0x1p+0 :
fma 1 0 1
= fma downward binary32 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest binary32 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero binary32 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward binary32 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma downward binary64 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest binary64 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero binary64 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward binary64 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma downward intel96 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest intel96 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero intel96 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward intel96 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma downward m68k96 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest m68k96 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero m68k96 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward m68k96 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma downward binary128 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest binary128 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero binary128 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward binary128 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma downward ibm128 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma tonearest ibm128 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma towardzero ibm128 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
= fma upward ibm128 0x1p+0 0x0p+0 0x1p+0 : 0x1p+0 :
fma 0 1 2
= fma downward binary32 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma tonearest binary32 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma towardzero binary32 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma upward binary32 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma downward binary64 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma tonearest binary64 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma towardzero binary64 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma upward binary64 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma downward intel96 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma tonearest intel96 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma towardzero intel96 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma upward intel96 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma downward m68k96 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma tonearest m68k96 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma towardzero m68k96 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma upward m68k96 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma downward binary128 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma tonearest binary128 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma towardzero binary128 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma upward binary128 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma downward ibm128 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma tonearest ibm128 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma towardzero ibm128 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
= fma upward ibm128 0x0p+0 0x1p+0 0x2p+0 : 0x2p+0 :
fma 1 0 2
= fma downward binary32 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest binary32 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero binary32 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward binary32 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma downward binary64 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest binary64 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero binary64 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward binary64 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma downward intel96 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest intel96 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero intel96 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward intel96 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma downward m68k96 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest m68k96 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero m68k96 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward m68k96 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma downward binary128 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest binary128 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero binary128 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward binary128 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma downward ibm128 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma tonearest ibm128 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma towardzero ibm128 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
= fma upward ibm128 0x1p+0 0x0p+0 0x2p+0 : 0x2p+0 :
fma 0 1 max xfail-rounding:ibm128-libgcc
= fma downward binary32 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest binary32 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary32 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward binary32 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward binary64 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest binary64 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary64 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward binary64 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward intel96 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest intel96 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero intel96 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward intel96 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward m68k96 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest m68k96 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero m68k96 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward m68k96 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward binary128 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest binary128 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary128 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward binary128 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward ibm128 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest ibm128 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero ibm128 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward ibm128 0x0p+0 0x1p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward binary64 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest binary64 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero binary64 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward binary64 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward intel96 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest intel96 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero intel96 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward intel96 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward m68k96 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest m68k96 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero m68k96 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward m68k96 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward binary128 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest binary128 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero binary128 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward binary128 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward ibm128 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest ibm128 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero ibm128 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward ibm128 0x0p+0 0x1p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward intel96 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma tonearest intel96 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 :
= fma towardzero intel96 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma upward intel96 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma downward m68k96 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma tonearest m68k96 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 :
= fma towardzero m68k96 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma upward m68k96 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma downward binary128 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma tonearest binary128 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 :
= fma towardzero binary128 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma upward binary128 0x0p+0 0x1p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma downward binary128 0x0p+0 0x1p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : xfail:ibm128-libgcc
= fma tonearest binary128 0x0p+0 0x1p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 :
= fma towardzero binary128 0x0p+0 0x1p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : xfail:ibm128-libgcc
= fma upward binary128 0x0p+0 0x1p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : xfail:ibm128-libgcc
= fma downward binary128 0x0p+0 0x1p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma tonearest binary128 0x0p+0 0x1p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 :
= fma towardzero binary128 0x0p+0 0x1p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma upward binary128 0x0p+0 0x1p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma downward ibm128 0x0p+0 0x1p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma tonearest ibm128 0x0p+0 0x1p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 :
= fma towardzero ibm128 0x0p+0 0x1p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma upward ibm128 0x0p+0 0x1p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
fma 1 0 max xfail-rounding:ibm128-libgcc
= fma downward binary32 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest binary32 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary32 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward binary32 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward binary64 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest binary64 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary64 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward binary64 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward intel96 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest intel96 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero intel96 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward intel96 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward m68k96 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest m68k96 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero m68k96 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward m68k96 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward binary128 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest binary128 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary128 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward binary128 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward ibm128 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma tonearest ibm128 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero ibm128 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma upward ibm128 0x1p+0 0x0p+0 0xf.fffffp+124 : 0xf.fffffp+124 : xfail:ibm128-libgcc
= fma downward binary64 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest binary64 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero binary64 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward binary64 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward intel96 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest intel96 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero intel96 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward intel96 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward m68k96 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest m68k96 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero m68k96 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward m68k96 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward binary128 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest binary128 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero binary128 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward binary128 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward ibm128 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma tonearest ibm128 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero ibm128 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma upward ibm128 0x1p+0 0x0p+0 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : xfail:ibm128-libgcc
= fma downward intel96 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma tonearest intel96 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 :
= fma towardzero intel96 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma upward intel96 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma downward m68k96 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma tonearest m68k96 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 :
= fma towardzero m68k96 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma upward m68k96 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma downward binary128 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma tonearest binary128 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 :
= fma towardzero binary128 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma upward binary128 0x1p+0 0x0p+0 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : xfail:ibm128-libgcc
= fma downward binary128 0x1p+0 0x0p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : xfail:ibm128-libgcc
= fma tonearest binary128 0x1p+0 0x0p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 :
= fma towardzero binary128 0x1p+0 0x0p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : xfail:ibm128-libgcc
= fma upward binary128 0x1p+0 0x0p+0 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : xfail:ibm128-libgcc
= fma downward binary128 0x1p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma tonearest binary128 0x1p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 :
= fma towardzero binary128 0x1p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma upward binary128 0x1p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma downward ibm128 0x1p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma tonearest ibm128 0x1p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 :
= fma towardzero ibm128 0x1p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
= fma upward ibm128 0x1p+0 0x0p+0 0xf.ffffffffffffbffffffffffffcp+1020 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc
fma min min 0 missing-errno
= fma downward binary32 0x4p-128 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary32 0x4p-128 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary32 0x4p-128 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary32 0x4p-128 0x4p-128 0x0p+0 : 0x8p-152 : inexact underflow errno-erange-ok
= fma downward binary64 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma tonearest binary64 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma towardzero binary64 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma upward binary64 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma downward intel96 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma tonearest intel96 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma towardzero intel96 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma upward intel96 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma downward m68k96 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma tonearest m68k96 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma towardzero m68k96 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma upward m68k96 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma downward binary128 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma tonearest binary128 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma towardzero binary128 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma upward binary128 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma downward ibm128 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma tonearest ibm128 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma towardzero ibm128 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma upward ibm128 0x4p-128 0x4p-128 0x0p+0 : 0x1p-252 :
= fma downward binary64 0x4p-128 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-128 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-128 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-128 0x4p-1024 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma tonearest intel96 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma towardzero intel96 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma upward intel96 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma downward m68k96 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma tonearest m68k96 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma towardzero m68k96 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma upward m68k96 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma downward binary128 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma tonearest binary128 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma towardzero binary128 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma upward binary128 0x4p-128 0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma downward ibm128 0x4p-128 0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-128 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-128 0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-128 0x4p-1024 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 0x4p-128 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-128 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-128 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-128 0x4p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-128 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-128 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-128 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-128 0x4p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-128 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-128 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-128 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-128 0x4p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-128 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-128 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-128 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-128 0x2p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-128 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-128 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-128 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-128 0x2p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-128 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-128 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-128 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-128 0x2p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 0x4p-128 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-128 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-128 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-128 0x8p-972 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma tonearest intel96 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma towardzero intel96 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma upward intel96 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma downward m68k96 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma tonearest m68k96 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma towardzero m68k96 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma upward m68k96 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma downward binary128 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma tonearest binary128 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma towardzero binary128 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma upward binary128 0x4p-128 0x8p-972 0x0p+0 : 0x2p-1096 :
= fma downward ibm128 0x4p-128 0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-128 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-128 0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-128 0x8p-972 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 0x4p-1024 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-1024 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 0x4p-128 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma tonearest intel96 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma towardzero intel96 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma upward intel96 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma downward m68k96 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma tonearest m68k96 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma towardzero m68k96 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma upward m68k96 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma downward binary128 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma tonearest binary128 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma towardzero binary128 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma upward binary128 0x4p-1024 0x4p-128 0x0p+0 : 0x1p-1148 :
= fma downward ibm128 0x4p-1024 0x4p-128 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-1024 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 0x4p-128 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 0x4p-128 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 0x4p-1024 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-1024 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 0x4p-1024 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma tonearest intel96 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma towardzero intel96 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma upward intel96 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma downward m68k96 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma tonearest m68k96 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma towardzero m68k96 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma upward m68k96 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma downward binary128 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma tonearest binary128 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma towardzero binary128 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma upward binary128 0x4p-1024 0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma downward ibm128 0x4p-1024 0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-1024 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 0x4p-1024 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1024 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-1024 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-1024 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-1024 0x4p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-1024 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-1024 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-1024 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-1024 0x4p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-1024 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-1024 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-1024 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-1024 0x4p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1024 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-1024 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-1024 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-1024 0x2p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-1024 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-1024 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-1024 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-1024 0x2p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-1024 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-1024 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-1024 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-1024 0x2p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 0x4p-1024 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-1024 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 0x8p-972 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma tonearest intel96 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma towardzero intel96 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma upward intel96 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma downward m68k96 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma tonearest m68k96 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma towardzero m68k96 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma upward m68k96 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma downward binary128 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma tonearest binary128 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma towardzero binary128 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma upward binary128 0x4p-1024 0x8p-972 0x0p+0 : 0x2p-1992 :
= fma downward ibm128 0x4p-1024 0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-1024 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 0x8p-972 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 0x4p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 0x4p-128 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 0x4p-128 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 0x4p-128 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 0x4p-1024 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 0x4p-1024 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 0x4p-1024 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 0x4p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 0x4p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 0x4p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 0x2p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 0x2p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 0x2p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 0x8p-972 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 0x8p-972 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 0x8p-972 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x2p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x2p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 0x4p-128 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x2p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x2p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 0x4p-128 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x2p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x2p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 0x4p-128 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x2p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x2p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 0x4p-1024 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x2p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x2p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 0x4p-1024 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x2p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x2p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 0x4p-1024 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x2p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x2p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 0x4p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x2p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x2p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 0x4p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x2p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x2p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 0x4p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x2p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x2p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 0x2p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x2p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x2p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 0x2p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x2p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x2p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 0x2p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x2p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x2p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 0x8p-972 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x2p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x2p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 0x8p-972 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x2p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x2p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 0x8p-972 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-972 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x8p-972 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 0x4p-128 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma tonearest intel96 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma towardzero intel96 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma upward intel96 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma downward m68k96 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma tonearest m68k96 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma towardzero m68k96 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma upward m68k96 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma downward binary128 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma tonearest binary128 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma towardzero binary128 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma upward binary128 0x8p-972 0x4p-128 0x0p+0 : 0x2p-1096 :
= fma downward ibm128 0x8p-972 0x4p-128 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x8p-972 0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 0x4p-128 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 0x4p-128 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 0x8p-972 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x8p-972 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 0x4p-1024 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma tonearest intel96 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma towardzero intel96 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma upward intel96 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma downward m68k96 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma tonearest m68k96 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma towardzero m68k96 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma upward m68k96 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma downward binary128 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma tonearest binary128 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma towardzero binary128 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma upward binary128 0x8p-972 0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma downward ibm128 0x8p-972 0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x8p-972 0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 0x4p-1024 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 0x8p-972 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x8p-972 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x8p-972 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x8p-972 0x4p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-972 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x8p-972 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x8p-972 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x8p-972 0x4p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x8p-972 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x8p-972 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x8p-972 0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x8p-972 0x4p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x8p-972 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x8p-972 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x8p-972 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x8p-972 0x2p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-972 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x8p-972 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x8p-972 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x8p-972 0x2p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x8p-972 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x8p-972 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x8p-972 0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x8p-972 0x2p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-972 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x8p-972 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma tonearest intel96 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma towardzero intel96 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma upward intel96 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma downward m68k96 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma tonearest m68k96 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma towardzero m68k96 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma upward m68k96 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma downward binary128 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma tonearest binary128 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma towardzero binary128 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma upward binary128 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1940 :
= fma downward ibm128 0x8p-972 0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x8p-972 0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 0x8p-972 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
fma min min -0 missing-errno
= fma downward binary32 0x4p-128 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary32 0x4p-128 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary32 0x4p-128 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary32 0x4p-128 0x4p-128 -0x0p+0 : 0x8p-152 : inexact underflow errno-erange-ok
= fma downward binary64 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma tonearest binary64 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma towardzero binary64 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma upward binary64 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma downward intel96 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma tonearest intel96 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma towardzero intel96 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma upward intel96 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma downward m68k96 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma tonearest m68k96 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma towardzero m68k96 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma upward m68k96 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma downward binary128 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma tonearest binary128 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma towardzero binary128 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma upward binary128 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma downward ibm128 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma tonearest ibm128 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma towardzero ibm128 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma upward ibm128 0x4p-128 0x4p-128 -0x0p+0 : 0x1p-252 :
= fma downward binary64 0x4p-128 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-128 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-128 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-128 0x4p-1024 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma tonearest intel96 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma towardzero intel96 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma upward intel96 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma downward m68k96 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma tonearest m68k96 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma towardzero m68k96 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma upward m68k96 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma downward binary128 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma tonearest binary128 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma towardzero binary128 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma upward binary128 0x4p-128 0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma downward ibm128 0x4p-128 0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-128 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-128 0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-128 0x4p-1024 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 0x4p-128 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-128 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-128 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-128 0x4p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-128 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-128 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-128 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-128 0x4p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-128 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-128 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-128 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-128 0x4p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-128 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-128 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-128 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-128 0x2p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-128 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-128 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-128 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-128 0x2p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-128 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-128 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-128 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-128 0x2p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 0x4p-128 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-128 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-128 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-128 0x8p-972 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma tonearest intel96 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma towardzero intel96 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma upward intel96 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma downward m68k96 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma tonearest m68k96 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma towardzero m68k96 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma upward m68k96 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma downward binary128 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma tonearest binary128 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma towardzero binary128 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma upward binary128 0x4p-128 0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma downward ibm128 0x4p-128 0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-128 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-128 0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-128 0x8p-972 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 0x4p-1024 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-1024 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 0x4p-128 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma tonearest intel96 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma towardzero intel96 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma upward intel96 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma downward m68k96 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma tonearest m68k96 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma towardzero m68k96 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma upward m68k96 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma downward binary128 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma tonearest binary128 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma towardzero binary128 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma upward binary128 0x4p-1024 0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma downward ibm128 0x4p-1024 0x4p-128 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-1024 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 0x4p-128 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 0x4p-128 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 0x4p-1024 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-1024 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 0x4p-1024 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma tonearest intel96 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma towardzero intel96 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma upward intel96 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma downward m68k96 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma tonearest m68k96 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma towardzero m68k96 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma upward m68k96 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma downward binary128 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma tonearest binary128 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma towardzero binary128 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma upward binary128 0x4p-1024 0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma downward ibm128 0x4p-1024 0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-1024 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 0x4p-1024 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1024 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-1024 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-1024 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-1024 0x4p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-1024 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-1024 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-1024 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-1024 0x4p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-1024 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-1024 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-1024 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-1024 0x4p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1024 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-1024 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-1024 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-1024 0x2p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-1024 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-1024 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-1024 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-1024 0x2p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-1024 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-1024 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-1024 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-1024 0x2p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 0x4p-1024 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-1024 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 0x8p-972 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma tonearest intel96 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma towardzero intel96 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma upward intel96 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma downward m68k96 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma tonearest m68k96 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma towardzero m68k96 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma upward m68k96 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma downward binary128 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma tonearest binary128 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma towardzero binary128 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma upward binary128 0x4p-1024 0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma downward ibm128 0x4p-1024 0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-1024 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 0x8p-972 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 0x4p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 0x4p-128 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 0x4p-128 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 0x4p-128 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 0x4p-1024 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 0x4p-1024 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 0x4p-1024 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 0x4p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 0x4p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 0x4p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 0x2p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 0x2p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 0x2p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x4p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 0x8p-972 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x4p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x4p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 0x8p-972 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x4p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 0x8p-972 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x2p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x2p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 0x4p-128 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x2p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x2p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 0x4p-128 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x2p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x2p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 0x4p-128 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x2p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x2p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 0x4p-1024 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x2p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x2p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 0x4p-1024 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x2p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x2p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 0x4p-1024 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x2p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x2p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 0x4p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x2p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x2p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 0x4p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x2p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x2p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 0x4p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x2p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x2p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 0x2p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x2p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x2p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 0x2p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x2p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x2p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 0x2p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x2p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x2p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 0x8p-972 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x2p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x2p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 0x8p-972 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x2p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x2p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 0x8p-972 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-972 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x8p-972 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 0x4p-128 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma tonearest intel96 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma towardzero intel96 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma upward intel96 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma downward m68k96 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma tonearest m68k96 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma towardzero m68k96 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma upward m68k96 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma downward binary128 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma tonearest binary128 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma towardzero binary128 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma upward binary128 0x8p-972 0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma downward ibm128 0x8p-972 0x4p-128 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x8p-972 0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 0x4p-128 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 0x4p-128 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 0x8p-972 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x8p-972 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 0x4p-1024 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma tonearest intel96 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma towardzero intel96 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma upward intel96 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma downward m68k96 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma tonearest m68k96 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma towardzero m68k96 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma upward m68k96 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma downward binary128 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma tonearest binary128 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma towardzero binary128 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma upward binary128 0x8p-972 0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma downward ibm128 0x8p-972 0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x8p-972 0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 0x4p-1024 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 0x8p-972 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x8p-972 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x8p-972 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x8p-972 0x4p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-972 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x8p-972 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x8p-972 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x8p-972 0x4p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x8p-972 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x8p-972 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x8p-972 0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x8p-972 0x4p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 0x8p-972 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x8p-972 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x8p-972 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x8p-972 0x2p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-972 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x8p-972 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x8p-972 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x8p-972 0x2p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x8p-972 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x8p-972 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x8p-972 0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x8p-972 0x2p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-972 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x8p-972 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma tonearest intel96 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma towardzero intel96 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma upward intel96 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma downward m68k96 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma tonearest m68k96 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma towardzero m68k96 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma upward m68k96 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma downward binary128 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma tonearest binary128 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma towardzero binary128 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma upward binary128 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma downward ibm128 0x8p-972 0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x8p-972 0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 0x8p-972 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
fma min -min 0 missing-errno
= fma downward binary32 0x4p-128 -0x4p-128 0x0p+0 : -0x8p-152 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x4p-128 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary32 0x4p-128 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary32 0x4p-128 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma tonearest binary64 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma towardzero binary64 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma upward binary64 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma downward intel96 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma tonearest intel96 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma towardzero intel96 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma upward intel96 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma downward m68k96 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma tonearest m68k96 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma towardzero m68k96 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma upward m68k96 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma downward binary128 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma tonearest binary128 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma towardzero binary128 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma upward binary128 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma downward ibm128 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma tonearest ibm128 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma towardzero ibm128 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma upward ibm128 0x4p-128 -0x4p-128 0x0p+0 : -0x1p-252 :
= fma downward binary64 0x4p-128 -0x4p-1024 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-128 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-128 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-128 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma tonearest intel96 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma towardzero intel96 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma upward intel96 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma downward m68k96 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma tonearest m68k96 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma towardzero m68k96 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma upward m68k96 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma downward binary128 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma tonearest binary128 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma towardzero binary128 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma upward binary128 0x4p-128 -0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma downward ibm128 0x4p-128 -0x4p-1024 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-128 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-128 -0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-128 -0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-128 -0x4p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-128 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-128 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-128 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-128 -0x4p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-128 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-128 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-128 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-128 -0x4p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-128 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-128 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-128 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-128 -0x2p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-128 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-128 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-128 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-128 -0x2p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-128 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-128 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-128 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-128 -0x2p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-128 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-128 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-128 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x4p-128 -0x8p-972 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-128 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-128 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-128 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma tonearest intel96 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma towardzero intel96 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma upward intel96 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma downward m68k96 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma tonearest m68k96 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma towardzero m68k96 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma upward m68k96 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma downward binary128 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma tonearest binary128 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma towardzero binary128 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma upward binary128 0x4p-128 -0x8p-972 0x0p+0 : -0x2p-1096 :
= fma downward ibm128 0x4p-128 -0x8p-972 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-128 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-128 -0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-128 -0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x4p-1024 -0x4p-128 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1024 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma tonearest intel96 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma towardzero intel96 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma upward intel96 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma downward m68k96 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma tonearest m68k96 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma towardzero m68k96 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma upward m68k96 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma downward binary128 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma tonearest binary128 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma towardzero binary128 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma upward binary128 0x4p-1024 -0x4p-128 0x0p+0 : -0x1p-1148 :
= fma downward ibm128 0x4p-1024 -0x4p-128 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1024 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 -0x4p-128 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 -0x4p-128 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x4p-1024 -0x4p-1024 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1024 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma tonearest intel96 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma towardzero intel96 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma upward intel96 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma downward m68k96 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma tonearest m68k96 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma towardzero m68k96 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma upward m68k96 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma downward binary128 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma tonearest binary128 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma towardzero binary128 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma upward binary128 0x4p-1024 -0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma downward ibm128 0x4p-1024 -0x4p-1024 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1024 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 -0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 -0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1024 -0x4p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-1024 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-1024 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-1024 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-1024 -0x4p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-1024 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-1024 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-1024 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-1024 -0x4p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-1024 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-1024 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-1024 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1024 -0x2p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-1024 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-1024 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-1024 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-1024 -0x2p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-1024 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-1024 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-1024 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-1024 -0x2p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-1024 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-1024 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-1024 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x4p-1024 -0x8p-972 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1024 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma tonearest intel96 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma towardzero intel96 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma upward intel96 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma downward m68k96 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma tonearest m68k96 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma towardzero m68k96 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma upward m68k96 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma downward binary128 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma tonearest binary128 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma towardzero binary128 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma upward binary128 0x4p-1024 -0x8p-972 0x0p+0 : -0x2p-1992 :
= fma downward ibm128 0x4p-1024 -0x8p-972 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1024 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 -0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 -0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-16384 -0x4p-128 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-16384 -0x4p-128 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-16384 -0x4p-128 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-16384 -0x4p-1024 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-16384 -0x4p-1024 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-16384 -0x4p-1024 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-16384 -0x4p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-16384 -0x4p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-16384 -0x4p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-16384 -0x2p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-16384 -0x2p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-16384 -0x2p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-16384 -0x8p-972 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-16384 -0x8p-972 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-16384 -0x8p-972 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x2p-16384 -0x4p-128 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x2p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x2p-16384 -0x4p-128 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x2p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x2p-16384 -0x4p-128 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x2p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x2p-16384 -0x4p-1024 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x2p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x2p-16384 -0x4p-1024 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x2p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x2p-16384 -0x4p-1024 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x2p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x2p-16384 -0x4p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x2p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x2p-16384 -0x4p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x2p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x2p-16384 -0x4p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x2p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x2p-16384 -0x2p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x2p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x2p-16384 -0x2p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x2p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x2p-16384 -0x2p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x2p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x2p-16384 -0x8p-972 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x2p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x2p-16384 -0x8p-972 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x2p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x2p-16384 -0x8p-972 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x2p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x8p-972 -0x4p-128 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x8p-972 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma tonearest intel96 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma towardzero intel96 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma upward intel96 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma downward m68k96 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma tonearest m68k96 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma towardzero m68k96 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma upward m68k96 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma downward binary128 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma tonearest binary128 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma towardzero binary128 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma upward binary128 0x8p-972 -0x4p-128 0x0p+0 : -0x2p-1096 :
= fma downward ibm128 0x8p-972 -0x4p-128 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x8p-972 -0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 -0x4p-128 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 -0x4p-128 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x8p-972 -0x4p-1024 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x8p-972 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma tonearest intel96 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma towardzero intel96 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma upward intel96 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma downward m68k96 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma tonearest m68k96 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma towardzero m68k96 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma upward m68k96 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma downward binary128 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma tonearest binary128 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma towardzero binary128 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma upward binary128 0x8p-972 -0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma downward ibm128 0x8p-972 -0x4p-1024 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x8p-972 -0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 -0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 -0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x8p-972 -0x4p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-972 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x8p-972 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x8p-972 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x8p-972 -0x4p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x8p-972 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x8p-972 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x8p-972 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x8p-972 -0x4p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-972 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x8p-972 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x8p-972 -0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x8p-972 -0x2p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-972 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x8p-972 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x8p-972 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x8p-972 -0x2p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x8p-972 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x8p-972 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x8p-972 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x8p-972 -0x2p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-972 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x8p-972 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x8p-972 -0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x8p-972 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma tonearest intel96 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma towardzero intel96 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma upward intel96 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma downward m68k96 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma tonearest m68k96 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma towardzero m68k96 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma upward m68k96 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma downward binary128 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma tonearest binary128 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma towardzero binary128 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma upward binary128 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1940 :
= fma downward ibm128 0x8p-972 -0x8p-972 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x8p-972 -0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 -0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 -0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
fma min -min -0 missing-errno
= fma downward binary32 0x4p-128 -0x4p-128 -0x0p+0 : -0x8p-152 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x4p-128 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary32 0x4p-128 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary32 0x4p-128 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma tonearest binary64 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma towardzero binary64 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma upward binary64 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma downward intel96 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma tonearest intel96 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma towardzero intel96 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma upward intel96 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma downward m68k96 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma tonearest m68k96 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma towardzero m68k96 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma upward m68k96 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma downward binary128 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma tonearest binary128 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma towardzero binary128 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma upward binary128 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma downward ibm128 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma tonearest ibm128 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma towardzero ibm128 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma upward ibm128 0x4p-128 -0x4p-128 -0x0p+0 : -0x1p-252 :
= fma downward binary64 0x4p-128 -0x4p-1024 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-128 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-128 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-128 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma tonearest intel96 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma towardzero intel96 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma upward intel96 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma downward m68k96 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma tonearest m68k96 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma towardzero m68k96 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma upward m68k96 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma downward binary128 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma tonearest binary128 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma towardzero binary128 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma upward binary128 0x4p-128 -0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma downward ibm128 0x4p-128 -0x4p-1024 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-128 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-128 -0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-128 -0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-128 -0x4p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-128 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-128 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-128 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-128 -0x4p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-128 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-128 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-128 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-128 -0x4p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-128 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-128 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-128 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-128 -0x2p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-128 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-128 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-128 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-128 -0x2p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-128 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-128 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-128 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-128 -0x2p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-128 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-128 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-128 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x4p-128 -0x8p-972 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-128 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-128 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-128 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma tonearest intel96 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma towardzero intel96 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma upward intel96 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma downward m68k96 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma tonearest m68k96 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma towardzero m68k96 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma upward m68k96 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma downward binary128 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma tonearest binary128 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma towardzero binary128 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma upward binary128 0x4p-128 -0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma downward ibm128 0x4p-128 -0x8p-972 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-128 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-128 -0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-128 -0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x4p-1024 -0x4p-128 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1024 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma tonearest intel96 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma towardzero intel96 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma upward intel96 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma downward m68k96 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma tonearest m68k96 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma towardzero m68k96 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma upward m68k96 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma downward binary128 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma tonearest binary128 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma towardzero binary128 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma upward binary128 0x4p-1024 -0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma downward ibm128 0x4p-1024 -0x4p-128 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1024 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 -0x4p-128 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 -0x4p-128 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma tonearest intel96 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma towardzero intel96 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma upward intel96 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma downward m68k96 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma tonearest m68k96 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma towardzero m68k96 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma upward m68k96 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma downward binary128 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma tonearest binary128 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma towardzero binary128 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma upward binary128 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma downward ibm128 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 -0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-1024 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-1024 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x4p-1024 -0x8p-972 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1024 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x4p-1024 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1024 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma tonearest intel96 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma towardzero intel96 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma upward intel96 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma downward m68k96 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma tonearest m68k96 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma towardzero m68k96 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma upward m68k96 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma downward binary128 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma tonearest binary128 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma towardzero binary128 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma upward binary128 0x4p-1024 -0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma downward ibm128 0x4p-1024 -0x8p-972 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1024 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x4p-1024 -0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1024 -0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-16384 -0x4p-128 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-16384 -0x4p-128 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-16384 -0x4p-128 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-16384 -0x8p-972 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x4p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x4p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x4p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x4p-16384 -0x8p-972 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x4p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x4p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x4p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x4p-16384 -0x8p-972 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x4p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x2p-16384 -0x4p-128 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x2p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x2p-16384 -0x4p-128 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x2p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x2p-16384 -0x4p-128 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x2p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x2p-16384 -0x8p-972 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x2p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x2p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x2p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x2p-16384 -0x8p-972 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x2p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x2p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x2p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x2p-16384 -0x8p-972 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x2p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x2p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x2p-16384 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x8p-972 -0x4p-128 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x8p-972 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma tonearest intel96 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma towardzero intel96 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma upward intel96 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma downward m68k96 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma tonearest m68k96 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma towardzero m68k96 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma upward m68k96 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma downward binary128 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma tonearest binary128 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma towardzero binary128 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma upward binary128 0x8p-972 -0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma downward ibm128 0x8p-972 -0x4p-128 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x8p-972 -0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 -0x4p-128 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 -0x4p-128 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x8p-972 -0x4p-1024 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x8p-972 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma tonearest intel96 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma towardzero intel96 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma upward intel96 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma downward m68k96 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma tonearest m68k96 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma towardzero m68k96 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma upward m68k96 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma downward binary128 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma tonearest binary128 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma towardzero binary128 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma upward binary128 0x8p-972 -0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma downward ibm128 0x8p-972 -0x4p-1024 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x8p-972 -0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 -0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 -0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x8p-972 -0x4p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-972 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x8p-972 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x8p-972 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x8p-972 -0x4p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x8p-972 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x8p-972 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x8p-972 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x8p-972 -0x4p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-972 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x8p-972 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x8p-972 -0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x8p-972 -0x2p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-972 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 0x8p-972 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x8p-972 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x8p-972 -0x2p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x8p-972 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 0x8p-972 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 0x8p-972 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 0x8p-972 -0x2p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-972 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 0x8p-972 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x8p-972 -0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x8p-972 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x8p-972 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x8p-972 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma tonearest intel96 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma towardzero intel96 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma upward intel96 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma downward m68k96 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma tonearest m68k96 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma towardzero m68k96 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma upward m68k96 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma downward binary128 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma tonearest binary128 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma towardzero binary128 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma upward binary128 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma downward ibm128 0x8p-972 -0x8p-972 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x8p-972 -0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x8p-972 -0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x8p-972 -0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
fma -min min 0 missing-errno
= fma downward binary32 -0x4p-128 0x4p-128 0x0p+0 : -0x8p-152 : inexact underflow errno-erange-ok
= fma tonearest binary32 -0x4p-128 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary32 -0x4p-128 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary32 -0x4p-128 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma tonearest binary64 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma towardzero binary64 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma upward binary64 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma downward intel96 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma tonearest intel96 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma towardzero intel96 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma upward intel96 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma downward m68k96 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma tonearest m68k96 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma towardzero m68k96 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma upward m68k96 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma downward binary128 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma tonearest binary128 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma towardzero binary128 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma upward binary128 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma downward ibm128 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma tonearest ibm128 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma towardzero ibm128 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma upward ibm128 -0x4p-128 0x4p-128 0x0p+0 : -0x1p-252 :
= fma downward binary64 -0x4p-128 0x4p-1024 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-128 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-128 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-128 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma tonearest intel96 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma towardzero intel96 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma upward intel96 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma downward m68k96 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma tonearest m68k96 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma towardzero m68k96 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma upward m68k96 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma downward binary128 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma tonearest binary128 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma towardzero binary128 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma upward binary128 -0x4p-128 0x4p-1024 0x0p+0 : -0x1p-1148 :
= fma downward ibm128 -0x4p-128 0x4p-1024 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-128 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-128 0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-128 0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-128 0x4p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-128 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-128 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-128 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-128 0x4p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-128 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-128 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-128 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-128 0x4p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-128 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-128 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-128 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-128 0x2p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-128 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-128 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-128 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-128 0x2p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-128 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-128 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-128 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-128 0x2p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-128 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-128 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-128 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x4p-128 0x8p-972 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-128 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-128 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-128 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma tonearest intel96 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma towardzero intel96 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma upward intel96 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma downward m68k96 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma tonearest m68k96 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma towardzero m68k96 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma upward m68k96 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma downward binary128 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma tonearest binary128 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma towardzero binary128 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma upward binary128 -0x4p-128 0x8p-972 0x0p+0 : -0x2p-1096 :
= fma downward ibm128 -0x4p-128 0x8p-972 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-128 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-128 0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-128 0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x4p-1024 0x4p-128 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-1024 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma tonearest intel96 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma towardzero intel96 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma upward intel96 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma downward m68k96 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma tonearest m68k96 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma towardzero m68k96 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma upward m68k96 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma downward binary128 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma tonearest binary128 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma towardzero binary128 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma upward binary128 -0x4p-1024 0x4p-128 0x0p+0 : -0x1p-1148 :
= fma downward ibm128 -0x4p-1024 0x4p-128 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 0x4p-128 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 0x4p-128 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x4p-1024 0x4p-1024 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-1024 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma tonearest intel96 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma towardzero intel96 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma upward intel96 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma downward m68k96 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma tonearest m68k96 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma towardzero m68k96 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma upward m68k96 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma downward binary128 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma tonearest binary128 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma towardzero binary128 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma upward binary128 -0x4p-1024 0x4p-1024 0x0p+0 : -0x1p-2044 :
= fma downward ibm128 -0x4p-1024 0x4p-1024 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-1024 0x4p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-1024 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-1024 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-1024 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-1024 0x4p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-1024 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-1024 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-1024 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-1024 0x4p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-1024 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-1024 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-1024 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-1024 0x2p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-1024 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-1024 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-1024 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-1024 0x2p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-1024 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-1024 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-1024 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-1024 0x2p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-1024 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-1024 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-1024 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x4p-1024 0x8p-972 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-1024 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma tonearest intel96 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma towardzero intel96 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma upward intel96 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma downward m68k96 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma tonearest m68k96 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma towardzero m68k96 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma upward m68k96 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma downward binary128 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma tonearest binary128 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma towardzero binary128 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma upward binary128 -0x4p-1024 0x8p-972 0x0p+0 : -0x2p-1992 :
= fma downward ibm128 -0x4p-1024 0x8p-972 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-16384 0x4p-128 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-16384 0x4p-128 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-16384 0x4p-128 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-16384 0x4p-1024 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-16384 0x4p-1024 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-16384 0x4p-1024 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-16384 0x4p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-16384 0x4p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-16384 0x4p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-16384 0x2p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-16384 0x2p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-16384 0x2p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-16384 0x8p-972 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-16384 0x8p-972 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-16384 0x8p-972 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x2p-16384 0x4p-128 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x2p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x2p-16384 0x4p-128 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x2p-16384 0x4p-128 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x2p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x2p-16384 0x4p-1024 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x2p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x2p-16384 0x4p-1024 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x2p-16384 0x4p-1024 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x2p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x2p-16384 0x4p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x2p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x2p-16384 0x4p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x2p-16384 0x4p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x2p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x2p-16384 0x2p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x2p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x2p-16384 0x2p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x2p-16384 0x2p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x2p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x2p-16384 0x8p-972 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x2p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x2p-16384 0x8p-972 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x2p-16384 0x8p-972 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x2p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x8p-972 0x4p-128 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x8p-972 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma tonearest intel96 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma towardzero intel96 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma upward intel96 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma downward m68k96 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma tonearest m68k96 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma towardzero m68k96 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma upward m68k96 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma downward binary128 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma tonearest binary128 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma towardzero binary128 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma upward binary128 -0x8p-972 0x4p-128 0x0p+0 : -0x2p-1096 :
= fma downward ibm128 -0x8p-972 0x4p-128 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x8p-972 0x4p-128 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 0x4p-128 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 0x4p-128 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x8p-972 0x4p-1024 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x8p-972 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma tonearest intel96 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma towardzero intel96 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma upward intel96 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma downward m68k96 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma tonearest m68k96 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma towardzero m68k96 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma upward m68k96 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma downward binary128 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma tonearest binary128 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma towardzero binary128 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma upward binary128 -0x8p-972 0x4p-1024 0x0p+0 : -0x2p-1992 :
= fma downward ibm128 -0x8p-972 0x4p-1024 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x8p-972 0x4p-1024 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 0x4p-1024 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x8p-972 0x4p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x8p-972 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x8p-972 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x8p-972 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x8p-972 0x4p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x8p-972 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x8p-972 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x8p-972 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x8p-972 0x4p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x8p-972 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x8p-972 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x8p-972 0x4p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x8p-972 0x2p-16384 0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x8p-972 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x8p-972 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x8p-972 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x8p-972 0x2p-16384 0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x8p-972 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x8p-972 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x8p-972 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x8p-972 0x2p-16384 0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x8p-972 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x8p-972 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x8p-972 0x2p-16384 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x8p-972 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma tonearest intel96 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma towardzero intel96 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma upward intel96 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma downward m68k96 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma tonearest m68k96 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma towardzero m68k96 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma upward m68k96 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma downward binary128 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma tonearest binary128 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma towardzero binary128 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma upward binary128 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1940 :
= fma downward ibm128 -0x8p-972 0x8p-972 0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x8p-972 0x8p-972 0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 0x8p-972 0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
fma -min min -0 missing-errno
= fma downward binary32 -0x4p-128 0x4p-128 -0x0p+0 : -0x8p-152 : inexact underflow errno-erange-ok
= fma tonearest binary32 -0x4p-128 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary32 -0x4p-128 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary32 -0x4p-128 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma tonearest binary64 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma towardzero binary64 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma upward binary64 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma downward intel96 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma tonearest intel96 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma towardzero intel96 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma upward intel96 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma downward m68k96 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma tonearest m68k96 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma towardzero m68k96 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma upward m68k96 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma downward binary128 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma tonearest binary128 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma towardzero binary128 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma upward binary128 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma downward ibm128 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma tonearest ibm128 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma towardzero ibm128 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma upward ibm128 -0x4p-128 0x4p-128 -0x0p+0 : -0x1p-252 :
= fma downward binary64 -0x4p-128 0x4p-1024 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-128 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-128 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-128 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma tonearest intel96 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma towardzero intel96 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma upward intel96 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma downward m68k96 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma tonearest m68k96 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma towardzero m68k96 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma upward m68k96 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma downward binary128 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma tonearest binary128 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma towardzero binary128 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma upward binary128 -0x4p-128 0x4p-1024 -0x0p+0 : -0x1p-1148 :
= fma downward ibm128 -0x4p-128 0x4p-1024 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-128 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-128 0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-128 0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-128 0x4p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-128 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-128 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-128 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-128 0x4p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-128 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-128 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-128 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-128 0x4p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-128 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-128 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-128 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-128 0x2p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-128 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-128 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-128 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-128 0x2p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-128 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-128 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-128 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-128 0x2p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-128 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-128 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-128 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x4p-128 0x8p-972 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-128 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-128 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-128 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma tonearest intel96 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma towardzero intel96 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma upward intel96 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma downward m68k96 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma tonearest m68k96 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma towardzero m68k96 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma upward m68k96 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma downward binary128 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma tonearest binary128 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma towardzero binary128 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma upward binary128 -0x4p-128 0x8p-972 -0x0p+0 : -0x2p-1096 :
= fma downward ibm128 -0x4p-128 0x8p-972 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-128 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-128 0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-128 0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x4p-1024 0x4p-128 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-1024 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma tonearest intel96 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma towardzero intel96 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma upward intel96 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma downward m68k96 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma tonearest m68k96 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma towardzero m68k96 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma upward m68k96 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma downward binary128 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma tonearest binary128 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma towardzero binary128 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma upward binary128 -0x4p-1024 0x4p-128 -0x0p+0 : -0x1p-1148 :
= fma downward ibm128 -0x4p-1024 0x4p-128 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 0x4p-128 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 0x4p-128 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma tonearest intel96 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma towardzero intel96 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma upward intel96 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma downward m68k96 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma tonearest m68k96 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma towardzero m68k96 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma upward m68k96 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma downward binary128 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma tonearest binary128 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma towardzero binary128 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma upward binary128 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x1p-2044 :
= fma downward ibm128 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-1024 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-1024 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x4p-1024 0x8p-972 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-1024 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma tonearest intel96 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma towardzero intel96 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma upward intel96 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma downward m68k96 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma tonearest m68k96 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma towardzero m68k96 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma upward m68k96 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma downward binary128 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma tonearest binary128 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma towardzero binary128 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma upward binary128 -0x4p-1024 0x8p-972 -0x0p+0 : -0x2p-1992 :
= fma downward ibm128 -0x4p-1024 0x8p-972 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-16384 0x4p-128 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-16384 0x4p-128 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-16384 0x4p-128 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x4p-16384 0x8p-972 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x4p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x4p-16384 0x8p-972 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x4p-16384 0x8p-972 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x2p-16384 0x4p-128 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x2p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x2p-16384 0x4p-128 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x2p-16384 0x4p-128 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x2p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x2p-16384 0x8p-972 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x2p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x2p-16384 0x8p-972 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x2p-16384 0x8p-972 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x2p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x8p-972 0x4p-128 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x8p-972 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma tonearest intel96 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma towardzero intel96 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma upward intel96 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma downward m68k96 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma tonearest m68k96 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma towardzero m68k96 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma upward m68k96 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma downward binary128 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma tonearest binary128 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma towardzero binary128 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma upward binary128 -0x8p-972 0x4p-128 -0x0p+0 : -0x2p-1096 :
= fma downward ibm128 -0x8p-972 0x4p-128 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x8p-972 0x4p-128 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 0x4p-128 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 0x4p-128 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x8p-972 0x4p-1024 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x8p-972 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma tonearest intel96 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma towardzero intel96 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma upward intel96 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma downward m68k96 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma tonearest m68k96 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma towardzero m68k96 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma upward m68k96 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma downward binary128 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma tonearest binary128 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma towardzero binary128 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma upward binary128 -0x8p-972 0x4p-1024 -0x0p+0 : -0x2p-1992 :
= fma downward ibm128 -0x8p-972 0x4p-1024 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x8p-972 0x4p-1024 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 0x4p-1024 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x8p-972 0x4p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x8p-972 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x8p-972 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x8p-972 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x8p-972 0x4p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x8p-972 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x8p-972 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x8p-972 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x8p-972 0x4p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x8p-972 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x8p-972 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x8p-972 0x4p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x8p-972 0x2p-16384 -0x0p+0 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x8p-972 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x8p-972 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x8p-972 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 -0x8p-972 0x2p-16384 -0x0p+0 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 -0x8p-972 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x8p-972 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x8p-972 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary128 -0x8p-972 0x2p-16384 -0x0p+0 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x8p-972 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x8p-972 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x8p-972 0x2p-16384 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x8p-972 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma tonearest intel96 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma towardzero intel96 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma upward intel96 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma downward m68k96 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma tonearest m68k96 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma towardzero m68k96 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma upward m68k96 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma downward binary128 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma tonearest binary128 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma towardzero binary128 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma upward binary128 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1940 :
= fma downward ibm128 -0x8p-972 0x8p-972 -0x0p+0 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x8p-972 0x8p-972 -0x0p+0 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 0x8p-972 -0x0p+0 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
fma -min -min 0 missing-errno
= fma downward binary32 -0x4p-128 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary32 -0x4p-128 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary32 -0x4p-128 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary32 -0x4p-128 -0x4p-128 0x0p+0 : 0x8p-152 : inexact underflow errno-erange-ok
= fma downward binary64 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma tonearest binary64 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma towardzero binary64 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma upward binary64 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma downward intel96 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma tonearest intel96 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma towardzero intel96 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma upward intel96 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma downward m68k96 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma tonearest m68k96 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma towardzero m68k96 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma upward m68k96 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma downward binary128 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma tonearest binary128 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma towardzero binary128 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma upward binary128 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma downward ibm128 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma tonearest ibm128 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma towardzero ibm128 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma upward ibm128 -0x4p-128 -0x4p-128 0x0p+0 : 0x1p-252 :
= fma downward binary64 -0x4p-128 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x4p-128 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-128 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-128 -0x4p-1024 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma tonearest intel96 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma towardzero intel96 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma upward intel96 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma downward m68k96 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma tonearest m68k96 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma towardzero m68k96 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma upward m68k96 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma downward binary128 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma tonearest binary128 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma towardzero binary128 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma upward binary128 -0x4p-128 -0x4p-1024 0x0p+0 : 0x1p-1148 :
= fma downward ibm128 -0x4p-128 -0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x4p-128 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-128 -0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-128 -0x4p-1024 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-128 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-128 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-128 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-128 -0x4p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-128 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-128 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-128 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-128 -0x4p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-128 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-128 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-128 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-128 -0x4p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-128 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-128 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-128 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-128 -0x2p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-128 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-128 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-128 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-128 -0x2p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-128 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-128 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-128 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-128 -0x2p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 -0x4p-128 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x4p-128 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-128 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-128 -0x8p-972 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma tonearest intel96 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma towardzero intel96 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma upward intel96 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma downward m68k96 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma tonearest m68k96 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma towardzero m68k96 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma upward m68k96 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma downward binary128 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma tonearest binary128 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma towardzero binary128 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma upward binary128 -0x4p-128 -0x8p-972 0x0p+0 : 0x2p-1096 :
= fma downward ibm128 -0x4p-128 -0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x4p-128 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-128 -0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-128 -0x8p-972 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 -0x4p-1024 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x4p-1024 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 -0x4p-128 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma tonearest intel96 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma towardzero intel96 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma upward intel96 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma downward m68k96 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma tonearest m68k96 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma towardzero m68k96 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma upward m68k96 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma downward binary128 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma tonearest binary128 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma towardzero binary128 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma upward binary128 -0x4p-1024 -0x4p-128 0x0p+0 : 0x1p-1148 :
= fma downward ibm128 -0x4p-1024 -0x4p-128 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 -0x4p-128 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 -0x4p-128 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma tonearest intel96 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma towardzero intel96 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma upward intel96 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma downward m68k96 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma tonearest m68k96 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma towardzero m68k96 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma upward m68k96 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma downward binary128 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma tonearest binary128 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma towardzero binary128 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma upward binary128 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x1p-2044 :
= fma downward ibm128 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 -0x4p-1024 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-1024 -0x4p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-1024 -0x2p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 -0x4p-1024 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x4p-1024 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 -0x8p-972 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma tonearest intel96 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma towardzero intel96 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma upward intel96 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma downward m68k96 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma tonearest m68k96 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma towardzero m68k96 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma upward m68k96 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma downward binary128 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma tonearest binary128 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma towardzero binary128 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma upward binary128 -0x4p-1024 -0x8p-972 0x0p+0 : 0x2p-1992 :
= fma downward ibm128 -0x4p-1024 -0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 -0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 -0x8p-972 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 -0x4p-128 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 -0x4p-128 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 -0x4p-128 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 -0x4p-1024 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 -0x4p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 -0x2p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 -0x8p-972 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 -0x8p-972 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 -0x8p-972 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x2p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 -0x4p-128 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x2p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 -0x4p-128 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x2p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x2p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 -0x4p-128 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 -0x4p-1024 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 -0x4p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 -0x2p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x2p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 -0x8p-972 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x2p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 -0x8p-972 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x2p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x2p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 -0x8p-972 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 -0x8p-972 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x8p-972 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 -0x4p-128 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma tonearest intel96 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma towardzero intel96 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma upward intel96 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma downward m68k96 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma tonearest m68k96 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma towardzero m68k96 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma upward m68k96 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma downward binary128 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma tonearest binary128 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma towardzero binary128 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma upward binary128 -0x8p-972 -0x4p-128 0x0p+0 : 0x2p-1096 :
= fma downward ibm128 -0x8p-972 -0x4p-128 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x8p-972 -0x4p-128 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 -0x4p-128 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 -0x4p-128 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 -0x8p-972 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x8p-972 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 -0x4p-1024 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma tonearest intel96 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma towardzero intel96 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma upward intel96 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma downward m68k96 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma tonearest m68k96 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma towardzero m68k96 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma upward m68k96 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma downward binary128 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma tonearest binary128 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma towardzero binary128 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma upward binary128 -0x8p-972 -0x4p-1024 0x0p+0 : 0x2p-1992 :
= fma downward ibm128 -0x8p-972 -0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x8p-972 -0x4p-1024 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 -0x4p-1024 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 -0x4p-1024 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 -0x8p-972 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x8p-972 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x8p-972 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x8p-972 -0x4p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x8p-972 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x8p-972 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x8p-972 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x8p-972 -0x4p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x8p-972 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x8p-972 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x8p-972 -0x4p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x8p-972 -0x4p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x8p-972 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x8p-972 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x8p-972 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x8p-972 -0x2p-16384 0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x8p-972 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x8p-972 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x8p-972 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x8p-972 -0x2p-16384 0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x8p-972 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x8p-972 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x8p-972 -0x2p-16384 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x8p-972 -0x2p-16384 0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 -0x8p-972 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x8p-972 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma tonearest intel96 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma towardzero intel96 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma upward intel96 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma downward m68k96 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma tonearest m68k96 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma towardzero m68k96 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma upward m68k96 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma downward binary128 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma tonearest binary128 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma towardzero binary128 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma upward binary128 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1940 :
= fma downward ibm128 -0x8p-972 -0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x8p-972 -0x8p-972 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 -0x8p-972 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 -0x8p-972 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
fma -min -min -0 missing-errno
= fma downward binary32 -0x4p-128 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary32 -0x4p-128 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary32 -0x4p-128 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary32 -0x4p-128 -0x4p-128 -0x0p+0 : 0x8p-152 : inexact underflow errno-erange-ok
= fma downward binary64 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma tonearest binary64 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma towardzero binary64 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma upward binary64 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma downward intel96 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma tonearest intel96 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma towardzero intel96 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma upward intel96 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma downward m68k96 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma tonearest m68k96 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma towardzero m68k96 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma upward m68k96 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma downward binary128 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma tonearest binary128 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma towardzero binary128 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma upward binary128 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma downward ibm128 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma tonearest ibm128 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma towardzero ibm128 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma upward ibm128 -0x4p-128 -0x4p-128 -0x0p+0 : 0x1p-252 :
= fma downward binary64 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma tonearest intel96 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma towardzero intel96 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma upward intel96 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma downward m68k96 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma tonearest m68k96 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma towardzero m68k96 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma upward m68k96 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma downward binary128 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma tonearest binary128 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma towardzero binary128 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma upward binary128 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x1p-1148 :
= fma downward ibm128 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-128 -0x4p-1024 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-128 -0x4p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-128 -0x2p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 -0x4p-128 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x4p-128 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-128 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-128 -0x8p-972 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma tonearest intel96 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma towardzero intel96 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma upward intel96 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma downward m68k96 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma tonearest m68k96 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma towardzero m68k96 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma upward m68k96 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma downward binary128 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma tonearest binary128 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma towardzero binary128 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma upward binary128 -0x4p-128 -0x8p-972 -0x0p+0 : 0x2p-1096 :
= fma downward ibm128 -0x4p-128 -0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x4p-128 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-128 -0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-128 -0x8p-972 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma tonearest intel96 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma towardzero intel96 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma upward intel96 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma downward m68k96 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma tonearest m68k96 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma towardzero m68k96 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma upward m68k96 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma downward binary128 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma tonearest binary128 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma towardzero binary128 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma upward binary128 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x1p-1148 :
= fma downward ibm128 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 -0x4p-128 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma tonearest intel96 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma towardzero intel96 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma upward intel96 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma downward m68k96 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma tonearest m68k96 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma towardzero m68k96 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma upward m68k96 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma downward binary128 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma tonearest binary128 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma towardzero binary128 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma upward binary128 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x1p-2044 :
= fma downward ibm128 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 -0x4p-1024 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-1024 -0x4p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-1024 -0x2p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma tonearest intel96 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma towardzero intel96 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma upward intel96 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma downward m68k96 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma tonearest m68k96 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma towardzero m68k96 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma upward m68k96 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma downward binary128 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma tonearest binary128 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma towardzero binary128 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma upward binary128 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x2p-1992 :
= fma downward ibm128 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x4p-1024 -0x8p-972 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 -0x4p-128 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 -0x4p-1024 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 -0x4p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 -0x2p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x4p-16384 -0x8p-972 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 -0x4p-128 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 -0x4p-1024 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 -0x4p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 -0x2p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x2p-16384 -0x8p-972 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 -0x8p-972 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x8p-972 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 -0x4p-128 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma tonearest intel96 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma towardzero intel96 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma upward intel96 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma downward m68k96 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma tonearest m68k96 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma towardzero m68k96 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma upward m68k96 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma downward binary128 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma tonearest binary128 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma towardzero binary128 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma upward binary128 -0x8p-972 -0x4p-128 -0x0p+0 : 0x2p-1096 :
= fma downward ibm128 -0x8p-972 -0x4p-128 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x8p-972 -0x4p-128 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 -0x4p-128 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 -0x4p-128 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward binary64 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma tonearest intel96 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma towardzero intel96 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma upward intel96 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma downward m68k96 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma tonearest m68k96 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma towardzero m68k96 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma upward m68k96 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma downward binary128 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma tonearest binary128 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma towardzero binary128 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma upward binary128 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x2p-1992 :
= fma downward ibm128 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 -0x4p-1024 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma downward intel96 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x8p-972 -0x4p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward intel96 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero intel96 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward m68k96 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary128 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 -0x8p-972 -0x2p-16384 -0x0p+0 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma downward binary64 -0x8p-972 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 -0x8p-972 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 -0x8p-972 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma tonearest intel96 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma towardzero intel96 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma upward intel96 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma downward m68k96 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma tonearest m68k96 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma towardzero m68k96 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma upward m68k96 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma downward binary128 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma tonearest binary128 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma towardzero binary128 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma upward binary128 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1940 :
= fma downward ibm128 -0x8p-972 -0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0x8p-972 -0x8p-972 -0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0x8p-972 -0x8p-972 -0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 -0x8p-972 -0x8p-972 -0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
fma max max min missing-errno
= fma downward binary32 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma tonearest binary32 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary32 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma upward binary32 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma upward binary64 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe00000108p+252 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe0000010001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe0000010001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe00000100000000000000008p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma upward ibm128 0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001000000000000004p+252 : inexact
= fma downward binary64 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma upward binary64 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe00000108p+252 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe0000010001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe0000010001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe00000100000000000000008p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma upward ibm128 0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001000000000000004p+252 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe0000010001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe0000010001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : 0xf.ffffe00000100000000000000008p+252 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe0000010001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe0000010001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : 0xf.ffffe00000100000000000000008p+252 : inexact
= fma downward binary64 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma upward binary64 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe00000108p+252 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe0000010001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe0000010001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe00000100000000000000008p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma upward ibm128 0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001000000000000004p+252 : inexact
= fma downward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
fma max max -min missing-errno
= fma downward binary32 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma tonearest binary32 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary32 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma upward binary32 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000f8p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma downward binary64 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000f8p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward binary64 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000f8p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma downward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
fma max -max min missing-errno
= fma downward binary32 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary32 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary32 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma upward binary32 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma downward binary64 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000f8p+252 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma downward binary64 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000f8p+252 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma downward binary64 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000f8p+252 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma downward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
fma max -max -min missing-errno
= fma downward binary32 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary32 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary32 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma upward binary32 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma downward binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe00000108p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma upward binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe00000100000000000000008p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001000000000000004p+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma upward ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma downward binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe00000108p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma upward binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe00000100000000000000008p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001000000000000004p+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma upward ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe00000100000000000000008p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe00000100000000000000008p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe00000108p+252 : inexact
= fma tonearest binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma upward binary64 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe00000100000000000000008p+252 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001000000000000004p+252 : inexact
= fma tonearest ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma upward ibm128 0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma downward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
fma -max max min missing-errno
= fma downward binary32 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary32 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary32 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma upward binary32 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma downward binary64 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000f8p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-128 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma downward binary64 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000f8p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-1024 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.fffffp+124 0x4p-16384 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.fffffp+124 0x2p-16384 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma downward binary64 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000f8p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffp+252 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 0xf.fffffp+124 0x8p-972 : -0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma downward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
fma -max max -min missing-errno
= fma downward binary32 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary32 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary32 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma upward binary32 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma downward binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe00000108p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe00000100000000000000008p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001000000000000004p+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-128 : -0xf.ffffe000001p+252 : inexact
= fma downward binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe00000108p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe00000100000000000000008p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001000000000000004p+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffe000001p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe00000100000000000000008p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe00000100000000000000008p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffe000001p+252 : inexact
= fma downward binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe00000108p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe0000010001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe00000100000000000000008p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001000000000000004p+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 0xf.fffffp+124 -0x8p-972 : -0xf.ffffe000001p+252 : inexact
= fma downward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff801p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff001p+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffp+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffp+124 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x4p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x2p-16384 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffp+124 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x4p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x2p-16384 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffff8p+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffp+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : -0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
fma -max -max min missing-errno
= fma downward binary32 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma tonearest binary32 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary32 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma upward binary32 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe00000108p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe0000010001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe0000010001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe00000100000000000000008p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-128 : 0xf.ffffe000001000000000000004p+252 : inexact
= fma downward binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe00000108p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe0000010001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe0000010001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe00000100000000000000008p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffe000001000000000000004p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe0000010001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe0000010001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffe00000100000000000000008p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe0000010001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe0000010001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffe00000100000000000000008p+252 : inexact
= fma downward binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe00000108p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe0000010001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe0000010001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe00000100000000000000008p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 0x8p-972 : 0xf.ffffe000001000000000000004p+252 : inexact
= fma downward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffff8000008000000008p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff0000000000000408p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x4p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x2p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x4p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x2p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x4p-16384 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x2p-16384 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
fma -max -max -min missing-errno
= fma downward binary32 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma tonearest binary32 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary32 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.fffffp+124 : inexact overflow errno-erange-ok
= fma upward binary32 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000f8p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffe000001p+252 : inexact
= fma downward binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000f8p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffe000001p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffe000001p+252 : inexact
= fma downward binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000f8p+252 : inexact
= fma tonearest binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000f8p+252 : inexact
= fma upward binary64 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffp+252 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffp+252 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffffffffffffff8p+252 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000000ffffffffffffffcp+252 : inexact
= fma upward ibm128 -0xf.fffffp+124 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffe000001p+252 : inexact
= fma downward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffp+124 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.fffffp+124 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8p+1148 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff801p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8000007ffffffff8p+1148 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffff8000008p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.fffffp+124 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff8p+1020 : inexact overflow errno-erange-ok
= fma upward binary64 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffp+2044 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff001p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff00000000000003f8p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff00000000000004p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffff8p+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward intel96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma tonearest m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffp+16380 : inexact overflow errno-erange-ok
= fma upward m68k96 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffp+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p+16380 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x4p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x2p-16384 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffffc000003ffffffcp+1148 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffefffffffc000003ffffffc08p+1148 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffp+124 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x4p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x2p-16384 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffep+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffff3ffffffffffffe08p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffff8p+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffp+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x4p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x2p-16384 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact overflow errno-erange-ok
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.fffffffffffffffffffffffffff8p+16380 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-128 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-1024 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x4p-16384 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x2p-16384 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma tonearest binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma towardzero binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff7ffffffffffff9p+2044 : inexact
= fma upward binary128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffff7ffffffffffff908p+2044 : inexact
= fma downward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma tonearest ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma towardzero ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : 0xf.ffffffffffffbffffffffffffcp+1020 : xfail:ibm128-libgcc inexact overflow errno-erange-ok
= fma upward ibm128 -0xf.ffffffffffffbffffffffffffcp+1020 -0xf.ffffffffffffbffffffffffffcp+1020 -0x8p-972 : plus_infty : xfail:ibm128-libgcc inexact overflow errno-erange errno-erange-ok
fma 0x1.7ff8p+13 0x1.000002p+0 0x1.ffffp-24
= fma downward binary32 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff004p+12 : inexact
= fma tonearest binary32 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff004p+12 : inexact
= fma towardzero binary32 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff004p+12 : inexact
= fma upward binary32 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff008p+12 : inexact
= fma downward binary64 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005ffffffep+12 : inexact
= fma tonearest binary64 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff006p+12 : inexact
= fma towardzero binary64 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005ffffffep+12 : inexact
= fma upward binary64 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff006p+12 : inexact
= fma downward intel96 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma tonearest intel96 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma towardzero intel96 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma upward intel96 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma downward m68k96 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma tonearest m68k96 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma towardzero m68k96 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma upward m68k96 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma downward binary128 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma tonearest binary128 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma towardzero binary128 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma upward binary128 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma downward ibm128 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma tonearest ibm128 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma towardzero ibm128 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
= fma upward ibm128 0x2.fffp+12 0x1.000002p+0 0x1.ffffp-24 : 0x2.fff005fffffffp+12 :
fma 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0
= fma downward binary32 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma tonearest binary32 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma towardzero binary32 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma upward binary32 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma downward binary64 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma tonearest binary64 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma towardzero binary64 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma upward binary64 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma downward intel96 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma tonearest intel96 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma towardzero intel96 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma upward intel96 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma downward m68k96 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma tonearest m68k96 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma towardzero m68k96 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma upward m68k96 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma downward binary128 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma tonearest binary128 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma towardzero binary128 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma upward binary128 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma downward ibm128 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma tonearest ibm128 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma towardzero ibm128 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
= fma upward ibm128 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0 : 0x1.fffp-20 :
fma 0x1.9abcdep+127 0x0.9abcdep-126 -0x1.f08948p+0
= fma downward binary32 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma tonearest binary32 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma towardzero binary32 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma upward binary32 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma downward binary64 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma tonearest binary64 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma towardzero binary64 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma upward binary64 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma downward intel96 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma tonearest intel96 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma towardzero intel96 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma upward intel96 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma downward m68k96 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma tonearest m68k96 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma towardzero m68k96 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma upward m68k96 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma downward binary128 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma tonearest binary128 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma towardzero binary128 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma upward binary128 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma downward ibm128 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma tonearest ibm128 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma towardzero ibm128 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
= fma upward ibm128 0xc.d5e6fp+124 0x2.6af378p-128 -0x1.f08948p+0 : 0xd.da108p-28 :
fma 0x1.9abcdep+100 0x0.9abcdep-126 -0x1.f08948p-27
= fma downward binary32 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma tonearest binary32 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma towardzero binary32 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma upward binary32 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma downward binary64 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma tonearest binary64 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma towardzero binary64 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma upward binary64 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma downward intel96 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma tonearest intel96 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma towardzero intel96 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma upward intel96 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma downward m68k96 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma tonearest m68k96 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma towardzero m68k96 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma upward m68k96 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma downward binary128 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma tonearest binary128 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma towardzero binary128 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma upward binary128 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma downward ibm128 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma tonearest ibm128 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma towardzero ibm128 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
= fma upward ibm128 0x1.9abcdep+100 0x2.6af378p-128 -0x3.e1129p-28 : 0x1.bb421p-52 :
fma 0x1.fffffep+127 0x1.001p+0 -0x1.fffffep+127
= fma downward binary32 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma tonearest binary32 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma towardzero binary32 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma upward binary32 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma downward binary64 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma tonearest binary64 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma towardzero binary64 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma upward binary64 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma downward intel96 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma tonearest intel96 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma towardzero intel96 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma upward intel96 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma downward m68k96 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma tonearest m68k96 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma towardzero m68k96 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma upward m68k96 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma downward binary128 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma tonearest binary128 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma towardzero binary128 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma upward binary128 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma downward ibm128 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma tonearest ibm128 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma towardzero ibm128 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
= fma upward ibm128 0xf.fffffp+124 0x1.001p+0 -0xf.fffffp+124 : 0xf.fffffp+112 :
fma -0x1.fffffep+127 0x1.fffffep+0 0x1.fffffep+127
= fma downward binary32 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffep+124 : inexact
= fma tonearest binary32 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffdp+124 : inexact
= fma towardzero binary32 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffdp+124 : inexact
= fma upward binary32 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffdp+124 : inexact
= fma downward binary64 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma tonearest binary64 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma towardzero binary64 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma upward binary64 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma downward intel96 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma tonearest intel96 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma towardzero intel96 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma upward intel96 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma downward m68k96 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma tonearest m68k96 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma towardzero m68k96 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma upward m68k96 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma downward binary128 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma tonearest binary128 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma towardzero binary128 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma upward binary128 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma downward ibm128 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma tonearest ibm128 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma towardzero ibm128 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
= fma upward ibm128 -0xf.fffffp+124 0x1.fffffep+0 0xf.fffffp+124 : -0xf.ffffd000002p+124 :
fma 0x1.fffffep+127 2.0 -0x1.fffffep+127
= fma downward binary32 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma tonearest binary32 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary32 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma upward binary32 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma downward binary64 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma tonearest binary64 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary64 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma upward binary64 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma downward intel96 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma tonearest intel96 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero intel96 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma upward intel96 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma downward m68k96 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma tonearest m68k96 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero m68k96 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma upward m68k96 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma downward binary128 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma tonearest binary128 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero binary128 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma upward binary128 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma downward ibm128 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma tonearest ibm128 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma towardzero ibm128 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
= fma upward ibm128 0xf.fffffp+124 0x2p+0 -0xf.fffffp+124 : 0xf.fffffp+124 :
fma 0x1.4p-126 0x1.000004p-1 0x1p-128
= fma downward binary32 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.800008p-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.800008p-128 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.800008p-128 : inexact underflow errno-erange-ok
= fma upward binary32 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80001p-128 : inexact underflow errno-erange-ok
= fma downward binary64 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma tonearest binary64 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma towardzero binary64 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma upward binary64 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma downward intel96 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma tonearest intel96 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma towardzero intel96 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma upward intel96 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma downward m68k96 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma tonearest m68k96 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma towardzero m68k96 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma upward m68k96 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma downward binary128 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma tonearest binary128 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma towardzero binary128 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma upward binary128 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma downward ibm128 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma tonearest ibm128 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma towardzero ibm128 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
= fma upward ibm128 0x5p-128 0x8.00002p-4 0x1p-128 : 0x3.80000ap-128 :
fma -0x1.4p-126 0x1.000004p-1 -0x1p-128
= fma downward binary32 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80001p-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.800008p-128 : inexact underflow errno-erange-ok
= fma towardzero binary32 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.800008p-128 : inexact underflow errno-erange-ok
= fma upward binary32 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.800008p-128 : inexact underflow errno-erange-ok
= fma downward binary64 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma tonearest binary64 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma towardzero binary64 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma upward binary64 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma downward intel96 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma tonearest intel96 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma towardzero intel96 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma upward intel96 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma downward m68k96 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma tonearest m68k96 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma towardzero m68k96 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma upward m68k96 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma downward binary128 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma tonearest binary128 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma towardzero binary128 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma upward binary128 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma downward ibm128 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma tonearest ibm128 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma towardzero ibm128 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
= fma upward ibm128 -0x5p-128 0x8.00002p-4 -0x1p-128 : -0x3.80000ap-128 :
fma 0x1.fffff8p-126 0x1.000002p-1 0x1p-149
= fma downward binary32 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x4p-128 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary32 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma upward binary32 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x4p-128 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma downward binary64 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma tonearest binary64 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma towardzero binary64 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma upward binary64 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma downward intel96 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma tonearest intel96 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma towardzero intel96 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma upward intel96 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma downward m68k96 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma tonearest m68k96 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma towardzero m68k96 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma upward m68k96 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma downward binary128 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma tonearest binary128 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma towardzero binary128 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma upward binary128 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma downward ibm128 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma tonearest ibm128 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma towardzero ibm128 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
= fma upward ibm128 0x7.ffffep-128 0x8.00001p-4 0x8p-152 : 0x3.ffffffffffep-128 :
fma -0x1.fffff8p-126 0x1.000002p-1 -0x1p-149
= fma downward binary32 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x4p-128 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary32 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x4p-128 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary32 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma upward binary32 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma downward binary64 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma tonearest binary64 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma towardzero binary64 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma upward binary64 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma downward intel96 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma tonearest intel96 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma towardzero intel96 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma upward intel96 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma downward m68k96 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma tonearest m68k96 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma towardzero m68k96 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma upward m68k96 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma downward binary128 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma tonearest binary128 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma towardzero binary128 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma upward binary128 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma downward ibm128 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma tonearest ibm128 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma towardzero ibm128 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
= fma upward ibm128 -0x7.ffffep-128 0x8.00001p-4 -0x8p-152 : -0x3.ffffffffffep-128 :
fma 0x1p-149 0x1p-1 0x0.fffffep-126
= fma downward binary32 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x4p-128 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma upward binary32 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x4p-128 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma tonearest binary64 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma towardzero binary64 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma upward binary64 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma downward intel96 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma tonearest intel96 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma towardzero intel96 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma upward intel96 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma downward m68k96 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma tonearest m68k96 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma towardzero m68k96 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma upward m68k96 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma downward binary128 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma tonearest binary128 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma towardzero binary128 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma upward binary128 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma downward ibm128 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma tonearest ibm128 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma towardzero ibm128 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
= fma upward ibm128 0x8p-152 0x8p-4 0x3.fffff8p-128 : 0x3.fffffcp-128 :
fma -0x1p-149 0x1p-1 -0x0.fffffep-126
= fma downward binary32 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x4p-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x4p-128 : inexact underflow errno-erange-ok
= fma towardzero binary32 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma upward binary32 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma downward binary64 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma tonearest binary64 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma towardzero binary64 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma upward binary64 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma downward intel96 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma tonearest intel96 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma towardzero intel96 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma upward intel96 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma downward m68k96 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma tonearest m68k96 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma towardzero m68k96 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma upward m68k96 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma downward binary128 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma tonearest binary128 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma towardzero binary128 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma upward binary128 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma downward ibm128 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma tonearest ibm128 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma towardzero ibm128 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
= fma upward ibm128 -0x8p-152 0x8p-4 -0x3.fffff8p-128 : -0x3.fffffcp-128 :
fma 0x1p-149 0x1.1p-1 0x0.fffffep-126
= fma downward binary32 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x4p-128 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma upward binary32 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x4p-128 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma downward binary64 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma tonearest binary64 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma towardzero binary64 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma upward binary64 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma downward intel96 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma tonearest intel96 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma towardzero intel96 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma upward intel96 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma downward m68k96 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma tonearest m68k96 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma towardzero m68k96 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma upward m68k96 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma downward binary128 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma tonearest binary128 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma towardzero binary128 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma upward binary128 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma downward ibm128 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma tonearest ibm128 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma towardzero ibm128 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
= fma upward ibm128 0x8p-152 0x8.8p-4 0x3.fffff8p-128 : 0x3.fffffc4p-128 :
fma -0x1p-149 0x1.1p-1 -0x0.fffffep-126
= fma downward binary32 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x4p-128 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary32 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x4p-128 : inexact underflow errno-erange-ok
= fma towardzero binary32 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma upward binary32 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma downward binary64 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma tonearest binary64 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma towardzero binary64 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma upward binary64 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma downward intel96 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma tonearest intel96 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma towardzero intel96 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma upward intel96 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma downward m68k96 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma tonearest m68k96 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma towardzero m68k96 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma upward m68k96 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma downward binary128 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma tonearest binary128 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma towardzero binary128 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma upward binary128 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma downward ibm128 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma tonearest ibm128 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma towardzero ibm128 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
= fma upward ibm128 -0x8p-152 0x8.8p-4 -0x3.fffff8p-128 : -0x3.fffffc4p-128 :
fma 0x1p-149 0x1p-149 0x1p127
= fma downward binary32 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma tonearest binary32 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary32 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma upward binary32 0x8p-152 0x8p-152 0x8p+124 : 0x8.00001p+124 : inexact
= fma downward binary64 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma tonearest binary64 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary64 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma upward binary64 0x8p-152 0x8p-152 0x8p+124 : 0x8.0000000000008p+124 : inexact
= fma downward intel96 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma tonearest intel96 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero intel96 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma upward intel96 0x8p-152 0x8p-152 0x8p+124 : 0x8.000000000000001p+124 : inexact
= fma downward m68k96 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma tonearest m68k96 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero m68k96 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma upward m68k96 0x8p-152 0x8p-152 0x8p+124 : 0x8.000000000000001p+124 : inexact
= fma downward binary128 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma tonearest binary128 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary128 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma upward binary128 0x8p-152 0x8p-152 0x8p+124 : 0x8.0000000000000000000000000008p+124 : inexact
= fma downward ibm128 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma tonearest ibm128 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero ibm128 0x8p-152 0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma upward ibm128 0x8p-152 0x8p-152 0x8p+124 : 0x8.00000000000000000000000004p+124 : inexact
fma 0x1p-149 -0x1p-149 0x1p127
= fma downward binary32 0x8p-152 -0x8p-152 0x8p+124 : 0x7.fffff8p+124 : inexact
= fma tonearest binary32 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary32 0x8p-152 -0x8p-152 0x8p+124 : 0x7.fffff8p+124 : inexact
= fma upward binary32 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma downward binary64 0x8p-152 -0x8p-152 0x8p+124 : 0x7.ffffffffffffcp+124 : inexact
= fma tonearest binary64 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary64 0x8p-152 -0x8p-152 0x8p+124 : 0x7.ffffffffffffcp+124 : inexact
= fma upward binary64 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma downward intel96 0x8p-152 -0x8p-152 0x8p+124 : 0x7.fffffffffffffff8p+124 : inexact
= fma tonearest intel96 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero intel96 0x8p-152 -0x8p-152 0x8p+124 : 0x7.fffffffffffffff8p+124 : inexact
= fma upward intel96 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma downward m68k96 0x8p-152 -0x8p-152 0x8p+124 : 0x7.fffffffffffffff8p+124 : inexact
= fma tonearest m68k96 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero m68k96 0x8p-152 -0x8p-152 0x8p+124 : 0x7.fffffffffffffff8p+124 : inexact
= fma upward m68k96 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma downward binary128 0x8p-152 -0x8p-152 0x8p+124 : 0x7.fffffffffffffffffffffffffffcp+124 : inexact
= fma tonearest binary128 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary128 0x8p-152 -0x8p-152 0x8p+124 : 0x7.fffffffffffffffffffffffffffcp+124 : inexact
= fma upward binary128 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma downward ibm128 0x8p-152 -0x8p-152 0x8p+124 : 0x7.fffffffffffffffffffffffffep+124 : inexact
= fma tonearest ibm128 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
= fma towardzero ibm128 0x8p-152 -0x8p-152 0x8p+124 : 0x7.fffffffffffffffffffffffffep+124 : inexact
= fma upward ibm128 0x8p-152 -0x8p-152 0x8p+124 : 0x8p+124 : inexact
fma 0x1p-149 0x1p-149 -0x1p127
= fma downward binary32 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest binary32 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary32 0x8p-152 0x8p-152 -0x8p+124 : -0x7.fffff8p+124 : inexact
= fma upward binary32 0x8p-152 0x8p-152 -0x8p+124 : -0x7.fffff8p+124 : inexact
= fma downward binary64 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest binary64 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary64 0x8p-152 0x8p-152 -0x8p+124 : -0x7.ffffffffffffcp+124 : inexact
= fma upward binary64 0x8p-152 0x8p-152 -0x8p+124 : -0x7.ffffffffffffcp+124 : inexact
= fma downward intel96 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest intel96 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero intel96 0x8p-152 0x8p-152 -0x8p+124 : -0x7.fffffffffffffff8p+124 : inexact
= fma upward intel96 0x8p-152 0x8p-152 -0x8p+124 : -0x7.fffffffffffffff8p+124 : inexact
= fma downward m68k96 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest m68k96 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero m68k96 0x8p-152 0x8p-152 -0x8p+124 : -0x7.fffffffffffffff8p+124 : inexact
= fma upward m68k96 0x8p-152 0x8p-152 -0x8p+124 : -0x7.fffffffffffffff8p+124 : inexact
= fma downward binary128 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest binary128 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary128 0x8p-152 0x8p-152 -0x8p+124 : -0x7.fffffffffffffffffffffffffffcp+124 : inexact
= fma upward binary128 0x8p-152 0x8p-152 -0x8p+124 : -0x7.fffffffffffffffffffffffffffcp+124 : inexact
= fma downward ibm128 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest ibm128 0x8p-152 0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero ibm128 0x8p-152 0x8p-152 -0x8p+124 : -0x7.fffffffffffffffffffffffffep+124 : inexact
= fma upward ibm128 0x8p-152 0x8p-152 -0x8p+124 : -0x7.fffffffffffffffffffffffffep+124 : inexact
fma 0x1p-149 -0x1p-149 -0x1p127
= fma downward binary32 0x8p-152 -0x8p-152 -0x8p+124 : -0x8.00001p+124 : inexact
= fma tonearest binary32 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary32 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma upward binary32 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma downward binary64 0x8p-152 -0x8p-152 -0x8p+124 : -0x8.0000000000008p+124 : inexact
= fma tonearest binary64 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary64 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma upward binary64 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma downward intel96 0x8p-152 -0x8p-152 -0x8p+124 : -0x8.000000000000001p+124 : inexact
= fma tonearest intel96 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero intel96 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma upward intel96 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma downward m68k96 0x8p-152 -0x8p-152 -0x8p+124 : -0x8.000000000000001p+124 : inexact
= fma tonearest m68k96 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero m68k96 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma upward m68k96 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma downward binary128 0x8p-152 -0x8p-152 -0x8p+124 : -0x8.0000000000000000000000000008p+124 : inexact
= fma tonearest binary128 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary128 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma upward binary128 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma downward ibm128 0x8p-152 -0x8p-152 -0x8p+124 : -0x8.00000000000000000000000004p+124 : inexact
= fma tonearest ibm128 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero ibm128 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
= fma upward ibm128 0x8p-152 -0x8p-152 -0x8p+124 : -0x8p+124 : inexact
fma 0x1p-149 0x1p-149 0x1p-126
= fma downward binary32 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma tonearest binary32 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero binary32 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma upward binary32 0x8p-152 0x8p-152 0x4p-128 : 0x4.000008p-128 : inexact
= fma downward binary64 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma tonearest binary64 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero binary64 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma upward binary64 0x8p-152 0x8p-152 0x4p-128 : 0x4.0000000000004p-128 : inexact
= fma downward intel96 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma tonearest intel96 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero intel96 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma upward intel96 0x8p-152 0x8p-152 0x4p-128 : 0x4.0000000000000008p-128 : inexact
= fma downward m68k96 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma tonearest m68k96 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero m68k96 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma upward m68k96 0x8p-152 0x8p-152 0x4p-128 : 0x4.0000000000000008p-128 : inexact
= fma downward binary128 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma tonearest binary128 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero binary128 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma upward binary128 0x8p-152 0x8p-152 0x4p-128 : 0x4.0000000000000000000000000004p-128 : inexact
= fma downward ibm128 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma tonearest ibm128 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero ibm128 0x8p-152 0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma upward ibm128 0x8p-152 0x8p-152 0x4p-128 : 0x4.00000000000000000000000002p-128 : inexact
fma 0x1p-149 -0x1p-149 0x1p-126
= fma downward binary32 0x8p-152 -0x8p-152 0x4p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary32 0x8p-152 -0x8p-152 0x4p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma upward binary32 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma downward binary64 0x8p-152 -0x8p-152 0x4p-128 : 0x3.ffffffffffffep-128 : inexact
= fma tonearest binary64 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero binary64 0x8p-152 -0x8p-152 0x4p-128 : 0x3.ffffffffffffep-128 : inexact
= fma upward binary64 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma downward intel96 0x8p-152 -0x8p-152 0x4p-128 : 0x3.fffffffffffffffcp-128 : inexact
= fma tonearest intel96 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero intel96 0x8p-152 -0x8p-152 0x4p-128 : 0x3.fffffffffffffffcp-128 : inexact
= fma upward intel96 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma downward m68k96 0x8p-152 -0x8p-152 0x4p-128 : 0x3.fffffffffffffffcp-128 : inexact
= fma tonearest m68k96 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero m68k96 0x8p-152 -0x8p-152 0x4p-128 : 0x3.fffffffffffffffcp-128 : inexact
= fma upward m68k96 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma downward binary128 0x8p-152 -0x8p-152 0x4p-128 : 0x3.fffffffffffffffffffffffffffep-128 : inexact
= fma tonearest binary128 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero binary128 0x8p-152 -0x8p-152 0x4p-128 : 0x3.fffffffffffffffffffffffffffep-128 : inexact
= fma upward binary128 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma downward ibm128 0x8p-152 -0x8p-152 0x4p-128 : 0x3.ffffffffffffffffffffffffffp-128 : inexact
= fma tonearest ibm128 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact
= fma towardzero ibm128 0x8p-152 -0x8p-152 0x4p-128 : 0x3.ffffffffffffffffffffffffffp-128 : inexact
= fma upward ibm128 0x8p-152 -0x8p-152 0x4p-128 : 0x4p-128 : inexact
fma 0x1p-149 0x1p-149 -0x1p-126
= fma downward binary32 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary32 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary32 0x8p-152 0x8p-152 -0x4p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma upward binary32 0x8p-152 0x8p-152 -0x4p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma tonearest binary64 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero binary64 0x8p-152 0x8p-152 -0x4p-128 : -0x3.ffffffffffffep-128 : inexact
= fma upward binary64 0x8p-152 0x8p-152 -0x4p-128 : -0x3.ffffffffffffep-128 : inexact
= fma downward intel96 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma tonearest intel96 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero intel96 0x8p-152 0x8p-152 -0x4p-128 : -0x3.fffffffffffffffcp-128 : inexact
= fma upward intel96 0x8p-152 0x8p-152 -0x4p-128 : -0x3.fffffffffffffffcp-128 : inexact
= fma downward m68k96 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma tonearest m68k96 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero m68k96 0x8p-152 0x8p-152 -0x4p-128 : -0x3.fffffffffffffffcp-128 : inexact
= fma upward m68k96 0x8p-152 0x8p-152 -0x4p-128 : -0x3.fffffffffffffffcp-128 : inexact
= fma downward binary128 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma tonearest binary128 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero binary128 0x8p-152 0x8p-152 -0x4p-128 : -0x3.fffffffffffffffffffffffffffep-128 : inexact
= fma upward binary128 0x8p-152 0x8p-152 -0x4p-128 : -0x3.fffffffffffffffffffffffffffep-128 : inexact
= fma downward ibm128 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma tonearest ibm128 0x8p-152 0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero ibm128 0x8p-152 0x8p-152 -0x4p-128 : -0x3.ffffffffffffffffffffffffffp-128 : inexact
= fma upward ibm128 0x8p-152 0x8p-152 -0x4p-128 : -0x3.ffffffffffffffffffffffffffp-128 : inexact
fma 0x1p-149 -0x1p-149 -0x1p-126
= fma downward binary32 0x8p-152 -0x8p-152 -0x4p-128 : -0x4.000008p-128 : inexact
= fma tonearest binary32 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero binary32 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma upward binary32 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma downward binary64 0x8p-152 -0x8p-152 -0x4p-128 : -0x4.0000000000004p-128 : inexact
= fma tonearest binary64 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero binary64 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma upward binary64 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma downward intel96 0x8p-152 -0x8p-152 -0x4p-128 : -0x4.0000000000000008p-128 : inexact
= fma tonearest intel96 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero intel96 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma upward intel96 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma downward m68k96 0x8p-152 -0x8p-152 -0x4p-128 : -0x4.0000000000000008p-128 : inexact
= fma tonearest m68k96 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero m68k96 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma upward m68k96 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma downward binary128 0x8p-152 -0x8p-152 -0x4p-128 : -0x4.0000000000000000000000000004p-128 : inexact
= fma tonearest binary128 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero binary128 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma upward binary128 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma downward ibm128 0x8p-152 -0x8p-152 -0x4p-128 : -0x4.00000000000000000000000002p-128 : inexact
= fma tonearest ibm128 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma towardzero ibm128 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
= fma upward ibm128 0x8p-152 -0x8p-152 -0x4p-128 : -0x4p-128 : inexact
fma 0x1p-149 0x1p-149 0x0.fffffep-126
= fma downward binary32 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma upward binary32 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x4p-128 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma tonearest binary64 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma towardzero binary64 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma upward binary64 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff80000002p-128 : inexact
= fma downward intel96 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma tonearest intel96 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma towardzero intel96 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma upward intel96 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff80000000004p-128 : inexact
= fma downward m68k96 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma tonearest m68k96 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma towardzero m68k96 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma upward m68k96 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff80000000004p-128 : inexact
= fma downward binary128 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma tonearest binary128 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma towardzero binary128 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma upward binary128 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff80000000000000000000002p-128 : inexact
= fma downward ibm128 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma tonearest ibm128 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma towardzero ibm128 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma upward ibm128 0x8p-152 0x8p-152 0x3.fffff8p-128 : 0x3.fffff800000000000000000001p-128 : inexact
fma 0x1p-149 -0x1p-149 0x0.fffffep-126
= fma downward binary32 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffffp-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffffp-128 : inexact underflow errno-erange-ok
= fma upward binary32 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff7ffffffep-128 : inexact
= fma tonearest binary64 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma towardzero binary64 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff7ffffffep-128 : inexact
= fma upward binary64 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma downward intel96 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff7fffffffffcp-128 : inexact
= fma tonearest intel96 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma towardzero intel96 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff7fffffffffcp-128 : inexact
= fma upward intel96 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma downward m68k96 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff7fffffffffcp-128 : inexact
= fma tonearest m68k96 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma towardzero m68k96 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff7fffffffffcp-128 : inexact
= fma upward m68k96 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma downward binary128 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff7fffffffffffffffffffffep-128 : inexact
= fma tonearest binary128 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma towardzero binary128 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff7fffffffffffffffffffffep-128 : inexact
= fma upward binary128 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma downward ibm128 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff7ffffffffffffffffffffp-128 : inexact
= fma tonearest ibm128 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
= fma towardzero ibm128 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff7ffffffffffffffffffffp-128 : inexact
= fma upward ibm128 0x8p-152 -0x8p-152 0x3.fffff8p-128 : 0x3.fffff8p-128 : inexact
fma 0x1p-149 0x1p-149 -0x0.fffffep-126
= fma downward binary32 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffffp-128 : inexact underflow errno-erange-ok
= fma upward binary32 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffffp-128 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma tonearest binary64 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma towardzero binary64 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff7ffffffep-128 : inexact
= fma upward binary64 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff7ffffffep-128 : inexact
= fma downward intel96 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma tonearest intel96 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma towardzero intel96 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff7fffffffffcp-128 : inexact
= fma upward intel96 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff7fffffffffcp-128 : inexact
= fma downward m68k96 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma tonearest m68k96 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma towardzero m68k96 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff7fffffffffcp-128 : inexact
= fma upward m68k96 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff7fffffffffcp-128 : inexact
= fma downward binary128 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma tonearest binary128 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma towardzero binary128 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff7fffffffffffffffffffffep-128 : inexact
= fma upward binary128 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff7fffffffffffffffffffffep-128 : inexact
= fma downward ibm128 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma tonearest ibm128 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma towardzero ibm128 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff7ffffffffffffffffffffp-128 : inexact
= fma upward ibm128 0x8p-152 0x8p-152 -0x3.fffff8p-128 : -0x3.fffff7ffffffffffffffffffffp-128 : inexact
fma 0x1p-149 -0x1p-149 -0x0.fffffep-126
= fma downward binary32 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x4p-128 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma upward binary32 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff80000002p-128 : inexact
= fma tonearest binary64 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma towardzero binary64 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma upward binary64 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma downward intel96 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff80000000004p-128 : inexact
= fma tonearest intel96 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma towardzero intel96 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma upward intel96 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma downward m68k96 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff80000000004p-128 : inexact
= fma tonearest m68k96 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma towardzero m68k96 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma upward m68k96 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma downward binary128 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff80000000000000000000002p-128 : inexact
= fma tonearest binary128 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma towardzero binary128 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma upward binary128 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma downward ibm128 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff800000000000000000001p-128 : inexact
= fma tonearest ibm128 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma towardzero ibm128 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
= fma upward ibm128 0x8p-152 -0x8p-152 -0x3.fffff8p-128 : -0x3.fffff8p-128 : inexact
fma 0x1p-149 0x1p-149 0x1p-149
= fma downward binary32 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact underflow errno-erange-ok
= fma upward binary32 0x8p-152 0x8p-152 0x8p-152 : 0x1p-148 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma tonearest binary64 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma towardzero binary64 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma upward binary64 0x8p-152 0x8p-152 0x8p-152 : 0x8.0000000000008p-152 : inexact
= fma downward intel96 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma tonearest intel96 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma towardzero intel96 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma upward intel96 0x8p-152 0x8p-152 0x8p-152 : 0x8.000000000000001p-152 : inexact
= fma downward m68k96 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma tonearest m68k96 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma towardzero m68k96 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma upward m68k96 0x8p-152 0x8p-152 0x8p-152 : 0x8.000000000000001p-152 : inexact
= fma downward binary128 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma tonearest binary128 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma towardzero binary128 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma upward binary128 0x8p-152 0x8p-152 0x8p-152 : 0x8.0000000000000000000000000008p-152 : inexact
= fma downward ibm128 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma tonearest ibm128 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma towardzero ibm128 0x8p-152 0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma upward ibm128 0x8p-152 0x8p-152 0x8p-152 : 0x8.00000000000000000000000004p-152 : inexact
fma 0x1p-149 -0x1p-149 0x1p-149 missing-errno
= fma downward binary32 0x8p-152 -0x8p-152 0x8p-152 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary32 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x8p-152 -0x8p-152 0x8p-152 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary32 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-152 -0x8p-152 0x8p-152 : 0x7.ffffffffffffcp-152 : inexact
= fma tonearest binary64 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma towardzero binary64 0x8p-152 -0x8p-152 0x8p-152 : 0x7.ffffffffffffcp-152 : inexact
= fma upward binary64 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma downward intel96 0x8p-152 -0x8p-152 0x8p-152 : 0x7.fffffffffffffff8p-152 : inexact
= fma tonearest intel96 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma towardzero intel96 0x8p-152 -0x8p-152 0x8p-152 : 0x7.fffffffffffffff8p-152 : inexact
= fma upward intel96 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma downward m68k96 0x8p-152 -0x8p-152 0x8p-152 : 0x7.fffffffffffffff8p-152 : inexact
= fma tonearest m68k96 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma towardzero m68k96 0x8p-152 -0x8p-152 0x8p-152 : 0x7.fffffffffffffff8p-152 : inexact
= fma upward m68k96 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma downward binary128 0x8p-152 -0x8p-152 0x8p-152 : 0x7.fffffffffffffffffffffffffffcp-152 : inexact
= fma tonearest binary128 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma towardzero binary128 0x8p-152 -0x8p-152 0x8p-152 : 0x7.fffffffffffffffffffffffffffcp-152 : inexact
= fma upward binary128 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma downward ibm128 0x8p-152 -0x8p-152 0x8p-152 : 0x7.fffffffffffffffffffffffffep-152 : inexact
= fma tonearest ibm128 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact
= fma towardzero ibm128 0x8p-152 -0x8p-152 0x8p-152 : 0x7.fffffffffffffffffffffffffep-152 : inexact
= fma upward ibm128 0x8p-152 -0x8p-152 0x8p-152 : 0x8p-152 : inexact
fma 0x1p-149 0x1p-149 -0x1p-149 missing-errno
= fma downward binary32 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x8p-152 0x8p-152 -0x8p-152 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary32 0x8p-152 0x8p-152 -0x8p-152 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward binary64 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma tonearest binary64 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma towardzero binary64 0x8p-152 0x8p-152 -0x8p-152 : -0x7.ffffffffffffcp-152 : inexact
= fma upward binary64 0x8p-152 0x8p-152 -0x8p-152 : -0x7.ffffffffffffcp-152 : inexact
= fma downward intel96 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma tonearest intel96 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma towardzero intel96 0x8p-152 0x8p-152 -0x8p-152 : -0x7.fffffffffffffff8p-152 : inexact
= fma upward intel96 0x8p-152 0x8p-152 -0x8p-152 : -0x7.fffffffffffffff8p-152 : inexact
= fma downward m68k96 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma tonearest m68k96 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma towardzero m68k96 0x8p-152 0x8p-152 -0x8p-152 : -0x7.fffffffffffffff8p-152 : inexact
= fma upward m68k96 0x8p-152 0x8p-152 -0x8p-152 : -0x7.fffffffffffffff8p-152 : inexact
= fma downward binary128 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma tonearest binary128 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma towardzero binary128 0x8p-152 0x8p-152 -0x8p-152 : -0x7.fffffffffffffffffffffffffffcp-152 : inexact
= fma upward binary128 0x8p-152 0x8p-152 -0x8p-152 : -0x7.fffffffffffffffffffffffffffcp-152 : inexact
= fma downward ibm128 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma tonearest ibm128 0x8p-152 0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma towardzero ibm128 0x8p-152 0x8p-152 -0x8p-152 : -0x7.fffffffffffffffffffffffffep-152 : inexact
= fma upward ibm128 0x8p-152 0x8p-152 -0x8p-152 : -0x7.fffffffffffffffffffffffffep-152 : inexact
fma 0x1p-149 -0x1p-149 -0x1p-149
= fma downward binary32 0x8p-152 -0x8p-152 -0x8p-152 : -0x1p-148 : inexact underflow errno-erange-ok
= fma tonearest binary32 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact underflow errno-erange-ok
= fma towardzero binary32 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact underflow errno-erange-ok
= fma upward binary32 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact underflow errno-erange-ok
= fma downward binary64 0x8p-152 -0x8p-152 -0x8p-152 : -0x8.0000000000008p-152 : inexact
= fma tonearest binary64 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma towardzero binary64 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma upward binary64 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma downward intel96 0x8p-152 -0x8p-152 -0x8p-152 : -0x8.000000000000001p-152 : inexact
= fma tonearest intel96 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma towardzero intel96 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma upward intel96 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma downward m68k96 0x8p-152 -0x8p-152 -0x8p-152 : -0x8.000000000000001p-152 : inexact
= fma tonearest m68k96 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma towardzero m68k96 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma upward m68k96 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma downward binary128 0x8p-152 -0x8p-152 -0x8p-152 : -0x8.0000000000000000000000000008p-152 : inexact
= fma tonearest binary128 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma towardzero binary128 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma upward binary128 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma downward ibm128 0x8p-152 -0x8p-152 -0x8p-152 : -0x8.00000000000000000000000004p-152 : inexact
= fma tonearest ibm128 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma towardzero ibm128 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
= fma upward ibm128 0x8p-152 -0x8p-152 -0x8p-152 : -0x8p-152 : inexact
fma 0x0.fffp0 0x0.fffp0 -0x0.ffep0
= fma downward binary32 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest binary32 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero binary32 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward binary32 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma downward binary64 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest binary64 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero binary64 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward binary64 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma downward intel96 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest intel96 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero intel96 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward intel96 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma downward m68k96 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest m68k96 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero m68k96 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward m68k96 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma downward binary128 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest binary128 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero binary128 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward binary128 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma downward ibm128 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest ibm128 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero ibm128 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward ibm128 0xf.ffp-4 0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
fma 0x0.fffp0 -0x0.fffp0 0x0.ffep0
= fma downward binary32 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest binary32 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero binary32 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward binary32 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma downward binary64 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest binary64 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero binary64 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward binary64 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma downward intel96 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest intel96 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero intel96 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward intel96 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma downward m68k96 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest m68k96 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero m68k96 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward m68k96 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma downward binary128 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest binary128 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero binary128 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward binary128 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma downward ibm128 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest ibm128 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero ibm128 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward ibm128 0xf.ffp-4 -0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
fma -0x0.fffp0 0x0.fffp0 0x0.ffep0
= fma downward binary32 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest binary32 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero binary32 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward binary32 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma downward binary64 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest binary64 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero binary64 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward binary64 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma downward intel96 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest intel96 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero intel96 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward intel96 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma downward m68k96 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest m68k96 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero m68k96 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward m68k96 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma downward binary128 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest binary128 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero binary128 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward binary128 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma downward ibm128 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma tonearest ibm128 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma towardzero ibm128 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
= fma upward ibm128 -0xf.ffp-4 0xf.ffp-4 0xf.fep-4 : -0x1p-24 :
fma -0x0.fffp0 -0x0.fffp0 -0x0.ffep0
= fma downward binary32 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest binary32 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero binary32 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward binary32 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma downward binary64 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest binary64 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero binary64 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward binary64 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma downward intel96 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest intel96 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero intel96 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward intel96 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma downward m68k96 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest m68k96 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero m68k96 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward m68k96 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma downward binary128 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest binary128 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero binary128 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward binary128 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma downward ibm128 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma tonearest ibm128 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma towardzero ibm128 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
= fma upward ibm128 -0xf.ffp-4 -0xf.ffp-4 -0xf.fep-4 : 0x1p-24 :
fma 0x1.000002p-126 0x1.000002p-26 0x1p127
= fma downward binary32 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma tonearest binary32 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary32 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma upward binary32 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8.00001p+124 : inexact
= fma downward binary64 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma tonearest binary64 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary64 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma upward binary64 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8.0000000000008p+124 : inexact
= fma downward intel96 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma tonearest intel96 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero intel96 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma upward intel96 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8.000000000000001p+124 : inexact
= fma downward m68k96 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma tonearest m68k96 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero m68k96 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma upward m68k96 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8.000000000000001p+124 : inexact
= fma downward binary128 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma tonearest binary128 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary128 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma upward binary128 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8.0000000000000000000000000008p+124 : inexact
= fma downward ibm128 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma tonearest ibm128 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero ibm128 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma upward ibm128 0x4.000008p-128 0x4.000008p-28 0x8p+124 : 0x8.00000000000000000000000004p+124 : inexact
fma 0x1.000002p-126 -0x1.000002p-26 0x1p127
= fma downward binary32 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.fffff8p+124 : inexact
= fma tonearest binary32 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary32 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.fffff8p+124 : inexact
= fma upward binary32 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma downward binary64 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.ffffffffffffcp+124 : inexact
= fma tonearest binary64 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary64 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.ffffffffffffcp+124 : inexact
= fma upward binary64 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma downward intel96 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.fffffffffffffff8p+124 : inexact
= fma tonearest intel96 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero intel96 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.fffffffffffffff8p+124 : inexact
= fma upward intel96 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma downward m68k96 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.fffffffffffffff8p+124 : inexact
= fma tonearest m68k96 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero m68k96 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.fffffffffffffff8p+124 : inexact
= fma upward m68k96 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma downward binary128 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.fffffffffffffffffffffffffffcp+124 : inexact
= fma tonearest binary128 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero binary128 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.fffffffffffffffffffffffffffcp+124 : inexact
= fma upward binary128 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma downward ibm128 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.fffffffffffffffffffffffffep+124 : inexact
= fma tonearest ibm128 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
= fma towardzero ibm128 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x7.fffffffffffffffffffffffffep+124 : inexact
= fma upward ibm128 0x4.000008p-128 -0x4.000008p-28 0x8p+124 : 0x8p+124 : inexact
fma 0x1.000002p-126 0x1.000002p-26 -0x1p127
= fma downward binary32 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest binary32 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary32 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.fffff8p+124 : inexact
= fma upward binary32 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.fffff8p+124 : inexact
= fma downward binary64 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest binary64 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary64 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.ffffffffffffcp+124 : inexact
= fma upward binary64 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.ffffffffffffcp+124 : inexact
= fma downward intel96 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest intel96 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero intel96 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.fffffffffffffff8p+124 : inexact
= fma upward intel96 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.fffffffffffffff8p+124 : inexact
= fma downward m68k96 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest m68k96 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero m68k96 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.fffffffffffffff8p+124 : inexact
= fma upward m68k96 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.fffffffffffffff8p+124 : inexact
= fma downward binary128 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest binary128 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary128 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.fffffffffffffffffffffffffffcp+124 : inexact
= fma upward binary128 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.fffffffffffffffffffffffffffcp+124 : inexact
= fma downward ibm128 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma tonearest ibm128 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero ibm128 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.fffffffffffffffffffffffffep+124 : inexact
= fma upward ibm128 0x4.000008p-128 0x4.000008p-28 -0x8p+124 : -0x7.fffffffffffffffffffffffffep+124 : inexact
fma 0x1.000002p-126 -0x1.000002p-26 -0x1p127
= fma downward binary32 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8.00001p+124 : inexact
= fma tonearest binary32 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary32 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma upward binary32 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma downward binary64 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8.0000000000008p+124 : inexact
= fma tonearest binary64 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary64 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma upward binary64 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma downward intel96 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8.000000000000001p+124 : inexact
= fma tonearest intel96 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero intel96 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma upward intel96 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma downward m68k96 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8.000000000000001p+124 : inexact
= fma tonearest m68k96 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero m68k96 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma upward m68k96 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma downward binary128 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8.0000000000000000000000000008p+124 : inexact
= fma tonearest binary128 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero binary128 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma upward binary128 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma downward ibm128 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8.00000000000000000000000004p+124 : inexact
= fma tonearest ibm128 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma towardzero ibm128 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
= fma upward ibm128 0x4.000008p-128 -0x4.000008p-28 -0x8p+124 : -0x8p+124 : inexact
fma 0x1.000002p-126 0x1.000002p-26 0x1p103
= fma downward binary32 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma tonearest binary32 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero binary32 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma upward binary32 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8.00001p+100 : inexact
= fma downward binary64 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma tonearest binary64 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero binary64 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma upward binary64 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8.0000000000008p+100 : inexact
= fma downward intel96 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma tonearest intel96 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero intel96 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma upward intel96 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8.000000000000001p+100 : inexact
= fma downward m68k96 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma tonearest m68k96 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero m68k96 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma upward m68k96 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8.000000000000001p+100 : inexact
= fma downward binary128 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma tonearest binary128 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero binary128 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma upward binary128 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8.0000000000000000000000000008p+100 : inexact
= fma downward ibm128 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma tonearest ibm128 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero ibm128 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma upward ibm128 0x4.000008p-128 0x4.000008p-28 0x8p+100 : 0x8.00000000000000000000000004p+100 : inexact
fma 0x1.000002p-126 -0x1.000002p-26 0x1p103
= fma downward binary32 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.fffff8p+100 : inexact
= fma tonearest binary32 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero binary32 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.fffff8p+100 : inexact
= fma upward binary32 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma downward binary64 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.ffffffffffffcp+100 : inexact
= fma tonearest binary64 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero binary64 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.ffffffffffffcp+100 : inexact
= fma upward binary64 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma downward intel96 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.fffffffffffffff8p+100 : inexact
= fma tonearest intel96 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero intel96 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.fffffffffffffff8p+100 : inexact
= fma upward intel96 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma downward m68k96 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.fffffffffffffff8p+100 : inexact
= fma tonearest m68k96 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero m68k96 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.fffffffffffffff8p+100 : inexact
= fma upward m68k96 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma downward binary128 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.fffffffffffffffffffffffffffcp+100 : inexact
= fma tonearest binary128 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero binary128 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.fffffffffffffffffffffffffffcp+100 : inexact
= fma upward binary128 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma downward ibm128 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.fffffffffffffffffffffffffep+100 : inexact
= fma tonearest ibm128 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
= fma towardzero ibm128 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x7.fffffffffffffffffffffffffep+100 : inexact
= fma upward ibm128 0x4.000008p-128 -0x4.000008p-28 0x8p+100 : 0x8p+100 : inexact
fma 0x1.000002p-126 0x1.000002p-26 -0x1p103
= fma downward binary32 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma tonearest binary32 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero binary32 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.fffff8p+100 : inexact
= fma upward binary32 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.fffff8p+100 : inexact
= fma downward binary64 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma tonearest binary64 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero binary64 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.ffffffffffffcp+100 : inexact
= fma upward binary64 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.ffffffffffffcp+100 : inexact
= fma downward intel96 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma tonearest intel96 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero intel96 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.fffffffffffffff8p+100 : inexact
= fma upward intel96 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.fffffffffffffff8p+100 : inexact
= fma downward m68k96 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma tonearest m68k96 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero m68k96 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.fffffffffffffff8p+100 : inexact
= fma upward m68k96 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.fffffffffffffff8p+100 : inexact
= fma downward binary128 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma tonearest binary128 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero binary128 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.fffffffffffffffffffffffffffcp+100 : inexact
= fma upward binary128 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.fffffffffffffffffffffffffffcp+100 : inexact
= fma downward ibm128 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma tonearest ibm128 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero ibm128 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.fffffffffffffffffffffffffep+100 : inexact
= fma upward ibm128 0x4.000008p-128 0x4.000008p-28 -0x8p+100 : -0x7.fffffffffffffffffffffffffep+100 : inexact
fma 0x1.000002p-126 -0x1.000002p-26 -0x1p103
= fma downward binary32 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8.00001p+100 : inexact
= fma tonearest binary32 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero binary32 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma upward binary32 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma downward binary64 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8.0000000000008p+100 : inexact
= fma tonearest binary64 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero binary64 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma upward binary64 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma downward intel96 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8.000000000000001p+100 : inexact
= fma tonearest intel96 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero intel96 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma upward intel96 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma downward m68k96 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8.000000000000001p+100 : inexact
= fma tonearest m68k96 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero m68k96 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma upward m68k96 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma downward binary128 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8.0000000000000000000000000008p+100 : inexact
= fma tonearest binary128 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero binary128 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma upward binary128 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma downward ibm128 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8.00000000000000000000000004p+100 : inexact
= fma tonearest ibm128 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma towardzero ibm128 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
= fma upward ibm128 0x4.000008p-128 -0x4.000008p-28 -0x8p+100 : -0x8p+100 : inexact
fma 0x1.7fp+13 0x1.0000000000001p+0 0x1.ffep-48
= fma downward binary64 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002p+12 : inexact
= fma tonearest binary64 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002p+12 : inexact
= fma towardzero binary64 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002p+12 : inexact
= fma upward binary64 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000004p+12 : inexact
= fma downward intel96 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffcp+12 : inexact
= fma tonearest intel96 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000003p+12 : inexact
= fma towardzero intel96 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffcp+12 : inexact
= fma upward intel96 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000003p+12 : inexact
= fma downward m68k96 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffcp+12 : inexact
= fma tonearest m68k96 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000003p+12 : inexact
= fma towardzero m68k96 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffcp+12 : inexact
= fma upward m68k96 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000003p+12 : inexact
= fma downward binary128 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffffep+12 :
= fma tonearest binary128 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffffep+12 :
= fma towardzero binary128 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffffep+12 :
= fma upward binary128 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffffep+12 :
= fma downward ibm128 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffffep+12 :
= fma tonearest ibm128 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffffep+12 :
= fma towardzero ibm128 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffffep+12 :
= fma upward ibm128 0x2.fep+12 0x1.0000000000001p+0 0x1.ffep-48 : 0x2.fe00000000002ffffep+12 :
fma 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0
= fma downward binary64 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma tonearest binary64 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma towardzero binary64 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma upward binary64 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma downward intel96 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma tonearest intel96 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma towardzero intel96 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma upward intel96 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma downward m68k96 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma tonearest m68k96 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma towardzero m68k96 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma upward m68k96 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma downward binary128 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma tonearest binary128 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma towardzero binary128 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma upward binary128 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma downward ibm128 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma tonearest ibm128 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma towardzero ibm128 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
= fma upward ibm128 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0 : 0x1.fffp-52 :
fma 0x1.0000002p+0 0x1.ffffffcp-1 0x1p-300
= fma downward binary64 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffff8p-4 : inexact
= fma tonearest binary64 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0x1p+0 : inexact
= fma towardzero binary64 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffff8p-4 : inexact
= fma upward binary64 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0x1p+0 : inexact
= fma downward intel96 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma tonearest intel96 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma towardzero intel96 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma upward intel96 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffc01p-4 : inexact
= fma downward m68k96 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma tonearest m68k96 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma towardzero m68k96 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma upward m68k96 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffc01p-4 : inexact
= fma downward binary128 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma tonearest binary128 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma towardzero binary128 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma upward binary128 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffc000000000000008p-4 : inexact
= fma downward ibm128 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma tonearest ibm128 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma towardzero ibm128 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma upward ibm128 0x1.0000002p+0 0xf.fffffep-4 0x1p-300 : 0xf.ffffffffffffc0000000000004p-4 : inexact
fma 0x1.0000002p+0 0x1.ffffffcp-1 -0x1p-300
= fma downward binary64 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffff8p-4 : inexact
= fma tonearest binary64 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffff8p-4 : inexact
= fma towardzero binary64 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffff8p-4 : inexact
= fma upward binary64 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0x1p+0 : inexact
= fma downward intel96 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffbffp-4 : inexact
= fma tonearest intel96 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma towardzero intel96 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffbffp-4 : inexact
= fma upward intel96 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma downward m68k96 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffbffp-4 : inexact
= fma tonearest m68k96 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma towardzero m68k96 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffbffp-4 : inexact
= fma upward m68k96 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma downward binary128 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffbffffffffffffff8p-4 : inexact
= fma tonearest binary128 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma towardzero binary128 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffbffffffffffffff8p-4 : inexact
= fma upward binary128 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma downward ibm128 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffbffffffffffffcp-4 : inexact
= fma tonearest ibm128 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
= fma towardzero ibm128 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffbffffffffffffcp-4 : inexact
= fma upward ibm128 0x1.0000002p+0 0xf.fffffep-4 -0x1p-300 : 0xf.ffffffffffffcp-4 : inexact
fma 0x1.deadbeef2feedp+1023 0x0.deadbeef2feedp-1022 -0x1.a05f8c01a4bfbp+1
= fma downward binary64 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma tonearest binary64 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma towardzero binary64 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma upward binary64 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma downward intel96 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma tonearest intel96 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma towardzero intel96 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma upward intel96 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma downward m68k96 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma tonearest m68k96 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma towardzero m68k96 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma upward m68k96 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma downward binary128 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma tonearest binary128 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma towardzero binary128 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma upward binary128 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma downward ibm128 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma tonearest ibm128 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma towardzero ibm128 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
= fma upward ibm128 0xe.f56df7797f768p+1020 0x3.7ab6fbbcbfbb4p-1024 -0x3.40bf1803497f6p+0 : 0x8.4c4b43de4ed2p-56 :
fma 0x1.deadbeef2feedp+900 0x0.deadbeef2feedp-1022 -0x1.a05f8c01a4bfbp-122
= fma downward binary64 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma tonearest binary64 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma towardzero binary64 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma upward binary64 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma downward intel96 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma tonearest intel96 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma towardzero intel96 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma upward intel96 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma downward m68k96 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma tonearest m68k96 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma towardzero m68k96 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma upward m68k96 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma downward binary128 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma tonearest binary128 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma towardzero binary128 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma upward binary128 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma downward ibm128 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma tonearest ibm128 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma towardzero ibm128 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
= fma upward ibm128 0x1.deadbeef2feedp+900 0x3.7ab6fbbcbfbb4p-1024 -0x6.817e300692fecp-124 : 0x1.0989687bc9da4p-176 :
fma 0x1.fffffffffffffp+1023 0x1.001p+0 -0x1.fffffffffffffp+1023
= fma downward binary64 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma upward binary64 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma downward intel96 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma upward intel96 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma downward m68k96 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma upward m68k96 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma downward binary128 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma upward binary128 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma downward ibm128 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
= fma upward ibm128 0xf.ffffffffffff8p+1020 0x1.001p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1008 :
fma -0x1.fffffffffffffp+1023 0x1.fffffffffffffp+0 0x1.fffffffffffffp+1023
= fma downward binary64 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.ffffffffffffp+1020 : inexact
= fma tonearest binary64 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe8p+1020 : inexact
= fma towardzero binary64 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe8p+1020 : inexact
= fma upward binary64 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe8p+1020 : inexact
= fma downward intel96 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe801p+1020 : inexact
= fma tonearest intel96 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe8p+1020 : inexact
= fma towardzero intel96 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe8p+1020 : inexact
= fma upward intel96 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe8p+1020 : inexact
= fma downward m68k96 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe801p+1020 : inexact
= fma tonearest m68k96 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe8p+1020 : inexact
= fma towardzero m68k96 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe8p+1020 : inexact
= fma upward m68k96 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe8p+1020 : inexact
= fma downward binary128 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe80000000000008p+1020 :
= fma tonearest binary128 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe80000000000008p+1020 :
= fma towardzero binary128 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe80000000000008p+1020 :
= fma upward binary128 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe80000000000008p+1020 :
= fma downward ibm128 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe80000000000008p+1020 :
= fma tonearest ibm128 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe80000000000008p+1020 :
= fma towardzero ibm128 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe80000000000008p+1020 :
= fma upward ibm128 -0xf.ffffffffffff8p+1020 0x1.fffffffffffffp+0 0xf.ffffffffffff8p+1020 : -0xf.fffffffffffe80000000000008p+1020 :
fma 0x1.fffffffffffffp+1023 2.0 -0x1.fffffffffffffp+1023
= fma downward binary64 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma tonearest binary64 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero binary64 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma upward binary64 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma downward intel96 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma tonearest intel96 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero intel96 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma upward intel96 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma downward m68k96 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma tonearest m68k96 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero m68k96 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma upward m68k96 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma downward binary128 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma tonearest binary128 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero binary128 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma upward binary128 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma downward ibm128 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma tonearest ibm128 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma towardzero ibm128 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
= fma upward ibm128 0xf.ffffffffffff8p+1020 0x2p+0 -0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 :
fma 0x1.6a09e667f3bccp-538 0x1.6a09e667f3bccp-538 0.0 missing-errno
= fma downward binary64 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero binary64 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe672p-1076 : inexact
= fma tonearest intel96 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe672p-1076 : inexact
= fma towardzero intel96 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe672p-1076 : inexact
= fma upward intel96 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe674p-1076 : inexact
= fma downward m68k96 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe672p-1076 : inexact
= fma tonearest m68k96 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe672p-1076 : inexact
= fma towardzero m68k96 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe672p-1076 : inexact
= fma upward m68k96 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe674p-1076 : inexact
= fma downward binary128 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe672b2f25faa9p-1076 :
= fma tonearest binary128 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe672b2f25faa9p-1076 :
= fma towardzero binary128 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe672b2f25faa9p-1076 :
= fma upward binary128 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x1.ffffffffffffe672b2f25faa9p-1076 :
= fma downward ibm128 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma towardzero ibm128 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x5.a827999fcef3p-540 0x5.a827999fcef3p-540 0x0p+0 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
fma 0x1.deadbeef2feedp-495 0x1.deadbeef2feedp-495 -0x1.bf86a5786a574p-989
= fma downward binary64 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.09896878p-1044 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687cp-1044 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.09896878p-1044 : inexact underflow errno-erange-ok
= fma upward binary64 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687cp-1044 : inexact underflow errno-erange-ok
= fma downward intel96 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma tonearest intel96 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma towardzero intel96 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma upward intel96 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma downward m68k96 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma tonearest m68k96 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma towardzero m68k96 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma upward m68k96 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma downward binary128 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma tonearest binary128 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma towardzero binary128 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma upward binary128 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687bc9da4p-1044 :
= fma downward ibm128 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.09896878p-1044 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687cp-1044 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.09896878p-1044 : inexact underflow errno-erange-ok
= fma upward ibm128 0x3.bd5b7dde5fddap-496 0x3.bd5b7dde5fddap-496 -0xd.fc352bc352bap-992 : 0x1.0989687cp-1044 : inexact underflow errno-erange-ok
fma 0x1.deadbeef2feedp-503 0x1.deadbeef2feedp-503 -0x1.bf86a5786a574p-1005
= fma downward binary64 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0988p-1060 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0988p-1060 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0988p-1060 : inexact underflow errno-erange-ok
= fma upward binary64 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.098cp-1060 : inexact underflow errno-erange-ok
= fma downward intel96 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma tonearest intel96 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma towardzero intel96 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma upward intel96 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma downward m68k96 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma tonearest m68k96 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma towardzero m68k96 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma upward m68k96 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma downward binary128 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma tonearest binary128 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma towardzero binary128 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma upward binary128 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0989687bc9da4p-1060 :
= fma downward ibm128 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0988p-1060 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0988p-1060 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.0988p-1060 : inexact underflow errno-erange-ok
= fma upward ibm128 0x3.bd5b7dde5fddap-504 0x3.bd5b7dde5fddap-504 -0xd.fc352bc352bap-1008 : 0x1.098cp-1060 : inexact underflow errno-erange-ok
fma 0x1p-537 0x1p-538 0x1p-1074
= fma downward binary64 0x8p-540 0x4p-540 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x8p-540 0x4p-540 0x4p-1076 : 0x8p-1076 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x8p-540 0x4p-540 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma upward binary64 0x8p-540 0x4p-540 0x4p-1076 : 0x8p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma tonearest intel96 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma towardzero intel96 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma upward intel96 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma downward m68k96 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma tonearest m68k96 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma towardzero m68k96 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma upward m68k96 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma downward binary128 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma tonearest binary128 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma towardzero binary128 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma upward binary128 0x8p-540 0x4p-540 0x4p-1076 : 0x6p-1076 :
= fma downward ibm128 0x8p-540 0x4p-540 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x8p-540 0x4p-540 0x4p-1076 : 0x8p-1076 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x8p-540 0x4p-540 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma upward ibm128 0x8p-540 0x4p-540 0x4p-1076 : 0x8p-1076 : inexact underflow errno-erange-ok
fma 0x1.7fffff8p-968 0x1p-106 0x0.000001p-1022
= fma downward binary64 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000004p-1048 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000004p-1048 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000004p-1048 : inexact underflow errno-erange-ok
= fma upward binary64 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000008p-1048 : inexact underflow errno-erange-ok
= fma downward intel96 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma tonearest intel96 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma towardzero intel96 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma upward intel96 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma downward m68k96 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma tonearest m68k96 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma towardzero m68k96 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma upward m68k96 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma downward binary128 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma tonearest binary128 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma towardzero binary128 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma upward binary128 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000005fffffep-1048 :
= fma downward ibm128 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000004p-1048 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000004p-1048 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000004p-1048 : inexact underflow errno-erange-ok
= fma upward ibm128 0x1.7fffff8p-968 0x4p-108 0x4p-1048 : 0x4.0000008p-1048 : inexact underflow errno-erange-ok
fma 0x1.4000004p-967 0x1p-106 0x0.000001p-1022
= fma downward binary64 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.0000008p-1048 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000cp-1048 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.0000008p-1048 : inexact underflow errno-erange-ok
= fma upward binary64 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000cp-1048 : inexact underflow errno-erange-ok
= fma downward intel96 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma tonearest intel96 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma towardzero intel96 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma upward intel96 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma downward m68k96 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma tonearest m68k96 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma towardzero m68k96 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma upward m68k96 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma downward binary128 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma tonearest binary128 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma towardzero binary128 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma upward binary128 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000a000002p-1048 :
= fma downward ibm128 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.0000008p-1048 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000cp-1048 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.0000008p-1048 : inexact underflow errno-erange-ok
= fma upward ibm128 0x2.8000008p-968 0x4p-108 0x4p-1048 : 0x4.000000cp-1048 : inexact underflow errno-erange-ok
fma 0x1.4p-967 -0x1p-106 -0x0.000001p-1022
= fma downward binary64 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000cp-1048 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.0000008p-1048 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.0000008p-1048 : inexact underflow errno-erange-ok
= fma upward binary64 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.0000008p-1048 : inexact underflow errno-erange-ok
= fma downward intel96 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma tonearest intel96 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma towardzero intel96 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma upward intel96 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma downward m68k96 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma tonearest m68k96 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma towardzero m68k96 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma upward m68k96 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma downward binary128 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma tonearest binary128 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma towardzero binary128 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma upward binary128 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000ap-1048 :
= fma downward ibm128 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.000000cp-1048 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.0000008p-1048 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.0000008p-1048 : inexact underflow errno-erange-ok
= fma upward ibm128 0x2.8p-968 -0x4p-108 -0x4p-1048 : -0x4.0000008p-1048 : inexact underflow errno-erange-ok
fma -0x1.19cab66d73e17p-959 0x1.c7108a8c5ff51p-107 -0x0.80b0ad65d9b64p-1022
= fma downward binary64 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767564p-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767564p-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b5976756p-1024 : inexact underflow errno-erange-ok
= fma upward binary64 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b5976756p-1024 : inexact underflow errno-erange-ok
= fma downward intel96 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a6p-1024 : inexact
= fma tonearest intel96 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a6p-1024 : inexact
= fma towardzero intel96 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a5cp-1024 : inexact
= fma upward intel96 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a5cp-1024 : inexact
= fma downward m68k96 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a6p-1024 : inexact
= fma tonearest m68k96 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a6p-1024 : inexact
= fma towardzero m68k96 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a5cp-1024 : inexact
= fma upward m68k96 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a5cp-1024 : inexact
= fma downward binary128 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a5fda6ea7eab272p-1024 : inexact
= fma tonearest binary128 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a5fda6ea7eab272p-1024 : inexact
= fma towardzero binary128 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a5fda6ea7eab27p-1024 : inexact
= fma upward binary128 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767563a5fda6ea7eab27p-1024 : inexact
= fma downward ibm128 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767564p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b59767564p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b5976756p-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 -0x2.33956cdae7c2ep-960 0x3.8e211518bfea2p-108 -0x2.02c2b59766d9p-1024 : -0x2.02c2b5976756p-1024 : inexact underflow errno-erange-ok
fma -0x1.d2eaed6e8e9d3p-979 -0x1.4e066c62ac9ddp-63 -0x0.9245e6b003454p-1022
= fma downward binary64 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed78p-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed74p-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed74p-1024 : inexact underflow errno-erange-ok
= fma upward binary64 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed74p-1024 : inexact underflow errno-erange-ok
= fma downward intel96 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed7471cp-1024 : inexact
= fma tonearest intel96 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed7471cp-1024 : inexact
= fma towardzero intel96 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed74718p-1024 : inexact
= fma upward intel96 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed74718p-1024 : inexact
= fma downward m68k96 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed7471cp-1024 : inexact
= fma tonearest m68k96 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed7471cp-1024 : inexact
= fma towardzero m68k96 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed74718p-1024 : inexact
= fma upward m68k96 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed74718p-1024 : inexact
= fma downward binary128 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed7471a178ecc82ae6p-1024 : inexact
= fma tonearest binary128 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed7471a178ecc82ae5ep-1024 : inexact
= fma towardzero binary128 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed7471a178ecc82ae5ep-1024 : inexact
= fma upward binary128 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed7471a178ecc82ae5ep-1024 : inexact
= fma downward ibm128 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed78p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed74p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed74p-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 -0x3.a5d5dadd1d3a6p-980 -0x2.9c0cd8c5593bap-64 -0x2.49179ac00d15p-1024 : -0x2.491702717ed74p-1024 : inexact underflow errno-erange-ok
fma 0x1.153d650bb9f06p-907 0x1.2d01230d48407p-125 -0x0.b278d5acfc3cp-1022
= fma downward binary64 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa4p-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa4p-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefap-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefap-1024 : inexact underflow errno-erange-ok
= fma downward intel96 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26ep-1024 : inexact
= fma tonearest intel96 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26dcp-1024 : inexact
= fma towardzero intel96 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26dcp-1024 : inexact
= fma upward intel96 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26dcp-1024 : inexact
= fma downward m68k96 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26ep-1024 : inexact
= fma tonearest m68k96 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26dcp-1024 : inexact
= fma towardzero m68k96 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26dcp-1024 : inexact
= fma upward m68k96 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26dcp-1024 : inexact
= fma downward binary128 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26dc1be63be78ed6p-1024 :
= fma tonearest binary128 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26dc1be63be78ed6p-1024 :
= fma towardzero binary128 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26dc1be63be78ed6p-1024 :
= fma upward binary128 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa26dc1be63be78ed6p-1024 :
= fma downward ibm128 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa4p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefa4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefap-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x2.2a7aca1773e0cp-908 0x9.6809186a42038p-128 -0x2.c9e356b3f0fp-1024 : -0x2.c89d5c48eefap-1024 : inexact underflow errno-erange-ok
fma -0x1.fffffffffffffp-711 0x1.fffffffffffffp-275 0x1.fffffe00007ffp-983
= fma downward binary64 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffep-984 : inexact
= fma tonearest binary64 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffep-984 : inexact
= fma towardzero binary64 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffep-984 : inexact
= fma upward binary64 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0001p-984 : inexact
= fma downward intel96 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffeffcp-984 : inexact
= fma tonearest intel96 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000fffp-984 : inexact
= fma towardzero intel96 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffeffcp-984 : inexact
= fma upward intel96 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000fffp-984 : inexact
= fma downward m68k96 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffeffcp-984 : inexact
= fma tonearest m68k96 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000fffp-984 : inexact
= fma towardzero m68k96 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffeffcp-984 : inexact
= fma upward m68k96 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000fffp-984 : inexact
= fma downward binary128 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffefffffffffffffcp-984 :
= fma tonearest binary128 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffefffffffffffffcp-984 :
= fma towardzero binary128 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffefffffffffffffcp-984 :
= fma upward binary128 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffefffffffffffffcp-984 :
= fma downward ibm128 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffefffffffffcp-984 : inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000fffp-984 : inexact underflow errno-erange-ok
= fma towardzero ibm128 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000ffefffffffffcp-984 : inexact underflow errno-erange-ok
= fma upward ibm128 -0x3.ffffffffffffep-712 0x3.ffffffffffffep-276 0x3.fffffc0000ffep-984 : 0x2.fffffc0000fffp-984 : inexact underflow errno-erange-ok
fma 0x1.4p-1022 0x1.0000000000002p-1 0x1p-1024
= fma downward binary64 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000008p-1024 : inexact underflow errno-erange-ok
= fma downward intel96 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma tonearest intel96 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma towardzero intel96 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma upward intel96 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma downward m68k96 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma tonearest m68k96 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma towardzero m68k96 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma upward m68k96 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma downward binary128 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma tonearest binary128 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma towardzero binary128 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma upward binary128 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000005p-1024 :
= fma downward ibm128 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x5p-1024 0x8.000000000001p-4 0x1p-1024 : 0x3.8000000000008p-1024 : inexact underflow errno-erange-ok
fma -0x1.4p-1022 0x1.0000000000002p-1 -0x1p-1024
= fma downward binary64 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000008p-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma upward binary64 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma downward intel96 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma tonearest intel96 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma towardzero intel96 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma upward intel96 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma downward m68k96 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma tonearest m68k96 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma towardzero m68k96 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma upward m68k96 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma downward binary128 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma tonearest binary128 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma towardzero binary128 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma upward binary128 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000005p-1024 :
= fma downward ibm128 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000008p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 -0x5p-1024 0x8.000000000001p-4 -0x1p-1024 : -0x3.8000000000004p-1024 : inexact underflow errno-erange-ok
fma 0x1.ffffffffffffcp-1022 0x1.0000000000001p-1 0x1p-1074
= fma downward binary64 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x4p-1024 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary64 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x4p-1024 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma downward intel96 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.fffffffffffffffcp-1024 : inexact
= fma tonearest intel96 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x4p-1024 : inexact
= fma towardzero intel96 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.fffffffffffffffcp-1024 : inexact
= fma upward intel96 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x4p-1024 : inexact
= fma downward m68k96 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.fffffffffffffffcp-1024 : inexact
= fma tonearest m68k96 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x4p-1024 : inexact
= fma towardzero m68k96 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.fffffffffffffffcp-1024 : inexact
= fma upward m68k96 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x4p-1024 : inexact
= fma downward binary128 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.fffffffffffffffffffffffff8p-1024 :
= fma tonearest binary128 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.fffffffffffffffffffffffff8p-1024 :
= fma towardzero binary128 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.fffffffffffffffffffffffff8p-1024 :
= fma upward binary128 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.fffffffffffffffffffffffff8p-1024 :
= fma downward ibm128 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x7.ffffffffffffp-1024 0x8.0000000000008p-4 0x4p-1076 : 0x4p-1024 : inexact underflow errno-erange-ok
fma -0x1.ffffffffffffcp-1022 0x1.0000000000001p-1 -0x1p-1074
= fma downward binary64 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x4p-1024 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary64 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x4p-1024 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary64 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward binary64 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma downward intel96 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x4p-1024 : inexact
= fma tonearest intel96 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x4p-1024 : inexact
= fma towardzero intel96 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.fffffffffffffffcp-1024 : inexact
= fma upward intel96 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.fffffffffffffffcp-1024 : inexact
= fma downward m68k96 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x4p-1024 : inexact
= fma tonearest m68k96 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x4p-1024 : inexact
= fma towardzero m68k96 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.fffffffffffffffcp-1024 : inexact
= fma upward m68k96 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.fffffffffffffffcp-1024 : inexact
= fma downward binary128 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.fffffffffffffffffffffffff8p-1024 :
= fma tonearest binary128 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.fffffffffffffffffffffffff8p-1024 :
= fma towardzero binary128 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.fffffffffffffffffffffffff8p-1024 :
= fma upward binary128 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.fffffffffffffffffffffffff8p-1024 :
= fma downward ibm128 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 -0x7.ffffffffffffp-1024 0x8.0000000000008p-4 -0x4p-1076 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 0x1p-1 0x0.fffffffffffffp-1022
= fma downward binary64 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma tonearest intel96 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma towardzero intel96 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma upward intel96 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma downward m68k96 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma tonearest m68k96 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma towardzero m68k96 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma upward m68k96 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma downward binary128 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma tonearest binary128 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma towardzero binary128 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma upward binary128 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffep-1024 :
= fma downward ibm128 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 0x8p-4 0x3.ffffffffffffcp-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
fma -0x1p-1074 0x1p-1 -0x0.fffffffffffffp-1022
= fma downward binary64 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward binary64 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma tonearest intel96 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma towardzero intel96 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma upward intel96 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma downward m68k96 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma tonearest m68k96 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma towardzero m68k96 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma upward m68k96 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma downward binary128 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma tonearest binary128 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma towardzero binary128 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma upward binary128 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffep-1024 :
= fma downward ibm128 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 -0x4p-1076 0x8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 0x1.1p-1 0x0.fffffffffffffp-1022
= fma downward binary64 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x4p-1024 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma downward intel96 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma tonearest intel96 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma towardzero intel96 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma upward intel96 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma downward m68k96 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma tonearest m68k96 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma towardzero m68k96 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma upward m68k96 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma downward binary128 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma tonearest binary128 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma towardzero binary128 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma upward binary128 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffe2p-1024 :
= fma downward ibm128 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 0x8.8p-4 0x3.ffffffffffffcp-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
fma -0x1p-1074 0x1.1p-1 -0x0.fffffffffffffp-1022
= fma downward binary64 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x4p-1024 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary64 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward binary64 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma downward intel96 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma tonearest intel96 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma towardzero intel96 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma upward intel96 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma downward m68k96 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma tonearest m68k96 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma towardzero m68k96 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma upward m68k96 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma downward binary128 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma tonearest binary128 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma towardzero binary128 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma upward binary128 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffe2p-1024 :
= fma downward ibm128 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 -0x4p-1076 0x8.8p-4 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 0x1p-1074 0x1p1023
= fma downward binary64 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma tonearest binary64 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero binary64 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma upward binary64 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8.0000000000008p+1020 : inexact
= fma downward intel96 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma tonearest intel96 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero intel96 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma upward intel96 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8.000000000000001p+1020 : inexact
= fma downward m68k96 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma tonearest m68k96 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero m68k96 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma upward m68k96 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8.000000000000001p+1020 : inexact
= fma downward binary128 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma tonearest binary128 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero binary128 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma upward binary128 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8.0000000000000000000000000008p+1020 : inexact
= fma downward ibm128 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma tonearest ibm128 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero ibm128 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma upward ibm128 0x4p-1076 0x4p-1076 0x8p+1020 : 0x8.00000000000000000000000004p+1020 : inexact
fma 0x1p-1074 -0x1p-1074 0x1p1023
= fma downward binary64 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x7.ffffffffffffcp+1020 : inexact
= fma tonearest binary64 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero binary64 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x7.ffffffffffffcp+1020 : inexact
= fma upward binary64 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma downward intel96 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x7.fffffffffffffff8p+1020 : inexact
= fma tonearest intel96 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero intel96 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x7.fffffffffffffff8p+1020 : inexact
= fma upward intel96 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma downward m68k96 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x7.fffffffffffffff8p+1020 : inexact
= fma tonearest m68k96 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero m68k96 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x7.fffffffffffffff8p+1020 : inexact
= fma upward m68k96 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma downward binary128 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x7.fffffffffffffffffffffffffffcp+1020 : inexact
= fma tonearest binary128 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero binary128 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x7.fffffffffffffffffffffffffffcp+1020 : inexact
= fma upward binary128 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma downward ibm128 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x7.fffffffffffffffffffffffffep+1020 : inexact
= fma tonearest ibm128 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero ibm128 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x7.fffffffffffffffffffffffffep+1020 : inexact
= fma upward ibm128 0x4p-1076 -0x4p-1076 0x8p+1020 : 0x8p+1020 : inexact
fma 0x1p-1074 0x1p-1074 -0x1p1023
= fma downward binary64 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma tonearest binary64 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero binary64 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x7.ffffffffffffcp+1020 : inexact
= fma upward binary64 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x7.ffffffffffffcp+1020 : inexact
= fma downward intel96 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma tonearest intel96 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero intel96 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x7.fffffffffffffff8p+1020 : inexact
= fma upward intel96 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x7.fffffffffffffff8p+1020 : inexact
= fma downward m68k96 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma tonearest m68k96 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero m68k96 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x7.fffffffffffffff8p+1020 : inexact
= fma upward m68k96 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x7.fffffffffffffff8p+1020 : inexact
= fma downward binary128 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma tonearest binary128 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero binary128 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x7.fffffffffffffffffffffffffffcp+1020 : inexact
= fma upward binary128 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x7.fffffffffffffffffffffffffffcp+1020 : inexact
= fma downward ibm128 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma tonearest ibm128 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero ibm128 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x7.fffffffffffffffffffffffffep+1020 : inexact
= fma upward ibm128 0x4p-1076 0x4p-1076 -0x8p+1020 : -0x7.fffffffffffffffffffffffffep+1020 : inexact
fma 0x1p-1074 -0x1p-1074 -0x1p1023
= fma downward binary64 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8.0000000000008p+1020 : inexact
= fma tonearest binary64 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero binary64 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma upward binary64 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma downward intel96 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8.000000000000001p+1020 : inexact
= fma tonearest intel96 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero intel96 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma upward intel96 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma downward m68k96 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8.000000000000001p+1020 : inexact
= fma tonearest m68k96 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero m68k96 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma upward m68k96 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma downward binary128 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8.0000000000000000000000000008p+1020 : inexact
= fma tonearest binary128 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero binary128 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma upward binary128 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma downward ibm128 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8.00000000000000000000000004p+1020 : inexact
= fma tonearest ibm128 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero ibm128 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
= fma upward ibm128 0x4p-1076 -0x4p-1076 -0x8p+1020 : -0x8p+1020 : inexact
fma 0x1p-1074 0x1p-1074 0x1p-1022
= fma downward binary64 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma tonearest binary64 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma towardzero binary64 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma upward binary64 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4.0000000000004p-1024 : inexact
= fma downward intel96 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma tonearest intel96 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma towardzero intel96 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma upward intel96 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4.0000000000000008p-1024 : inexact
= fma downward m68k96 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma tonearest m68k96 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma towardzero m68k96 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma upward m68k96 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4.0000000000000008p-1024 : inexact
= fma downward binary128 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma tonearest binary128 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma towardzero binary128 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma upward binary128 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4.0000000000000000000000000004p-1024 : inexact
= fma downward ibm128 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 0x4p-1076 0x4p-1024 : 0x4.0000000000004p-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 -0x1p-1074 0x1p-1022
= fma downward binary64 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary64 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma downward intel96 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x3.fffffffffffffffcp-1024 : inexact
= fma tonearest intel96 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma towardzero intel96 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x3.fffffffffffffffcp-1024 : inexact
= fma upward intel96 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma downward m68k96 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x3.fffffffffffffffcp-1024 : inexact
= fma tonearest m68k96 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma towardzero m68k96 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x3.fffffffffffffffcp-1024 : inexact
= fma upward m68k96 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma downward binary128 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x3.fffffffffffffffffffffffffffep-1024 : inexact
= fma tonearest binary128 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma towardzero binary128 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x3.fffffffffffffffffffffffffffep-1024 : inexact
= fma upward binary128 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact
= fma downward ibm128 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 -0x4p-1076 0x4p-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 0x1p-1074 -0x1p-1022
= fma downward binary64 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary64 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary64 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma tonearest intel96 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma towardzero intel96 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x3.fffffffffffffffcp-1024 : inexact
= fma upward intel96 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x3.fffffffffffffffcp-1024 : inexact
= fma downward m68k96 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma tonearest m68k96 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma towardzero m68k96 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x3.fffffffffffffffcp-1024 : inexact
= fma upward m68k96 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x3.fffffffffffffffcp-1024 : inexact
= fma downward binary128 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma tonearest binary128 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma towardzero binary128 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x3.fffffffffffffffffffffffffffep-1024 : inexact
= fma upward binary128 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x3.fffffffffffffffffffffffffffep-1024 : inexact
= fma downward ibm128 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 0x4p-1076 -0x4p-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 -0x1p-1074 -0x1p-1022
= fma downward binary64 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4.0000000000004p-1024 : inexact
= fma tonearest binary64 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma towardzero binary64 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma upward binary64 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma downward intel96 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4.0000000000000008p-1024 : inexact
= fma tonearest intel96 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma towardzero intel96 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma upward intel96 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma downward m68k96 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4.0000000000000008p-1024 : inexact
= fma tonearest m68k96 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma towardzero m68k96 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma upward m68k96 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma downward binary128 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4.0000000000000000000000000004p-1024 : inexact
= fma tonearest binary128 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma towardzero binary128 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma upward binary128 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact
= fma downward ibm128 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4.0000000000004p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 -0x4p-1076 -0x4p-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 0x1p-1074 0x0.fffffffffffffp-1022
= fma downward binary64 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma tonearest intel96 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma towardzero intel96 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma upward intel96 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffc004p-1024 : inexact
= fma downward m68k96 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma tonearest m68k96 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma towardzero m68k96 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma upward m68k96 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffc004p-1024 : inexact
= fma downward binary128 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma tonearest binary128 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma towardzero binary128 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma upward binary128 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffc000000000000002p-1024 : inexact
= fma downward ibm128 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 0x4p-1076 0x3.ffffffffffffcp-1024 : 0x4p-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 -0x1p-1074 0x0.fffffffffffffp-1022
= fma downward binary64 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffff8p-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffff8p-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffbffcp-1024 : inexact
= fma tonearest intel96 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma towardzero intel96 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffbffcp-1024 : inexact
= fma upward intel96 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma downward m68k96 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffbffcp-1024 : inexact
= fma tonearest m68k96 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma towardzero m68k96 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffbffcp-1024 : inexact
= fma upward m68k96 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma downward binary128 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffbffffffffffffffep-1024 : inexact
= fma tonearest binary128 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma towardzero binary128 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffbffffffffffffffep-1024 : inexact
= fma upward binary128 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact
= fma downward ibm128 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffff8p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffff8p-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 -0x4p-1076 0x3.ffffffffffffcp-1024 : 0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 0x1p-1074 -0x0.fffffffffffffp-1022
= fma downward binary64 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffff8p-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffff8p-1024 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma tonearest intel96 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma towardzero intel96 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffbffcp-1024 : inexact
= fma upward intel96 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffbffcp-1024 : inexact
= fma downward m68k96 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma tonearest m68k96 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma towardzero m68k96 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffbffcp-1024 : inexact
= fma upward m68k96 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffbffcp-1024 : inexact
= fma downward binary128 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma tonearest binary128 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma towardzero binary128 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffbffffffffffffffep-1024 : inexact
= fma upward binary128 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffbffffffffffffffep-1024 : inexact
= fma downward ibm128 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffff8p-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffff8p-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 -0x1p-1074 -0x0.fffffffffffffp-1022
= fma downward binary64 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward binary64 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffc004p-1024 : inexact
= fma tonearest intel96 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma towardzero intel96 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma upward intel96 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma downward m68k96 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffc004p-1024 : inexact
= fma tonearest m68k96 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma towardzero m68k96 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma upward m68k96 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma downward binary128 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffc000000000000002p-1024 : inexact
= fma tonearest binary128 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma towardzero binary128 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma upward binary128 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact
= fma downward ibm128 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x4p-1024 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 -0x4p-1076 -0x3.ffffffffffffcp-1024 : -0x3.ffffffffffffcp-1024 : inexact underflow errno-erange-ok
fma 0x1p-1074 0x1p-1074 0x1p-1074
= fma downward binary64 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma upward binary64 0x4p-1076 0x4p-1076 0x4p-1076 : 0x8p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma tonearest intel96 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma towardzero intel96 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma upward intel96 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4.0000000000000008p-1076 : inexact
= fma downward m68k96 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma tonearest m68k96 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma towardzero m68k96 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma upward m68k96 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4.0000000000000008p-1076 : inexact
= fma downward binary128 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma tonearest binary128 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma towardzero binary128 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma upward binary128 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4.0000000000000000000000000004p-1076 : inexact
= fma downward ibm128 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 0x4p-1076 0x4p-1076 : 0x8p-1076 : inexact underflow errno-erange-ok
fma 0x1p-1074 -0x1p-1074 0x1p-1074 missing-errno
= fma downward binary64 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary64 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x3.fffffffffffffffcp-1076 : inexact
= fma tonearest intel96 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma towardzero intel96 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x3.fffffffffffffffcp-1076 : inexact
= fma upward intel96 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma downward m68k96 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x3.fffffffffffffffcp-1076 : inexact
= fma tonearest m68k96 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma towardzero m68k96 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x3.fffffffffffffffcp-1076 : inexact
= fma upward m68k96 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma downward binary128 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x3.fffffffffffffffffffffffffffep-1076 : inexact
= fma tonearest binary128 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma towardzero binary128 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x3.fffffffffffffffffffffffffffep-1076 : inexact
= fma upward binary128 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact
= fma downward ibm128 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma tonearest ibm128 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x4p-1076 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1076 -0x4p-1076 0x4p-1076 : 0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
fma 0x1p-1074 0x1p-1074 -0x1p-1074 missing-errno
= fma downward binary64 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary64 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward intel96 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma tonearest intel96 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma towardzero intel96 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x3.fffffffffffffffcp-1076 : inexact
= fma upward intel96 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x3.fffffffffffffffcp-1076 : inexact
= fma downward m68k96 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma tonearest m68k96 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma towardzero m68k96 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x3.fffffffffffffffcp-1076 : inexact
= fma upward m68k96 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x3.fffffffffffffffcp-1076 : inexact
= fma downward binary128 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma tonearest binary128 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma towardzero binary128 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x3.fffffffffffffffffffffffffffep-1076 : inexact
= fma upward binary128 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x3.fffffffffffffffffffffffffffep-1076 : inexact
= fma downward ibm128 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x4p-1076 : xfail:ibm128-libgcc inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
= fma upward ibm128 0x4p-1076 0x4p-1076 -0x4p-1076 : -0x0p+0 : xfail:ibm128-libgcc inexact underflow errno-erange errno-erange-ok
fma 0x1p-1074 -0x1p-1074 -0x1p-1074
= fma downward binary64 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x8p-1076 : inexact underflow errno-erange-ok
= fma tonearest binary64 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma towardzero binary64 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma upward binary64 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma downward intel96 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4.0000000000000008p-1076 : inexact
= fma tonearest intel96 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma towardzero intel96 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma upward intel96 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma downward m68k96 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4.0000000000000008p-1076 : inexact
= fma tonearest m68k96 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma towardzero m68k96 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma upward m68k96 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma downward binary128 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4.0000000000000000000000000004p-1076 : inexact
= fma tonearest binary128 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma towardzero binary128 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma upward binary128 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact
= fma downward ibm128 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x8p-1076 : inexact underflow errno-erange-ok
= fma tonearest ibm128 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma towardzero ibm128 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact underflow errno-erange-ok
= fma upward ibm128 0x4p-1076 -0x4p-1076 -0x4p-1076 : -0x4p-1076 : inexact underflow errno-erange-ok
fma 0x0.fffffffffffff8p0 0x0.fffffffffffff8p0 -0x0.fffffffffffffp0
= fma downward binary64 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma tonearest binary64 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma towardzero binary64 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma upward binary64 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma downward intel96 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma tonearest intel96 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma towardzero intel96 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma upward intel96 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma downward m68k96 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma tonearest m68k96 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma towardzero m68k96 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma upward m68k96 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma downward binary128 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma tonearest binary128 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma towardzero binary128 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma upward binary128 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma downward ibm128 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma tonearest ibm128 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma towardzero ibm128 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma upward ibm128 0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
fma 0x0.fffffffffffff8p0 -0x0.fffffffffffff8p0 0x0.fffffffffffffp0
= fma downward binary64 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma tonearest binary64 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma towardzero binary64 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma upward binary64 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma downward intel96 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma tonearest intel96 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma towardzero intel96 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma upward intel96 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma downward m68k96 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma tonearest m68k96 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma towardzero m68k96 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma upward m68k96 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma downward binary128 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma tonearest binary128 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma towardzero binary128 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma upward binary128 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma downward ibm128 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma tonearest ibm128 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma towardzero ibm128 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma upward ibm128 0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
fma -0x0.fffffffffffff8p0 0x0.fffffffffffff8p0 0x0.fffffffffffffp0
= fma downward binary64 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma tonearest binary64 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma towardzero binary64 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma upward binary64 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma downward intel96 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma tonearest intel96 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma towardzero intel96 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma upward intel96 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma downward m68k96 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma tonearest m68k96 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma towardzero m68k96 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma upward m68k96 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma downward binary128 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma tonearest binary128 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma towardzero binary128 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma upward binary128 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma downward ibm128 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma tonearest ibm128 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma towardzero ibm128 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
= fma upward ibm128 -0xf.ffffffffffff8p-4 0xf.ffffffffffff8p-4 0xf.ffffffffffffp-4 : -0x4p-108 :
fma -0x0.fffffffffffff8p0 -0x0.fffffffffffff8p0 -0x0.fffffffffffffp0
= fma downward binary64 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma tonearest binary64 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma towardzero binary64 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma upward binary64 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma downward intel96 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma tonearest intel96 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma towardzero intel96 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma upward intel96 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma downward m68k96 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma tonearest m68k96 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma towardzero m68k96 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma upward m68k96 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma downward binary128 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma tonearest binary128 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma towardzero binary128 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma upward binary128 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma downward ibm128 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma tonearest ibm128 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma towardzero ibm128 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
= fma upward ibm128 -0xf.ffffffffffff8p-4 -0xf.ffffffffffff8p-4 -0xf.ffffffffffffp-4 : 0x4p-108 :
fma 0x1.0000000000001p-1022 0x1.0000000000001p-55 0x1p1023
= fma downward binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma tonearest binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma upward binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8.0000000000008p+1020 : inexact
= fma downward intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma tonearest intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma upward intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8.000000000000001p+1020 : inexact
= fma downward m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma tonearest m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma upward m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8.000000000000001p+1020 : inexact
= fma downward binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma tonearest binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma upward binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8.0000000000000000000000000008p+1020 : inexact
= fma downward ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma tonearest ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma upward ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x8p+1020 : 0x8.00000000000000000000000004p+1020 : inexact
fma 0x1.0000000000001p-1022 -0x1.0000000000001p-55 0x1p1023
= fma downward binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x7.ffffffffffffcp+1020 : inexact
= fma tonearest binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x7.ffffffffffffcp+1020 : inexact
= fma upward binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma downward intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x7.fffffffffffffff8p+1020 : inexact
= fma tonearest intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x7.fffffffffffffff8p+1020 : inexact
= fma upward intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma downward m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x7.fffffffffffffff8p+1020 : inexact
= fma tonearest m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x7.fffffffffffffff8p+1020 : inexact
= fma upward m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma downward binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x7.fffffffffffffffffffffffffffcp+1020 : inexact
= fma tonearest binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x7.fffffffffffffffffffffffffffcp+1020 : inexact
= fma upward binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma downward ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x7.fffffffffffffffffffffffffep+1020 : inexact
= fma tonearest ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
= fma towardzero ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x7.fffffffffffffffffffffffffep+1020 : inexact
= fma upward ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x8p+1020 : 0x8p+1020 : inexact
fma 0x1.0000000000001p-1022 0x1.0000000000001p-55 -0x1p1023
= fma downward binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma tonearest binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x7.ffffffffffffcp+1020 : inexact
= fma upward binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x7.ffffffffffffcp+1020 : inexact
= fma downward intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma tonearest intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x7.fffffffffffffff8p+1020 : inexact
= fma upward intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x7.fffffffffffffff8p+1020 : inexact
= fma downward m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma tonearest m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x7.fffffffffffffff8p+1020 : inexact
= fma upward m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x7.fffffffffffffff8p+1020 : inexact
= fma downward binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma tonearest binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x7.fffffffffffffffffffffffffffcp+1020 : inexact
= fma upward binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x7.fffffffffffffffffffffffffffcp+1020 : inexact
= fma downward ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma tonearest ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x7.fffffffffffffffffffffffffep+1020 : inexact
= fma upward ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x8p+1020 : -0x7.fffffffffffffffffffffffffep+1020 : inexact
fma 0x1.0000000000001p-1022 -0x1.0000000000001p-55 -0x1p1023
= fma downward binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8.0000000000008p+1020 : inexact
= fma tonearest binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma upward binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma downward intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8.000000000000001p+1020 : inexact
= fma tonearest intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma upward intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma downward m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8.000000000000001p+1020 : inexact
= fma tonearest m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma upward m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma downward binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8.0000000000000000000000000008p+1020 : inexact
= fma tonearest binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma upward binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma downward ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8.00000000000000000000000004p+1020 : inexact
= fma tonearest ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma towardzero ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
= fma upward ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x8p+1020 : -0x8p+1020 : inexact
fma 0x1.0000000000001p-1022 0x1.0000000000001p-55 0x1p970
= fma downward binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma tonearest binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma towardzero binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma upward binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4.0000000000004p+968 : inexact
= fma downward intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma tonearest intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma towardzero intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma upward intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4.0000000000000008p+968 : inexact
= fma downward m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma tonearest m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma towardzero m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma upward m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4.0000000000000008p+968 : inexact
= fma downward binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma tonearest binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma towardzero binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma upward binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4.0000000000000000000000000004p+968 : inexact
= fma downward ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma tonearest ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma towardzero ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma upward ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 0x4p+968 : 0x4.00000000000000000000000002p+968 : inexact
fma 0x1.0000000000001p-1022 -0x1.0000000000001p-55 0x1p970
= fma downward binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x3.ffffffffffffep+968 : inexact
= fma tonearest binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma towardzero binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x3.ffffffffffffep+968 : inexact
= fma upward binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma downward intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x3.fffffffffffffffcp+968 : inexact
= fma tonearest intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma towardzero intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x3.fffffffffffffffcp+968 : inexact
= fma upward intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma downward m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x3.fffffffffffffffcp+968 : inexact
= fma tonearest m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma towardzero m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x3.fffffffffffffffcp+968 : inexact
= fma upward m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma downward binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x3.fffffffffffffffffffffffffffep+968 : inexact
= fma tonearest binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma towardzero binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x3.fffffffffffffffffffffffffffep+968 : inexact
= fma upward binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma downward ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x3.ffffffffffffffffffffffffffp+968 : inexact
= fma tonearest ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
= fma towardzero ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x3.ffffffffffffffffffffffffffp+968 : inexact
= fma upward ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 0x4p+968 : 0x4p+968 : inexact
fma 0x1.0000000000001p-1022 0x1.0000000000001p-55 -0x1p970
= fma downward binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma tonearest binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma towardzero binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x3.ffffffffffffep+968 : inexact
= fma upward binary64 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x3.ffffffffffffep+968 : inexact
= fma downward intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma tonearest intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma towardzero intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x3.fffffffffffffffcp+968 : inexact
= fma upward intel96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x3.fffffffffffffffcp+968 : inexact
= fma downward m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma tonearest m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma towardzero m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x3.fffffffffffffffcp+968 : inexact
= fma upward m68k96 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x3.fffffffffffffffcp+968 : inexact
= fma downward binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma tonearest binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma towardzero binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x3.fffffffffffffffffffffffffffep+968 : inexact
= fma upward binary128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x3.fffffffffffffffffffffffffffep+968 : inexact
= fma downward ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma tonearest ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma towardzero ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x3.ffffffffffffffffffffffffffp+968 : inexact
= fma upward ibm128 0x4.0000000000004p-1024 0x2.0000000000002p-56 -0x4p+968 : -0x3.ffffffffffffffffffffffffffp+968 : inexact
fma 0x1.0000000000001p-1022 -0x1.0000000000001p-55 -0x1p970
= fma downward binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4.0000000000004p+968 : inexact
= fma tonearest binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma towardzero binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma upward binary64 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma downward intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4.0000000000000008p+968 : inexact
= fma tonearest intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma towardzero intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma upward intel96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma downward m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4.0000000000000008p+968 : inexact
= fma tonearest m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma towardzero m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma upward m68k96 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma downward binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4.0000000000000000000000000004p+968 : inexact
= fma tonearest binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma towardzero binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma upward binary128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma downward ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4.00000000000000000000000002p+968 : inexact
= fma tonearest ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma towardzero ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
= fma upward ibm128 0x4.0000000000004p-1024 -0x2.0000000000002p-56 -0x4p+968 : -0x4p+968 : inexact
fma -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x8.3ffffffffffffffp-2450
= fma downward intel96 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ecp-2440 : inexact
= fma tonearest intel96 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ecp-2440 : inexact
= fma towardzero intel96 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ebfffffffffffp-2440 : inexact
= fma upward intel96 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ebfffffffffffp-2440 : inexact
= fma downward m68k96 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ecp-2440 : inexact
= fma tonearest m68k96 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ecp-2440 : inexact
= fma towardzero m68k96 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ebfffffffffffp-2440 : inexact
= fma upward m68k96 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ebfffffffffffp-2440 : inexact
= fma downward binary128 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ebfffffffffff80004p-2440 :
= fma tonearest binary128 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ebfffffffffff80004p-2440 :
= fma towardzero binary128 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ebfffffffffff80004p-2440 :
= fma upward binary128 -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x2.0ffffffffffffffcp-2448 : -0x8.01ebfffffffffff80004p-2440 :
fma 0x9.fcp+2033 -0x8.000e1f000ff800fp-3613 -0xf.fffffffffffc0ffp-1579
= fma downward intel96 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f68498p-1576 : inexact
= fma tonearest intel96 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f6849p-1576 : inexact
= fma towardzero intel96 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f6849p-1576 : inexact
= fma upward intel96 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f6849p-1576 : inexact
= fma downward m68k96 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f68498p-1576 : inexact
= fma tonearest m68k96 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f6849p-1576 : inexact
= fma towardzero m68k96 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f6849p-1576 : inexact
= fma upward m68k96 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f6849p-1576 : inexact
= fma downward binary128 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f68493c4p-1576 :
= fma tonearest binary128 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f68493c4p-1576 :
= fma towardzero binary128 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f68493c4p-1576 :
= fma upward binary128 0x1.3f8p+2036 -0x4.00070f8007fc0078p-3612 -0x1.ffffffffffff81fep-1576 : -0x6.fe08cfd849f68493c4p-1576 :
fma 0xc.7fc000003ffffffp-1194 0x8.1e0003fffffffffp+15327 -0x8.fffep+14072
= fma downward intel96 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020efffep+14136 : inexact
= fma tonearest intel96 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020effffp+14136 : inexact
= fma towardzero intel96 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020efffep+14136 : inexact
= fma upward intel96 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020effffp+14136 : inexact
= fma downward m68k96 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020efffep+14136 : inexact
= fma tonearest m68k96 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020effffp+14136 : inexact
= fma towardzero m68k96 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020efffep+14136 : inexact
= fma upward m68k96 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020effffp+14136 : inexact
= fma downward binary128 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020efffedc481f7ff8p+14136 : inexact
= fma tonearest binary128 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020efffedc481f7ff8p+14136 : inexact
= fma towardzero binary128 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020efffedc481f7ff8p+14136 : inexact
= fma upward binary128 0x3.1ff000000ffffffcp-1192 0x4.0f0001fffffffff8p+15328 -0x8.fffep+14072 : 0xc.ae9f164020efffedc481f7ff8008p+14136 : inexact
fma -0x8.0001fc000000003p+1798 0xcp-2230 0x8.f7e000000000007p-468
= fma downward intel96 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff7082028p-428 : inexact
= fma tonearest intel96 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff708202p-428 : inexact
= fma towardzero intel96 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff708202p-428 : inexact
= fma upward intel96 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff708202p-428 : inexact
= fma downward m68k96 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff7082028p-428 : inexact
= fma tonearest m68k96 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff708202p-428 : inexact
= fma towardzero m68k96 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff708202p-428 : inexact
= fma upward m68k96 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff708202p-428 : inexact
= fma downward binary128 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff7082023ffffffff9p-428 :
= fma tonearest binary128 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff7082023ffffffff9p-428 :
= fma towardzero binary128 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff7082023ffffffff9p-428 :
= fma upward binary128 -0x2.00007f000000000cp+1800 0x3p-2228 0x8.f7e000000000007p-468 : -0x6.00017cfff7082023ffffffff9p-428 :
fma 0xc.0000000000007ffp+10130 -0x8.000000000000001p+4430 0xc.07000000001ffffp+14513
= fma downward intel96 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf28p+14564 : inexact
= fma tonearest intel96 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf2p+14564 : inexact
= fma towardzero intel96 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf2p+14564 : inexact
= fma upward intel96 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf2p+14564 : inexact
= fma downward m68k96 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf28p+14564 : inexact
= fma tonearest m68k96 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf2p+14564 : inexact
= fma towardzero m68k96 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf2p+14564 : inexact
= fma upward m68k96 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf2p+14564 : inexact
= fma downward binary128 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf23fffffffc0004p+14564 : inexact
= fma tonearest binary128 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf23fffffffc0004p+14564 : inexact
= fma towardzero binary128 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf23fffffffcp+14564 : inexact
= fma upward binary128 0x3.0000000000001ffcp+10132 -0x2.0000000000000004p+4432 0x1.80e000000003fffep+14516 : -0x5.fffffffffffebf23fffffffcp+14564 : inexact
fma 0xb.ffffp-4777 0x8.000000fffffffffp-11612 -0x0.3800fff8p-16385
= fma downward intel96 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fff8p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fff8p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff8p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fff8p-16384 : inexact
= fma tonearest m68k96 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fffcp-16384 : inexact
= fma towardzero m68k96 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fff8p-16384 : inexact
= fma upward m68k96 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fffcp-16384 : inexact
= fma downward binary128 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fffa00008p-16384 :
= fma tonearest binary128 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fffa00008p-16384 :
= fma towardzero binary128 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fffa00008p-16384 :
= fma upward binary128 0x5.ffff8p-4776 0x8.000000fffffffffp-11612 -0x1.c007ffcp-16388 : 0x2.e3ff4063fff7fffa00008p-16384 :
fma 0x1.4p-16382 0x1.0000000000000004p-1 0x1p-16384
= fma downward intel96 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.8000000000000008p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.8000000000000008p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.8000000000000008p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.800000000000001p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.8000000000000008p-16384 : inexact
= fma tonearest m68k96 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.8000000000000008p-16384 : inexact
= fma towardzero m68k96 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.8000000000000008p-16384 : inexact
= fma upward m68k96 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.800000000000000cp-16384 : inexact
= fma downward binary128 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.800000000000000ap-16384 :
= fma tonearest binary128 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.800000000000000ap-16384 :
= fma towardzero binary128 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.800000000000000ap-16384 :
= fma upward binary128 0x5p-16384 0x8.000000000000002p-4 0x1p-16384 : 0x3.800000000000000ap-16384 :
fma -0x1.4p-16382 0x1.0000000000000004p-1 -0x1p-16384
= fma downward intel96 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.800000000000001p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.8000000000000008p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.8000000000000008p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.8000000000000008p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.800000000000000cp-16384 : inexact
= fma tonearest m68k96 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.8000000000000008p-16384 : inexact
= fma towardzero m68k96 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.8000000000000008p-16384 : inexact
= fma upward m68k96 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.8000000000000008p-16384 : inexact
= fma downward binary128 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.800000000000000ap-16384 :
= fma tonearest binary128 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.800000000000000ap-16384 :
= fma towardzero binary128 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.800000000000000ap-16384 :
= fma upward binary128 -0x5p-16384 0x8.000000000000002p-4 -0x1p-16384 : -0x3.800000000000000ap-16384 :
fma 0x1.fffffffffffffff8p-16382 0x1.0000000000000002p-1 0x1p-16445
= fma downward intel96 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero intel96 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma downward m68k96 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x3.fffffffffffffffcp-16384 : inexact
= fma tonearest m68k96 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x4p-16384 : inexact
= fma towardzero m68k96 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x3.fffffffffffffffcp-16384 : inexact
= fma upward m68k96 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x4p-16384 : inexact
= fma downward binary128 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary128 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 0x8p-16448 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
fma -0x1.fffffffffffffff8p-16382 0x1.0000000000000002p-1 -0x1p-16445
= fma downward intel96 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest intel96 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero intel96 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x4p-16384 : inexact
= fma tonearest m68k96 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x4p-16384 : inexact
= fma towardzero m68k96 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x3.fffffffffffffffcp-16384 : inexact
= fma upward m68k96 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x3.fffffffffffffffcp-16384 : inexact
= fma downward binary128 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary128 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary128 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 -0x7.ffffffffffffffep-16384 0x8.000000000000001p-4 -0x8p-16448 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
fma 0x1p-16445 0x1p-1 0x0.fffffffffffffffep-16382
= fma downward intel96 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x4p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x4p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 :
= fma tonearest m68k96 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 :
= fma towardzero m68k96 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 :
= fma upward m68k96 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 :
= fma downward binary128 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 :
= fma tonearest binary128 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 :
= fma towardzero binary128 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 :
= fma upward binary128 0x8p-16448 0x8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 :
fma -0x1p-16445 0x1p-1 -0x0.fffffffffffffffep-16382
= fma downward intel96 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x4p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x4p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 :
= fma tonearest m68k96 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 :
= fma towardzero m68k96 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 :
= fma upward m68k96 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 :
= fma downward binary128 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 :
= fma tonearest binary128 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 :
= fma towardzero binary128 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 :
= fma upward binary128 -0x8p-16448 0x8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 :
fma 0x1p-16445 0x1.1p-1 0x0.fffffffffffffffep-16382
= fma downward intel96 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x4p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma downward m68k96 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 : inexact
= fma tonearest m68k96 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 : inexact
= fma towardzero m68k96 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 : inexact
= fma upward m68k96 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x4p-16384 : inexact
= fma downward binary128 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffc4p-16384 :
= fma tonearest binary128 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffc4p-16384 :
= fma towardzero binary128 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffc4p-16384 :
= fma upward binary128 0x8p-16448 0x8.8p-4 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffc4p-16384 :
fma -0x1p-16445 0x1.1p-1 -0x0.fffffffffffffffep-16382
= fma downward intel96 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest intel96 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x4p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x4p-16384 : inexact
= fma tonearest m68k96 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 : inexact
= fma towardzero m68k96 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 : inexact
= fma upward m68k96 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 : inexact
= fma downward binary128 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffc4p-16384 :
= fma tonearest binary128 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffc4p-16384 :
= fma towardzero binary128 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffc4p-16384 :
= fma upward binary128 -0x8p-16448 0x8.8p-4 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffc4p-16384 :
fma 0x1p-16445 0x1p-16445 0x1p16383
= fma downward intel96 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma tonearest intel96 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero intel96 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma upward intel96 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8.000000000000001p+16380 : inexact
= fma downward m68k96 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma tonearest m68k96 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero m68k96 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma upward m68k96 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8.000000000000001p+16380 : inexact
= fma downward binary128 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma tonearest binary128 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero binary128 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma upward binary128 0x8p-16448 0x8p-16448 0x8p+16380 : 0x8.0000000000000000000000000008p+16380 : inexact
fma 0x1p-16445 -0x1p-16445 0x1p16383
= fma downward intel96 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x7.fffffffffffffff8p+16380 : inexact
= fma tonearest intel96 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero intel96 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x7.fffffffffffffff8p+16380 : inexact
= fma upward intel96 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma downward m68k96 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x7.fffffffffffffff8p+16380 : inexact
= fma tonearest m68k96 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero m68k96 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x7.fffffffffffffff8p+16380 : inexact
= fma upward m68k96 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma downward binary128 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma tonearest binary128 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero binary128 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma upward binary128 0x8p-16448 -0x8p-16448 0x8p+16380 : 0x8p+16380 : inexact
fma 0x1p-16445 0x1p-16445 -0x1p16383
= fma downward intel96 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma tonearest intel96 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero intel96 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x7.fffffffffffffff8p+16380 : inexact
= fma upward intel96 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x7.fffffffffffffff8p+16380 : inexact
= fma downward m68k96 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma tonearest m68k96 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero m68k96 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x7.fffffffffffffff8p+16380 : inexact
= fma upward m68k96 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x7.fffffffffffffff8p+16380 : inexact
= fma downward binary128 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma tonearest binary128 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero binary128 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma upward binary128 0x8p-16448 0x8p-16448 -0x8p+16380 : -0x7.fffffffffffffffffffffffffffcp+16380 : inexact
fma 0x1p-16445 -0x1p-16445 -0x1p16383
= fma downward intel96 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8.000000000000001p+16380 : inexact
= fma tonearest intel96 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero intel96 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma upward intel96 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma downward m68k96 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8.000000000000001p+16380 : inexact
= fma tonearest m68k96 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero m68k96 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma upward m68k96 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma downward binary128 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8.0000000000000000000000000008p+16380 : inexact
= fma tonearest binary128 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero binary128 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
= fma upward binary128 0x8p-16448 -0x8p-16448 -0x8p+16380 : -0x8p+16380 : inexact
fma 0x1p-16445 0x1p-16445 0x1p-16382
= fma downward intel96 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma tonearest intel96 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma towardzero intel96 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma upward intel96 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4.0000000000000008p-16384 : inexact
= fma downward m68k96 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma tonearest m68k96 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma towardzero m68k96 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma upward m68k96 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4.0000000000000008p-16384 : inexact
= fma downward binary128 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma tonearest binary128 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma towardzero binary128 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma upward binary128 0x8p-16448 0x8p-16448 0x4p-16384 : 0x4.0000000000000000000000000004p-16384 : inexact
fma 0x1p-16445 -0x1p-16445 0x1p-16382
= fma downward intel96 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero intel96 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma downward m68k96 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x3.fffffffffffffffcp-16384 : inexact
= fma tonearest m68k96 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma towardzero m68k96 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x3.fffffffffffffffcp-16384 : inexact
= fma upward m68k96 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact
= fma downward binary128 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary128 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x8p-16448 -0x8p-16448 0x4p-16384 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
fma 0x1p-16445 0x1p-16445 -0x1p-16382
= fma downward intel96 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest intel96 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero intel96 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
= fma tonearest m68k96 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
= fma towardzero m68k96 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x3.fffffffffffffffcp-16384 : inexact
= fma upward m68k96 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x3.fffffffffffffffcp-16384 : inexact
= fma downward binary128 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary128 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary128 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x8p-16448 0x8p-16448 -0x4p-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
fma 0x1p-16445 -0x1p-16445 -0x1p-16382
= fma downward intel96 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4.0000000000000008p-16384 : inexact
= fma tonearest intel96 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
= fma towardzero intel96 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
= fma upward intel96 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
= fma downward m68k96 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4.0000000000000008p-16384 : inexact
= fma tonearest m68k96 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
= fma towardzero m68k96 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
= fma upward m68k96 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
= fma downward binary128 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4.0000000000000000000000000004p-16384 : inexact
= fma tonearest binary128 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
= fma towardzero binary128 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
= fma upward binary128 0x8p-16448 -0x8p-16448 -0x4p-16384 : -0x4p-16384 : inexact
fma 0x1p-16445 0x1p-16445 0x0.fffffffffffffffep-16382
= fma downward intel96 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x4p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact
= fma tonearest m68k96 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact
= fma towardzero m68k96 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact
= fma upward m68k96 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffcp-16384 : inexact
= fma downward binary128 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x8p-16448 0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8000000000004p-16384 : inexact underflow errno-erange-ok
fma 0x1p-16445 -0x1p-16445 0x0.fffffffffffffffep-16382
= fma downward intel96 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffp-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffffp-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff4p-16384 : inexact
= fma tonearest m68k96 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact
= fma towardzero m68k96 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff4p-16384 : inexact
= fma upward m68k96 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact
= fma downward binary128 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff7fffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff7fffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x8p-16448 -0x8p-16448 0x3.fffffffffffffff8p-16384 : 0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
fma 0x1p-16445 0x1p-16445 -0x0.fffffffffffffffep-16382
= fma downward intel96 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffp-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffp-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact
= fma tonearest m68k96 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact
= fma towardzero m68k96 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff4p-16384 : inexact
= fma upward m68k96 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff4p-16384 : inexact
= fma downward binary128 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff7fffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x8p-16448 0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff7fffffffffffcp-16384 : inexact underflow errno-erange-ok
fma 0x1p-16445 -0x1p-16445 -0x0.fffffffffffffffep-16382
= fma downward intel96 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x4p-16384 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward intel96 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffffcp-16384 : inexact
= fma tonearest m68k96 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact
= fma towardzero m68k96 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact
= fma upward m68k96 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact
= fma downward binary128 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8000000000004p-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x8p-16448 -0x8p-16448 -0x3.fffffffffffffff8p-16384 : -0x3.fffffffffffffff8p-16384 : inexact underflow errno-erange-ok
fma 0x1p-16445 0x1p-16445 0x1p-16445
= fma downward intel96 0x8p-16448 0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-16448 0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x8p-16448 0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma upward intel96 0x8p-16448 0x8p-16448 0x8p-16448 : 0x1p-16444 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-16448 0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x8p-16448 0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero m68k96 0x8p-16448 0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma upward m68k96 0x8p-16448 0x8p-16448 0x8p-16448 : 0xcp-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x8p-16448 0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-16448 0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x8p-16448 0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma upward binary128 0x8p-16448 0x8p-16448 0x8p-16448 : 0x8.000000000004p-16448 : inexact underflow errno-erange-ok
fma 0x1p-16445 -0x1p-16445 0x1p-16445 missing-errno
= fma downward intel96 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest intel96 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero m68k96 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x4p-16448 : inexact underflow errno-erange-ok
= fma upward m68k96 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x7.fffffffffffcp-16448 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x7.fffffffffffcp-16448 : inexact underflow errno-erange-ok
= fma upward binary128 0x8p-16448 -0x8p-16448 0x8p-16448 : 0x8p-16448 : inexact underflow errno-erange-ok
fma 0x1p-16445 0x1p-16445 -0x1p-16445 missing-errno
= fma downward intel96 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward intel96 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma downward m68k96 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero m68k96 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma upward m68k96 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x4p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x7.fffffffffffcp-16448 : inexact underflow errno-erange-ok
= fma upward binary128 0x8p-16448 0x8p-16448 -0x8p-16448 : -0x7.fffffffffffcp-16448 : inexact underflow errno-erange-ok
fma 0x1p-16445 -0x1p-16445 -0x1p-16445
= fma downward intel96 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x1p-16444 : inexact underflow errno-erange-ok
= fma tonearest intel96 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero intel96 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma upward intel96 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma downward m68k96 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0xcp-16448 : inexact underflow errno-erange-ok
= fma tonearest m68k96 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero m68k96 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma upward m68k96 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma downward binary128 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x8.000000000004p-16448 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
= fma upward binary128 0x8p-16448 -0x8p-16448 -0x8p-16448 : -0x8p-16448 : inexact underflow errno-erange-ok
fma 0x0.ffffffffffffffffp0 0x0.ffffffffffffffffp0 -0x0.fffffffffffffffep0
= fma downward intel96 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma tonearest intel96 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma towardzero intel96 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma upward intel96 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma downward m68k96 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma tonearest m68k96 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma towardzero m68k96 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma upward m68k96 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma downward binary128 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma tonearest binary128 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma towardzero binary128 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma upward binary128 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma downward ibm128 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma tonearest ibm128 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma towardzero ibm128 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma upward ibm128 0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
fma 0x0.ffffffffffffffffp0 -0x0.ffffffffffffffffp0 0x0.fffffffffffffffep0
= fma downward intel96 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma tonearest intel96 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma towardzero intel96 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma upward intel96 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma downward m68k96 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma tonearest m68k96 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma towardzero m68k96 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma upward m68k96 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma downward binary128 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma tonearest binary128 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma towardzero binary128 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma upward binary128 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma downward ibm128 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma tonearest ibm128 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma towardzero ibm128 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma upward ibm128 0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
fma -0x0.ffffffffffffffffp0 0x0.ffffffffffffffffp0 0x0.fffffffffffffffep0
= fma downward intel96 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma tonearest intel96 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma towardzero intel96 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma upward intel96 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma downward m68k96 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma tonearest m68k96 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma towardzero m68k96 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma upward m68k96 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma downward binary128 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma tonearest binary128 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma towardzero binary128 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma upward binary128 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma downward ibm128 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma tonearest ibm128 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma towardzero ibm128 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
= fma upward ibm128 -0xf.fffffffffffffffp-4 0xf.fffffffffffffffp-4 0xf.ffffffffffffffep-4 : -0x1p-128 :
fma -0x0.ffffffffffffffffp0 -0x0.ffffffffffffffffp0 -0x0.fffffffffffffffep0
= fma downward intel96 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma tonearest intel96 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma towardzero intel96 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma upward intel96 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma downward m68k96 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma tonearest m68k96 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma towardzero m68k96 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma upward m68k96 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma downward binary128 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma tonearest binary128 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma towardzero binary128 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma upward binary128 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma downward ibm128 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma tonearest ibm128 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma towardzero ibm128 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
= fma upward ibm128 -0xf.fffffffffffffffp-4 -0xf.fffffffffffffffp-4 -0xf.ffffffffffffffep-4 : 0x1p-128 :
fma 0x1.0000000000000002p-16382 0x1.0000000000000002p-66 0x1p16383
= fma downward intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma tonearest intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma upward intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8.000000000000001p+16380 : inexact
= fma downward m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma tonearest m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma upward m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8.000000000000001p+16380 : inexact
= fma downward binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma tonearest binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma upward binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16380 : 0x8.0000000000000000000000000008p+16380 : inexact
fma 0x1.0000000000000002p-16382 -0x1.0000000000000002p-66 0x1p16383
= fma downward intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x7.fffffffffffffff8p+16380 : inexact
= fma tonearest intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x7.fffffffffffffff8p+16380 : inexact
= fma upward intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma downward m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x7.fffffffffffffff8p+16380 : inexact
= fma tonearest m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x7.fffffffffffffff8p+16380 : inexact
= fma upward m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma downward binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma tonearest binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma upward binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16380 : 0x8p+16380 : inexact
fma 0x1.0000000000000002p-16382 0x1.0000000000000002p-66 -0x1p16383
= fma downward intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma tonearest intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x7.fffffffffffffff8p+16380 : inexact
= fma upward intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x7.fffffffffffffff8p+16380 : inexact
= fma downward m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma tonearest m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x7.fffffffffffffff8p+16380 : inexact
= fma upward m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x7.fffffffffffffff8p+16380 : inexact
= fma downward binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma tonearest binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma upward binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16380 : -0x7.fffffffffffffffffffffffffffcp+16380 : inexact
fma 0x1.0000000000000002p-16382 -0x1.0000000000000002p-66 -0x1p16383
= fma downward intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8.000000000000001p+16380 : inexact
= fma tonearest intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma upward intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma downward m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8.000000000000001p+16380 : inexact
= fma tonearest m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma upward m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma downward binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8.0000000000000000000000000008p+16380 : inexact
= fma tonearest binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma upward binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16380 : -0x8p+16380 : inexact
fma 0x1.0000000000000002p-16382 0x1.0000000000000002p-66 0x1p16319
= fma downward intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma tonearest intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma towardzero intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma upward intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8.000000000000001p+16316 : inexact
= fma downward m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma tonearest m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma towardzero m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma upward m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8.000000000000001p+16316 : inexact
= fma downward binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma tonearest binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma towardzero binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma upward binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 0x8p+16316 : 0x8.0000000000000000000000000008p+16316 : inexact
fma 0x1.0000000000000002p-16382 -0x1.0000000000000002p-66 0x1p16319
= fma downward intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x7.fffffffffffffff8p+16316 : inexact
= fma tonearest intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma towardzero intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x7.fffffffffffffff8p+16316 : inexact
= fma upward intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma downward m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x7.fffffffffffffff8p+16316 : inexact
= fma tonearest m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma towardzero m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x7.fffffffffffffff8p+16316 : inexact
= fma upward m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma downward binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x7.fffffffffffffffffffffffffffcp+16316 : inexact
= fma tonearest binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma towardzero binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x7.fffffffffffffffffffffffffffcp+16316 : inexact
= fma upward binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 0x8p+16316 : 0x8p+16316 : inexact
fma 0x1.0000000000000002p-16382 0x1.0000000000000002p-66 -0x1p16319
= fma downward intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma tonearest intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma towardzero intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x7.fffffffffffffff8p+16316 : inexact
= fma upward intel96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x7.fffffffffffffff8p+16316 : inexact
= fma downward m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma tonearest m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma towardzero m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x7.fffffffffffffff8p+16316 : inexact
= fma upward m68k96 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x7.fffffffffffffff8p+16316 : inexact
= fma downward binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma tonearest binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma towardzero binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x7.fffffffffffffffffffffffffffcp+16316 : inexact
= fma upward binary128 0x4.0000000000000008p-16384 0x4.0000000000000008p-68 -0x8p+16316 : -0x7.fffffffffffffffffffffffffffcp+16316 : inexact
fma 0x1.0000000000000002p-16382 -0x1.0000000000000002p-66 -0x1p16319
= fma downward intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8.000000000000001p+16316 : inexact
= fma tonearest intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma towardzero intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma upward intel96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma downward m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8.000000000000001p+16316 : inexact
= fma tonearest m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma towardzero m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma upward m68k96 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma downward binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8.0000000000000000000000000008p+16316 : inexact
= fma tonearest binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma towardzero binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma upward binary128 0x4.0000000000000008p-16384 -0x4.0000000000000008p-68 -0x8p+16316 : -0x8p+16316 : inexact
fma 0x1.bb2de33e02ccbbfa6e245a7c1f71p-2584 -0x1.6b500daf0580d987f1bc0cadfcddp-13777 0x1.613cd91d9fed34b33820e5ab9d8dp-16378
= fma downward binary128 0x1.bb2de33e02ccbbfa6e245a7c1f71p-2584 -0xb.5a806d782c06cc3f8de0656fe6e8p-13780 0x5.84f364767fb4d2cce08396ae7634p-16380 : -0x1.3a79fb50eb9ce887cffa0f09bd9fp-16360 : inexact
= fma tonearest binary128 0x1.bb2de33e02ccbbfa6e245a7c1f71p-2584 -0xb.5a806d782c06cc3f8de0656fe6e8p-13780 0x5.84f364767fb4d2cce08396ae7634p-16380 : -0x1.3a79fb50eb9ce887cffa0f09bd9fp-16360 : inexact
= fma towardzero binary128 0x1.bb2de33e02ccbbfa6e245a7c1f71p-2584 -0xb.5a806d782c06cc3f8de0656fe6e8p-13780 0x5.84f364767fb4d2cce08396ae7634p-16380 : -0x1.3a79fb50eb9ce887cffa0f09bd9ep-16360 : inexact
= fma upward binary128 0x1.bb2de33e02ccbbfa6e245a7c1f71p-2584 -0xb.5a806d782c06cc3f8de0656fe6e8p-13780 0x5.84f364767fb4d2cce08396ae7634p-16380 : -0x1.3a79fb50eb9ce887cffa0f09bd9ep-16360 : inexact
fma -0x1.f949b880cacb0f0c61540105321dp-5954 -0x1.3876cec84b4140f3bd6198731b7ep-10525 -0x0.a5dc1c6cfbc498c54fb0b504bf19p-16382
= fma downward binary128 -0x7.e526e2032b2c3c3185500414c874p-5956 -0x9.c3b676425a0a079deb0cc398dbfp-10528 -0x2.977071b3ef1263153ec2d412fc64p-16384 : -0x2.977071b3ef1263153ec2d40e2aecp-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x7.e526e2032b2c3c3185500414c874p-5956 -0x9.c3b676425a0a079deb0cc398dbfp-10528 -0x2.977071b3ef1263153ec2d412fc64p-16384 : -0x2.977071b3ef1263153ec2d40e2aecp-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 -0x7.e526e2032b2c3c3185500414c874p-5956 -0x9.c3b676425a0a079deb0cc398dbfp-10528 -0x2.977071b3ef1263153ec2d412fc64p-16384 : -0x2.977071b3ef1263153ec2d40e2ae8p-16384 : inexact underflow errno-erange-ok
= fma upward binary128 -0x7.e526e2032b2c3c3185500414c874p-5956 -0x9.c3b676425a0a079deb0cc398dbfp-10528 -0x2.977071b3ef1263153ec2d412fc64p-16384 : -0x2.977071b3ef1263153ec2d40e2ae8p-16384 : inexact underflow errno-erange-ok
fma -0x1.0000fffffffffp-16221 0x1.0000001fffff8007fep-239 0x0.ff87ffffffffffffe000003fffffp-16382
= fma downward binary128 -0x8.0007ffffffff8p-16224 0x2.0000003fffff000ffcp-240 0x3.fe1fffffffffffff800000fffffcp-16384 : 0x3.fe1fffffffffffff7ff000effdf8p-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x8.0007ffffffff8p-16224 0x2.0000003fffff000ffcp-240 0x3.fe1fffffffffffff800000fffffcp-16384 : 0x3.fe1fffffffffffff7ff000effdfcp-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 -0x8.0007ffffffff8p-16224 0x2.0000003fffff000ffcp-240 0x3.fe1fffffffffffff800000fffffcp-16384 : 0x3.fe1fffffffffffff7ff000effdf8p-16384 : inexact underflow errno-erange-ok
= fma upward binary128 -0x8.0007ffffffff8p-16224 0x2.0000003fffff000ffcp-240 0x3.fe1fffffffffffff800000fffffcp-16384 : 0x3.fe1fffffffffffff7ff000effdfcp-16384 : inexact underflow errno-erange-ok
fma -0x1.ac79c9376ef447f3827c9e9de008p-2228 -0x1.5ba830022b6139e21fbe7270cad8p-6314 0x1.e8282b6a26bb6a9daf5c8e73e9f9p-8616
= fma downward binary128 -0x1.ac79c9376ef447f3827c9e9de008p-2228 -0x5.6ea0c008ad84e7887ef9c9c32b6p-6316 0x1.e8282b6a26bb6a9daf5c8e73e9f9p-8616 : 0x9.178a50129c3c5398668d771b9d68p-8544 : inexact
= fma tonearest binary128 -0x1.ac79c9376ef447f3827c9e9de008p-2228 -0x5.6ea0c008ad84e7887ef9c9c32b6p-6316 0x1.e8282b6a26bb6a9daf5c8e73e9f9p-8616 : 0x9.178a50129c3c5398668d771b9d68p-8544 : inexact
= fma towardzero binary128 -0x1.ac79c9376ef447f3827c9e9de008p-2228 -0x5.6ea0c008ad84e7887ef9c9c32b6p-6316 0x1.e8282b6a26bb6a9daf5c8e73e9f9p-8616 : 0x9.178a50129c3c5398668d771b9d68p-8544 : inexact
= fma upward binary128 -0x1.ac79c9376ef447f3827c9e9de008p-2228 -0x5.6ea0c008ad84e7887ef9c9c32b6p-6316 0x1.e8282b6a26bb6a9daf5c8e73e9f9p-8616 : 0x9.178a50129c3c5398668d771b9d7p-8544 : inexact
fma -0x1.c69749ec574caaa2ab8e97ddb9f3p+2652 0x1.f34235ff9d095449c29b4831b62dp+3311 0x1.fbe4302df23354dbd0c4d3cfe606p+5879
= fma downward binary128 -0x1.c69749ec574caaa2ab8e97ddb9f3p+2652 0xf.9a11affce84aa24e14da418db168p+3308 0xf.df21816f919aa6de86269e7f303p+5876 : -0x1.bb473bfdfb7a6e18886ce6e57ebp+5964 : inexact
= fma tonearest binary128 -0x1.c69749ec574caaa2ab8e97ddb9f3p+2652 0xf.9a11affce84aa24e14da418db168p+3308 0xf.df21816f919aa6de86269e7f303p+5876 : -0x1.bb473bfdfb7a6e18886ce6e57eafp+5964 : inexact
= fma towardzero binary128 -0x1.c69749ec574caaa2ab8e97ddb9f3p+2652 0xf.9a11affce84aa24e14da418db168p+3308 0xf.df21816f919aa6de86269e7f303p+5876 : -0x1.bb473bfdfb7a6e18886ce6e57eafp+5964 : inexact
= fma upward binary128 -0x1.c69749ec574caaa2ab8e97ddb9f3p+2652 0xf.9a11affce84aa24e14da418db168p+3308 0xf.df21816f919aa6de86269e7f303p+5876 : -0x1.bb473bfdfb7a6e18886ce6e57eafp+5964 : inexact
fma -0x1.ca8835fc6ecfb5398625fc891be5p-1686 0x1.621e1972bbe2180e5be9dd7d8df5p-7671 -0x1.7d2d21b73b52cf20dec2a83902a4p-9395
= fma downward binary128 -0x7.2a20d7f1bb3ed4e61897f2246f94p-1688 0x2.c43c32e577c4301cb7d3bafb1beap-7672 -0x2.fa5a436e76a59e41bd8550720548p-9396 : -0x1.3d2322191c9c88bc68a62ab8042dp-9356 : inexact
= fma tonearest binary128 -0x7.2a20d7f1bb3ed4e61897f2246f94p-1688 0x2.c43c32e577c4301cb7d3bafb1beap-7672 -0x2.fa5a436e76a59e41bd8550720548p-9396 : -0x1.3d2322191c9c88bc68a62ab8042cp-9356 : inexact
= fma towardzero binary128 -0x7.2a20d7f1bb3ed4e61897f2246f94p-1688 0x2.c43c32e577c4301cb7d3bafb1beap-7672 -0x2.fa5a436e76a59e41bd8550720548p-9396 : -0x1.3d2322191c9c88bc68a62ab8042cp-9356 : inexact
= fma upward binary128 -0x7.2a20d7f1bb3ed4e61897f2246f94p-1688 0x2.c43c32e577c4301cb7d3bafb1beap-7672 -0x2.fa5a436e76a59e41bd8550720548p-9396 : -0x1.3d2322191c9c88bc68a62ab8042cp-9356 : inexact
fma -0x1.55cff679ec49c2541fab41fc843ep-11819 0x1.e60e9f464f9e8df0509647c7c971p+12325 0x1.eaa2a7649d765c2f564f7a5beca7p+454
= fma downward binary128 -0x2.ab9fecf3d89384a83f5683f9087cp-11820 0x3.cc1d3e8c9f3d1be0a12c8f8f92e2p+12324 0x7.aa8a9d9275d970bd593de96fb29cp+452 : -0xa.23f14fd3f2035142fa71a87e7c38p+504 : inexact
= fma tonearest binary128 -0x2.ab9fecf3d89384a83f5683f9087cp-11820 0x3.cc1d3e8c9f3d1be0a12c8f8f92e2p+12324 0x7.aa8a9d9275d970bd593de96fb29cp+452 : -0xa.23f14fd3f2035142fa71a87e7c3p+504 : inexact
= fma towardzero binary128 -0x2.ab9fecf3d89384a83f5683f9087cp-11820 0x3.cc1d3e8c9f3d1be0a12c8f8f92e2p+12324 0x7.aa8a9d9275d970bd593de96fb29cp+452 : -0xa.23f14fd3f2035142fa71a87e7c3p+504 : inexact
= fma upward binary128 -0x2.ab9fecf3d89384a83f5683f9087cp-11820 0x3.cc1d3e8c9f3d1be0a12c8f8f92e2p+12324 0x7.aa8a9d9275d970bd593de96fb29cp+452 : -0xa.23f14fd3f2035142fa71a87e7c3p+504 : inexact
fma 0x1.f0e7b1454908576f2537d863cf9bp+11432 0x1.cdce52f09d4ca76e68706f34b5d5p-1417 -0x1.2e986187c70f146235ea2066e486p+9979
= fma downward binary128 0x1.f0e7b1454908576f2537d863cf9bp+11432 0xe.6e729784ea653b73438379a5aea8p-1420 -0x9.74c30c3e3878a311af510337243p+9976 : 0x1.c030dad3cc5643f3dd0f5619f661p+10016 : inexact
= fma tonearest binary128 0x1.f0e7b1454908576f2537d863cf9bp+11432 0xe.6e729784ea653b73438379a5aea8p-1420 -0x9.74c30c3e3878a311af510337243p+9976 : 0x1.c030dad3cc5643f3dd0f5619f661p+10016 : inexact
= fma towardzero binary128 0x1.f0e7b1454908576f2537d863cf9bp+11432 0xe.6e729784ea653b73438379a5aea8p-1420 -0x9.74c30c3e3878a311af510337243p+9976 : 0x1.c030dad3cc5643f3dd0f5619f661p+10016 : inexact
= fma upward binary128 0x1.f0e7b1454908576f2537d863cf9bp+11432 0xe.6e729784ea653b73438379a5aea8p-1420 -0x9.74c30c3e3878a311af510337243p+9976 : 0x1.c030dad3cc5643f3dd0f5619f662p+10016 : inexact
fma 0x1.f102f7da4a57a3a4aab620e29452p-3098 -0x1.cc06a4ff40248f9e2dcc4b6afd84p-11727 0x1.d512a11126b5ac8ed8973b8580c8p-14849
= fma downward binary128 0x7.c40bdf69295e8e92aad8838a5148p-3100 -0x3.980d49fe80491f3c5b9896d5fb08p-11728 0xe.a895088935ad6476c4b9dc2c064p-14852 : -0x1.be8f1cf737ab4d1c31c54f5ec23bp-14824 : inexact
= fma tonearest binary128 0x7.c40bdf69295e8e92aad8838a5148p-3100 -0x3.980d49fe80491f3c5b9896d5fb08p-11728 0xe.a895088935ad6476c4b9dc2c064p-14852 : -0x1.be8f1cf737ab4d1c31c54f5ec23bp-14824 : inexact
= fma towardzero binary128 0x7.c40bdf69295e8e92aad8838a5148p-3100 -0x3.980d49fe80491f3c5b9896d5fb08p-11728 0xe.a895088935ad6476c4b9dc2c064p-14852 : -0x1.be8f1cf737ab4d1c31c54f5ec23ap-14824 : inexact
= fma upward binary128 0x7.c40bdf69295e8e92aad8838a5148p-3100 -0x3.980d49fe80491f3c5b9896d5fb08p-11728 0xe.a895088935ad6476c4b9dc2c064p-14852 : -0x1.be8f1cf737ab4d1c31c54f5ec23ap-14824 : inexact
fma -0x1.fc47ac7434b993cd8dcb2b431f25p-3816 0x1.fbc9750da8468852d84558e1db6dp-5773 -0x1.00a98abf783f75c40fe5b7a37d86p-9607
= fma downward binary128 -0x1.fc47ac7434b993cd8dcb2b431f25p-3816 0xf.de4ba86d42344296c22ac70edb68p-5776 -0x2.0153157ef07eeb881fcb6f46fb0cp-9608 : -0x1.f81917b166f45e763cfcc057e2adp-9588 : inexact
= fma tonearest binary128 -0x1.fc47ac7434b993cd8dcb2b431f25p-3816 0xf.de4ba86d42344296c22ac70edb68p-5776 -0x2.0153157ef07eeb881fcb6f46fb0cp-9608 : -0x1.f81917b166f45e763cfcc057e2adp-9588 : inexact
= fma towardzero binary128 -0x1.fc47ac7434b993cd8dcb2b431f25p-3816 0xf.de4ba86d42344296c22ac70edb68p-5776 -0x2.0153157ef07eeb881fcb6f46fb0cp-9608 : -0x1.f81917b166f45e763cfcc057e2acp-9588 : inexact
= fma upward binary128 -0x1.fc47ac7434b993cd8dcb2b431f25p-3816 0xf.de4ba86d42344296c22ac70edb68p-5776 -0x2.0153157ef07eeb881fcb6f46fb0cp-9608 : -0x1.f81917b166f45e763cfcc057e2acp-9588 : inexact
fma 0x1.00000000000007ffffffffffffffp-9045 -0x1.ffffffffffff80000001ffffffffp+4773 -0x1.f8p-4316
= fma downward binary128 0x8.0000000000003ffffffffffffff8p-9048 -0x3.ffffffffffff00000003fffffffep+4772 -0x1.f8p-4316 : -0x2.00000000001f10000001fffffbfep-4272 : inexact
= fma tonearest binary128 0x8.0000000000003ffffffffffffff8p-9048 -0x3.ffffffffffff00000003fffffffep+4772 -0x1.f8p-4316 : -0x2.00000000001f10000001fffffbfep-4272 : inexact
= fma towardzero binary128 0x8.0000000000003ffffffffffffff8p-9048 -0x3.ffffffffffff00000003fffffffep+4772 -0x1.f8p-4316 : -0x2.00000000001f10000001fffffbfcp-4272 : inexact
= fma upward binary128 0x8.0000000000003ffffffffffffff8p-9048 -0x3.ffffffffffff00000003fffffffep+4772 -0x1.f8p-4316 : -0x2.00000000001f10000001fffffbfcp-4272 : inexact
fma 0x1.4e922764c90701d4a2f21d01893dp-8683 -0x1.955a12e2d7c9447c27fa022fc865p+212 -0x1.e9634462eaef96528b90b6944578p-8521
= fma downward binary128 0x2.9d244ec9920e03a945e43a03127ap-8684 -0x1.955a12e2d7c9447c27fa022fc865p+212 -0xf.4b1a2317577cb2945c85b4a22bcp-8524 : -0x4.2385e0c6128dc650f4d663842194p-8472 : inexact
= fma tonearest binary128 0x2.9d244ec9920e03a945e43a03127ap-8684 -0x1.955a12e2d7c9447c27fa022fc865p+212 -0xf.4b1a2317577cb2945c85b4a22bcp-8524 : -0x4.2385e0c6128dc650f4d663842194p-8472 : inexact
= fma towardzero binary128 0x2.9d244ec9920e03a945e43a03127ap-8684 -0x1.955a12e2d7c9447c27fa022fc865p+212 -0xf.4b1a2317577cb2945c85b4a22bcp-8524 : -0x4.2385e0c6128dc650f4d66384219p-8472 : inexact
= fma upward binary128 0x2.9d244ec9920e03a945e43a03127ap-8684 -0x1.955a12e2d7c9447c27fa022fc865p+212 -0xf.4b1a2317577cb2945c85b4a22bcp-8524 : -0x4.2385e0c6128dc650f4d66384219p-8472 : inexact
fma 0x1.801181509c03bdbef10d6165588cp-15131 0x1.ad86f8e57d3d40bfa8007780af63p-368 -0x1.6e9df0dab1c9f1d7a6043c390741p-15507
= fma downward binary128 0x3.002302a138077b7de21ac2cab118p-15132 0x1.ad86f8e57d3d40bfa8007780af63p-368 -0x2.dd3be1b56393e3af4c0878720e82p-15508 : 0x5.05f26cac578ab55f72783a48210cp-15500 : inexact
= fma tonearest binary128 0x3.002302a138077b7de21ac2cab118p-15132 0x1.ad86f8e57d3d40bfa8007780af63p-368 -0x2.dd3be1b56393e3af4c0878720e82p-15508 : 0x5.05f26cac578ab55f72783a48211p-15500 : inexact
= fma towardzero binary128 0x3.002302a138077b7de21ac2cab118p-15132 0x1.ad86f8e57d3d40bfa8007780af63p-368 -0x2.dd3be1b56393e3af4c0878720e82p-15508 : 0x5.05f26cac578ab55f72783a48210cp-15500 : inexact
= fma upward binary128 0x3.002302a138077b7de21ac2cab118p-15132 0x1.ad86f8e57d3d40bfa8007780af63p-368 -0x2.dd3be1b56393e3af4c0878720e82p-15508 : 0x5.05f26cac578ab55f72783a48211p-15500 : inexact
fma 0x1.ffffffffffffffp0 0x1.000000000000008p0 -0x1p-1000
= fma downward intel96 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x1.fffffffffffffffep+0 : inexact
= fma tonearest intel96 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x2p+0 : inexact
= fma towardzero intel96 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x1.fffffffffffffffep+0 : inexact
= fma upward intel96 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x2p+0 : inexact
= fma downward m68k96 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x1.fffffffffffffffep+0 : inexact
= fma tonearest m68k96 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x2p+0 : inexact
= fma towardzero m68k96 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x1.fffffffffffffffep+0 : inexact
= fma upward m68k96 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x2p+0 : inexact
= fma downward binary128 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x1.ffffffffffffffffffffffffffffp+0 : inexact
= fma tonearest binary128 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x1.ffffffffffffffffffffffffffffp+0 : inexact
= fma towardzero binary128 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x1.ffffffffffffffffffffffffffffp+0 : inexact
= fma upward binary128 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x2p+0 : inexact
= fma downward ibm128 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x1.ffffffffffffffffffffffffff8p+0 : inexact
= fma tonearest ibm128 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x2p+0 : inexact
= fma towardzero ibm128 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x1.ffffffffffffffffffffffffff8p+0 : inexact
= fma upward ibm128 0x1.ffffffffffffffp+0 0x1.000000000000008p+0 -0x1p-1000 : 0x2p+0 : inexact
fma 0x1.4p-16382 0x1.0000000000000000000000000002p-1 0x1p-16384
= fma downward binary128 0x5p-16384 0x8.000000000000000000000000001p-4 0x1p-16384 : 0x3.8000000000000000000000000004p-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x5p-16384 0x8.000000000000000000000000001p-4 0x1p-16384 : 0x3.8000000000000000000000000004p-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x5p-16384 0x8.000000000000000000000000001p-4 0x1p-16384 : 0x3.8000000000000000000000000004p-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x5p-16384 0x8.000000000000000000000000001p-4 0x1p-16384 : 0x3.8000000000000000000000000008p-16384 : inexact underflow errno-erange-ok
fma -0x1.4p-16382 0x1.0000000000000000000000000002p-1 -0x1p-16384
= fma downward binary128 -0x5p-16384 0x8.000000000000000000000000001p-4 -0x1p-16384 : -0x3.8000000000000000000000000008p-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x5p-16384 0x8.000000000000000000000000001p-4 -0x1p-16384 : -0x3.8000000000000000000000000004p-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 -0x5p-16384 0x8.000000000000000000000000001p-4 -0x1p-16384 : -0x3.8000000000000000000000000004p-16384 : inexact underflow errno-erange-ok
= fma upward binary128 -0x5p-16384 0x8.000000000000000000000000001p-4 -0x1p-16384 : -0x3.8000000000000000000000000004p-16384 : inexact underflow errno-erange-ok
fma 0x1.fffffffffffffffffffffffffffcp-16382 0x1.0000000000000000000000000001p-1 0x1p-16494
= fma downward binary128 0x7.fffffffffffffffffffffffffffp-16384 0x8.0000000000000000000000000008p-4 0x4p-16496 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x7.fffffffffffffffffffffffffffp-16384 0x8.0000000000000000000000000008p-4 0x4p-16496 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary128 0x7.fffffffffffffffffffffffffffp-16384 0x8.0000000000000000000000000008p-4 0x4p-16496 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x7.fffffffffffffffffffffffffffp-16384 0x8.0000000000000000000000000008p-4 0x4p-16496 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
fma -0x1.fffffffffffffffffffffffffffcp-16382 0x1.0000000000000000000000000001p-1 -0x1p-16494
= fma downward binary128 -0x7.fffffffffffffffffffffffffffp-16384 0x8.0000000000000000000000000008p-4 -0x4p-16496 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary128 -0x7.fffffffffffffffffffffffffffp-16384 0x8.0000000000000000000000000008p-4 -0x4p-16496 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary128 -0x7.fffffffffffffffffffffffffffp-16384 0x8.0000000000000000000000000008p-4 -0x4p-16496 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 -0x7.fffffffffffffffffffffffffffp-16384 0x8.0000000000000000000000000008p-4 -0x4p-16496 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
fma 0x1p-16494 0x1p-1 0x0.ffffffffffffffffffffffffffffp-16382
= fma downward binary128 0x4p-16496 0x8p-4 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16496 0x8p-4 0x3.fffffffffffffffffffffffffffcp-16384 : 0x4p-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x4p-16496 0x8p-4 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x4p-16496 0x8p-4 0x3.fffffffffffffffffffffffffffcp-16384 : 0x4p-16384 : inexact underflow errno-erange-ok
fma -0x1p-16494 0x1p-1 -0x0.ffffffffffffffffffffffffffffp-16382
= fma downward binary128 -0x4p-16496 0x8p-4 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x4p-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 -0x4p-16496 0x8p-4 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x4p-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 -0x4p-16496 0x8p-4 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 -0x4p-16496 0x8p-4 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
fma 0x1p-16494 0x1.1p-1 0x0.ffffffffffffffffffffffffffffp-16382
= fma downward binary128 0x4p-16496 0x8.8p-4 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16496 0x8.8p-4 0x3.fffffffffffffffffffffffffffcp-16384 : 0x4p-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x4p-16496 0x8.8p-4 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x4p-16496 0x8.8p-4 0x3.fffffffffffffffffffffffffffcp-16384 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
fma -0x1p-16494 0x1.1p-1 -0x0.ffffffffffffffffffffffffffffp-16382
= fma downward binary128 -0x4p-16496 0x8.8p-4 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary128 -0x4p-16496 0x8.8p-4 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x4p-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 -0x4p-16496 0x8.8p-4 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 -0x4p-16496 0x8.8p-4 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
fma 0x1p-16494 0x1p-16494 0x1p16383
= fma downward binary128 0x4p-16496 0x4p-16496 0x8p+16380 : 0x8p+16380 : inexact
= fma tonearest binary128 0x4p-16496 0x4p-16496 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero binary128 0x4p-16496 0x4p-16496 0x8p+16380 : 0x8p+16380 : inexact
= fma upward binary128 0x4p-16496 0x4p-16496 0x8p+16380 : 0x8.0000000000000000000000000008p+16380 : inexact
fma 0x1p-16494 -0x1p-16494 0x1p16383
= fma downward binary128 0x4p-16496 -0x4p-16496 0x8p+16380 : 0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma tonearest binary128 0x4p-16496 -0x4p-16496 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero binary128 0x4p-16496 -0x4p-16496 0x8p+16380 : 0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma upward binary128 0x4p-16496 -0x4p-16496 0x8p+16380 : 0x8p+16380 : inexact
fma 0x1p-16494 0x1p-16494 -0x1p16383
= fma downward binary128 0x4p-16496 0x4p-16496 -0x8p+16380 : -0x8p+16380 : inexact
= fma tonearest binary128 0x4p-16496 0x4p-16496 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero binary128 0x4p-16496 0x4p-16496 -0x8p+16380 : -0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma upward binary128 0x4p-16496 0x4p-16496 -0x8p+16380 : -0x7.fffffffffffffffffffffffffffcp+16380 : inexact
fma 0x1p-16494 -0x1p-16494 -0x1p16383
= fma downward binary128 0x4p-16496 -0x4p-16496 -0x8p+16380 : -0x8.0000000000000000000000000008p+16380 : inexact
= fma tonearest binary128 0x4p-16496 -0x4p-16496 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero binary128 0x4p-16496 -0x4p-16496 -0x8p+16380 : -0x8p+16380 : inexact
= fma upward binary128 0x4p-16496 -0x4p-16496 -0x8p+16380 : -0x8p+16380 : inexact
fma 0x1p-16494 0x1p-16494 0x1p-16382
= fma downward binary128 0x4p-16496 0x4p-16496 0x4p-16384 : 0x4p-16384 : inexact
= fma tonearest binary128 0x4p-16496 0x4p-16496 0x4p-16384 : 0x4p-16384 : inexact
= fma towardzero binary128 0x4p-16496 0x4p-16496 0x4p-16384 : 0x4p-16384 : inexact
= fma upward binary128 0x4p-16496 0x4p-16496 0x4p-16384 : 0x4.0000000000000000000000000004p-16384 : inexact
fma 0x1p-16494 -0x1p-16494 0x1p-16382
= fma downward binary128 0x4p-16496 -0x4p-16496 0x4p-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16496 -0x4p-16496 0x4p-16384 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary128 0x4p-16496 -0x4p-16496 0x4p-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x4p-16496 -0x4p-16496 0x4p-16384 : 0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
fma 0x1p-16494 0x1p-16494 -0x1p-16382
= fma downward binary128 0x4p-16496 0x4p-16496 -0x4p-16384 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma tonearest binary128 0x4p-16496 0x4p-16496 -0x4p-16384 : -0x4p-16384 : inexact underflow:before-rounding errno-erange-ok:before-rounding
= fma towardzero binary128 0x4p-16496 0x4p-16496 -0x4p-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x4p-16496 0x4p-16496 -0x4p-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
fma 0x1p-16494 -0x1p-16494 -0x1p-16382
= fma downward binary128 0x4p-16496 -0x4p-16496 -0x4p-16384 : -0x4.0000000000000000000000000004p-16384 : inexact
= fma tonearest binary128 0x4p-16496 -0x4p-16496 -0x4p-16384 : -0x4p-16384 : inexact
= fma towardzero binary128 0x4p-16496 -0x4p-16496 -0x4p-16384 : -0x4p-16384 : inexact
= fma upward binary128 0x4p-16496 -0x4p-16496 -0x4p-16384 : -0x4p-16384 : inexact
fma 0x1p-16494 0x1p-16494 0x0.ffffffffffffffffffffffffffffp-16382
= fma downward binary128 0x4p-16496 0x4p-16496 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16496 0x4p-16496 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x4p-16496 0x4p-16496 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x4p-16496 0x4p-16496 0x3.fffffffffffffffffffffffffffcp-16384 : 0x4p-16384 : inexact underflow errno-erange-ok
fma 0x1p-16494 -0x1p-16494 0x0.ffffffffffffffffffffffffffffp-16382
= fma downward binary128 0x4p-16496 -0x4p-16496 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16496 -0x4p-16496 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x4p-16496 -0x4p-16496 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x4p-16496 -0x4p-16496 0x3.fffffffffffffffffffffffffffcp-16384 : 0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
fma 0x1p-16494 0x1p-16494 -0x0.ffffffffffffffffffffffffffffp-16382
= fma downward binary128 0x4p-16496 0x4p-16496 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16496 0x4p-16496 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x4p-16496 0x4p-16496 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffff8p-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x4p-16496 0x4p-16496 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffff8p-16384 : inexact underflow errno-erange-ok
fma 0x1p-16494 -0x1p-16494 -0x0.ffffffffffffffffffffffffffffp-16382
= fma downward binary128 0x4p-16496 -0x4p-16496 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x4p-16384 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16496 -0x4p-16496 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x4p-16496 -0x4p-16496 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
= fma upward binary128 0x4p-16496 -0x4p-16496 -0x3.fffffffffffffffffffffffffffcp-16384 : -0x3.fffffffffffffffffffffffffffcp-16384 : inexact underflow errno-erange-ok
fma 0x1p-16494 0x1p-16494 0x1p-16494
= fma downward binary128 0x4p-16496 0x4p-16496 0x4p-16496 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16496 0x4p-16496 0x4p-16496 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x4p-16496 0x4p-16496 0x4p-16496 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma upward binary128 0x4p-16496 0x4p-16496 0x4p-16496 : 0x8p-16496 : inexact underflow errno-erange-ok
fma 0x1p-16494 -0x1p-16494 0x1p-16494 missing-errno
= fma downward binary128 0x4p-16496 -0x4p-16496 0x4p-16496 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma tonearest binary128 0x4p-16496 -0x4p-16496 0x4p-16496 : 0x4p-16496 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x4p-16496 -0x4p-16496 0x4p-16496 : 0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16496 -0x4p-16496 0x4p-16496 : 0x4p-16496 : inexact underflow errno-erange-ok
fma 0x1p-16494 0x1p-16494 -0x1p-16494 missing-errno
= fma downward binary128 0x4p-16496 0x4p-16496 -0x4p-16496 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16496 0x4p-16496 -0x4p-16496 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x4p-16496 0x4p-16496 -0x4p-16496 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
= fma upward binary128 0x4p-16496 0x4p-16496 -0x4p-16496 : -0x0p+0 : inexact underflow errno-erange errno-erange-ok
fma 0x1p-16494 -0x1p-16494 -0x1p-16494
= fma downward binary128 0x4p-16496 -0x4p-16496 -0x4p-16496 : -0x8p-16496 : inexact underflow errno-erange-ok
= fma tonearest binary128 0x4p-16496 -0x4p-16496 -0x4p-16496 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma towardzero binary128 0x4p-16496 -0x4p-16496 -0x4p-16496 : -0x4p-16496 : inexact underflow errno-erange-ok
= fma upward binary128 0x4p-16496 -0x4p-16496 -0x4p-16496 : -0x4p-16496 : inexact underflow errno-erange-ok
fma 0x0.ffffffffffffffffffffffffffff8p0 0x0.ffffffffffffffffffffffffffff8p0 -0x0.ffffffffffffffffffffffffffffp0
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffffp-4 : 0x4p-228 :
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffffp-4 : 0x4p-228 :
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffffp-4 : 0x4p-228 :
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffffp-4 : 0x4p-228 :
fma 0x0.ffffffffffffffffffffffffffff8p0 -0x0.ffffffffffffffffffffffffffff8p0 0x0.ffffffffffffffffffffffffffffp0
= fma downward binary128 0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffffp-4 : -0x4p-228 :
= fma tonearest binary128 0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffffp-4 : -0x4p-228 :
= fma towardzero binary128 0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffffp-4 : -0x4p-228 :
= fma upward binary128 0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffffp-4 : -0x4p-228 :
fma -0x0.ffffffffffffffffffffffffffff8p0 0x0.ffffffffffffffffffffffffffff8p0 0x0.ffffffffffffffffffffffffffffp0
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffffp-4 : -0x4p-228 :
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffffp-4 : -0x4p-228 :
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffffp-4 : -0x4p-228 :
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffff8p-4 0xf.fffffffffffffffffffffffffffp-4 : -0x4p-228 :
fma -0x0.ffffffffffffffffffffffffffff8p0 -0x0.ffffffffffffffffffffffffffff8p0 -0x0.ffffffffffffffffffffffffffffp0
= fma downward binary128 -0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffffp-4 : 0x4p-228 :
= fma tonearest binary128 -0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffffp-4 : 0x4p-228 :
= fma towardzero binary128 -0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffffp-4 : 0x4p-228 :
= fma upward binary128 -0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffff8p-4 -0xf.fffffffffffffffffffffffffffp-4 : 0x4p-228 :
fma 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-66 0x1p16383
= fma downward binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma tonearest binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma upward binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 0x8p+16380 : 0x8.0000000000000000000000000008p+16380 : inexact
fma 0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-66 0x1p16383
= fma downward binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 0x8p+16380 : 0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma tonearest binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 0x8p+16380 : 0x8p+16380 : inexact
= fma towardzero binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 0x8p+16380 : 0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma upward binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 0x8p+16380 : 0x8p+16380 : inexact
fma 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-66 -0x1p16383
= fma downward binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma tonearest binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 -0x8p+16380 : -0x7.fffffffffffffffffffffffffffcp+16380 : inexact
= fma upward binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 -0x8p+16380 : -0x7.fffffffffffffffffffffffffffcp+16380 : inexact
fma 0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-66 -0x1p16383
= fma downward binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 -0x8p+16380 : -0x8.0000000000000000000000000008p+16380 : inexact
= fma tonearest binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma towardzero binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 -0x8p+16380 : -0x8p+16380 : inexact
= fma upward binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 -0x8p+16380 : -0x8p+16380 : inexact
fma 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-66 0x1p16319
= fma downward binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma tonearest binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma towardzero binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma upward binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 0x8p+16316 : 0x8.0000000000000000000000000008p+16316 : inexact
fma 0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-66 0x1p16319
= fma downward binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 0x8p+16316 : 0x7.fffffffffffffffffffffffffffcp+16316 : inexact
= fma tonearest binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 0x8p+16316 : 0x8p+16316 : inexact
= fma towardzero binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 0x8p+16316 : 0x7.fffffffffffffffffffffffffffcp+16316 : inexact
= fma upward binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 0x8p+16316 : 0x8p+16316 : inexact
fma 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-66 -0x1p16319
= fma downward binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma tonearest binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma towardzero binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 -0x8p+16316 : -0x7.fffffffffffffffffffffffffffcp+16316 : inexact
= fma upward binary128 0x4.0000000000000000000000000004p-16384 0x4.0000000000000000000000000004p-68 -0x8p+16316 : -0x7.fffffffffffffffffffffffffffcp+16316 : inexact
fma 0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-66 -0x1p16319
= fma downward binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 -0x8p+16316 : -0x8.0000000000000000000000000008p+16316 : inexact
= fma tonearest binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma towardzero binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 -0x8p+16316 : -0x8p+16316 : inexact
= fma upward binary128 0x4.0000000000000000000000000004p-16384 -0x4.0000000000000000000000000004p-68 -0x8p+16316 : -0x8p+16316 : inexact
fma 0x1.fffffep-126 0x1.fffffep25 0x1.fffffep127 missing-errno
= fma downward binary32 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma tonearest binary32 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero binary32 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma upward binary32 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary64 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma tonearest binary64 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero binary64 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma upward binary64 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffff00000008p+124 : inexact
= fma downward intel96 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma tonearest intel96 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero intel96 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma upward intel96 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffff0000000001p+124 : inexact
= fma downward m68k96 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma tonearest m68k96 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero m68k96 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma upward m68k96 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffff0000000001p+124 : inexact
= fma downward binary128 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma tonearest binary128 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero binary128 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma upward binary128 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffff00000000000000000000008p+124 : inexact
= fma downward ibm128 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma tonearest ibm128 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero ibm128 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma upward ibm128 0x7.fffff8p-128 0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffff000000000000000000004p+124 : inexact
fma 0x1.fffffep-126 -0x1.fffffep25 0x1.fffffep127
= fma downward binary32 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffep+124 : inexact
= fma tonearest binary32 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero binary32 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffep+124 : inexact
= fma upward binary32 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma downward binary64 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffefffffff8p+124 : inexact
= fma tonearest binary64 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero binary64 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffefffffff8p+124 : inexact
= fma upward binary64 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma downward intel96 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffeffffffffffp+124 : inexact
= fma tonearest intel96 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero intel96 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffeffffffffffp+124 : inexact
= fma upward intel96 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma downward m68k96 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffeffffffffffp+124 : inexact
= fma tonearest m68k96 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero m68k96 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffeffffffffffp+124 : inexact
= fma upward m68k96 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma downward binary128 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffeffffffffffffffffffffff8p+124 : inexact
= fma tonearest binary128 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero binary128 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffeffffffffffffffffffffff8p+124 : inexact
= fma upward binary128 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma downward ibm128 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffeffffffffffffffffffffcp+124 : inexact
= fma tonearest ibm128 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
= fma towardzero ibm128 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.ffffeffffffffffffffffffffcp+124 : inexact
= fma upward ibm128 0x7.fffff8p-128 -0x3.fffffcp+24 0xf.fffffp+124 : 0xf.fffffp+124 : inexact
fma 0x1.fffffep-126 0x1.fffffep25 -0x1.fffffep127
= fma downward binary32 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma tonearest binary32 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero binary32 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffep+124 : inexact
= fma upward binary32 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffep+124 : inexact
= fma downward binary64 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma tonearest binary64 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero binary64 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffefffffff8p+124 : inexact
= fma upward binary64 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffefffffff8p+124 : inexact
= fma downward intel96 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma tonearest intel96 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero intel96 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffeffffffffffp+124 : inexact
= fma upward intel96 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffeffffffffffp+124 : inexact
= fma downward m68k96 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma tonearest m68k96 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero m68k96 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffeffffffffffp+124 : inexact
= fma upward m68k96 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffeffffffffffp+124 : inexact
= fma downward binary128 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma tonearest binary128 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero binary128 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffeffffffffffffffffffffff8p+124 : inexact
= fma upward binary128 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffeffffffffffffffffffffff8p+124 : inexact
= fma downward ibm128 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma tonearest ibm128 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero ibm128 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffeffffffffffffffffffffcp+124 : inexact
= fma upward ibm128 0x7.fffff8p-128 0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.ffffeffffffffffffffffffffcp+124 : inexact
fma 0x1.fffffep-126 -0x1.fffffep25 -0x1.fffffep127 missing-errno
= fma downward binary32 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary32 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero binary32 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma upward binary32 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma downward binary64 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffff00000008p+124 : inexact
= fma tonearest binary64 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero binary64 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma upward binary64 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma downward intel96 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffff0000000001p+124 : inexact
= fma tonearest intel96 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero intel96 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma upward intel96 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma downward m68k96 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffff0000000001p+124 : inexact
= fma tonearest m68k96 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero m68k96 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma upward m68k96 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma downward binary128 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffff00000000000000000000008p+124 : inexact
= fma tonearest binary128 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero binary128 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma upward binary128 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma downward ibm128 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffff000000000000000000004p+124 : inexact
= fma tonearest ibm128 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma towardzero ibm128 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
= fma upward ibm128 0x7.fffff8p-128 -0x3.fffffcp+24 -0xf.fffffp+124 : -0xf.fffffp+124 : inexact
fma 0x1.fffffffffffffp-1022 0x1.fffffffffffffp54 0x1.fffffffffffffp1023 missing-errno
= fma downward binary64 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma tonearest binary64 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma towardzero binary64 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma upward binary64 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward intel96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma tonearest intel96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma towardzero intel96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma upward intel96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff801p+1020 : inexact
= fma downward m68k96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma tonearest m68k96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma towardzero m68k96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma upward m68k96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff801p+1020 : inexact
= fma downward binary128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma tonearest binary128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma towardzero binary128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma upward binary128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8000000000000008p+1020 : inexact
= fma downward ibm128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma tonearest ibm128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma towardzero ibm128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma upward ibm128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff80000000000004p+1020 : inexact
fma 0x1.fffffffffffffp-1022 -0x1.fffffffffffffp54 0x1.fffffffffffffp1023
= fma downward binary64 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffffp+1020 : inexact
= fma tonearest binary64 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma towardzero binary64 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffffp+1020 : inexact
= fma upward binary64 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma downward intel96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff7ffp+1020 : inexact
= fma tonearest intel96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma towardzero intel96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff7ffp+1020 : inexact
= fma upward intel96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma downward m68k96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff7ffp+1020 : inexact
= fma tonearest m68k96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma towardzero m68k96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff7ffp+1020 : inexact
= fma upward m68k96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma downward binary128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff7ffffffffffffff8p+1020 : inexact
= fma tonearest binary128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma towardzero binary128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff7ffffffffffffff8p+1020 : inexact
= fma upward binary128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma downward ibm128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff7ffffffffffffcp+1020 : inexact
= fma tonearest ibm128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
= fma towardzero ibm128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff7ffffffffffffcp+1020 : inexact
= fma upward ibm128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 0xf.ffffffffffff8p+1020 : 0xf.ffffffffffff8p+1020 : inexact
fma 0x1.fffffffffffffp-1022 0x1.fffffffffffffp54 -0x1.fffffffffffffp1023
= fma downward binary64 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma tonearest binary64 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma towardzero binary64 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffffp+1020 : inexact
= fma upward binary64 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffffp+1020 : inexact
= fma downward intel96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma tonearest intel96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma towardzero intel96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff7ffp+1020 : inexact
= fma upward intel96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff7ffp+1020 : inexact
= fma downward m68k96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma tonearest m68k96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma towardzero m68k96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff7ffp+1020 : inexact
= fma upward m68k96 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff7ffp+1020 : inexact
= fma downward binary128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma tonearest binary128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma towardzero binary128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff7ffffffffffffff8p+1020 : inexact
= fma upward binary128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff7ffffffffffffff8p+1020 : inexact
= fma downward ibm128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma tonearest ibm128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma towardzero ibm128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff7ffffffffffffcp+1020 : inexact
= fma upward ibm128 0x7.ffffffffffffcp-1024 0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff7ffffffffffffcp+1020 : inexact
fma 0x1.fffffffffffffp-1022 -0x1.fffffffffffffp54 -0x1.fffffffffffffp1023 missing-errno
= fma downward binary64 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary64 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma towardzero binary64 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma upward binary64 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma downward intel96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff801p+1020 : inexact
= fma tonearest intel96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma towardzero intel96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma upward intel96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma downward m68k96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff801p+1020 : inexact
= fma tonearest m68k96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma towardzero m68k96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma upward m68k96 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma downward binary128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8000000000000008p+1020 : inexact
= fma tonearest binary128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma towardzero binary128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma upward binary128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma downward ibm128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff80000000000004p+1020 : inexact
= fma tonearest ibm128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma towardzero ibm128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
= fma upward ibm128 0x7.ffffffffffffcp-1024 -0x7.ffffffffffffcp+52 -0xf.ffffffffffff8p+1020 : -0xf.ffffffffffff8p+1020 : inexact
fma 0x1.fffffffffffffffep-16382 0x1.fffffffffffffffep65 0x1.fffffffffffffffep16383 missing-errno
= fma downward intel96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma tonearest intel96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma towardzero intel96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma upward intel96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward m68k96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma tonearest m68k96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma towardzero m68k96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma upward m68k96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : plus_infty : inexact overflow errno-erange errno-erange-ok
= fma downward binary128 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma tonearest binary128 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma towardzero binary128 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma upward binary128 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffff0000000000008p+16380 : inexact
fma 0x1.fffffffffffffffep-16382 -0x1.fffffffffffffffep65 0x1.fffffffffffffffep16383
= fma downward intel96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.ffffffffffffffep+16380 : inexact
= fma tonearest intel96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma towardzero intel96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.ffffffffffffffep+16380 : inexact
= fma upward intel96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma downward m68k96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.ffffffffffffffep+16380 : inexact
= fma tonearest m68k96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma towardzero m68k96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.ffffffffffffffep+16380 : inexact
= fma upward m68k96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma downward binary128 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.ffffffffffffffeffffffffffff8p+16380 : inexact
= fma tonearest binary128 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
= fma towardzero binary128 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.ffffffffffffffeffffffffffff8p+16380 : inexact
= fma upward binary128 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 0xf.fffffffffffffffp+16380 : 0xf.fffffffffffffffp+16380 : inexact
fma 0x1.fffffffffffffffep-16382 0x1.fffffffffffffffep65 -0x1.fffffffffffffffep16383
= fma downward intel96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma tonearest intel96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma towardzero intel96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.ffffffffffffffep+16380 : inexact
= fma upward intel96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.ffffffffffffffep+16380 : inexact
= fma downward m68k96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma tonearest m68k96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma towardzero m68k96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.ffffffffffffffep+16380 : inexact
= fma upward m68k96 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.ffffffffffffffep+16380 : inexact
= fma downward binary128 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma tonearest binary128 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma towardzero binary128 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.ffffffffffffffeffffffffffff8p+16380 : inexact
= fma upward binary128 0x7.fffffffffffffff8p-16384 0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.ffffffffffffffeffffffffffff8p+16380 : inexact
fma 0x1.fffffffffffffffep-16382 -0x1.fffffffffffffffep65 -0x1.fffffffffffffffep16383 missing-errno
= fma downward intel96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest intel96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma towardzero intel96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma upward intel96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma downward m68k96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest m68k96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma towardzero m68k96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma upward m68k96 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma downward binary128 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffff0000000000008p+16380 : inexact
= fma tonearest binary128 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma towardzero binary128 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
= fma upward binary128 0x7.fffffffffffffff8p-16384 -0x3.fffffffffffffffcp+64 -0xf.fffffffffffffffp+16380 : -0xf.fffffffffffffffp+16380 : inexact
fma 0x1.ffffffffffffffffffffffffffffp-16382 0x1.ffffffffffffffffffffffffffffp114 0x1.ffffffffffffffffffffffffffffp16383 missing-errno
= fma downward binary128 0x7.fffffffffffffffffffffffffffcp-16384 0x7.fffffffffffffffffffffffffffcp+112 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact
= fma tonearest binary128 0x7.fffffffffffffffffffffffffffcp-16384 0x7.fffffffffffffffffffffffffffcp+112 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact
= fma towardzero binary128 0x7.fffffffffffffffffffffffffffcp-16384 0x7.fffffffffffffffffffffffffffcp+112 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact
= fma upward binary128 0x7.fffffffffffffffffffffffffffcp-16384 0x7.fffffffffffffffffffffffffffcp+112 0xf.fffffffffffffffffffffffffff8p+16380 : plus_infty : inexact overflow errno-erange errno-erange-ok
fma 0x1.ffffffffffffffffffffffffffffp-16382 -0x1.ffffffffffffffffffffffffffffp114 0x1.ffffffffffffffffffffffffffffp16383
= fma downward binary128 0x7.fffffffffffffffffffffffffffcp-16384 -0x7.fffffffffffffffffffffffffffcp+112 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffffp+16380 : inexact
= fma tonearest binary128 0x7.fffffffffffffffffffffffffffcp-16384 -0x7.fffffffffffffffffffffffffffcp+112 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact
= fma towardzero binary128 0x7.fffffffffffffffffffffffffffcp-16384 -0x7.fffffffffffffffffffffffffffcp+112 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffffp+16380 : inexact
= fma upward binary128 0x7.fffffffffffffffffffffffffffcp-16384 -0x7.fffffffffffffffffffffffffffcp+112 0xf.fffffffffffffffffffffffffff8p+16380 : 0xf.fffffffffffffffffffffffffff8p+16380 : inexact
fma 0x1.ffffffffffffffffffffffffffffp-16382 0x1.ffffffffffffffffffffffffffffp114 -0x1.ffffffffffffffffffffffffffffp16383
= fma downward binary128 0x7.fffffffffffffffffffffffffffcp-16384 0x7.fffffffffffffffffffffffffffcp+112 -0xf.fffffffffffffffffffffffffff8p+16380 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact
= fma tonearest binary128 0x7.fffffffffffffffffffffffffffcp-16384 0x7.fffffffffffffffffffffffffffcp+112 -0xf.fffffffffffffffffffffffffff8p+16380 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact
= fma towardzero binary128 0x7.fffffffffffffffffffffffffffcp-16384 0x7.fffffffffffffffffffffffffffcp+112 -0xf.fffffffffffffffffffffffffff8p+16380 : -0xf.fffffffffffffffffffffffffffp+16380 : inexact
= fma upward binary128 0x7.fffffffffffffffffffffffffffcp-16384 0x7.fffffffffffffffffffffffffffcp+112 -0xf.fffffffffffffffffffffffffff8p+16380 : -0xf.fffffffffffffffffffffffffffp+16380 : inexact
fma 0x1.ffffffffffffffffffffffffffffp-16382 -0x1.ffffffffffffffffffffffffffffp114 -0x1.ffffffffffffffffffffffffffffp16383 missing-errno
= fma downward binary128 0x7.fffffffffffffffffffffffffffcp-16384 -0x7.fffffffffffffffffffffffffffcp+112 -0xf.fffffffffffffffffffffffffff8p+16380 : minus_infty : inexact overflow errno-erange errno-erange-ok
= fma tonearest binary128 0x7.fffffffffffffffffffffffffffcp-16384 -0x7.fffffffffffffffffffffffffffcp+112 -0xf.fffffffffffffffffffffffffff8p+16380 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact
= fma towardzero binary128 0x7.fffffffffffffffffffffffffffcp-16384 -0x7.fffffffffffffffffffffffffffcp+112 -0xf.fffffffffffffffffffffffffff8p+16380 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact
= fma upward binary128 0x7.fffffffffffffffffffffffffffcp-16384 -0x7.fffffffffffffffffffffffffffcp+112 -0xf.fffffffffffffffffffffffffff8p+16380 : -0xf.fffffffffffffffffffffffffff8p+16380 : inexact