aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-05-05 22:59:41 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-05-05 22:59:41 +0000
commit31450d9a87e5bb4d887127ad72b908b4f52bd522 (patch)
tree2e164fa8bead9b053a55ff8ed34cef23658ad206
parenta6ab6ccda3c3aeb741bff7a18fb737e5b7233a49 (diff)
downloadglibc-31450d9a87e5bb4d887127ad72b908b4f52bd522.tar.xz
glibc-31450d9a87e5bb4d887127ad72b908b4f52bd522.zip
Add further tests of libm functions.
This patch adds more randomly-generated tests of various libm functions that are observed to increase ulps on x86_64. (This process must eventually converge, when my random test generation stops finding inputs that increase the listed ulps, except maybe for any cases uncovered where the errors exceed the maximum allowed 9ulp error and so indicate actual libm bugs needing fixing.) Tested for x86_64 and x86 and ulps updated accordingly. * math/auto-libm-test-in: Add more tests of acosh, atanh, clog, clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh. * math/auto-libm-test-out: Regenerated. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
-rw-r--r--ChangeLog8
-rw-r--r--math/auto-libm-test-in23
-rw-r--r--math/auto-libm-test-out2813
-rw-r--r--sysdeps/i386/fpu/libm-test-ulps62
-rw-r--r--sysdeps/x86_64/fpu/libm-test-ulps96
5 files changed, 2927 insertions, 75 deletions
diff --git a/ChangeLog b/ChangeLog
index ecc175e5ad..92b30cab37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-05-05 Joseph Myers <joseph@codesourcery.com>
+
+ * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
+ clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
+ * math/auto-libm-test-out: Regenerated.
+ * sysdeps/i386/fpu/libm-test-ulps: Update.
+ * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
2015-04-30 Daniel Marjamäki <daniel.marjamaki@evidente.se>
[BZ #18265]
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in
index 6cad94dbac..20f3714246 100644
--- a/math/auto-libm-test-in
+++ b/math/auto-libm-test-in
@@ -114,6 +114,7 @@ acosh 0x1p5000
acosh 0x1.80a368p+0
acosh 0x1.0b9d3e9fc19fbp+0
acosh 0x1.11eab6p+0
+acosh 0x1.0fffaap+0
acosh max no-test-inline
asin 0
@@ -376,6 +377,7 @@ atanh 0x3.dfb1f5db0ceccp-4
atanh 0x2.251b2a64c85dep-4
atanh -0x2.e3458cp-4
atanh 0x3.91d9f3c80c72d7acp-4
+atanh -0x2.6c52c26567198p-4
# Bug 16352: underflow exception may be missing.
atanh 0x1p-500 missing-underflow
atanh 0x1p-5000 missing-underflow
@@ -574,6 +576,11 @@ clog -0x9.93d164127d9fp-4 0x7.c5c8d8p-4
clog -0xa.5920ap-4 -0x6.2cda5p-4
clog 0xd.d05c38ebb1b4p+60 -0x3.c22fdp+44
+clog -0xa.19f8ec252c58d5p-4 0x7.d10cdec29a141538p-4
+clog -0xa.7ac41a0b417cb8fp-4 -0x6.c5a32eaeedd4p-4
+clog 0x3.c16p-136 0x8p-152
+clog -0x1.0a69de710590dp+0 -0x7.bc7e121e2b0d1088p-4
+
clog 0x1.fffffep+127 0x1.fffffep+127
clog 0x1.fffffep+127 1.0
clog 0x1p-149 0x1p-149
@@ -717,6 +724,11 @@ clog10 -0x9.93d164127d9fp-4 0x7.c5c8d8p-4
clog10 -0xa.5920ap-4 -0x6.2cda5p-4
clog10 0xd.d05c38ebb1b4p+60 -0x3.c22fdp+44
+clog10 -0xa.19f8ec252c58d5p-4 0x7.d10cdec29a141538p-4
+clog10 -0xa.7ac41a0b417cb8fp-4 -0x6.c5a32eaeedd4p-4
+clog10 0x3.c16p-136 0x8p-152
+clog10 -0x1.0a69de710590dp+0 -0x7.bc7e121e2b0d1088p-4
+
clog10 0x1.fffffep+127 0x1.fffffep+127
clog10 0x1.fffffep+127 1.0
clog10 0x1p-149 0x1p-149
@@ -966,6 +978,9 @@ csqrt -0x4.15ca1p+0 -0x8p-152
csqrt 0xf.a24adp+28 0x8.0f148p+36
csqrt 0x1.f9610ap+4 0x9.87716p+4
csqrt 0x5.9cc21p-4 -0x1.fb1ec91b40dcdp+0
+csqrt -0x7.31291c9fdae04p-160 -0x8p-152
+csqrt 0x1.d60caep+0 0x7.a7d468p+0
+csqrt -0xb.e2bc1cd6eaa7p-180 0x8p-152
csqrt 0x1.fffffep+127 0x1.fffffep+127
csqrt 0x1.fffffep+127 1.0
@@ -1141,6 +1156,7 @@ erfc 0xb.227499103357d84p+0
erfc 0xd.28abfp-4
erfc 0x1.5289fep+0
erfc 0x4.b48498p+0
+erfc 0x2.f8646cp+0
exp 0
exp -0
@@ -1275,6 +1291,8 @@ exp2 -0x1.567cc8p+0
exp2 -0x1.bbbd76p+0
exp2 -0x1.3045fep+8
exp2 0xa.87b8bp+0
+exp2 -0xe.2ce69p-4
+exp2 -0xc.1bf12p-16
expm1 0
expm1 -0
@@ -1330,6 +1348,7 @@ expm1 0x6.660247486aed8p-4
expm1 0x6.289a78p-4
expm1 0x6.1b4d318238d4a2a8p-4
expm1 0x5.fb8dc64e91a74p-4
+expm1 0x3.735f497c4e67535cp-4
# Bug 16353: underflow exception may be missing
expm1 0x4.0000000000000028p-16384 missing-underflow
@@ -1815,6 +1834,7 @@ log10 0x1.7163aep+0
log10 0xa.9d0d4p-4
log10 0x1.251ec6p+0
log10 0x1.022e82p+0
+log10 0x9.b3727e3feb538p-4
log1p 0
log1p -0
@@ -1860,6 +1880,7 @@ log2 0x1.07465bdc7e41b52ep+0
log2 0xf.4dfb4p-48
log2 0x1.0a588ep+0
log2 0xb.e77c6p-4
+log2 0x1.4fe37ep+0
log2 min
log2 min_subnorm
@@ -2306,6 +2327,8 @@ sinh -0x3.ca68c96337692p-4
sinh -0x3.92da05a85024b314p-4
sinh -0x3.3e6292ed442d450cp-4
sinh 0x7.6e259d2436fc4p-4
+sinh 0x3.d6e088p-4
+sinh -0x7.688eap-4
sqrt 0
sqrt -0
diff --git a/math/auto-libm-test-out b/math/auto-libm-test-out
index 48477c6a13..f68532cfad 100644
--- a/math/auto-libm-test-out
+++ b/math/auto-libm-test-out
@@ -3407,6 +3407,31 @@ acosh 0x1.11eab6p+0
= acosh tonearest ldbl-128ibm 0x1.11eab6p+0L : 0x5.f3a5dc5f386bf397c2b2174968p-4L : inexact-ok
= acosh towardzero ldbl-128ibm 0x1.11eab6p+0L : 0x5.f3a5dc5f386bf397c2b2174968p-4L : inexact-ok
= acosh upward ldbl-128ibm 0x1.11eab6p+0L : 0x5.f3a5dc5f386bf397c2b217496ap-4L : inexact-ok
+acosh 0x1.0fffaap+0
+= acosh downward flt-32 0x1.0fffaap+0f : 0x5.a0a868p-4f : inexact-ok
+= acosh tonearest flt-32 0x1.0fffaap+0f : 0x5.a0a868p-4f : inexact-ok
+= acosh towardzero flt-32 0x1.0fffaap+0f : 0x5.a0a868p-4f : inexact-ok
+= acosh upward flt-32 0x1.0fffaap+0f : 0x5.a0a87p-4f : inexact-ok
+= acosh downward dbl-64 0x1.0fffaap+0 : 0x5.a0a86a1d26c7cp-4 : inexact-ok
+= acosh tonearest dbl-64 0x1.0fffaap+0 : 0x5.a0a86a1d26c8p-4 : inexact-ok
+= acosh towardzero dbl-64 0x1.0fffaap+0 : 0x5.a0a86a1d26c7cp-4 : inexact-ok
+= acosh upward dbl-64 0x1.0fffaap+0 : 0x5.a0a86a1d26c8p-4 : inexact-ok
+= acosh downward ldbl-96-intel 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdf8p-4L : inexact-ok
+= acosh tonearest ldbl-96-intel 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdf8p-4L : inexact-ok
+= acosh towardzero ldbl-96-intel 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdf8p-4L : inexact-ok
+= acosh upward ldbl-96-intel 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fep-4L : inexact-ok
+= acosh downward ldbl-96-m68k 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdf8p-4L : inexact-ok
+= acosh tonearest ldbl-96-m68k 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdf8p-4L : inexact-ok
+= acosh towardzero ldbl-96-m68k 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdf8p-4L : inexact-ok
+= acosh upward ldbl-96-m68k 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fep-4L : inexact-ok
+= acosh downward ldbl-128 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdfbf175ccccc734p-4L : inexact-ok
+= acosh tonearest ldbl-128 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdfbf175ccccc738p-4L : inexact-ok
+= acosh towardzero ldbl-128 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdfbf175ccccc734p-4L : inexact-ok
+= acosh upward ldbl-128 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdfbf175ccccc738p-4L : inexact-ok
+= acosh downward ldbl-128ibm 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdfbf175ccccc6p-4L : inexact-ok
+= acosh tonearest ldbl-128ibm 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdfbf175ccccc8p-4L : inexact-ok
+= acosh towardzero ldbl-128ibm 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdfbf175ccccc6p-4L : inexact-ok
+= acosh upward ldbl-128ibm 0x1.0fffaap+0L : 0x5.a0a86a1d26c7fdfbf175ccccc8p-4L : inexact-ok
acosh max no-test-inline
= acosh downward flt-32 0xf.fffffp+124f : 0x5.96a7ep+4f : no-test-inline inexact-ok
= acosh tonearest flt-32 0xf.fffffp+124f : 0x5.96a7ep+4f : no-test-inline inexact-ok
@@ -20251,6 +20276,75 @@ atanh 0x3.91d9f3c80c72d7acp-4
= atanh tonearest ldbl-128ibm 0x3.91d9f3c80c72d7acp-4L : 0x3.a17be7dd804618bdf1c7215b11p-4L : inexact-ok
= atanh towardzero ldbl-128ibm 0x3.91d9f3c80c72d7acp-4L : 0x3.a17be7dd804618bdf1c7215b1p-4L : inexact-ok
= atanh upward ldbl-128ibm 0x3.91d9f3c80c72d7acp-4L : 0x3.a17be7dd804618bdf1c7215b11p-4L : inexact-ok
+atanh -0x2.6c52c26567198p-4
+= atanh downward flt-32 -0x2.6c52cp-4f : -0x2.7121d8p-4f : inexact-ok
+= atanh tonearest flt-32 -0x2.6c52cp-4f : -0x2.7121d4p-4f : inexact-ok
+= atanh towardzero flt-32 -0x2.6c52cp-4f : -0x2.7121d4p-4f : inexact-ok
+= atanh upward flt-32 -0x2.6c52cp-4f : -0x2.7121d4p-4f : inexact-ok
+= atanh downward dbl-64 -0x2.6c52cp-4 : -0x2.7121d517d0c0cp-4 : inexact-ok
+= atanh tonearest dbl-64 -0x2.6c52cp-4 : -0x2.7121d517d0c0cp-4 : inexact-ok
+= atanh towardzero dbl-64 -0x2.6c52cp-4 : -0x2.7121d517d0c0ap-4 : inexact-ok
+= atanh upward dbl-64 -0x2.6c52cp-4 : -0x2.7121d517d0c0ap-4 : inexact-ok
+= atanh downward ldbl-96-intel -0x2.6c52cp-4L : -0x2.7121d517d0c0b62cp-4L : inexact-ok
+= atanh tonearest ldbl-96-intel -0x2.6c52cp-4L : -0x2.7121d517d0c0b62cp-4L : inexact-ok
+= atanh towardzero ldbl-96-intel -0x2.6c52cp-4L : -0x2.7121d517d0c0b628p-4L : inexact-ok
+= atanh upward ldbl-96-intel -0x2.6c52cp-4L : -0x2.7121d517d0c0b628p-4L : inexact-ok
+= atanh downward ldbl-96-m68k -0x2.6c52cp-4L : -0x2.7121d517d0c0b62cp-4L : inexact-ok
+= atanh tonearest ldbl-96-m68k -0x2.6c52cp-4L : -0x2.7121d517d0c0b62cp-4L : inexact-ok
+= atanh towardzero ldbl-96-m68k -0x2.6c52cp-4L : -0x2.7121d517d0c0b628p-4L : inexact-ok
+= atanh upward ldbl-96-m68k -0x2.6c52cp-4L : -0x2.7121d517d0c0b628p-4L : inexact-ok
+= atanh downward ldbl-128 -0x2.6c52cp-4L : -0x2.7121d517d0c0b62a7a791d85633cp-4L : inexact-ok
+= atanh tonearest ldbl-128 -0x2.6c52cp-4L : -0x2.7121d517d0c0b62a7a791d85633cp-4L : inexact-ok
+= atanh towardzero ldbl-128 -0x2.6c52cp-4L : -0x2.7121d517d0c0b62a7a791d85633ap-4L : inexact-ok
+= atanh upward ldbl-128 -0x2.6c52cp-4L : -0x2.7121d517d0c0b62a7a791d85633ap-4L : inexact-ok
+= atanh downward ldbl-128ibm -0x2.6c52cp-4L : -0x2.7121d517d0c0b62a7a791d8564p-4L : inexact-ok
+= atanh tonearest ldbl-128ibm -0x2.6c52cp-4L : -0x2.7121d517d0c0b62a7a791d8563p-4L : inexact-ok
+= atanh towardzero ldbl-128ibm -0x2.6c52cp-4L : -0x2.7121d517d0c0b62a7a791d8563p-4L : inexact-ok
+= atanh upward ldbl-128ibm -0x2.6c52cp-4L : -0x2.7121d517d0c0b62a7a791d8563p-4L : inexact-ok
+= atanh downward flt-32 -0x2.6c52c4p-4f : -0x2.7121dcp-4f : inexact-ok
+= atanh tonearest flt-32 -0x2.6c52c4p-4f : -0x2.7121d8p-4f : inexact-ok
+= atanh towardzero flt-32 -0x2.6c52c4p-4f : -0x2.7121d8p-4f : inexact-ok
+= atanh upward flt-32 -0x2.6c52c4p-4f : -0x2.7121d8p-4f : inexact-ok
+= atanh downward dbl-64 -0x2.6c52c4p-4 : -0x2.7121d92fda686p-4 : inexact-ok
+= atanh tonearest dbl-64 -0x2.6c52c4p-4 : -0x2.7121d92fda686p-4 : inexact-ok
+= atanh towardzero dbl-64 -0x2.6c52c4p-4 : -0x2.7121d92fda684p-4 : inexact-ok
+= atanh upward dbl-64 -0x2.6c52c4p-4 : -0x2.7121d92fda684p-4 : inexact-ok
+= atanh downward ldbl-96-intel -0x2.6c52c4p-4L : -0x2.7121d92fda685774p-4L : inexact-ok
+= atanh tonearest ldbl-96-intel -0x2.6c52c4p-4L : -0x2.7121d92fda685774p-4L : inexact-ok
+= atanh towardzero ldbl-96-intel -0x2.6c52c4p-4L : -0x2.7121d92fda68577p-4L : inexact-ok
+= atanh upward ldbl-96-intel -0x2.6c52c4p-4L : -0x2.7121d92fda68577p-4L : inexact-ok
+= atanh downward ldbl-96-m68k -0x2.6c52c4p-4L : -0x2.7121d92fda685774p-4L : inexact-ok
+= atanh tonearest ldbl-96-m68k -0x2.6c52c4p-4L : -0x2.7121d92fda685774p-4L : inexact-ok
+= atanh towardzero ldbl-96-m68k -0x2.6c52c4p-4L : -0x2.7121d92fda68577p-4L : inexact-ok
+= atanh upward ldbl-96-m68k -0x2.6c52c4p-4L : -0x2.7121d92fda68577p-4L : inexact-ok
+= atanh downward ldbl-128 -0x2.6c52c4p-4L : -0x2.7121d92fda685772a132694ae4cap-4L : inexact-ok
+= atanh tonearest ldbl-128 -0x2.6c52c4p-4L : -0x2.7121d92fda685772a132694ae4c8p-4L : inexact-ok
+= atanh towardzero ldbl-128 -0x2.6c52c4p-4L : -0x2.7121d92fda685772a132694ae4c8p-4L : inexact-ok
+= atanh upward ldbl-128 -0x2.6c52c4p-4L : -0x2.7121d92fda685772a132694ae4c8p-4L : inexact-ok
+= atanh downward ldbl-128ibm -0x2.6c52c4p-4L : -0x2.7121d92fda685772a132694ae5p-4L : inexact-ok
+= atanh tonearest ldbl-128ibm -0x2.6c52c4p-4L : -0x2.7121d92fda685772a132694ae5p-4L : inexact-ok
+= atanh towardzero ldbl-128ibm -0x2.6c52c4p-4L : -0x2.7121d92fda685772a132694ae4p-4L : inexact-ok
+= atanh upward ldbl-128ibm -0x2.6c52c4p-4L : -0x2.7121d92fda685772a132694ae4p-4L : inexact-ok
+= atanh downward dbl-64 -0x2.6c52c26567198p-4 : -0x2.7121d78b9e0d6p-4 : inexact-ok
+= atanh tonearest dbl-64 -0x2.6c52c26567198p-4 : -0x2.7121d78b9e0d6p-4 : inexact-ok
+= atanh towardzero dbl-64 -0x2.6c52c26567198p-4 : -0x2.7121d78b9e0d4p-4 : inexact-ok
+= atanh upward dbl-64 -0x2.6c52c26567198p-4 : -0x2.7121d78b9e0d4p-4 : inexact-ok
+= atanh downward ldbl-96-intel -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d579p-4L : inexact-ok
+= atanh tonearest ldbl-96-intel -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d579p-4L : inexact-ok
+= atanh towardzero ldbl-96-intel -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578cp-4L : inexact-ok
+= atanh upward ldbl-96-intel -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578cp-4L : inexact-ok
+= atanh downward ldbl-96-m68k -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d579p-4L : inexact-ok
+= atanh tonearest ldbl-96-m68k -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d579p-4L : inexact-ok
+= atanh towardzero ldbl-96-m68k -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578cp-4L : inexact-ok
+= atanh upward ldbl-96-m68k -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578cp-4L : inexact-ok
+= atanh downward ldbl-128 -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578fbd61de7b57aap-4L : inexact-ok
+= atanh tonearest ldbl-128 -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578fbd61de7b57a8p-4L : inexact-ok
+= atanh towardzero ldbl-128 -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578fbd61de7b57a8p-4L : inexact-ok
+= atanh upward ldbl-128 -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578fbd61de7b57a8p-4L : inexact-ok
+= atanh downward ldbl-128ibm -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578fbd61de7b58p-4L : inexact-ok
+= atanh tonearest ldbl-128ibm -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578fbd61de7b58p-4L : inexact-ok
+= atanh towardzero ldbl-128ibm -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578fbd61de7b57p-4L : inexact-ok
+= atanh upward ldbl-128ibm -0x2.6c52c26567198p-4L : -0x2.7121d78b9e0d578fbd61de7b57p-4L : inexact-ok
atanh 0x1p-500 missing-underflow
= atanh downward flt-32 0x8p-152f : 0x8p-152f : inexact-ok underflow underflow-ok errno-erange-ok
= atanh tonearest flt-32 0x8p-152f : 0x8p-152f : inexact-ok underflow underflow-ok errno-erange-ok
@@ -27162,6 +27256,1122 @@ clog 0xd.d05c38ebb1b4p+60 -0x3.c22fdp+44
= clog tonearest ldbl-128ibm 0xd.d05c38ebb1b4p+60L -0x3.c22fdp+44L : 0x2.c36e9e903642949908bbbacd1ap+4L -0x4.5a74abe492a76360698de2291p-20L : inexact-ok
= clog towardzero ldbl-128ibm 0xd.d05c38ebb1b4p+60L -0x3.c22fdp+44L : 0x2.c36e9e903642949908bbbacd1ap+4L -0x4.5a74abe492a76360698de2290ep-20L : inexact-ok
= clog upward ldbl-128ibm 0xd.d05c38ebb1b4p+60L -0x3.c22fdp+44L : 0x2.c36e9e903642949908bbbacd1bp+4L -0x4.5a74abe492a76360698de2290ep-20L : inexact-ok
+clog -0xa.19f8ec252c58d5p-4 0x7.d10cdec29a141538p-4
+= clog downward flt-32 -0xa.19f8ep-4f 0x7.d10cep-4f : -0x3.9ac82p-4f 0x2.7ba7ap+0f : inexact-ok
+= clog tonearest flt-32 -0xa.19f8ep-4f 0x7.d10cep-4f : -0x3.9ac82p-4f 0x2.7ba7a4p+0f : inexact-ok
+= clog towardzero flt-32 -0xa.19f8ep-4f 0x7.d10cep-4f : -0x3.9ac81cp-4f 0x2.7ba7ap+0f : inexact-ok
+= clog upward flt-32 -0xa.19f8ep-4f 0x7.d10cep-4f : -0x3.9ac81cp-4f 0x2.7ba7a4p+0f : inexact-ok
+= clog downward dbl-64 -0xa.19f8ep-4 0x7.d10cep-4 : -0x3.9ac81f1b77d32p-4 0x2.7ba7a2d896p+0 : inexact-ok
+= clog tonearest dbl-64 -0xa.19f8ep-4 0x7.d10cep-4 : -0x3.9ac81f1b77d32p-4 0x2.7ba7a2d896002p+0 : inexact-ok
+= clog towardzero dbl-64 -0xa.19f8ep-4 0x7.d10cep-4 : -0x3.9ac81f1b77d3p-4 0x2.7ba7a2d896p+0 : inexact-ok
+= clog upward dbl-64 -0xa.19f8ep-4 0x7.d10cep-4 : -0x3.9ac81f1b77d3p-4 0x2.7ba7a2d896002p+0 : inexact-ok
+= clog downward ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d31984p-4L 0x2.7ba7a2d89600172p+0L : inexact-ok
+= clog tonearest ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d3198p-4L 0x2.7ba7a2d89600172p+0L : inexact-ok
+= clog towardzero ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d3198p-4L 0x2.7ba7a2d89600172p+0L : inexact-ok
+= clog upward ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d3198p-4L 0x2.7ba7a2d896001724p+0L : inexact-ok
+= clog downward ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d31984p-4L 0x2.7ba7a2d89600172p+0L : inexact-ok
+= clog tonearest ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d3198p-4L 0x2.7ba7a2d89600172p+0L : inexact-ok
+= clog towardzero ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d3198p-4L 0x2.7ba7a2d89600172p+0L : inexact-ok
+= clog upward ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d3198p-4L 0x2.7ba7a2d896001724p+0L : inexact-ok
+= clog downward ldbl-128 -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d31980c55d86eb71bap-4L 0x2.7ba7a2d89600172008fe93fdd546p+0L : inexact-ok
+= clog tonearest ldbl-128 -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d31980c55d86eb71bap-4L 0x2.7ba7a2d89600172008fe93fdd548p+0L : inexact-ok
+= clog towardzero ldbl-128 -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d31980c55d86eb71b8p-4L 0x2.7ba7a2d89600172008fe93fdd546p+0L : inexact-ok
+= clog upward ldbl-128 -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d31980c55d86eb71b8p-4L 0x2.7ba7a2d89600172008fe93fdd548p+0L : inexact-ok
+= clog downward ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d31980c55d86eb72p-4L 0x2.7ba7a2d89600172008fe93fdd5p+0L : inexact-ok
+= clog tonearest ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d31980c55d86eb72p-4L 0x2.7ba7a2d89600172008fe93fdd5p+0L : inexact-ok
+= clog towardzero ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d31980c55d86eb71p-4L 0x2.7ba7a2d89600172008fe93fdd5p+0L : inexact-ok
+= clog upward ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cep-4L : -0x3.9ac81f1b77d31980c55d86eb71p-4L 0x2.7ba7a2d89600172008fe93fdd6p+0L : inexact-ok
+= clog downward flt-32 -0xa.19f8ep-4f 0x7.d10cd8p-4f : -0x3.9ac828p-4f 0x2.7ba7ap+0f : inexact-ok
+= clog tonearest flt-32 -0xa.19f8ep-4f 0x7.d10cd8p-4f : -0x3.9ac824p-4f 0x2.7ba7a4p+0f : inexact-ok
+= clog towardzero flt-32 -0xa.19f8ep-4f 0x7.d10cd8p-4f : -0x3.9ac824p-4f 0x2.7ba7ap+0f : inexact-ok
+= clog upward flt-32 -0xa.19f8ep-4f 0x7.d10cd8p-4f : -0x3.9ac824p-4f 0x2.7ba7a4p+0f : inexact-ok
+= clog downward dbl-64 -0xa.19f8ep-4 0x7.d10cd8p-4 : -0x3.9ac8253d826f2p-4 0x2.7ba7a357659eep+0 : inexact-ok
+= clog tonearest dbl-64 -0xa.19f8ep-4 0x7.d10cd8p-4 : -0x3.9ac8253d826fp-4 0x2.7ba7a357659fp+0 : inexact-ok
+= clog towardzero dbl-64 -0xa.19f8ep-4 0x7.d10cd8p-4 : -0x3.9ac8253d826fp-4 0x2.7ba7a357659eep+0 : inexact-ok
+= clog upward dbl-64 -0xa.19f8ep-4 0x7.d10cd8p-4 : -0x3.9ac8253d826fp-4 0x2.7ba7a357659fp+0 : inexact-ok
+= clog downward ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f057p-4L 0x2.7ba7a357659ef6c8p+0L : inexact-ok
+= clog tonearest ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056cp-4L 0x2.7ba7a357659ef6c8p+0L : inexact-ok
+= clog towardzero ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056cp-4L 0x2.7ba7a357659ef6c8p+0L : inexact-ok
+= clog upward ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056cp-4L 0x2.7ba7a357659ef6ccp+0L : inexact-ok
+= clog downward ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f057p-4L 0x2.7ba7a357659ef6c8p+0L : inexact-ok
+= clog tonearest ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056cp-4L 0x2.7ba7a357659ef6c8p+0L : inexact-ok
+= clog towardzero ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056cp-4L 0x2.7ba7a357659ef6c8p+0L : inexact-ok
+= clog upward ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056cp-4L 0x2.7ba7a357659ef6ccp+0L : inexact-ok
+= clog downward ldbl-128 -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056ca762bdca4f68p-4L 0x2.7ba7a357659ef6c956dbedb8f0ecp+0L : inexact-ok
+= clog tonearest ldbl-128 -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056ca762bdca4f68p-4L 0x2.7ba7a357659ef6c956dbedb8f0eep+0L : inexact-ok
+= clog towardzero ldbl-128 -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056ca762bdca4f66p-4L 0x2.7ba7a357659ef6c956dbedb8f0ecp+0L : inexact-ok
+= clog upward ldbl-128 -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056ca762bdca4f66p-4L 0x2.7ba7a357659ef6c956dbedb8f0eep+0L : inexact-ok
+= clog downward ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056ca762bdca5p-4L 0x2.7ba7a357659ef6c956dbedb8fp+0L : inexact-ok
+= clog tonearest ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056ca762bdca4fp-4L 0x2.7ba7a357659ef6c956dbedb8f1p+0L : inexact-ok
+= clog towardzero ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056ca762bdca4fp-4L 0x2.7ba7a357659ef6c956dbedb8fp+0L : inexact-ok
+= clog upward ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cd8p-4L : -0x3.9ac8253d826f056ca762bdca4fp-4L 0x2.7ba7a357659ef6c956dbedb8f1p+0L : inexact-ok
+= clog downward dbl-64 -0xa.19f8ep-4 0x7.d10cdec29a144p-4 : -0x3.9ac8200ecada2p-4 0x2.7ba7a2ec3d328p+0 : inexact-ok
+= clog tonearest dbl-64 -0xa.19f8ep-4 0x7.d10cdec29a144p-4 : -0x3.9ac8200ecada2p-4 0x2.7ba7a2ec3d32ap+0 : inexact-ok
+= clog towardzero dbl-64 -0xa.19f8ep-4 0x7.d10cdec29a144p-4 : -0x3.9ac8200ecadap-4 0x2.7ba7a2ec3d328p+0 : inexact-ok
+= clog upward dbl-64 -0xa.19f8ep-4 0x7.d10cdec29a144p-4 : -0x3.9ac8200ecadap-4 0x2.7ba7a2ec3d32ap+0 : inexact-ok
+= clog downward ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1768p-4L 0x2.7ba7a2ec3d329e4cp+0L : inexact-ok
+= clog tonearest ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1764p-4L 0x2.7ba7a2ec3d329e4cp+0L : inexact-ok
+= clog towardzero ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1764p-4L 0x2.7ba7a2ec3d329e4cp+0L : inexact-ok
+= clog upward ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1764p-4L 0x2.7ba7a2ec3d329e5p+0L : inexact-ok
+= clog downward ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1768p-4L 0x2.7ba7a2ec3d329e4cp+0L : inexact-ok
+= clog tonearest ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1764p-4L 0x2.7ba7a2ec3d329e4cp+0L : inexact-ok
+= clog towardzero ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1764p-4L 0x2.7ba7a2ec3d329e4cp+0L : inexact-ok
+= clog upward ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1764p-4L 0x2.7ba7a2ec3d329e5p+0L : inexact-ok
+= clog downward ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1765fdafb12babc2p-4L 0x2.7ba7a2ec3d329e4d1537deeb7f26p+0L : inexact-ok
+= clog tonearest ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1765fdafb12babcp-4L 0x2.7ba7a2ec3d329e4d1537deeb7f26p+0L : inexact-ok
+= clog towardzero ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1765fdafb12babcp-4L 0x2.7ba7a2ec3d329e4d1537deeb7f26p+0L : inexact-ok
+= clog upward ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1765fdafb12babcp-4L 0x2.7ba7a2ec3d329e4d1537deeb7f28p+0L : inexact-ok
+= clog downward ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1765fdafb12bacp-4L 0x2.7ba7a2ec3d329e4d1537deeb7fp+0L : inexact-ok
+= clog tonearest ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1765fdafb12bacp-4L 0x2.7ba7a2ec3d329e4d1537deeb7fp+0L : inexact-ok
+= clog towardzero ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1765fdafb12babp-4L 0x2.7ba7a2ec3d329e4d1537deeb7fp+0L : inexact-ok
+= clog upward ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a144p-4L : -0x3.9ac8200ecada1765fdafb12babp-4L 0x2.7ba7a2ec3d329e4d1537deeb8p+0L : inexact-ok
+= clog downward dbl-64 -0xa.19f8ep-4 0x7.d10cdec29a14p-4 : -0x3.9ac8200ecada6p-4 0x2.7ba7a2ec3d32ap+0 : inexact-ok
+= clog tonearest dbl-64 -0xa.19f8ep-4 0x7.d10cdec29a14p-4 : -0x3.9ac8200ecada4p-4 0x2.7ba7a2ec3d32ap+0 : inexact-ok
+= clog towardzero dbl-64 -0xa.19f8ep-4 0x7.d10cdec29a14p-4 : -0x3.9ac8200ecada4p-4 0x2.7ba7a2ec3d32ap+0 : inexact-ok
+= clog upward dbl-64 -0xa.19f8ep-4 0x7.d10cdec29a14p-4 : -0x3.9ac8200ecada4p-4 0x2.7ba7a2ec3d32cp+0 : inexact-ok
+= clog downward ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada4878p-4L 0x2.7ba7a2ec3d32a24p+0L : inexact-ok
+= clog tonearest ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada4878p-4L 0x2.7ba7a2ec3d32a244p+0L : inexact-ok
+= clog towardzero ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada4874p-4L 0x2.7ba7a2ec3d32a24p+0L : inexact-ok
+= clog upward ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada4874p-4L 0x2.7ba7a2ec3d32a244p+0L : inexact-ok
+= clog downward ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada4878p-4L 0x2.7ba7a2ec3d32a24p+0L : inexact-ok
+= clog tonearest ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada4878p-4L 0x2.7ba7a2ec3d32a244p+0L : inexact-ok
+= clog towardzero ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada4874p-4L 0x2.7ba7a2ec3d32a24p+0L : inexact-ok
+= clog upward ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada4874p-4L 0x2.7ba7a2ec3d32a244p+0L : inexact-ok
+= clog downward ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada48765293699463fap-4L 0x2.7ba7a2ec3d32a243922dcfe0dbd4p+0L : inexact-ok
+= clog tonearest ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada48765293699463f8p-4L 0x2.7ba7a2ec3d32a243922dcfe0dbd4p+0L : inexact-ok
+= clog towardzero ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada48765293699463f8p-4L 0x2.7ba7a2ec3d32a243922dcfe0dbd4p+0L : inexact-ok
+= clog upward ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada48765293699463f8p-4L 0x2.7ba7a2ec3d32a243922dcfe0dbd6p+0L : inexact-ok
+= clog downward ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada48765293699464p-4L 0x2.7ba7a2ec3d32a243922dcfe0dbp+0L : inexact-ok
+= clog tonearest ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada48765293699464p-4L 0x2.7ba7a2ec3d32a243922dcfe0dcp+0L : inexact-ok
+= clog towardzero ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada48765293699463p-4L 0x2.7ba7a2ec3d32a243922dcfe0dbp+0L : inexact-ok
+= clog upward ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a14p-4L : -0x3.9ac8200ecada48765293699463p-4L 0x2.7ba7a2ec3d32a243922dcfe0dcp+0L : inexact-ok
+= clog downward ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3834p-4L 0x2.7ba7a2ec3d32a0fp+0L : inexact-ok
+= clog tonearest ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3834p-4L 0x2.7ba7a2ec3d32a0f4p+0L : inexact-ok
+= clog towardzero ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada383p-4L 0x2.7ba7a2ec3d32a0fp+0L : inexact-ok
+= clog upward ldbl-96-intel -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada383p-4L 0x2.7ba7a2ec3d32a0f4p+0L : inexact-ok
+= clog downward ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3834p-4L 0x2.7ba7a2ec3d32a0fp+0L : inexact-ok
+= clog tonearest ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3834p-4L 0x2.7ba7a2ec3d32a0f4p+0L : inexact-ok
+= clog towardzero ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada383p-4L 0x2.7ba7a2ec3d32a0fp+0L : inexact-ok
+= clog upward ldbl-96-m68k -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada383p-4L 0x2.7ba7a2ec3d32a0f4p+0L : inexact-ok
+= clog downward ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3832086e69d0abf2p-4L 0x2.7ba7a2ec3d32a0f3397fc59d82b6p+0L : inexact-ok
+= clog tonearest ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3832086e69d0abfp-4L 0x2.7ba7a2ec3d32a0f3397fc59d82b8p+0L : inexact-ok
+= clog towardzero ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3832086e69d0abfp-4L 0x2.7ba7a2ec3d32a0f3397fc59d82b6p+0L : inexact-ok
+= clog upward ldbl-128 -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3832086e69d0abfp-4L 0x2.7ba7a2ec3d32a0f3397fc59d82b8p+0L : inexact-ok
+= clog downward ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3832086e69d0acp-4L 0x2.7ba7a2ec3d32a0f3397fc59d82p+0L : inexact-ok
+= clog tonearest ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3832086e69d0acp-4L 0x2.7ba7a2ec3d32a0f3397fc59d83p+0L : inexact-ok
+= clog towardzero ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3832086e69d0abp-4L 0x2.7ba7a2ec3d32a0f3397fc59d82p+0L : inexact-ok
+= clog upward ldbl-128ibm -0xa.19f8ep-4L 0x7.d10cdec29a141538p-4L : -0x3.9ac8200ecada3832086e69d0abp-4L 0x2.7ba7a2ec3d32a0f3397fc59d83p+0L : inexact-ok
+= clog downward flt-32 -0xa.19f8fp-4f 0x7.d10cep-4f : -0x3.9ac81p-4f 0x2.7ba7ap+0f : inexact-ok
+= clog tonearest flt-32 -0xa.19f8fp-4f 0x7.d10cep-4f : -0x3.9ac81p-4f 0x2.7ba7a4p+0f : inexact-ok
+= clog towardzero flt-32 -0xa.19f8fp-4f 0x7.d10cep-4f : -0x3.9ac80cp-4f 0x2.7ba7ap+0f : inexact-ok
+= clog upward flt-32 -0xa.19f8fp-4f 0x7.d10cep-4f : -0x3.9ac80cp-4f 0x2.7ba7a4p+0f : inexact-ok
+= clog downward dbl-64 -0xa.19f8fp-4 0x7.d10cep-4 : -0x3.9ac80f4184006p-4 0x2.7ba7a39cd752ep+0 : inexact-ok
+= clog tonearest dbl-64 -0xa.19f8fp-4 0x7.d10cep-4 : -0x3.9ac80f4184006p-4 0x2.7ba7a39cd752ep+0 : inexact-ok
+= clog towardzero dbl-64 -0xa.19f8fp-4 0x7.d10cep-4 : -0x3.9ac80f4184004p-4 0x2.7ba7a39cd752ep+0 : inexact-ok
+= clog upward dbl-64 -0xa.19f8fp-4 0x7.d10cep-4 : -0x3.9ac80f4184004p-4 0x2.7ba7a39cd753p+0 : inexact-ok
+= clog downward ldbl-96-intel -0xa.19f8fp-4L 0x7.d10cep-4L : -0x3.9ac80f4184005e5p-4L 0x2.7ba7a39cd752eb6p+0L : inexact-ok
+= clog tonearest ldbl-96-intel -0xa.19f8fp-4L 0x7.d10cep-4L : -0x3.9ac80f4184005e4cp-4L 0x2.7ba7a39cd752eb64p+0L : inexact-ok
+= clog towardzero ldbl-96-intel -0xa.19f8fp-4L 0x7.d10cep-4L : -0x3.9ac80f4184005e4cp-4L 0x2.7ba7a39cd752eb6p+0L : inexact-ok
+= clog upward ldbl-96-intel -0xa.19f8fp-4L 0x7.d10cep-4L : -0x3.9ac80f4184005e4cp-4L 0x2.7ba7a39cd752eb64p+0L : inexact-ok
+= clog downward ldbl-96-m68k -0xa.19f8fp-4L 0x7.d10cep-4L : -0x3.9ac80f4184005e5p-4L 0x2.7ba7a39cd752eb6p+0L : inexact-ok
+= clog tonearest ldbl-96-m68k -0xa.19f8fp-4L 0x7.d10cep-4L : -0x3.9ac80f4184005e4cp-4L 0x2.7ba7a39cd752eb64p+0L : inexact-ok
+= clog towardzero ldbl-96-m68k -0xa.19f8fp-4L 0x7.d10cep-4L : -0x3.9ac80f4184005e4cp-4L 0x2.7ba7a39cd752eb6p+0L : inexact-ok
+= clog upward ldbl-96-m68k -0xa.19f8fp-4L 0x7.d10cep-4L : -0x3.9ac80f