The nouveau graphics driver's support for multithreaded OpenGL is buggy at least up to (18.2.8) so that any Wine test that performs multithreaded OpenGL accesses freezes, crashes the Mesa stack and eventually freezes the whole computer. Typically the first such test is d2d1:d2d1. The relevant tests have a --single option but WineTest neither knows which tests accept this option, nor whether it is needed for the current host. The WINETEST_NO_MT_OPENGL environnement variable can be set on hosts that need it (such as the cw2-gtx560 box) and is automatically inherited by the relevant tests thus working around this issue.
Signed-off-by: Francois Gouget fgouget@codeweavers.com --- dlls/d2d1/tests/d2d1.c | 2 ++ dlls/d3d10core/tests/d3d10core.c | 2 ++ dlls/d3d11/tests/d3d11.c | 2 ++ dlls/dxgi/tests/dxgi.c | 2 ++ 4 files changed, 8 insertions(+)
diff --git a/dlls/d2d1/tests/d2d1.c b/dlls/d2d1/tests/d2d1.c index 2214be69155..bb0717c2a2b 100644 --- a/dlls/d2d1/tests/d2d1.c +++ b/dlls/d2d1/tests/d2d1.c @@ -8051,6 +8051,8 @@ START_TEST(d2d1) unsigned int argc, i; char **argv;
+ use_mt = !getenv("WINETEST_NO_MT_OPENGL"); + argc = winetest_get_mainargs(&argv); for (i = 2; i < argc; ++i) { diff --git a/dlls/d3d10core/tests/d3d10core.c b/dlls/d3d10core/tests/d3d10core.c index b9b83f4060d..efd4e9947e3 100644 --- a/dlls/d3d10core/tests/d3d10core.c +++ b/dlls/d3d10core/tests/d3d10core.c @@ -17884,6 +17884,8 @@ START_TEST(d3d10core) unsigned int argc, i; char **argv;
+ use_mt = !getenv("WINETEST_NO_MT_OPENGL"); + argc = winetest_get_mainargs(&argv); for (i = 2; i < argc; ++i) { diff --git a/dlls/d3d11/tests/d3d11.c b/dlls/d3d11/tests/d3d11.c index 4a02b3f51f6..8c4da6de2d1 100644 --- a/dlls/d3d11/tests/d3d11.c +++ b/dlls/d3d11/tests/d3d11.c @@ -29148,6 +29148,8 @@ START_TEST(d3d11) unsigned int argc, i; char **argv;
+ use_mt = !getenv("WINETEST_NO_MT_OPENGL"); + argc = winetest_get_mainargs(&argv); for (i = 2; i < argc; ++i) { diff --git a/dlls/dxgi/tests/dxgi.c b/dlls/dxgi/tests/dxgi.c index 91d218f3e8e..6b24a4be1a7 100644 --- a/dlls/dxgi/tests/dxgi.c +++ b/dlls/dxgi/tests/dxgi.c @@ -5041,6 +5041,8 @@ START_TEST(dxgi) registry_mode.dmSize = sizeof(registry_mode); ok(EnumDisplaySettingsW(NULL, ENUM_REGISTRY_SETTINGS, ®istry_mode), "Failed to get display mode.\n");
+ use_mt = !getenv("WINETEST_NO_MT_OPENGL"); + argc = winetest_get_mainargs(&argv); for (i = 2; i < argc; ++i) {
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=50346
Your paranoid android.
=== wvistau64 (32 bit report) ===
d3d11: d3d11.c:5947: Test failed: Got unexpected NumPrimitivesWritten: 4293910286. d3d11.c:5950: Test failed: Got unexpected PrimitivesStorageNeeded: 4294967295.
=== w1064 (64 bit report) ===
dxgi: dxgi.c:4515: Test failed: Got unexpected message 0x31f, hwnd 00000000001A0152, wparam 0x1, lparam 0.
=== debian9 (32 bit report) ===
d3d11: Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code (0x00000000).
=== debian9 (32 bit French report) ===
d3d10core: Unhandled exception: page fault on read access to 0x00000002 in 32-bit code (0x7ed898c3).
d3d11: Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code (0x00000000).
=== debian9 (32 bit Japanese:Japan report) ===
d3d10core: d3d10core.c:4626: Test failed: Got unexpected hr 0x8876086a.
d3d11: d3d11.c:5593: Test failed: Got unexpected hr 0x8876086a.
=== debian9 (32 bit Chinese:China report) ===
d3d10core: Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code (0x00000000).
d3d11: Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code (0x00000000).
=== debian9 (build log) ===
X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig)
=== debian9 (32 bit WoW report) ===
d3d11: d3d11.c:5346: Test failed: Got unexpected hr 0x8876086a for query type 4. Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code (0x00000000).
=== debian9 (64 bit WoW report) ===
d3d10core: d3d10core.c:12479: Test failed: Got {-1.00003052e+00, 0.00000000e+00, 1.00000000e+00, 0.00000000e+00}, expected {-1.00000000e+00, 0.00000000e+00, 1.00000000e+00, 0.00000000e+00} at (0, 0), sub-resource 0. d3d10core.c:12839: Test failed: Got {0x00000000, 0x00000000, 0x00000000, 0x00000000}, expected {0x00000000, 0xffffffff, 0x00000000, 0x00000000} at (0, 0), sub-resource 0. d3d10core.c:12839: Test failed: Got {0x00000000, 0x00000000, 0x00000000, 0x00000000}, expected {0xffffffff, 0x00000000, 0x00000000, 0x00000000} at (0, 0), sub-resource 0. d3d10core.c:12839: Test failed: Got {0xffffffff, 0x00000001, 0x00000000, 0x00000000}, expected {0x00000000, 0x00000001, 0x00000000, 0x00000000} at (0, 0), sub-resource 0. d3d10core.c:12839: Test failed: Got {0x00000001, 0xffffffff, 0x00000000, 0x00000000}, expected {0x00000001, 0x00000000, 0x00000000, 0x00000000} at (0, 0), sub-resource 0. d3d10core.c:12479: Test failed: Got {-1.00787401e+00, 0.00000000e+00, 1.00000000e+00, 5.03937006e-01}, expected {-1.00000000e+00, 0.00000000e+00, 1.00000000e+00, 5.03937006e-01} at (0, 0), sub-resource 0. d3d10core.c:16810: Test failed: Resource type 1, test 7: pixel (200, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 1, test 7: pixel (280, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 1, test 7: pixel (360, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 1, test 7: pixel (440, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 1, test 7: pixel (200, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 1, test 7: pixel (280, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 1, test 7: pixel (360, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 1, test 7: pixel (440, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 1, test 8: pixel (200, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 1, test 8: pixel (280, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 1, test 8: pixel (360, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 1, test 8: pixel (440, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 1, test 8: pixel (200, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 1, test 8: pixel (280, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 1, test 8: pixel (360, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 1, test 8: pixel (440, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 2, test 7: pixel (200, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 2, test 7: pixel (280, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 2, test 7: pixel (360, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 2, test 7: pixel (440, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 2, test 7: pixel (200, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 2, test 7: pixel (280, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 2, test 7: pixel (360, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 2, test 7: pixel (440, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 2, test 8: pixel (200, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 2, test 8: pixel (280, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 2, test 8: pixel (360, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 2, test 8: pixel (440, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 2, test 8: pixel (200, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 2, test 8: pixel (280, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 2, test 8: pixel (360, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 2, test 8: pixel (440, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 3, test 7: pixel (200, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 3, test 7: pixel (280, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 3, test 7: pixel (360, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 3, test 7: pixel (440, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 3, test 7: pixel (200, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 3, test 7: pixel (280, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 3, test 7: pixel (360, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 3, test 7: pixel (440, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 3, test 8: pixel (200, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 3, test 8: pixel (280, 200) has color 00000000, expected ffff0000. d3d10core.c:16810: Test failed: Resource type 3, test 8: pixel (360, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 3, test 8: pixel (440, 200) has color 00000000, expected ff00ff00. d3d10core.c:16810: Test failed: Resource type 3, test 8: pixel (200, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 3, test 8: pixel (280, 270) has color 00000000, expected ff0000ff. d3d10core.c:16810: Test failed: Resource type 3, test 8: pixel (360, 270) has color 00000000, expected ff000000. d3d10core.c:16810: Test failed: Resource type 3, test 8: pixel (440, 270) has color 00000000, expected ff000000. d3d10core.c:15744: Test failed: Got depth 2.51951814e-03, expected 2.51948950e-03. d3d10core.c:15744: Test failed: Got depth 2.51951814e-03, expected 2.51948950e-03. d3d10core.c:15744: Test failed: Got depth 1.27950311e-03, expected 1.27948953e-03. d3d10core.c:15744: Test failed: Got depth 1.27950311e-03, expected 1.27948953e-03. d3d10core.c:15744: Test failed: Got depth 1.27950311e-03, expected 1.27948953e-03. d3d10core.c:15744: Test failed: Got depth 1.27950311e-03, expected 1.27948953e-03. d3d10core.c:15744: Test failed: Got depth 1.27950311e-03, expected 1.27948953e-03. d3d10core.c:15744: Test failed: Got depth 1.27950311e-03, expected 1.27948953e-03. d3d10core.c:15744: Test failed: Got depth 5.03277779e-03, expected 5.03897900e-03. d3d10core.c:15744: Test failed: Got depth 1.00202905e-02, expected 1.00390413e-02. d3d10core.c:15744: Test failed: Got depth 1.50077902e-02, expected 1.50390421e-02. d3d10core.c:15744: Test failed: Got depth 1.99952908e-02, expected 2.00390411e-02. d3d10core.c:15744: Test failed: Got depth 2.49827895e-02, expected 2.50390419e-02. d3d10core.c:15744: Test failed: Got depth 2.99702901e-02, expected 3.00390427e-02. d3d10core.c:15744: Test failed: Got depth 3.49577889e-02, expected 3.50390435e-02. d3d10core.c:15744: Test failed: Got depth 3.99452895e-02, expected 4.00390462e-02. d3d10core.c:15744: Test failed: Got depth 4.49327901e-02, expected 4.50390452e-02. d3d10core.c:15744: Test failed: Got depth 4.99202907e-02, expected 5.00390441e-02. d3d10core.c:15744: Test failed: Got depth 5.49077913e-02, expected 5.50390468e-02. d3d10core.c:15744: Test failed: Got depth 5.98952845e-02, expected 6.00390458e-02. d3d10core.c:15744: Test failed: Got depth 6.48827851e-02, expected 6.50390410e-02. d3d10core.c:15744: Test failed: Got depth 6.98702857e-02, expected 7.00390437e-02. d3d10core.c:15744: Test failed: Got depth 7.48577863e-02, expected 7.50390464e-02. d3d10core.c:15744: Test failed: Got depth 7.98452869e-02, expected 8.00390416e-02. d3d10core.c:15744: Test failed: Got depth 8.48327875e-02, expected 8.50390443e-02. d3d10core.c:15744: Test failed: Got depth 8.98202881e-02, expected 9.00390469e-02. d3d10core.c:15744: Test failed: Got depth 9.48077887e-02, expected 9.50390422e-02. d3d10core.c:15744: Test failed: Got depth 9.97952893e-02, expected 1.00039045e-01. d3d10core.c:15744: Test failed: Got depth 1.04782790e-01, expected 1.05039048e-01. d3d10core.c:15744: Test failed: Got depth 1.09770283e-01, expected 1.10039043e-01. d3d10core.c:15744: Test failed: Got depth 1.14757784e-01, expected 1.15039045e-01. d3d10core.c:15744: Test failed: Got depth 1.19745284e-01, expected 1.20039048e-01. d3d10core.c:15744: Test failed: Got depth 1.24732785e-01, expected 1.25039043e-01. d3d10core.c:15744: Test failed: Got depth 1.29720286e-01, expected 1.30039054e-01. d3d10core.c:15744: Test failed: Got depth 1.34707779e-01, expected 1.35039049e-01. d3d10core.c:15744: Test failed: Got depth 1.39695287e-01, expected 1.40039044e-01. d3d10core.c:15744: Test failed: Got depth 1.44682780e-01, expected 1.45039054e-01. d3d10core.c:15744: Test failed: Got depth 1.49670288e-01, expected 1.50039049e-01. d3d10core.c:15744: Test failed: Got depth 1.54657781e-01, expected 1.55039045e-01. d3d10core.c:15744: Test failed: Got depth 1.59645289e-01, expected 1.60039055e-01. d3d10core.c:15744: Test failed: Got depth 1.64632782e-01, expected 1.65039050e-01. d3d10core.c:15744: Test failed: Got depth 1.69620275e-01, expected 1.70039045e-01. d3d10core.c:15744: Test failed: Got depth 1.74607784e-01, expected 1.75039055e-01. d3d10core.c:15744: Test failed: Got depth 1.79595277e-01, expected 1.80039051e-01. d3d10core.c:15744: Test failed: Got depth 1.84582785e-01, expected 1.85039046e-01. d3d10core.c:15744: Test failed: Got depth 1.89570278e-01, expected 1.90039056e-01. d3d10core.c:15744: Test failed: Got depth 1.94557786e-01, expected 1.95039051e-01. d3d10core.c:15744: Test failed: Got depth 1.99545279e-01, expected 2.00039046e-01. d3d10core.c:15744: Test failed: Got depth 2.04532787e-01, expected 2.05039056e-01. d3d10core.c:15744: Test failed: Got depth 2.09520280e-01, expected 2.10039052e-01. d3d10core.c:15744: Test failed: Got depth 2.14507774e-01, expected 2.15039047e-01. d3d10core.c:15744: Test failed: Got depth 2.19495282e-01, expected 2.20039057e-01. d3d10core.c:15744: Test failed: Got depth 2.24482775e-01, expected 2.25039052e-01. d3d10core.c:15744: Test failed: Got depth 2.29470283e-01, expected 2.30039048e-01. d3d10core.c:15744: Test failed: Got depth 2.34457776e-01, expected 2.35039058e-01. d3d10core.c:15744: Test failed: Got depth 2.39445284e-01, expected 2.40039053e-01. d3d10core.c:15744: Test failed: Got depth 2.44432777e-01, expected 2.45039048e-01. d3d10core.c:15744: Test failed: Got depth 2.49420270e-01, expected 2.50039058e-01. d3d10core.c:15744: Test failed: Got depth 2.54407763e-01, expected 2.55039068e-01. d3d10core.c:15744: Test failed: Got depth 2.59395272e-01, expected 2.60039064e-01. d3d10core.c:15744: Test failed: Got depth 2.64382750e-01, expected 2.65039059e-01. d3d10core.c:15744: Test failed: Got depth 2.69370258e-01, expected 2.70039054e-01. d3d10core.c:15744: Test failed: Got depth 2.74357766e-01, expected 2.75039049e-01. d3d10core.c:15744: Test failed: Got depth 2.79345274e-01, expected 2.80039045e-01. d3d10core.c:15744: Test failed: Got depth 2.84332752e-01, expected 2.85039070e-01. d3d10core.c:15744: Test failed: Got depth 2.89320260e-01, expected 2.90039065e-01. d3d10core.c:15744: Test failed: Got depth 2.94307768e-01, expected 2.95039060e-01. d3d10core.c:15744: Test failed: Got depth 2.99295247e-01, expected 3.00039055e-01. d3d10core.c:15744: Test failed: Got depth 3.04282755e-01, expected 3.05039051e-01. d3d10core.c:15744: Test failed: Got depth 3.09270263e-01, expected 3.10039046e-01. d3d10core.c:15744: Test failed: Got depth 3.14257771e-01, expected 3.15039071e-01. d3d10core.c:15744: Test failed: Got depth 3.19245249e-01, expected 3.20039066e-01. d3d10core.c:15744: Test failed: Got depth 3.24232757e-01, expected 3.25039061e-01. d3d10core.c:15744: Test failed: Got depth 3.29220265e-01, expected 3.30039056e-01. d3d10core.c:15744: Test failed: Got depth 3.34207743e-01, expected 3.35039052e-01. d3d10core.c:15744: Test failed: Got depth 3.39195251e-01, expected 3.40039077e-01. d3d10core.c:15744: Test failed: Got depth 3.44182760e-01, expected 3.45039072e-01. d3d10core.c:15744: Test failed: Got depth 3.49170268e-01, expected 3.50039067e-01. d3d10core.c:15744: Test failed: Got depth 3.54157746e-01, expected 3.55039062e-01. d3d10core.c:15744: Test failed: Got depth 3.59145254e-01, expected 3.60039058e-01. d3d10core.c:15744: Test failed: Got depth 3.64132762e-01, expected 3.65039053e-01. d3d10core.c:15744: Test failed: Got depth 3.69120240e-01, expected 3.70039078e-01. d3d10core.c:15744: Test failed: Got depth 3.74107748e-01, expected 3.75039073e-01. d3d10core.c:15744: Test failed: Got depth 3.79095256e-01, expected 3.80039068e-01. d3d10core.c:15744: Test failed: Got depth 3.84082764e-01, expected 3.85039064e-01. d3d10core.c:15744: Test failed: Got depth 3.89070243e-01, expected 3.90039059e-01. d3d10core.c:15744: Test failed: Got depth 3.94057751e-01, expected 3.95039054e-01. d3d10core.c:15744: Test failed: Got depth 3.99045259e-01, expected 4.00039079e-01. d3d10core.c:15744: Test failed: Got depth 4.04032767e-01, expected 4.05039074e-01. d3d10core.c:15744: Test failed: Got depth 4.09020245e-01, expected 4.10039070e-01. d3d10core.c:15744: Test failed: Got depth 4.14007753e-01, expected 4.15039065e-01. d3d10core.c:15744: Test failed: Got depth 4.18995261e-01, expected 4.20039060e-01. d3d10core.c:15744: Test failed: Got depth 4.23982739e-01, expected 4.25039055e-01. d3d10core.c:15744: Test failed: Got depth 4.28970248e-01, expected 4.30039080e-01. d3d10core.c:15744: Test failed: Got depth 4.33957756e-01, expected 4.35039076e-01. d3d10core.c:15744: Test failed: Got depth 4.38945264e-01, expected 4.40039071e-01. d3d10core.c:15744: Test failed: Got depth 4.43932742e-01, expected 4.45039066e-01. d3d10core.c:15744: Test failed: Got depth 4.48920250e-01, expected 4.50039061e-01. d3d10core.c:15744: Test failed: Got depth 4.53907758e-01, expected 4.55039056e-01. d3d10core.c:15744: Test failed: Got depth 4.58895236e-01, expected 4.60039082e-01. d3d10core.c:15744: Test failed: Got depth 4.63882744e-01, expected 4.65039077e-01. d3d10core.c:15744: Test failed: Got depth 4.68870252e-01, expected 4.70039072e-01. d3d10core.c:15744: Test failed: Got depth 4.73857760e-01, expected 4.75039067e-01. d3d10core.c:15744: Test failed: Got depth 4.78845239e-01, expected 4.80039062e-01. d3d10core.c:15744: Test failed: Got depth 4.83832747e-01, expected 4.85039058e-01. d3d10core.c:15744: Test failed: Got depth 4.88820255e-01, expected 4.90039083e-01. d3d10core.c:15744: Test failed: Got depth 4.93807733e-01, expected 4.95039078e-01. d3d10core.c:15744: Test failed: Got depth 4.98795241e-01, expected 5.00039073e-01. d3d10core.c:15744: Test failed: Got depth 5.03782749e-01, expected 5.05039098e-01. d3d10core.c:15744: Test failed: Got depth 5.08770227e-01, expected 5.10039093e-01. d3d10core.c:15744: Test failed: Got depth 5.13757765e-01, expected 5.15039089e-01. d3d10core.c:15744: Test failed: Got depth 5.18745244e-01, expected 5.20039084e-01. d3d10core.c:15744: Test failed: Got depth 5.23732722e-01, expected 5.25039079e-01. d3d10core.c:15744: Test failed: Got depth 5.28720260e-01, expected 5.30039074e-01. d3d10core.c:15744: Test failed: Got depth 5.33707738e-01, expected 5.35039070e-01. d3d10core.c:15744: Test failed: Got depth 5.38695216e-01, expected 5.40039065e-01. d3d10core.c:15744: Test failed: Got depth 5.43682754e-01, expected 5.45039060e-01. d3d10core.c:15744: Test failed: Got depth 5.48670232e-01, expected 5.50039055e-01. d3d10core.c:15744: Test failed: Got depth 5.53657770e-01, expected 5.55039051e-01. d3d10core.c:15744: Test failed: Got depth 5.58645248e-01, expected 5.60039105e-01. d3d10core.c:15744: Test failed: Got depth 5.63632727e-01, expected 5.65039101e-01. d3d10core.c:15744: Test failed: Got depth 5.68620265e-01, expected 5.70039096e-01. d3d10core.c:15744: Test failed: Got depth 5.73607743e-01, expected 5.75039091e-01. d3d10core.c:15744: Test failed: Got depth 5.78595221e-01, expected 5.80039086e-01. d3d10core.c:15744: Test failed: Got depth 5.83582759e-01, expected 5.85039082e-01. d3d10core.c:15744: Test failed: Got depth 5.88570237e-01, expected 5.90039077e-01. d3d10core.c:15744: Test failed: Got depth 5.93557715e-01, expected 5.95039072e-01. d3d10core.c:15744: Test failed: Got depth 5.98545253e-01, expected 6.00039067e-01. d3d10core.c:15744: Test failed: Got depth 6.03532732e-01, expected 6.05039062e-01. d3d10core.c:15744: Test failed: Got depth 6.08520210e-01, expected 6.10039058e-01. d3d10core.c:15744: Test failed: Got depth 6.13507748e-01, expected 6.15039053e-01. d3d10core.c:15744: Test failed: Got depth 6.18495226e-01, expected 6.20039108e-01. d3d10core.c:15744: Test failed: Got depth 6.23482764e-01, expected 6.25039103e-01. d3d10core.c:15744: Test failed: Got depth 6.28470242e-01, expected 6.30039098e-01. d3d10core.c:15744: Test failed: Got depth 6.33457720e-01, expected 6.35039093e-01. d3d10core.c:15744: Test failed: Got depth 6.38445258e-01, expected 6.40039089e-01. d3d10core.c:15744: Test failed: Got depth 6.43432736e-01, expected 6.45039084e-01. d3d10core.c:15744: Test failed: Got depth 6.48420215e-01, expected 6.50039079e-01. d3d10core.c:15744: Test failed: Got depth 6.53407753e-01, expected 6.55039074e-01. d3d10core.c:15744: Test failed: Got depth 6.58395231e-01, expected 6.60039070e-01. d3d10core.c:15744: Test failed: Got depth 6.63382709e-01, expected 6.65039065e-01. d3d10core.c:15744: Test failed: Got depth 6.68370247e-01, expected 6.70039060e-01. d3d10core.c:15744: Test failed: Got depth 6.73357725e-01, expected 6.75039115e-01. d3d10core.c:15744: Test failed: Got depth 6.78345263e-01, expected 6.80039110e-01. d3d10core.c:15744: Test failed: Got depth 6.83332741e-01, expected 6.85039105e-01. d3d10core.c:15744: Test failed: Got depth 6.88320220e-01, expected 6.90039101e-01. d3d10core.c:15744: Test failed: Got depth 6.93307757e-01, expected 6.95039096e-01. d3d10core.c:15744: Test failed: Got depth 6.98295236e-01, expected 7.00039091e-01. d3d10core.c:15744: Test failed: Got depth 7.03282714e-01, expected 7.05039086e-01. d3d10core.c:15744: Test failed: Got depth 7.08270252e-01, expected 7.10039082e-01. d3d10core.c:15744: Test failed: Got depth 7.13257730e-01, expected 7.15039077e-01. d3d10core.c:15744: Test failed: Got depth 7.18245208e-01, expected 7.20039072e-01. d3d10core.c:15744: Test failed: Got depth 7.23232746e-01, expected 7.25039067e-01. d3d10core.c:15744: Test failed: Got depth 7.28220224e-01, expected 7.30039062e-01. d3d10core.c:15744: Test failed: Got depth 7.33207703e-01, expected 7.35039117e-01. d3d10core.c:15744: Test failed: Got depth 7.38195240e-01, expected 7.40039113e-01. d3d10core.c:15744: Test failed: Got depth 7.43182719e-01, expected 7.45039108e-01. d3d10core.c:15744: Test failed: Got depth 7.48170257e-01, expected 7.50039103e-01. d3d10core.c:15744: Test failed: Got depth 7.53157735e-01, expected 7.55039098e-01. d3d10core.c:15744: Test failed: Got depth 7.58145213e-01, expected 7.60039093e-01. d3d10core.c:15744: Test failed: Got depth 7.63132751e-01, expected 7.65039089e-01. d3d10core.c:15744: Test failed: Got depth 7.68120229e-01, expected 7.70039084e-01. d3d10core.c:15744: Test failed: Got depth 7.73107708e-01, expected 7.75039079e-01. d3d10core.c:15744: Test failed: Got depth 7.78095245e-01, expected 7.80039074e-01. d3d10core.c:15744: Test failed: Got depth 7.83082724e-01, expected 7.85039070e-01. d3d10core.c:15744: Test failed: Got depth 7.88070202e-01, expected 7.90039065e-01. d3d10core.c:15744: Test failed: Got depth 7.93057740e-01, expected 7.95039120e-01. d3d10core.c:15744: Test failed: Got depth 7.98045218e-01, expected 8.00039115e-01. d3d10core.c:15744: Test failed: Got depth 8.03032756e-01, expected 8.05039110e-01. d3d10core.c:15744: Test failed: Got depth 8.08020234e-01, expected 8.10039105e-01. d3d10core.c:15744: Test failed: Got depth 8.13007712e-01, expected 8.15039101e-01. d3d10core.c:15744: Test failed: Got depth 8.17995250e-01, expected 8.20039096e-01. d3d10core.c:15744: Test failed: Got depth 8.22982728e-01, expected 8.25039091e-01. d3d10core.c:15744: Test failed: Got depth 8.27970207e-01, expected 8.30039086e-01. d3d10core.c:15744: Test failed: Got depth 8.32957745e-01, expected 8.35039082e-01. d3d10core.c:15744: Test failed: Got depth 8.37945223e-01, expected 8.40039077e-01. d3d10core.c:15744: Test failed: Got depth 8.42932701e-01, expected 8.45039072e-01. d3d10core.c:15744: Test failed: Got depth 8.47920239e-01, expected 8.50039127e-01. d3d10core.c:15744: Test failed: Got depth 8.52907717e-01, expected 8.55039122e-01. d3d10core.c:15744: Test failed: Got depth 8.57895195e-01, expected 8.60039117e-01. d3d10core.c:15744: Test failed: Got depth 8.62882733e-01, expected 8.65039113e-01. d3d10core.c:15744: Test failed: Got depth 8.67870212e-01, expected 8.70039108e-01. d3d10core.c:15744: Test failed: Got depth 8.72857749e-01, expected 8.75039103e-01. d3d10core.c:15744: Test failed: Got depth 8.77845228e-01, expected 8.80039098e-01. d3d10core.c:15744: Test failed: Got depth 8.82832706e-01, expected 8.85039093e-01. d3d10core.c:15744: Test failed: Got depth 8.87820244e-01, expected 8.90039089e-01. d3d10core.c:15744: Test failed: Got depth 8.92807722e-01, expected 8.95039084e-01. d3d10core.c:15744: Test failed: Got depth 8.97795200e-01, expected 9.00039079e-01. d3d10core.c:15744: Test failed: Got depth 9.02782738e-01, expected 9.05039074e-01. d3d10core.c:15744: Test failed: Got depth 9.07770216e-01, expected 9.10039129e-01. d3d10core.c:15744: Test failed: Got depth 9.12757695e-01, expected 9.15039124e-01. d3d10core.c:15744: Test failed: Got depth 9.17745233e-01, expected 9.20039120e-01. d3d10core.c:15744: Test failed: Got depth 9.22732711e-01, expected 9.25039115e-01. d3d10core.c:15744: Test failed: Got depth 9.27720189e-01, expected 9.30039110e-01. d3d10core.c:15744: Test failed: Got depth 9.32707727e-01, expected 9.35039105e-01. d3d10core.c:15744: Test failed: Got depth 9.37695205e-01, expected 9.40039101e-01. d3d10core.c:15744: Test failed: Got depth 9.42682743e-01, expected 9.45039096e-01. d3d10core.c:15744: Test failed: Got depth 9.47670221e-01, expected 9.50039091e-01. d3d10core.c:15744: Test failed: Got depth 9.52657700e-01, expected 9.55039086e-01. d3d10core.c:15744: Test failed: Got depth 9.57645237e-01, expected 9.60039082e-01. d3d10core.c:15744: Test failed: Got depth 9.62632716e-01, expected 9.65039077e-01. d3d10core.c:15744: Test failed: Got depth 9.67620194e-01, expected 9.70039132e-01. d3d10core.c:15744: Test failed: Got depth 9.72607732e-01, expected 9.75039127e-01. d3d10core.c:15744: Test failed: Got depth 9.77595210e-01, expected 9.80039122e-01. d3d10core.c:15744: Test failed: Got depth 9.82582688e-01, expected 9.85039117e-01. d3d10core.c:15744: Test failed: Got depth 9.87570226e-01, expected 9.90039113e-01. d3d10core.c:15744: Test failed: Got depth 9.92557704e-01, expected 9.95039108e-01. d3d10core.c:15744: Test failed: Got depth 9.97545242e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 5.03277779e-03, expected 5.03897900e-03. d3d10core.c:15744: Test failed: Got depth 1.00202905e-02, expected 1.00390413e-02. d3d10core.c:15744: Test failed: Got depth 1.50077902e-02, expected 1.50390421e-02. d3d10core.c:15744: Test failed: Got depth 1.99952908e-02, expected 2.00390411e-02. d3d10core.c:15744: Test failed: Got depth 2.49827895e-02, expected 2.50390419e-02. d3d10core.c:15744: Test failed: Got depth 2.99702901e-02, expected 3.00390427e-02. d3d10core.c:15744: Test failed: Got depth 3.49577889e-02, expected 3.50390435e-02. d3d10core.c:15744: Test failed: Got depth 3.99452895e-02, expected 4.00390462e-02. d3d10core.c:15744: Test failed: Got depth 4.49327901e-02, expected 4.50390452e-02. d3d10core.c:15744: Test failed: Got depth 4.99202907e-02, expected 5.00390441e-02. d3d10core.c:15744: Test failed: Got depth 5.49077913e-02, expected 5.50390468e-02. d3d10core.c:15744: Test failed: Got depth 5.98952845e-02, expected 6.00390458e-02. d3d10core.c:15744: Test failed: Got depth 6.48827851e-02, expected 6.50390410e-02. d3d10core.c:15744: Test failed: Got depth 6.98702857e-02, expected 7.00390437e-02. d3d10core.c:15744: Test failed: Got depth 7.48577863e-02, expected 7.50390464e-02. d3d10core.c:15744: Test failed: Got depth 7.98452869e-02, expected 8.00390416e-02. d3d10core.c:15744: Test failed: Got depth 8.48327875e-02, expected 8.50390443e-02. d3d10core.c:15744: Test failed: Got depth 8.98202881e-02, expected 9.00390469e-02. d3d10core.c:15744: Test failed: Got depth 9.48077887e-02, expected 9.50390422e-02. d3d10core.c:15744: Test failed: Got depth 9.97952893e-02, expected 1.00039045e-01. d3d10core.c:15744: Test failed: Got depth 1.04782790e-01, expected 1.05039048e-01. d3d10core.c:15744: Test failed: Got depth 1.09770283e-01, expected 1.10039043e-01. d3d10core.c:15744: Test failed: Got depth 1.14757784e-01, expected 1.15039045e-01. d3d10core.c:15744: Test failed: Got depth 1.19745284e-01, expected 1.20039048e-01. d3d10core.c:15744: Test failed: Got depth 1.24732785e-01, expected 1.25039043e-01. d3d10core.c:15744: Test failed: Got depth 1.29720286e-01, expected 1.30039054e-01. d3d10core.c:15744: Test failed: Got depth 1.34707779e-01, expected 1.35039049e-01. d3d10core.c:15744: Test failed: Got depth 1.39695287e-01, expected 1.40039044e-01. d3d10core.c:15744: Test failed: Got depth 1.44682780e-01, expected 1.45039054e-01. d3d10core.c:15744: Test failed: Got depth 1.49670288e-01, expected 1.50039049e-01. d3d10core.c:15744: Test failed: Got depth 1.54657781e-01, expected 1.55039045e-01. d3d10core.c:15744: Test failed: Got depth 1.59645289e-01, expected 1.60039055e-01. d3d10core.c:15744: Test failed: Got depth 1.64632782e-01, expected 1.65039050e-01. d3d10core.c:15744: Test failed: Got depth 1.69620275e-01, expected 1.70039045e-01. d3d10core.c:15744: Test failed: Got depth 1.74607784e-01, expected 1.75039055e-01. d3d10core.c:15744: Test failed: Got depth 1.79595277e-01, expected 1.80039051e-01. d3d10core.c:15744: Test failed: Got depth 1.84582785e-01, expected 1.85039046e-01. d3d10core.c:15744: Test failed: Got depth 1.89570278e-01, expected 1.90039056e-01. d3d10core.c:15744: Test failed: Got depth 1.94557786e-01, expected 1.95039051e-01. d3d10core.c:15744: Test failed: Got depth 1.99545279e-01, expected 2.00039046e-01. d3d10core.c:15744: Test failed: Got depth 2.04532787e-01, expected 2.05039056e-01. d3d10core.c:15744: Test failed: Got depth 2.09520280e-01, expected 2.10039052e-01. d3d10core.c:15744: Test failed: Got depth 2.14507774e-01, expected 2.15039047e-01. d3d10core.c:15744: Test failed: Got depth 2.19495282e-01, expected 2.20039057e-01. d3d10core.c:15744: Test failed: Got depth 2.24482775e-01, expected 2.25039052e-01. d3d10core.c:15744: Test failed: Got depth 2.29470283e-01, expected 2.30039048e-01. d3d10core.c:15744: Test failed: Got depth 2.34457776e-01, expected 2.35039058e-01. d3d10core.c:15744: Test failed: Got depth 2.39445284e-01, expected 2.40039053e-01. d3d10core.c:15744: Test failed: Got depth 2.44432777e-01, expected 2.45039048e-01. d3d10core.c:15744: Test failed: Got depth 2.49420270e-01, expected 2.50039058e-01. d3d10core.c:15744: Test failed: Got depth 2.54407763e-01, expected 2.55039068e-01. d3d10core.c:15744: Test failed: Got depth 2.59395272e-01, expected 2.60039064e-01. d3d10core.c:15744: Test failed: Got depth 2.64382750e-01, expected 2.65039059e-01. d3d10core.c:15744: Test failed: Got depth 2.69370258e-01, expected 2.70039054e-01. d3d10core.c:15744: Test failed: Got depth 2.74357766e-01, expected 2.75039049e-01. d3d10core.c:15744: Test failed: Got depth 2.79345274e-01, expected 2.80039045e-01. d3d10core.c:15744: Test failed: Got depth 2.84332752e-01, expected 2.85039070e-01. d3d10core.c:15744: Test failed: Got depth 2.89320260e-01, expected 2.90039065e-01. d3d10core.c:15744: Test failed: Got depth 2.94307768e-01, expected 2.95039060e-01. d3d10core.c:15744: Test failed: Got depth 2.99295247e-01, expected 3.00039055e-01. d3d10core.c:15744: Test failed: Got depth 3.04282755e-01, expected 3.05039051e-01. d3d10core.c:15744: Test failed: Got depth 3.09270263e-01, expected 3.10039046e-01. d3d10core.c:15744: Test failed: Got depth 3.14257771e-01, expected 3.15039071e-01. d3d10core.c:15744: Test failed: Got depth 3.19245249e-01, expected 3.20039066e-01. d3d10core.c:15744: Test failed: Got depth 3.24232757e-01, expected 3.25039061e-01. d3d10core.c:15744: Test failed: Got depth 3.29220265e-01, expected 3.30039056e-01. d3d10core.c:15744: Test failed: Got depth 3.34207743e-01, expected 3.35039052e-01. d3d10core.c:15744: Test failed: Got depth 3.39195251e-01, expected 3.40039077e-01. d3d10core.c:15744: Test failed: Got depth 3.44182760e-01, expected 3.45039072e-01. d3d10core.c:15744: Test failed: Got depth 3.49170268e-01, expected 3.50039067e-01. d3d10core.c:15744: Test failed: Got depth 3.54157746e-01, expected 3.55039062e-01. d3d10core.c:15744: Test failed: Got depth 3.59145254e-01, expected 3.60039058e-01. d3d10core.c:15744: Test failed: Got depth 3.64132762e-01, expected 3.65039053e-01. d3d10core.c:15744: Test failed: Got depth 3.69120240e-01, expected 3.70039078e-01. d3d10core.c:15744: Test failed: Got depth 3.74107748e-01, expected 3.75039073e-01. d3d10core.c:15744: Test failed: Got depth 3.79095256e-01, expected 3.80039068e-01. d3d10core.c:15744: Test failed: Got depth 3.84082764e-01, expected 3.85039064e-01. d3d10core.c:15744: Test failed: Got depth 3.89070243e-01, expected 3.90039059e-01. d3d10core.c:15744: Test failed: Got depth 3.94057751e-01, expected 3.95039054e-01. d3d10core.c:15744: Test failed: Got depth 3.99045259e-01, expected 4.00039079e-01. d3d10core.c:15744: Test failed: Got depth 4.04032767e-01, expected 4.05039074e-01. d3d10core.c:15744: Test failed: Got depth 4.09020245e-01, expected 4.10039070e-01. d3d10core.c:15744: Test failed: Got depth 4.14007753e-01, expected 4.15039065e-01. d3d10core.c:15744: Test failed: Got depth 4.18995261e-01, expected 4.20039060e-01. d3d10core.c:15744: Test failed: Got depth 4.23982739e-01, expected 4.25039055e-01. d3d10core.c:15744: Test failed: Got depth 4.28970248e-01, expected 4.30039080e-01. d3d10core.c:15744: Test failed: Got depth 4.33957756e-01, expected 4.35039076e-01. d3d10core.c:15744: Test failed: Got depth 4.38945264e-01, expected 4.40039071e-01. d3d10core.c:15744: Test failed: Got depth 4.43932742e-01, expected 4.45039066e-01. d3d10core.c:15744: Test failed: Got depth 4.48920250e-01, expected 4.50039061e-01. d3d10core.c:15744: Test failed: Got depth 4.53907758e-01, expected 4.55039056e-01. d3d10core.c:15744: Test failed: Got depth 4.58895236e-01, expected 4.60039082e-01. d3d10core.c:15744: Test failed: Got depth 4.63882744e-01, expected 4.65039077e-01. d3d10core.c:15744: Test failed: Got depth 4.68870252e-01, expected 4.70039072e-01. d3d10core.c:15744: Test failed: Got depth 4.73857760e-01, expected 4.75039067e-01. d3d10core.c:15744: Test failed: Got depth 4.78845239e-01, expected 4.80039062e-01. d3d10core.c:15744: Test failed: Got depth 4.83832747e-01, expected 4.85039058e-01. d3d10core.c:15744: Test failed: Got depth 4.88820255e-01, expected 4.90039083e-01. d3d10core.c:15744: Test failed: Got depth 4.93807733e-01, expected 4.95039078e-01. d3d10core.c:15744: Test failed: Got depth 4.98795241e-01, expected 5.00039073e-01. d3d10core.c:15744: Test failed: Got depth 5.03782749e-01, expected 5.05039098e-01. d3d10core.c:15744: Test failed: Got depth 5.08770227e-01, expected 5.10039093e-01. d3d10core.c:15744: Test failed: Got depth 5.13757765e-01, expected 5.15039089e-01. d3d10core.c:15744: Test failed: Got depth 5.18745244e-01, expected 5.20039084e-01. d3d10core.c:15744: Test failed: Got depth 5.23732722e-01, expected 5.25039079e-01. d3d10core.c:15744: Test failed: Got depth 5.28720260e-01, expected 5.30039074e-01. d3d10core.c:15744: Test failed: Got depth 5.33707738e-01, expected 5.35039070e-01. d3d10core.c:15744: Test failed: Got depth 5.38695216e-01, expected 5.40039065e-01. d3d10core.c:15744: Test failed: Got depth 5.43682754e-01, expected 5.45039060e-01. d3d10core.c:15744: Test failed: Got depth 5.48670232e-01, expected 5.50039055e-01. d3d10core.c:15744: Test failed: Got depth 5.53657770e-01, expected 5.55039051e-01. d3d10core.c:15744: Test failed: Got depth 5.58645248e-01, expected 5.60039105e-01. d3d10core.c:15744: Test failed: Got depth 5.63632727e-01, expected 5.65039101e-01. d3d10core.c:15744: Test failed: Got depth 5.68620265e-01, expected 5.70039096e-01. d3d10core.c:15744: Test failed: Got depth 5.73607743e-01, expected 5.75039091e-01. d3d10core.c:15744: Test failed: Got depth 5.78595221e-01, expected 5.80039086e-01. d3d10core.c:15744: Test failed: Got depth 5.83582759e-01, expected 5.85039082e-01. d3d10core.c:15744: Test failed: Got depth 5.88570237e-01, expected 5.90039077e-01. d3d10core.c:15744: Test failed: Got depth 5.93557715e-01, expected 5.95039072e-01. d3d10core.c:15744: Test failed: Got depth 5.98545253e-01, expected 6.00039067e-01. d3d10core.c:15744: Test failed: Got depth 6.03532732e-01, expected 6.05039062e-01. d3d10core.c:15744: Test failed: Got depth 6.08520210e-01, expected 6.10039058e-01. d3d10core.c:15744: Test failed: Got depth 6.13507748e-01, expected 6.15039053e-01. d3d10core.c:15744: Test failed: Got depth 6.18495226e-01, expected 6.20039108e-01. d3d10core.c:15744: Test failed: Got depth 6.23482764e-01, expected 6.25039103e-01. d3d10core.c:15744: Test failed: Got depth 6.28470242e-01, expected 6.30039098e-01. d3d10core.c:15744: Test failed: Got depth 6.33457720e-01, expected 6.35039093e-01. d3d10core.c:15744: Test failed: Got depth 6.38445258e-01, expected 6.40039089e-01. d3d10core.c:15744: Test failed: Got depth 6.43432736e-01, expected 6.45039084e-01. d3d10core.c:15744: Test failed: Got depth 6.48420215e-01, expected 6.50039079e-01. d3d10core.c:15744: Test failed: Got depth 6.53407753e-01, expected 6.55039074e-01. d3d10core.c:15744: Test failed: Got depth 6.58395231e-01, expected 6.60039070e-01. d3d10core.c:15744: Test failed: Got depth 6.63382709e-01, expected 6.65039065e-01. d3d10core.c:15744: Test failed: Got depth 6.68370247e-01, expected 6.70039060e-01. d3d10core.c:15744: Test failed: Got depth 6.73357725e-01, expected 6.75039115e-01. d3d10core.c:15744: Test failed: Got depth 6.78345263e-01, expected 6.80039110e-01. d3d10core.c:15744: Test failed: Got depth 6.83332741e-01, expected 6.85039105e-01. d3d10core.c:15744: Test failed: Got depth 6.88320220e-01, expected 6.90039101e-01. d3d10core.c:15744: Test failed: Got depth 6.93307757e-01, expected 6.95039096e-01. d3d10core.c:15744: Test failed: Got depth 6.98295236e-01, expected 7.00039091e-01. d3d10core.c:15744: Test failed: Got depth 7.03282714e-01, expected 7.05039086e-01. d3d10core.c:15744: Test failed: Got depth 7.08270252e-01, expected 7.10039082e-01. d3d10core.c:15744: Test failed: Got depth 7.13257730e-01, expected 7.15039077e-01. d3d10core.c:15744: Test failed: Got depth 7.18245208e-01, expected 7.20039072e-01. d3d10core.c:15744: Test failed: Got depth 7.23232746e-01, expected 7.25039067e-01. d3d10core.c:15744: Test failed: Got depth 7.28220224e-01, expected 7.30039062e-01. d3d10core.c:15744: Test failed: Got depth 7.33207703e-01, expected 7.35039117e-01. d3d10core.c:15744: Test failed: Got depth 7.38195240e-01, expected 7.40039113e-01. d3d10core.c:15744: Test failed: Got depth 7.43182719e-01, expected 7.45039108e-01. d3d10core.c:15744: Test failed: Got depth 7.48170257e-01, expected 7.50039103e-01. d3d10core.c:15744: Test failed: Got depth 7.53157735e-01, expected 7.55039098e-01. d3d10core.c:15744: Test failed: Got depth 7.58145213e-01, expected 7.60039093e-01. d3d10core.c:15744: Test failed: Got depth 7.63132751e-01, expected 7.65039089e-01. d3d10core.c:15744: Test failed: Got depth 7.68120229e-01, expected 7.70039084e-01. d3d10core.c:15744: Test failed: Got depth 7.73107708e-01, expected 7.75039079e-01. d3d10core.c:15744: Test failed: Got depth 7.78095245e-01, expected 7.80039074e-01. d3d10core.c:15744: Test failed: Got depth 7.83082724e-01, expected 7.85039070e-01. d3d10core.c:15744: Test failed: Got depth 7.88070202e-01, expected 7.90039065e-01. d3d10core.c:15744: Test failed: Got depth 7.93057740e-01, expected 7.95039120e-01. d3d10core.c:15744: Test failed: Got depth 7.98045218e-01, expected 8.00039115e-01. d3d10core.c:15744: Test failed: Got depth 8.03032756e-01, expected 8.05039110e-01. d3d10core.c:15744: Test failed: Got depth 8.08020234e-01, expected 8.10039105e-01. d3d10core.c:15744: Test failed: Got depth 8.13007712e-01, expected 8.15039101e-01. d3d10core.c:15744: Test failed: Got depth 8.17995250e-01, expected 8.20039096e-01. d3d10core.c:15744: Test failed: Got depth 8.22982728e-01, expected 8.25039091e-01. d3d10core.c:15744: Test failed: Got depth 8.27970207e-01, expected 8.30039086e-01. d3d10core.c:15744: Test failed: Got depth 8.32957745e-01, expected 8.35039082e-01. d3d10core.c:15744: Test failed: Got depth 8.37945223e-01, expected 8.40039077e-01. d3d10core.c:15744: Test failed: Got depth 8.42932701e-01, expected 8.45039072e-01. d3d10core.c:15744: Test failed: Got depth 8.47920239e-01, expected 8.50039127e-01. d3d10core.c:15744: Test failed: Got depth 8.52907717e-01, expected 8.55039122e-01. d3d10core.c:15744: Test failed: Got depth 8.57895195e-01, expected 8.60039117e-01. d3d10core.c:15744: Test failed: Got depth 8.62882733e-01, expected 8.65039113e-01. d3d10core.c:15744: Test failed: Got depth 8.67870212e-01, expected 8.70039108e-01. d3d10core.c:15744: Test failed: Got depth 8.72857749e-01, expected 8.75039103e-01. d3d10core.c:15744: Test failed: Got depth 8.77845228e-01, expected 8.80039098e-01. d3d10core.c:15744: Test failed: Got depth 8.82832706e-01, expected 8.85039093e-01. d3d10core.c:15744: Test failed: Got depth 8.87820244e-01, expected 8.90039089e-01. d3d10core.c:15744: Test failed: Got depth 8.92807722e-01, expected 8.95039084e-01. d3d10core.c:15744: Test failed: Got depth 8.97795200e-01, expected 9.00039079e-01. d3d10core.c:15744: Test failed: Got depth 9.02782738e-01, expected 9.05039074e-01. d3d10core.c:15744: Test failed: Got depth 9.07770216e-01, expected 9.10039129e-01. d3d10core.c:15744: Test failed: Got depth 9.12757695e-01, expected 9.15039124e-01. d3d10core.c:15744: Test failed: Got depth 9.17745233e-01, expected 9.20039120e-01. d3d10core.c:15744: Test failed: Got depth 9.22732711e-01, expected 9.25039115e-01. d3d10core.c:15744: Test failed: Got depth 9.27720189e-01, expected 9.30039110e-01. d3d10core.c:15744: Test failed: Got depth 9.32707727e-01, expected 9.35039105e-01. d3d10core.c:15744: Test failed: Got depth 9.37695205e-01, expected 9.40039101e-01. d3d10core.c:15744: Test failed: Got depth 9.42682743e-01, expected 9.45039096e-01. d3d10core.c:15744: Test failed: Got depth 9.47670221e-01, expected 9.50039091e-01. d3d10core.c:15744: Test failed: Got depth 9.52657700e-01, expected 9.55039086e-01. d3d10core.c:15744: Test failed: Got depth 9.57645237e-01, expected 9.60039082e-01. d3d10core.c:15744: Test failed: Got depth 9.62632716e-01, expected 9.65039077e-01. d3d10core.c:15744: Test failed: Got depth 9.67620194e-01, expected 9.70039132e-01. d3d10core.c:15744: Test failed: Got depth 9.72607732e-01, expected 9.75039127e-01. d3d10core.c:15744: Test failed: Got depth 9.77595210e-01, expected 9.80039122e-01. d3d10core.c:15744: Test failed: Got depth 9.82582688e-01, expected 9.85039117e-01. d3d10core.c:15744: Test failed: Got depth 9.87570226e-01, expected 9.90039113e-01. d3d10core.c:15744: Test failed: Got depth 9.92557704e-01, expected 9.95039108e-01. d3d10core.c:15744: Test failed: Got depth 9.97545242e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 2.54905224e-03, expected 2.54897905e-03. d3d10core.c:15744: Test failed: Got depth 7.54896645e-03, expected 7.54904134e-03. d3d10core.c:15744: Test failed: Got depth 1.25489160e-02, expected 1.25490422e-02. d3d10core.c:15744: Test failed: Got depth 1.75488666e-02, expected 1.75490411e-02. d3d10core.c:15744: Test failed: Got depth 2.25488171e-02, expected 2.25490419e-02. d3d10core.c:15744: Test failed: Got depth 2.75487676e-02, expected 2.75490428e-02. d3d10core.c:15744: Test failed: Got depth 3.25487144e-02, expected 3.25490436e-02. d3d10core.c:15744: Test failed: Got depth 3.75486650e-02, expected 3.75490463e-02. d3d10core.c:15744: Test failed: Got depth 4.25486155e-02, expected 4.25490452e-02. d3d10core.c:15744: Test failed: Got depth 4.75485660e-02, expected 4.75490442e-02. d3d10core.c:15744: Test failed: Got depth 5.25485165e-02, expected 5.25490469e-02. d3d10core.c:15744: Test failed: Got depth 5.75484671e-02, expected 5.75490458e-02. d3d10core.c:15744: Test failed: Got depth 6.25484139e-02, expected 6.25490410e-02. d3d10core.c:15744: Test failed: Got depth 6.75483644e-02, expected 6.75490437e-02. d3d10core.c:15744: Test failed: Got depth 7.25483149e-02, expected 7.25490464e-02. d3d10core.c:15744: Test failed: Got depth 7.75482655e-02, expected 7.75490416e-02. d3d10core.c:15744: Test failed: Got depth 8.25482160e-02, expected 8.25490443e-02. d3d10core.c:15744: Test failed: Got depth 8.75481665e-02, expected 8.75490470e-02. d3d10core.c:15744: Test failed: Got depth 9.25481170e-02, expected 9.25490422e-02. d3d10core.c:15744: Test failed: Got depth 9.75480676e-02, expected 9.75490449e-02. d3d10core.c:15744: Test failed: Got depth 1.02548018e-01, expected 1.02549048e-01. d3d10core.c:15744: Test failed: Got depth 1.07547969e-01, expected 1.07549043e-01. d3d10core.c:15744: Test failed: Got depth 1.12547919e-01, expected 1.12549046e-01. d3d10core.c:15744: Test failed: Got depth 1.17547870e-01, expected 1.17549048e-01. d3d10core.c:15744: Test failed: Got depth 1.22547813e-01, expected 1.22549043e-01. d3d10core.c:15744: Test failed: Got depth 1.27547771e-01, expected 1.27549054e-01. d3d10core.c:15744: Test failed: Got depth 1.32547721e-01, expected 1.32549049e-01. d3d10core.c:15744: Test failed: Got depth 1.37547672e-01, expected 1.37549044e-01. d3d10core.c:15744: Test failed: Got depth 1.42547622e-01, expected 1.42549054e-01. d3d10core.c:15744: Test failed: Got depth 1.47547573e-01, expected 1.47549049e-01. d3d10core.c:15744: Test failed: Got depth 1.52547523e-01, expected 1.52549045e-01. d3d10core.c:15744: Test failed: Got depth 1.57547474e-01, expected 1.57549055e-01. d3d10core.c:15744: Test failed: Got depth 1.62547424e-01, expected 1.62549050e-01. d3d10core.c:15744: Test failed: Got depth 1.67547375e-01, expected 1.67549045e-01. d3d10core.c:15744: Test failed: Got depth 1.72547325e-01, expected 1.72549055e-01. d3d10core.c:15744: Test failed: Got depth 1.77547276e-01, expected 1.77549051e-01. d3d10core.c:15744: Test failed: Got depth 1.82547227e-01, expected 1.82549046e-01. d3d10core.c:15744: Test failed: Got depth 1.87547177e-01, expected 1.87549056e-01. d3d10core.c:15744: Test failed: Got depth 1.92547128e-01, expected 1.92549051e-01. d3d10core.c:15744: Test failed: Got depth 1.97547078e-01, expected 1.97549046e-01. d3d10core.c:15744: Test failed: Got depth 2.02547029e-01, expected 2.02549057e-01. d3d10core.c:15744: Test failed: Got depth 2.07546979e-01, expected 2.07549052e-01. d3d10core.c:15744: Test failed: Got depth 2.12546930e-01, expected 2.12549047e-01. d3d10core.c:15744: Test failed: Got depth 2.17546880e-01, expected 2.17549057e-01. d3d10core.c:15744: Test failed: Got depth 2.22546831e-01, expected 2.22549052e-01. d3d10core.c:15744: Test failed: Got depth 2.27546781e-01, expected 2.27549048e-01. d3d10core.c:15744: Test failed: Got depth 2.32546732e-01, expected 2.32549058e-01. d3d10core.c:15744: Test failed: Got depth 2.37546682e-01, expected 2.37549053e-01. d3d10core.c:15744: Test failed: Got depth 2.42546618e-01, expected 2.42549048e-01. d3d10core.c:15744: Test failed: Got depth 2.47546569e-01, expected 2.47549058e-01. d3d10core.c:15744: Test failed: Got depth 2.52546519e-01, expected 2.52549068e-01. d3d10core.c:15744: Test failed: Got depth 2.57546484e-01, expected 2.57549064e-01. d3d10core.c:15744: Test failed: Got depth 2.62546420e-01, expected 2.62549059e-01. d3d10core.c:15744: Test failed: Got depth 2.67546386e-01, expected 2.67549054e-01. d3d10core.c:15744: Test failed: Got depth 2.72546321e-01, expected 2.72549049e-01. d3d10core.c:15744: Test failed: Got depth 2.77546287e-01, expected 2.77549045e-01. d3d10core.c:15744: Test failed: Got depth 2.82546222e-01, expected 2.82549070e-01. d3d10core.c:15744: Test failed: Got depth 2.87546188e-01, expected 2.87549065e-01. d3d10core.c:15744: Test failed: Got depth 2.92546123e-01, expected 2.92549060e-01. d3d10core.c:15744: Test failed: Got depth 2.97546089e-01, expected 2.97549055e-01. d3d10core.c:15744: Test failed: Got depth 3.02546024e-01, expected 3.02549051e-01. d3d10core.c:15744: Test failed: Got depth 3.07545990e-01, expected 3.07549046e-01. d3d10core.c:15744: Test failed: Got depth 3.12545925e-01, expected 3.12549071e-01. d3d10core.c:15744: Test failed: Got depth 3.17545891e-01, expected 3.17549066e-01. d3d10core.c:15744: Test failed: Got depth 3.22545826e-01, expected 3.22549061e-01. d3d10core.c:15744: Test failed: Got depth 3.27545762e-01, expected 3.27549057e-01. d3d10core.c:15744: Test failed: Got depth 3.32545727e-01, expected 3.32549052e-01. d3d10core.c:15744: Test failed: Got depth 3.37545663e-01, expected 3.37549077e-01. d3d10core.c:15744: Test failed: Got depth 3.42545629e-01, expected 3.42549072e-01. d3d10core.c:15744: Test failed: Got depth 3.47545564e-01, expected 3.47549067e-01. d3d10core.c:15744: Test failed: Got depth 3.52545530e-01, expected 3.52549062e-01. d3d10core.c:15744: Test failed: Got depth 3.57545465e-01, expected 3.57549058e-01. d3d10core.c:15744: Test failed: Got depth 3.62545431e-01, expected 3.62549053e-01. d3d10core.c:15744: Test failed: Got depth 3.67545366e-01, expected 3.67549078e-01. d3d10core.c:15744: Test failed: Got depth 3.72545332e-01, expected 3.72549073e-01. d3d10core.c:15744: Test failed: Got depth 3.77545267e-01, expected 3.77549068e-01. d3d10core.c:15744: Test failed: Got depth 3.82545233e-01, expected 3.82549064e-01. d3d10core.c:15744: Test failed: Got depth 3.87545168e-01, expected 3.87549059e-01. d3d10core.c:15744: Test failed: Got depth 3.92545134e-01, expected 3.92549054e-01. d3d10core.c:15744: Test failed: Got depth 3.97545069e-01, expected 3.97549079e-01. d3d10core.c:15744: Test failed: Got depth 4.02545035e-01, expected 4.02549074e-01. d3d10core.c:15744: Test failed: Got depth 4.07544971e-01, expected 4.07549070e-01. d3d10core.c:15744: Test failed: Got depth 4.12544936e-01, expected 4.12549065e-01. d3d10core.c:15744: Test failed: Got depth 4.17544872e-01, expected 4.17549060e-01. d3d10core.c:15744: Test failed: Got depth 4.22544837e-01, expected 4.22549055e-01. d3d10core.c:15744: Test failed: Got depth 4.27544773e-01, expected 4.27549080e-01. d3d10core.c:15744: Test failed: Got depth 4.32544738e-01, expected 4.32549076e-01. d3d10core.c:15744: Test failed: Got depth 4.37544674e-01, expected 4.37549071e-01. d3d10core.c:15744: Test failed: Got depth 4.42544639e-01, expected 4.42549066e-01. d3d10core.c:15744: Test failed: Got depth 4.47544575e-01, expected 4.47549061e-01. d3d10core.c:15744: Test failed: Got depth 4.52544540e-01, expected 4.52549057e-01. d3d10core.c:15744: Test failed: Got depth 4.57544476e-01, expected 4.57549082e-01. d3d10core.c:15744: Test failed: Got depth 4.62544441e-01, expected 4.62549077e-01. d3d10core.c:15744: Test failed: Got depth 4.67544377e-01, expected 4.67549072e-01. d3d10core.c:15744: Test failed: Got depth 4.72544342e-01, expected 4.72549067e-01. d3d10core.c:15744: Test failed: Got depth 4.77544278e-01, expected 4.77549062e-01. d3d10core.c:15744: Test failed: Got depth 4.82544214e-01, expected 4.82549058e-01. d3d10core.c:15744: Test failed: Got depth 4.87544179e-01, expected 4.87549083e-01. d3d10core.c:15744: Test failed: Got depth 4.92544115e-01, expected 4.92549078e-01. d3d10core.c:15744: Test failed: Got depth 4.97544080e-01, expected 4.97549073e-01. d3d10core.c:15744: Test failed: Got depth 5.02543986e-01, expected 5.02549098e-01. d3d10core.c:15744: Test failed: Got depth 5.07543921e-01, expected 5.07549093e-01. d3d10core.c:15744: Test failed: Got depth 5.12543917e-01, expected 5.12549089e-01. d3d10core.c:15744: Test failed: Got depth 5.17543852e-01, expected 5.17549084e-01. d3d10core.c:15744: Test failed: Got depth 5.22543788e-01, expected 5.22549079e-01. d3d10core.c:15744: Test failed: Got depth 5.27543724e-01, expected 5.27549074e-01. d3d10core.c:15744: Test failed: Got depth 5.32543719e-01, expected 5.32549070e-01. d3d10core.c:15744: Test failed: Got depth 5.37543654e-01, expected 5.37549065e-01. d3d10core.c:15744: Test failed: Got depth 5.42543590e-01, expected 5.42549060e-01. d3d10core.c:15744: Test failed: Got depth 5.47543526e-01, expected 5.47549055e-01. d3d10core.c:15744: Test failed: Got depth 5.52543521e-01, expected 5.52549051e-01. d3d10core.c:15744: Test failed: Got depth 5.57543457e-01, expected 5.57549105e-01. d3d10core.c:15744: Test failed: Got depth 5.62543392e-01, expected 5.62549101e-01. d3d10core.c:15744: Test failed: Got depth 5.67543328e-01, expected 5.67549096e-01. d3d10core.c:15744: Test failed: Got depth 5.72543323e-01, expected 5.72549091e-01. d3d10core.c:15744: Test failed: Got depth 5.77543259e-01, expected 5.77549086e-01. d3d10core.c:15744: Test failed: Got depth 5.82543194e-01, expected 5.82549082e-01. d3d10core.c:15744: Test failed: Got depth 5.87543130e-01, expected 5.87549077e-01. d3d10core.c:15744: Test failed: Got depth 5.92543125e-01, expected 5.92549072e-01. d3d10core.c:15744: Test failed: Got depth 5.97543061e-01, expected 5.97549067e-01. d3d10core.c:15744: Test failed: Got depth 6.02542996e-01, expected 6.02549062e-01. d3d10core.c:15744: Test failed: Got depth 6.07542932e-01, expected 6.07549058e-01. d3d10core.c:15744: Test failed: Got depth 6.12542927e-01, expected 6.12549053e-01. d3d10core.c:15744: Test failed: Got depth 6.17542863e-01, expected 6.17549108e-01. d3d10core.c:15744: Test failed: Got depth 6.22542799e-01, expected 6.22549103e-01. d3d10core.c:15744: Test failed: Got depth 6.27542734e-01, expected 6.27549098e-01. d3d10core.c:15744: Test failed: Got depth 6.32542729e-01, expected 6.32549093e-01. d3d10core.c:15744: Test failed: Got depth 6.37542665e-01, expected 6.37549089e-01. d3d10core.c:15744: Test failed: Got depth 6.42542601e-01, expected 6.42549084e-01. d3d10core.c:15744: Test failed: Got depth 6.47542536e-01, expected 6.47549079e-01. d3d10core.c:15744: Test failed: Got depth 6.52542472e-01, expected 6.52549074e-01. d3d10core.c:15744: Test failed: Got depth 6.57542467e-01, expected 6.57549070e-01. d3d10core.c:15744: Test failed: Got depth 6.62542403e-01, expected 6.62549065e-01. d3d10core.c:15744: Test failed: Got depth 6.67542338e-01, expected 6.67549060e-01. d3d10core.c:15744: Test failed: Got depth 6.72542274e-01, expected 6.72549115e-01. d3d10core.c:15744: Test failed: Got depth 6.77542269e-01, expected 6.77549110e-01. d3d10core.c:15744: Test failed: Got depth 6.82542205e-01, expected 6.82549105e-01. d3d10core.c:15744: Test failed: Got depth 6.87542140e-01, expected 6.87549101e-01. d3d10core.c:15744: Test failed: Got depth 6.92542076e-01, expected 6.92549096e-01. d3d10core.c:15744: Test failed: Got depth 6.97542071e-01, expected 6.97549091e-01. d3d10core.c:15744: Test failed: Got depth 7.02542007e-01, expected 7.02549086e-01. d3d10core.c:15744: Test failed: Got depth 7.07541943e-01, expected 7.07549082e-01. d3d10core.c:15744: Test failed: Got depth 7.12541878e-01, expected 7.12549077e-01. d3d10core.c:15744: Test failed: Got depth 7.17541873e-01, expected 7.17549072e-01. d3d10core.c:15744: Test failed: Got depth 7.22541809e-01, expected 7.22549067e-01. d3d10core.c:15744: Test failed: Got depth 7.27541745e-01, expected 7.27549062e-01. d3d10core.c:15744: Test failed: Got depth 7.32541680e-01, expected 7.32549117e-01. d3d10core.c:15744: Test failed: Got depth 7.37541676e-01, expected 7.37549113e-01. d3d10core.c:15744: Test failed: Got depth 7.42541611e-01, expected 7.42549108e-01. d3d10core.c:15744: Test failed: Got depth 7.47541547e-01, expected 7.47549103e-01. d3d10core.c:15744: Test failed: Got depth 7.52541482e-01, expected 7.52549098e-01. d3d10core.c:15744: Test failed: Got depth 7.57541478e-01, expected 7.57549093e-01. d3d10core.c:15744: Test failed: Got depth 7.62541413e-01, expected 7.62549089e-01. d3d10core.c:15744: Test failed: Got depth 7.67541349e-01, expected 7.67549084e-01. d3d10core.c:15744: Test failed: Got depth 7.72541285e-01, expected 7.72549079e-01. d3d10core.c:15744: Test failed: Got depth 7.77541280e-01, expected 7.77549074e-01. d3d10core.c:15744: Test failed: Got depth 7.82541215e-01, expected 7.82549070e-01. d3d10core.c:15744: Test failed: Got depth 7.87541151e-01, expected 7.87549065e-01. d3d10core.c:15744: Test failed: Got depth 7.92541087e-01, expected 7.92549120e-01. d3d10core.c:15744: Test failed: Got depth 7.97541082e-01, expected 7.97549115e-01. d3d10core.c:15744: Test failed: Got depth 8.02541018e-01, expected 8.02549110e-01. d3d10core.c:15744: Test failed: Got depth 8.07540953e-01, expected 8.07549105e-01. d3d10core.c:15744: Test failed: Got depth 8.12540889e-01, expected 8.12549101e-01. d3d10core.c:15744: Test failed: Got depth 8.17540824e-01, expected 8.17549096e-01. d3d10core.c:15744: Test failed: Got depth 8.22540820e-01, expected 8.22549091e-01. d3d10core.c:15744: Test failed: Got depth 8.27540755e-01, expected 8.27549086e-01. d3d10core.c:15744: Test failed: Got depth 8.32540691e-01, expected 8.32549082e-01. d3d10core.c:15744: Test failed: Got depth 8.37540627e-01, expected 8.37549077e-01. d3d10core.c:15744: Test failed: Got depth 8.42540622e-01, expected 8.42549072e-01. d3d10core.c:15744: Test failed: Got depth 8.47540557e-01, expected 8.47549127e-01. d3d10core.c:15744: Test failed: Got depth 8.52540493e-01, expected 8.52549122e-01. d3d10core.c:15744: Test failed: Got depth 8.57540429e-01, expected 8.57549117e-01. d3d10core.c:15744: Test failed: Got depth 8.62540424e-01, expected 8.62549113e-01. d3d10core.c:15744: Test failed: Got depth 8.67540359e-01, expected 8.67549108e-01. d3d10core.c:15744: Test failed: Got depth 8.72540295e-01, expected 8.72549103e-01. d3d10core.c:15744: Test failed: Got depth 8.77540231e-01, expected 8.77549098e-01. d3d10core.c:15744: Test failed: Got depth 8.82540226e-01, expected 8.82549093e-01. d3d10core.c:15744: Test failed: Got depth 8.87540162e-01, expected 8.87549089e-01. d3d10core.c:15744: Test failed: Got depth 8.92540097e-01, expected 8.92549084e-01. d3d10core.c:15744: Test failed: Got depth 8.97540033e-01, expected 8.97549079e-01. d3d10core.c:15744: Test failed: Got depth 9.02540028e-01, expected 9.02549074e-01. d3d10core.c:15744: Test failed: Got depth 9.07539964e-01, expected 9.07549129e-01. d3d10core.c:15744: Test failed: Got depth 9.12539899e-01, expected 9.12549124e-01. d3d10core.c:15744: Test failed: Got depth 9.17539835e-01, expected 9.17549120e-01. d3d10core.c:15744: Test failed: Got depth 9.22539830e-01, expected 9.22549115e-01. d3d10core.c:15744: Test failed: Got depth 9.27539766e-01, expected 9.27549110e-01. d3d10core.c:15744: Test failed: Got depth 9.32539701e-01, expected 9.32549105e-01. d3d10core.c:15744: Test failed: Got depth 9.37539637e-01, expected 9.37549101e-01. d3d10core.c:15744: Test failed: Got depth 9.42539632e-01, expected 9.42549096e-01. d3d10core.c:15744: Test failed: Got depth 9.47539568e-01, expected 9.47549091e-01. d3d10core.c:15744: Test failed: Got depth 9.52539504e-01, expected 9.52549086e-01. d3d10core.c:15744: Test failed: Got depth 9.57539439e-01, expected 9.57549082e-01. d3d10core.c:15744: Test failed: Got depth 9.62539375e-01, expected 9.62549077e-01. d3d10core.c:15744: Test failed: Got depth 9.67539370e-01, expected 9.67549132e-01. d3d10core.c:15744: Test failed: Got depth 9.72539306e-01, expected 9.72549127e-01. d3d10core.c:15744: Test failed: Got depth 9.77539241e-01, expected 9.77549122e-01. d3d10core.c:15744: Test failed: Got depth 9.82539177e-01, expected 9.82549117e-01. d3d10core.c:15744: Test failed: Got depth 9.87539172e-01, expected 9.87549113e-01. d3d10core.c:15744: Test failed: Got depth 9.92539108e-01, expected 9.92549108e-01. d3d10core.c:15744: Test failed: Got depth 9.97539043e-01, expected 9.97549103e-01. d3d10core.c:15744: Test failed: Got depth 7.52645731e-03, expected 7.53897894e-03. d3d10core.c:15744: Test failed: Got depth 1.25015397e-02, expected 1.25390412e-02. d3d10core.c:15744: Test failed: Got depth 1.74765401e-02, expected 1.75390420e-02. d3d10core.c:15744: Test failed: Got depth 2.24515386e-02, expected 2.25390410e-02. d3d10core.c:15744: Test failed: Got depth 2.74265390e-02, expected 2.75390418e-02. d3d10core.c:15744: Test failed: Got depth 3.24015357e-02, expected 3.25390426e-02. d3d10core.c:15744: Test failed: Got depth 3.73765379e-02, expected 3.75390435e-02. d3d10core.c:15744: Test failed: Got depth 4.23515365e-02, expected 4.25390461e-02. d3d10core.c:15744: Test failed: Got depth 4.73265350e-02, expected 4.75390451e-02. d3d10core.c:15744: Test failed: Got depth 5.23015335e-02, expected 5.25390441e-02. d3d10core.c:15744: Test failed: Got depth 5.72765321e-02, expected 5.75390467e-02. d3d10core.c:15744: Test failed: Got depth 6.22515343e-02, expected 6.25390457e-02. d3d10core.c:15744: Test failed: Got depth 6.72265366e-02, expected 6.75390409e-02. d3d10core.c:15744: Test failed: Got depth 7.22015351e-02, expected 7.25390436e-02. d3d10core.c:15744: Test failed: Got depth 7.71765336e-02, expected 7.75390463e-02. d3d10core.c:15744: Test failed: Got depth 8.21515322e-02, expected 8.25390415e-02. d3d10core.c:15744: Test failed: Got depth 8.71265307e-02, expected 8.75390442e-02. d3d10core.c:15744: Test failed: Got depth 9.21015292e-02, expected 9.25390469e-02. d3d10core.c:15744: Test failed: Got depth 9.70765278e-02, expected 9.75390421e-02. d3d10core.c:15744: Test failed: Got depth 1.02051526e-01, expected 1.02539045e-01. d3d10core.c:15744: Test failed: Got depth 1.07026525e-01, expected 1.07539047e-01. d3d10core.c:15744: Test failed: Got depth 1.12001531e-01, expected 1.12539043e-01. d3d10core.c:15744: Test failed: Got depth 1.16976529e-01, expected 1.17539045e-01. d3d10core.c:15744: Test failed: Got depth 1.21951528e-01, expected 1.22539048e-01. d3d10core.c:15744: Test failed: Got depth 1.26926526e-01, expected 1.27539043e-01. d3d10core.c:15744: Test failed: Got depth 1.31901532e-01, expected 1.32539053e-01. d3d10core.c:15744: Test failed: Got depth 1.36876538e-01, expected 1.37539049e-01. d3d10core.c:15744: Test failed: Got depth 1.41851529e-01, expected 1.42539044e-01. d3d10core.c:15744: Test failed: Got depth 1.46826535e-01, expected 1.47539054e-01. d3d10core.c:15744: Test failed: Got depth 1.51801527e-01, expected 1.52539049e-01. d3d10core.c:15744: Test failed: Got depth 1.56776533e-01, expected 1.57539045e-01. d3d10core.c:15744: Test failed: Got depth 1.61751524e-01, expected 1.62539055e-01. d3d10core.c:15744: Test failed: Got depth 1.66726530e-01, expected 1.67539050e-01. d3d10core.c:15744: Test failed: Got depth 1.71701536e-01, expected 1.72539045e-01. d3d10core.c:15744: Test failed: Got depth 1.76676527e-01, expected 1.77539055e-01. d3d10core.c:15744: Test failed: Got depth 1.81651533e-01, expected 1.82539050e-01. d3d10core.c:15744: Test failed: Got depth 1.86626524e-01, expected 1.87539046e-01. d3d10core.c:15744: Test failed: Got depth 1.91601530e-01, expected 1.92539056e-01. d3d10core.c:15744: Test failed: Got depth 1.96576521e-01, expected 1.97539051e-01. d3d10core.c:15744: Test failed: Got depth 2.01551527e-01, expected 2.02539046e-01. d3d10core.c:15744: Test failed: Got depth 2.06526518e-01, expected 2.07539056e-01. d3d10core.c:15744: Test failed: Got depth 2.11501524e-01, expected 2.12539052e-01. d3d10core.c:15744: Test failed: Got depth 2.16476530e-01, expected 2.17539047e-01. d3d10core.c:15744: Test failed: Got depth 2.21451521e-01, expected 2.22539057e-01. d3d10core.c:15744: Test failed: Got depth 2.26426527e-01, expected 2.27539052e-01. d3d10core.c:15744: Test failed: Got depth 2.31401518e-01, expected 2.32539047e-01. d3d10core.c:15744: Test failed: Got depth 2.36376524e-01, expected 2.37539058e-01. d3d10core.c:15744: Test failed: Got depth 2.41351515e-01, expected 2.42539053e-01. d3d10core.c:15744: Test failed: Got depth 2.46326521e-01, expected 2.47539048e-01. d3d10core.c:15744: Test failed: Got depth 2.51301527e-01, expected 2.52539058e-01. d3d10core.c:15744: Test failed: Got depth 2.56276518e-01, expected 2.57539068e-01. d3d10core.c:15744: Test failed: Got depth 2.61251509e-01, expected 2.62539064e-01. d3d10core.c:15744: Test failed: Got depth 2.66226530e-01, expected 2.67539059e-01. d3d10core.c:15744: Test failed: Got depth 2.71201521e-01, expected 2.72539054e-01. d3d10core.c:15744: Test failed: Got depth 2.76176512e-01, expected 2.77539049e-01. d3d10core.c:15744: Test failed: Got depth 2.81151503e-01, expected 2.82539045e-01. d3d10core.c:15744: Test failed: Got depth 2.86126524e-01, expected 2.87539070e-01. d3d10core.c:15744: Test failed: Got depth 2.91101515e-01, expected 2.92539065e-01. d3d10core.c:15744: Test failed: Got depth 2.96076506e-01, expected 2.97539060e-01. d3d10core.c:15744: Test failed: Got depth 3.01051527e-01, expected 3.02539055e-01. d3d10core.c:15744: Test failed: Got depth 3.06026518e-01, expected 3.07539050e-01. d3d10core.c:15744: Test failed: Got depth 3.11001509e-01, expected 3.12539046e-01. d3d10core.c:15744: Test failed: Got depth 3.15976501e-01, expected 3.17539071e-01. d3d10core.c:15744: Test failed: Got depth 3.20951521e-01, expected 3.22539066e-01. d3d10core.c:15744: Test failed: Got depth 3.25926512e-01, expected 3.27539061e-01. d3d10core.c:15744: Test failed: Got depth 3.30901504e-01, expected 3.32539056e-01. d3d10core.c:15744: Test failed: Got depth 3.35876524e-01, expected 3.37539052e-01. d3d10core.c:15744: Test failed: Got depth 3.40851516e-01, expected 3.42539077e-01. d3d10core.c:15744: Test failed: Got depth 3.45826507e-01, expected 3.47539072e-01. d3d10core.c:15744: Test failed: Got depth 3.50801498e-01, expected 3.52539067e-01. d3d10core.c:15744: Test failed: Got depth 3.55776519e-01, expected 3.57539062e-01. d3d10core.c:15744: Test failed: Got depth 3.60751510e-01, expected 3.62539058e-01. d3d10core.c:15744: Test failed: Got depth 3.65726501e-01, expected 3.67539053e-01. d3d10core.c:15744: Test failed: Got depth 3.70701522e-01, expected 3.72539078e-01. d3d10core.c:15744: Test failed: Got depth 3.75676513e-01, expected 3.77539073e-01. d3d10core.c:15744: Test failed: Got depth 3.80651504e-01, expected 3.82539068e-01. d3d10core.c:15744: Test failed: Got depth 3.85626495e-01, expected 3.87539064e-01. d3d10core.c:15744: Test failed: Got depth 3.90601516e-01, expected 3.92539059e-01. d3d10core.c:15744: Test failed: Got depth 3.95576507e-01, expected 3.97539054e-01. d3d10core.c:15744: Test failed: Got depth 4.00551498e-01, expected 4.02539079e-01. d3d10core.c:15744: Test failed: Got depth 4.05526489e-01, expected 4.07539074e-01. d3d10core.c:15744: Test failed: Got depth 4.10501510e-01, expected 4.12539070e-01. d3d10core.c:15744: Test failed: Got depth 4.15476501e-01, expected 4.17539065e-01. d3d10core.c:15744: Test failed: Got depth 4.20451492e-01, expected 4.22539060e-01. d3d10core.c:15744: Test failed: Got depth 4.25426513e-01, expected 4.27539055e-01. d3d10core.c:15744: Test failed: Got depth 4.30401504e-01, expected 4.32539080e-01. d3d10core.c:15744: Test failed: Got depth 4.35376495e-01, expected 4.37539076e-01. d3d10core.c:15744: Test failed: Got depth 4.40351486e-01, expected 4.42539071e-01. d3d10core.c:15744: Test failed: Got depth 4.45326507e-01, expected 4.47539066e-01. d3d10core.c:15744: Test failed: Got depth 4.50301498e-01, expected 4.52539061e-01. d3d10core.c:15744: Test failed: Got depth 4.55276489e-01, expected 4.57539056e-01. d3d10core.c:15744: Test failed: Got depth 4.60251510e-01, expected 4.62539081e-01. d3d10core.c:15744: Test failed: Got depth 4.65226501e-01, expected 4.67539077e-01. d3d10core.c:15744: Test failed: Got depth 4.70201492e-01, expected 4.72539072e-01. d3d10core.c:15744: Test failed: Got depth 4.75176483e-01, expected 4.77539067e-01. d3d10core.c:15744: Test failed: Got depth 4.80151504e-01, expected 4.82539062e-01. d3d10core.c:15744: Test failed: Got depth 4.85126495e-01, expected 4.87539058e-01. d3d10core.c:15744: Test failed: Got depth 4.90101486e-01, expected 4.92539083e-01. d3d10core.c:15744: Test failed: Got depth 4.95076507e-01, expected 4.97539078e-01. d3d10core.c:15744: Test failed: Got depth 5.00051498e-01, expected 5.02539073e-01. d3d10core.c:15744: Test failed: Got depth 5.05026460e-01, expected 5.07539098e-01. d3d10core.c:15744: Test failed: Got depth 5.10001481e-01, expected 5.12539093e-01. d3d10core.c:15744: Test failed: Got depth 5.14976442e-01, expected 5.17539089e-01. d3d10core.c:15744: Test failed: Got depth 5.19951463e-01, expected 5.22539084e-01. d3d10core.c:15744: Test failed: Got depth 5.24926484e-01, expected 5.27539079e-01. d3d10core.c:15744: Test failed: Got depth 5.29901445e-01, expected 5.32539074e-01. d3d10core.c:15744: Test failed: Got depth 5.34876466e-01, expected 5.37539070e-01. d3d10core.c:15744: Test failed: Got depth 5.39851487e-01, expected 5.42539065e-01. d3d10core.c:15744: Test failed: Got depth 5.44826448e-01, expected 5.47539060e-01. d3d10core.c:15744: Test failed: Got depth 5.49801469e-01, expected 5.52539055e-01. d3d10core.c:15744: Test failed: Got depth 5.54776430e-01, expected 5.57539050e-01. d3d10core.c:15744: Test failed: Got depth 5.59751451e-01, expected 5.62539105e-01. d3d10core.c:15744: Test failed: Got depth 5.64726472e-01, expected 5.67539101e-01. d3d10core.c:15744: Test failed: Got depth 5.69701433e-01, expected 5.72539096e-01. d3d10core.c:15744: Test failed: Got depth 5.74676454e-01, expected 5.77539091e-01. d3d10core.c:15744: Test failed: Got depth 5.79651475e-01, expected 5.82539086e-01. d3d10core.c:15744: Test failed: Got depth 5.84626436e-01, expected 5.87539081e-01. d3d10core.c:15744: Test failed: Got depth 5.89601457e-01, expected 5.92539077e-01. d3d10core.c:15744: Test failed: Got depth 5.94576478e-01, expected 5.97539072e-01. d3d10core.c:15744: Test failed: Got depth 5.99551439e-01, expected 6.02539067e-01. d3d10core.c:15744: Test failed: Got depth 6.04526460e-01, expected 6.07539062e-01. d3d10core.c:15744: Test failed: Got depth 6.09501481e-01, expected 6.12539058e-01. d3d10core.c:15744: Test failed: Got depth 6.14476442e-01, expected 6.17539053e-01. d3d10core.c:15744: Test failed: Got depth 6.19451463e-01, expected 6.22539108e-01. d3d10core.c:15744: Test failed: Got depth 6.24426425e-01, expected 6.27539103e-01. d3d10core.c:15744: Test failed: Got depth 6.29401445e-01, expected 6.32539098e-01. d3d10core.c:15744: Test failed: Got depth 6.34376466e-01, expected 6.37539093e-01. d3d10core.c:15744: Test failed: Got depth 6.39351428e-01, expected 6.42539089e-01. d3d10core.c:15744: Test failed: Got depth 6.44326448e-01, expected 6.47539084e-01. d3d10core.c:15744: Test failed: Got depth 6.49301469e-01, expected 6.52539079e-01. d3d10core.c:15744: Test failed: Got depth 6.54276431e-01, expected 6.57539074e-01. d3d10core.c:15744: Test failed: Got depth 6.59251451e-01, expected 6.62539070e-01. d3d10core.c:15744: Test failed: Got depth 6.64226472e-01, expected 6.67539065e-01. d3d10core.c:15744: Test failed: Got depth 6.69201434e-01, expected 6.72539060e-01. d3d10core.c:15744: Test failed: Got depth 6.74176455e-01, expected 6.77539115e-01. d3d10core.c:15744: Test failed: Got depth 6.79151416e-01, expected 6.82539110e-01. d3d10core.c:15744: Test failed: Got depth 6.84126437e-01, expected 6.87539105e-01. d3d10core.c:15744: Test failed: Got depth 6.89101458e-01, expected 6.92539101e-01. d3d10core.c:15744: Test failed: Got depth 6.94076419e-01, expected 6.97539096e-01. d3d10core.c:15744: Test failed: Got depth 6.99051440e-01, expected 7.02539091e-01. d3d10core.c:15744: Test failed: Got depth 7.04026461e-01, expected 7.07539086e-01. d3d10core.c:15744: Test failed: Got depth 7.09001422e-01, expected 7.12539081e-01. d3d10core.c:15744: Test failed: Got depth 7.13976443e-01, expected 7.17539077e-01. d3d10core.c:15744: Test failed: Got depth 7.18951464e-01, expected 7.22539072e-01. d3d10core.c:15744: Test failed: Got depth 7.23926425e-01, expected 7.27539067e-01. d3d10core.c:15744: Test failed: Got depth 7.28901446e-01, expected 7.32539062e-01. d3d10core.c:15744: Test failed: Got depth 7.33876467e-01, expected 7.37539117e-01. d3d10core.c:15744: Test failed: Got depth 7.38851428e-01, expected 7.42539112e-01. d3d10core.c:15744: Test failed: Got depth 7.43826449e-01, expected 7.47539108e-01. d3d10core.c:15744: Test failed: Got depth 7.48801410e-01, expected 7.52539103e-01. d3d10core.c:15744: Test failed: Got depth 7.53776431e-01, expected 7.57539098e-01. d3d10core.c:15744: Test failed: Got depth 7.58751452e-01, expected 7.62539093e-01. d3d10core.c:15744: Test failed: Got depth 7.63726413e-01, expected 7.67539089e-01. d3d10core.c:15744: Test failed: Got depth 7.68701434e-01, expected 7.72539084e-01. d3d10core.c:15744: Test failed: Got depth 7.73676455e-01, expected 7.77539079e-01. d3d10core.c:15744: Test failed: Got depth 7.78651416e-01, expected 7.82539074e-01. d3d10core.c:15744: Test failed: Got depth 7.83626437e-01, expected 7.87539070e-01. d3d10core.c:15744: Test failed: Got depth 7.88601458e-01, expected 7.92539065e-01. d3d10core.c:15744: Test failed: Got depth 7.93576419e-01, expected 7.97539120e-01. d3d10core.c:15744: Test failed: Got depth 7.98551440e-01, expected 8.02539115e-01. d3d10core.c:15744: Test failed: Got depth 8.03526402e-01, expected 8.07539110e-01. d3d10core.c:15744: Test failed: Got depth 8.08501422e-01, expected 8.12539105e-01. d3d10core.c:15744: Test failed: Got depth 8.13476443e-01, expected 8.17539101e-01. d3d10core.c:15744: Test failed: Got depth 8.18451405e-01, expected 8.22539096e-01. d3d10core.c:15744: Test failed: Got depth 8.23426425e-01, expected 8.27539091e-01. d3d10core.c:15744: Test failed: Got depth 8.28401446e-01, expected 8.32539086e-01. d3d10core.c:15744: Test failed: Got depth 8.33376408e-01, expected 8.37539081e-01. d3d10core.c:15744: Test failed: Got depth 8.38351429e-01, expected 8.42539077e-01. d3d10core.c:15744: Test failed: Got depth 8.43326449e-01, expected 8.47539072e-01. d3d10core.c:15744: Test failed: Got depth 8.48301411e-01, expected 8.52539127e-01. d3d10core.c:15744: Test failed: Got depth 8.53276432e-01, expected 8.57539122e-01. d3d10core.c:15744: Test failed: Got depth 8.58251452e-01, expected 8.62539117e-01. d3d10core.c:15744: Test failed: Got depth 8.63226414e-01, expected 8.67539112e-01. d3d10core.c:15744: Test failed: Got depth 8.68201435e-01, expected 8.72539108e-01. d3d10core.c:15744: Test failed: Got depth 8.73176396e-01, expected 8.77539103e-01. d3d10core.c:15744: Test failed: Got depth 8.78151417e-01, expected 8.82539098e-01. d3d10core.c:15744: Test failed: Got depth 8.83126438e-01, expected 8.87539093e-01. d3d10core.c:15744: Test failed: Got depth 8.88101399e-01, expected 8.92539089e-01. d3d10core.c:15744: Test failed: Got depth 8.93076420e-01, expected 8.97539084e-01. d3d10core.c:15744: Test failed: Got depth 8.98051441e-01, expected 9.02539079e-01. d3d10core.c:15744: Test failed: Got depth 9.03026402e-01, expected 9.07539074e-01. d3d10core.c:15744: Test failed: Got depth 9.08001423e-01, expected 9.12539129e-01. d3d10core.c:15744: Test failed: Got depth 9.12976444e-01, expected 9.17539124e-01. d3d10core.c:15744: Test failed: Got depth 9.17951405e-01, expected 9.22539120e-01. d3d10core.c:15744: Test failed: Got depth 9.22926426e-01, expected 9.27539115e-01. d3d10core.c:15744: Test failed: Got depth 9.27901447e-01, expected 9.32539110e-01. d3d10core.c:15744: Test failed: Got depth 9.32876408e-01, expected 9.37539105e-01. d3d10core.c:15744: Test failed: Got depth 9.37851429e-01, expected 9.42539101e-01. d3d10core.c:15744: Test failed: Got depth 9.42826390e-01, expected 9.47539096e-01. d3d10core.c:15744: Test failed: Got depth 9.47801411e-01, expected 9.52539091e-01. d3d10core.c:15744: Test failed: Got depth 9.52776432e-01, expected 9.57539086e-01. d3d10core.c:15744: Test failed: Got depth 9.57751393e-01, expected 9.62539081e-01. d3d10core.c:15744: Test failed: Got depth 9.62726414e-01, expected 9.67539077e-01. d3d10core.c:15744: Test failed: Got depth 9.67701435e-01, expected 9.72539132e-01. d3d10core.c:15744: Test failed: Got depth 9.72676396e-01, expected 9.77539127e-01. d3d10core.c:15744: Test failed: Got depth 9.77651417e-01, expected 9.82539122e-01. d3d10core.c:15744: Test failed: Got depth 9.82626438e-01, expected 9.87539117e-01. d3d10core.c:15744: Test failed: Got depth 9.87601399e-01, expected 9.92539112e-01. d3d10core.c:15744: Test failed: Got depth 9.92576420e-01, expected 9.97539108e-01. d3d10core.c:15744: Test failed: Got depth 9.97551382e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.52645731e-03, expected 7.53897894e-03. d3d10core.c:15744: Test failed: Got depth 1.25015397e-02, expected 1.25390412e-02. d3d10core.c:15744: Test failed: Got depth 1.74765401e-02, expected 1.75390420e-02. d3d10core.c:15744: Test failed: Got depth 2.24515386e-02, expected 2.25390410e-02. d3d10core.c:15744: Test failed: Got depth 2.74265390e-02, expected 2.75390418e-02. d3d10core.c:15744: Test failed: Got depth 3.24015357e-02, expected 3.25390426e-02. d3d10core.c:15744: Test failed: Got depth 3.73765379e-02, expected 3.75390435e-02. d3d10core.c:15744: Test failed: Got depth 4.23515365e-02, expected 4.25390461e-02. d3d10core.c:15744: Test failed: Got depth 4.73265350e-02, expected 4.75390451e-02. d3d10core.c:15744: Test failed: Got depth 5.23015335e-02, expected 5.25390441e-02. d3d10core.c:15744: Test failed: Got depth 5.72765321e-02, expected 5.75390467e-02. d3d10core.c:15744: Test failed: Got depth 6.22515343e-02, expected 6.25390457e-02. d3d10core.c:15744: Test failed: Got depth 6.72265366e-02, expected 6.75390409e-02. d3d10core.c:15744: Test failed: Got depth 7.22015351e-02, expected 7.25390436e-02. d3d10core.c:15744: Test failed: Got depth 7.71765336e-02, expected 7.75390463e-02. d3d10core.c:15744: Test failed: Got depth 8.21515322e-02, expected 8.25390415e-02. d3d10core.c:15744: Test failed: Got depth 8.71265307e-02, expected 8.75390442e-02. d3d10core.c:15744: Test failed: Got depth 9.21015292e-02, expected 9.25390469e-02. d3d10core.c:15744: Test failed: Got depth 9.70765278e-02, expected 9.75390421e-02. d3d10core.c:15744: Test failed: Got depth 1.02051526e-01, expected 1.02539045e-01. d3d10core.c:15744: Test failed: Got depth 1.07026525e-01, expected 1.07539047e-01. d3d10core.c:15744: Test failed: Got depth 1.12001531e-01, expected 1.12539043e-01. d3d10core.c:15744: Test failed: Got depth 1.16976529e-01, expected 1.17539045e-01. d3d10core.c:15744: Test failed: Got depth 1.21951528e-01, expected 1.22539048e-01. d3d10core.c:15744: Test failed: Got depth 1.26926526e-01, expected 1.27539043e-01. d3d10core.c:15744: Test failed: Got depth 1.31901532e-01, expected 1.32539053e-01. d3d10core.c:15744: Test failed: Got depth 1.36876538e-01, expected 1.37539049e-01. d3d10core.c:15744: Test failed: Got depth 1.41851529e-01, expected 1.42539044e-01. d3d10core.c:15744: Test failed: Got depth 1.46826535e-01, expected 1.47539054e-01. d3d10core.c:15744: Test failed: Got depth 1.51801527e-01, expected 1.52539049e-01. d3d10core.c:15744: Test failed: Got depth 1.56776533e-01, expected 1.57539045e-01. d3d10core.c:15744: Test failed: Got depth 1.61751524e-01, expected 1.62539055e-01. d3d10core.c:15744: Test failed: Got depth 1.66726530e-01, expected 1.67539050e-01. d3d10core.c:15744: Test failed: Got depth 1.71701536e-01, expected 1.72539045e-01. d3d10core.c:15744: Test failed: Got depth 1.76676527e-01, expected 1.77539055e-01. d3d10core.c:15744: Test failed: Got depth 1.81651533e-01, expected 1.82539050e-01. d3d10core.c:15744: Test failed: Got depth 1.86626524e-01, expected 1.87539046e-01. d3d10core.c:15744: Test failed: Got depth 1.91601530e-01, expected 1.92539056e-01. d3d10core.c:15744: Test failed: Got depth 1.96576521e-01, expected 1.97539051e-01. d3d10core.c:15744: Test failed: Got depth 2.01551527e-01, expected 2.02539046e-01. d3d10core.c:15744: Test failed: Got depth 2.06526518e-01, expected 2.07539056e-01. d3d10core.c:15744: Test failed: Got depth 2.11501524e-01, expected 2.12539052e-01. d3d10core.c:15744: Test failed: Got depth 2.16476530e-01, expected 2.17539047e-01. d3d10core.c:15744: Test failed: Got depth 2.21451521e-01, expected 2.22539057e-01. d3d10core.c:15744: Test failed: Got depth 2.26426527e-01, expected 2.27539052e-01. d3d10core.c:15744: Test failed: Got depth 2.31401518e-01, expected 2.32539047e-01. d3d10core.c:15744: Test failed: Got depth 2.36376524e-01, expected 2.37539058e-01. d3d10core.c:15744: Test failed: Got depth 2.41351515e-01, expected 2.42539053e-01. d3d10core.c:15744: Test failed: Got depth 2.46326521e-01, expected 2.47539048e-01. d3d10core.c:15744: Test failed: Got depth 2.51301527e-01, expected 2.52539058e-01. d3d10core.c:15744: Test failed: Got depth 2.56276518e-01, expected 2.57539068e-01. d3d10core.c:15744: Test failed: Got depth 2.61251509e-01, expected 2.62539064e-01. d3d10core.c:15744: Test failed: Got depth 2.66226530e-01, expected 2.67539059e-01. d3d10core.c:15744: Test failed: Got depth 2.71201521e-01, expected 2.72539054e-01. d3d10core.c:15744: Test failed: Got depth 2.76176512e-01, expected 2.77539049e-01. d3d10core.c:15744: Test failed: Got depth 2.81151503e-01, expected 2.82539045e-01. d3d10core.c:15744: Test failed: Got depth 2.86126524e-01, expected 2.87539070e-01. d3d10core.c:15744: Test failed: Got depth 2.91101515e-01, expected 2.92539065e-01. d3d10core.c:15744: Test failed: Got depth 2.96076506e-01, expected 2.97539060e-01. d3d10core.c:15744: Test failed: Got depth 3.01051527e-01, expected 3.02539055e-01. d3d10core.c:15744: Test failed: Got depth 3.06026518e-01, expected 3.07539050e-01. d3d10core.c:15744: Test failed: Got depth 3.11001509e-01, expected 3.12539046e-01. d3d10core.c:15744: Test failed: Got depth 3.15976501e-01, expected 3.17539071e-01. d3d10core.c:15744: Test failed: Got depth 3.20951521e-01, expected 3.22539066e-01. d3d10core.c:15744: Test failed: Got depth 3.25926512e-01, expected 3.27539061e-01. d3d10core.c:15744: Test failed: Got depth 3.30901504e-01, expected 3.32539056e-01. d3d10core.c:15744: Test failed: Got depth 3.35876524e-01, expected 3.37539052e-01. d3d10core.c:15744: Test failed: Got depth 3.40851516e-01, expected 3.42539077e-01. d3d10core.c:15744: Test failed: Got depth 3.45826507e-01, expected 3.47539072e-01. d3d10core.c:15744: Test failed: Got depth 3.50801498e-01, expected 3.52539067e-01. d3d10core.c:15744: Test failed: Got depth 3.55776519e-01, expected 3.57539062e-01. d3d10core.c:15744: Test failed: Got depth 3.60751510e-01, expected 3.62539058e-01. d3d10core.c:15744: Test failed: Got depth 3.65726501e-01, expected 3.67539053e-01. d3d10core.c:15744: Test failed: Got depth 3.70701522e-01, expected 3.72539078e-01. d3d10core.c:15744: Test failed: Got depth 3.75676513e-01, expected 3.77539073e-01. d3d10core.c:15744: Test failed: Got depth 3.80651504e-01, expected 3.82539068e-01. d3d10core.c:15744: Test failed: Got depth 3.85626495e-01, expected 3.87539064e-01. d3d10core.c:15744: Test failed: Got depth 3.90601516e-01, expected 3.92539059e-01. d3d10core.c:15744: Test failed: Got depth 3.95576507e-01, expected 3.97539054e-01. d3d10core.c:15744: Test failed: Got depth 4.00551498e-01, expected 4.02539079e-01. d3d10core.c:15744: Test failed: Got depth 4.05526489e-01, expected 4.07539074e-01. d3d10core.c:15744: Test failed: Got depth 4.10501510e-01, expected 4.12539070e-01. d3d10core.c:15744: Test failed: Got depth 4.15476501e-01, expected 4.17539065e-01. d3d10core.c:15744: Test failed: Got depth 4.20451492e-01, expected 4.22539060e-01. d3d10core.c:15744: Test failed: Got depth 4.25426513e-01, expected 4.27539055e-01. d3d10core.c:15744: Test failed: Got depth 4.30401504e-01, expected 4.32539080e-01. d3d10core.c:15744: Test failed: Got depth 4.35376495e-01, expected 4.37539076e-01. d3d10core.c:15744: Test failed: Got depth 4.40351486e-01, expected 4.42539071e-01. d3d10core.c:15744: Test failed: Got depth 4.45326507e-01, expected 4.47539066e-01. d3d10core.c:15744: Test failed: Got depth 4.50301498e-01, expected 4.52539061e-01. d3d10core.c:15744: Test failed: Got depth 4.55276489e-01, expected 4.57539056e-01. d3d10core.c:15744: Test failed: Got depth 4.60251510e-01, expected 4.62539081e-01. d3d10core.c:15744: Test failed: Got depth 4.65226501e-01, expected 4.67539077e-01. d3d10core.c:15744: Test failed: Got depth 4.70201492e-01, expected 4.72539072e-01. d3d10core.c:15744: Test failed: Got depth 4.75176483e-01, expected 4.77539067e-01. d3d10core.c:15744: Test failed: Got depth 4.80151504e-01, expected 4.82539062e-01. d3d10core.c:15744: Test failed: Got depth 4.85126495e-01, expected 4.87539058e-01. d3d10core.c:15744: Test failed: Got depth 4.90101486e-01, expected 4.92539083e-01. d3d10core.c:15744: Test failed: Got depth 4.95076507e-01, expected 4.97539078e-01. d3d10core.c:15744: Test failed: Got depth 5.00051498e-01, expected 5.02539073e-01. d3d10core.c:15744: Test failed: Got depth 5.05026460e-01, expected 5.07539098e-01. d3d10core.c:15744: Test failed: Got depth 5.10001481e-01, expected 5.12539093e-01. d3d10core.c:15744: Test failed: Got depth 5.14976442e-01, expected 5.17539089e-01. d3d10core.c:15744: Test failed: Got depth 5.19951463e-01, expected 5.22539084e-01. d3d10core.c:15744: Test failed: Got depth 5.24926484e-01, expected 5.27539079e-01. d3d10core.c:15744: Test failed: Got depth 5.29901445e-01, expected 5.32539074e-01. d3d10core.c:15744: Test failed: Got depth 5.34876466e-01, expected 5.37539070e-01. d3d10core.c:15744: Test failed: Got depth 5.39851487e-01, expected 5.42539065e-01. d3d10core.c:15744: Test failed: Got depth 5.44826448e-01, expected 5.47539060e-01. d3d10core.c:15744: Test failed: Got depth 5.49801469e-01, expected 5.52539055e-01. d3d10core.c:15744: Test failed: Got depth 5.54776430e-01, expected 5.57539050e-01. d3d10core.c:15744: Test failed: Got depth 5.59751451e-01, expected 5.62539105e-01. d3d10core.c:15744: Test failed: Got depth 5.64726472e-01, expected 5.67539101e-01. d3d10core.c:15744: Test failed: Got depth 5.69701433e-01, expected 5.72539096e-01. d3d10core.c:15744: Test failed: Got depth 5.74676454e-01, expected 5.77539091e-01. d3d10core.c:15744: Test failed: Got depth 5.79651475e-01, expected 5.82539086e-01. d3d10core.c:15744: Test failed: Got depth 5.84626436e-01, expected 5.87539081e-01. d3d10core.c:15744: Test failed: Got depth 5.89601457e-01, expected 5.92539077e-01. d3d10core.c:15744: Test failed: Got depth 5.94576478e-01, expected 5.97539072e-01. d3d10core.c:15744: Test failed: Got depth 5.99551439e-01, expected 6.02539067e-01. d3d10core.c:15744: Test failed: Got depth 6.04526460e-01, expected 6.07539062e-01. d3d10core.c:15744: Test failed: Got depth 6.09501481e-01, expected 6.12539058e-01. d3d10core.c:15744: Test failed: Got depth 6.14476442e-01, expected 6.17539053e-01. d3d10core.c:15744: Test failed: Got depth 6.19451463e-01, expected 6.22539108e-01. d3d10core.c:15744: Test failed: Got depth 6.24426425e-01, expected 6.27539103e-01. d3d10core.c:15744: Test failed: Got depth 6.29401445e-01, expected 6.32539098e-01. d3d10core.c:15744: Test failed: Got depth 6.34376466e-01, expected 6.37539093e-01. d3d10core.c:15744: Test failed: Got depth 6.39351428e-01, expected 6.42539089e-01. d3d10core.c:15744: Test failed: Got depth 6.44326448e-01, expected 6.47539084e-01. d3d10core.c:15744: Test failed: Got depth 6.49301469e-01, expected 6.52539079e-01. d3d10core.c:15744: Test failed: Got depth 6.54276431e-01, expected 6.57539074e-01. d3d10core.c:15744: Test failed: Got depth 6.59251451e-01, expected 6.62539070e-01. d3d10core.c:15744: Test failed: Got depth 6.64226472e-01, expected 6.67539065e-01. d3d10core.c:15744: Test failed: Got depth 6.69201434e-01, expected 6.72539060e-01. d3d10core.c:15744: Test failed: Got depth 6.74176455e-01, expected 6.77539115e-01. d3d10core.c:15744: Test failed: Got depth 6.79151416e-01, expected 6.82539110e-01. d3d10core.c:15744: Test failed: Got depth 6.84126437e-01, expected 6.87539105e-01. d3d10core.c:15744: Test failed: Got depth 6.89101458e-01, expected 6.92539101e-01. d3d10core.c:15744: Test failed: Got depth 6.94076419e-01, expected 6.97539096e-01. d3d10core.c:15744: Test failed: Got depth 6.99051440e-01, expected 7.02539091e-01. d3d10core.c:15744: Test failed: Got depth 7.04026461e-01, expected 7.07539086e-01. d3d10core.c:15744: Test failed: Got depth 7.09001422e-01, expected 7.12539081e-01. d3d10core.c:15744: Test failed: Got depth 7.13976443e-01, expected 7.17539077e-01. d3d10core.c:15744: Test failed: Got depth 7.18951464e-01, expected 7.22539072e-01. d3d10core.c:15744: Test failed: Got depth 7.23926425e-01, expected 7.27539067e-01. d3d10core.c:15744: Test failed: Got depth 7.28901446e-01, expected 7.32539062e-01. d3d10core.c:15744: Test failed: Got depth 7.33876467e-01, expected 7.37539117e-01. d3d10core.c:15744: Test failed: Got depth 7.38851428e-01, expected 7.42539112e-01. d3d10core.c:15744: Test failed: Got depth 7.43826449e-01, expected 7.47539108e-01. d3d10core.c:15744: Test failed: Got depth 7.48801410e-01, expected 7.52539103e-01. d3d10core.c:15744: Test failed: Got depth 7.53776431e-01, expected 7.57539098e-01. d3d10core.c:15744: Test failed: Got depth 7.58751452e-01, expected 7.62539093e-01. d3d10core.c:15744: Test failed: Got depth 7.63726413e-01, expected 7.67539089e-01. d3d10core.c:15744: Test failed: Got depth 7.68701434e-01, expected 7.72539084e-01. d3d10core.c:15744: Test failed: Got depth 7.73676455e-01, expected 7.77539079e-01. d3d10core.c:15744: Test failed: Got depth 7.78651416e-01, expected 7.82539074e-01. d3d10core.c:15744: Test failed: Got depth 7.83626437e-01, expected 7.87539070e-01. d3d10core.c:15744: Test failed: Got depth 7.88601458e-01, expected 7.92539065e-01. d3d10core.c:15744: Test failed: Got depth 7.93576419e-01, expected 7.97539120e-01. d3d10core.c:15744: Test failed: Got depth 7.98551440e-01, expected 8.02539115e-01. d3d10core.c:15744: Test failed: Got depth 8.03526402e-01, expected 8.07539110e-01. d3d10core.c:15744: Test failed: Got depth 8.08501422e-01, expected 8.12539105e-01. d3d10core.c:15744: Test failed: Got depth 8.13476443e-01, expected 8.17539101e-01. d3d10core.c:15744: Test failed: Got depth 8.18451405e-01, expected 8.22539096e-01. d3d10core.c:15744: Test failed: Got depth 8.23426425e-01, expected 8.27539091e-01. d3d10core.c:15744: Test failed: Got depth 8.28401446e-01, expected 8.32539086e-01. d3d10core.c:15744: Test failed: Got depth 8.33376408e-01, expected 8.37539081e-01. d3d10core.c:15744: Test failed: Got depth 8.38351429e-01, expected 8.42539077e-01. d3d10core.c:15744: Test failed: Got depth 8.43326449e-01, expected 8.47539072e-01. d3d10core.c:15744: Test failed: Got depth 8.48301411e-01, expected 8.52539127e-01. d3d10core.c:15744: Test failed: Got depth 8.53276432e-01, expected 8.57539122e-01. d3d10core.c:15744: Test failed: Got depth 8.58251452e-01, expected 8.62539117e-01. d3d10core.c:15744: Test failed: Got depth 8.63226414e-01, expected 8.67539112e-01. d3d10core.c:15744: Test failed: Got depth 8.68201435e-01, expected 8.72539108e-01. d3d10core.c:15744: Test failed: Got depth 8.73176396e-01, expected 8.77539103e-01. d3d10core.c:15744: Test failed: Got depth 8.78151417e-01, expected 8.82539098e-01. d3d10core.c:15744: Test failed: Got depth 8.83126438e-01, expected 8.87539093e-01. d3d10core.c:15744: Test failed: Got depth 8.88101399e-01, expected 8.92539089e-01. d3d10core.c:15744: Test failed: Got depth 8.93076420e-01, expected 8.97539084e-01. d3d10core.c:15744: Test failed: Got depth 8.98051441e-01, expected 9.02539079e-01. d3d10core.c:15744: Test failed: Got depth 9.03026402e-01, expected 9.07539074e-01. d3d10core.c:15744: Test failed: Got depth 9.08001423e-01, expected 9.12539129e-01. d3d10core.c:15744: Test failed: Got depth 9.12976444e-01, expected 9.17539124e-01. d3d10core.c:15744: Test failed: Got depth 9.17951405e-01, expected 9.22539120e-01. d3d10core.c:15744: Test failed: Got depth 9.22926426e-01, expected 9.27539115e-01. d3d10core.c:15744: Test failed: Got depth 9.27901447e-01, expected 9.32539110e-01. d3d10core.c:15744: Test failed: Got depth 9.32876408e-01, expected 9.37539105e-01. d3d10core.c:15744: Test failed: Got depth 9.37851429e-01, expected 9.42539101e-01. d3d10core.c:15744: Test failed: Got depth 9.42826390e-01, expected 9.47539096e-01. d3d10core.c:15744: Test failed: Got depth 9.47801411e-01, expected 9.52539091e-01. d3d10core.c:15744: Test failed: Got depth 9.52776432e-01, expected 9.57539086e-01. d3d10core.c:15744: Test failed: Got depth 9.57751393e-01, expected 9.62539081e-01. d3d10core.c:15744: Test failed: Got depth 9.62726414e-01, expected 9.67539077e-01. d3d10core.c:15744: Test failed: Got depth 9.67701435e-01, expected 9.72539132e-01. d3d10core.c:15744: Test failed: Got depth 9.72676396e-01, expected 9.77539127e-01. d3d10core.c:15744: Test failed: Got depth 9.77651417e-01, expected 9.82539122e-01. d3d10core.c:15744: Test failed: Got depth 9.82626438e-01, expected 9.87539117e-01. d3d10core.c:15744: Test failed: Got depth 9.87601399e-01, expected 9.92539112e-01. d3d10core.c:15744: Test failed: Got depth 9.92576420e-01, expected 9.97539108e-01. d3d10core.c:15744: Test failed: Got depth 9.97551382e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 2.54905224e-03, expected 2.54897905e-03. d3d10core.c:15744: Test failed: Got depth 7.54896645e-03, expected 7.54904134e-03. d3d10core.c:15744: Test failed: Got depth 1.25489160e-02, expected 1.25490422e-02. d3d10core.c:15744: Test failed: Got depth 1.75488666e-02, expected 1.75490411e-02. d3d10core.c:15744: Test failed: Got depth 2.25488171e-02, expected 2.25490419e-02. d3d10core.c:15744: Test failed: Got depth 2.75487676e-02, expected 2.75490428e-02. d3d10core.c:15744: Test failed: Got depth 3.25487144e-02, expected 3.25490436e-02. d3d10core.c:15744: Test failed: Got depth 3.75486650e-02, expected 3.75490463e-02. d3d10core.c:15744: Test failed: Got depth 4.25486155e-02, expected 4.25490452e-02. d3d10core.c:15744: Test failed: Got depth 4.75485660e-02, expected 4.75490442e-02. d3d10core.c:15744: Test failed: Got depth 5.25485165e-02, expected 5.25490469e-02. d3d10core.c:15744: Test failed: Got depth 5.75484671e-02, expected 5.75490458e-02. d3d10core.c:15744: Test failed: Got depth 6.25484139e-02, expected 6.25490410e-02. d3d10core.c:15744: Test failed: Got depth 6.75483644e-02, expected 6.75490437e-02. d3d10core.c:15744: Test failed: Got depth 7.25483149e-02, expected 7.25490464e-02. d3d10core.c:15744: Test failed: Got depth 7.75482655e-02, expected 7.75490416e-02. d3d10core.c:15744: Test failed: Got depth 8.25482160e-02, expected 8.25490443e-02. d3d10core.c:15744: Test failed: Got depth 8.75481665e-02, expected 8.75490470e-02. d3d10core.c:15744: Test failed: Got depth 9.25481170e-02, expected 9.25490422e-02. d3d10core.c:15744: Test failed: Got depth 9.75480676e-02, expected 9.75490449e-02. d3d10core.c:15744: Test failed: Got depth 1.02548018e-01, expected 1.02549048e-01. d3d10core.c:15744: Test failed: Got depth 1.07547969e-01, expected 1.07549043e-01. d3d10core.c:15744: Test failed: Got depth 1.12547919e-01, expected 1.12549046e-01. d3d10core.c:15744: Test failed: Got depth 1.17547870e-01, expected 1.17549048e-01. d3d10core.c:15744: Test failed: Got depth 1.22547813e-01, expected 1.22549043e-01. d3d10core.c:15744: Test failed: Got depth 1.27547771e-01, expected 1.27549054e-01. d3d10core.c:15744: Test failed: Got depth 1.32547721e-01, expected 1.32549049e-01. d3d10core.c:15744: Test failed: Got depth 1.37547672e-01, expected 1.37549044e-01. d3d10core.c:15744: Test failed: Got depth 1.42547622e-01, expected 1.42549054e-01. d3d10core.c:15744: Test failed: Got depth 1.47547573e-01, expected 1.47549049e-01. d3d10core.c:15744: Test failed: Got depth 1.52547523e-01, expected 1.52549045e-01. d3d10core.c:15744: Test failed: Got depth 1.57547474e-01, expected 1.57549055e-01. d3d10core.c:15744: Test failed: Got depth 1.62547424e-01, expected 1.62549050e-01. d3d10core.c:15744: Test failed: Got depth 1.67547375e-01, expected 1.67549045e-01. d3d10core.c:15744: Test failed: Got depth 1.72547325e-01, expected 1.72549055e-01. d3d10core.c:15744: Test failed: Got depth 1.77547276e-01, expected 1.77549051e-01. d3d10core.c:15744: Test failed: Got depth 1.82547227e-01, expected 1.82549046e-01. d3d10core.c:15744: Test failed: Got depth 1.87547177e-01, expected 1.87549056e-01. d3d10core.c:15744: Test failed: Got depth 1.92547128e-01, expected 1.92549051e-01. d3d10core.c:15744: Test failed: Got depth 1.97547078e-01, expected 1.97549046e-01. d3d10core.c:15744: Test failed: Got depth 2.02547029e-01, expected 2.02549057e-01. d3d10core.c:15744: Test failed: Got depth 2.07546979e-01, expected 2.07549052e-01. d3d10core.c:15744: Test failed: Got depth 2.12546930e-01, expected 2.12549047e-01. d3d10core.c:15744: Test failed: Got depth 2.17546880e-01, expected 2.17549057e-01. d3d10core.c:15744: Test failed: Got depth 2.22546831e-01, expected 2.22549052e-01. d3d10core.c:15744: Test failed: Got depth 2.27546781e-01, expected 2.27549048e-01. d3d10core.c:15744: Test failed: Got depth 2.32546732e-01, expected 2.32549058e-01. d3d10core.c:15744: Test failed: Got depth 2.37546682e-01, expected 2.37549053e-01. d3d10core.c:15744: Test failed: Got depth 2.42546618e-01, expected 2.42549048e-01. d3d10core.c:15744: Test failed: Got depth 2.47546569e-01, expected 2.47549058e-01. d3d10core.c:15744: Test failed: Got depth 2.52546519e-01, expected 2.52549068e-01. d3d10core.c:15744: Test failed: Got depth 2.57546484e-01, expected 2.57549064e-01. d3d10core.c:15744: Test failed: Got depth 2.62546420e-01, expected 2.62549059e-01. d3d10core.c:15744: Test failed: Got depth 2.67546386e-01, expected 2.67549054e-01. d3d10core.c:15744: Test failed: Got depth 2.72546321e-01, expected 2.72549049e-01. d3d10core.c:15744: Test failed: Got depth 2.77546287e-01, expected 2.77549045e-01. d3d10core.c:15744: Test failed: Got depth 2.82546222e-01, expected 2.82549070e-01. d3d10core.c:15744: Test failed: Got depth 2.87546188e-01, expected 2.87549065e-01. d3d10core.c:15744: Test failed: Got depth 2.92546123e-01, expected 2.92549060e-01. d3d10core.c:15744: Test failed: Got depth 2.97546089e-01, expected 2.97549055e-01. d3d10core.c:15744: Test failed: Got depth 3.02546024e-01, expected 3.02549051e-01. d3d10core.c:15744: Test failed: Got depth 3.07545990e-01, expected 3.07549046e-01. d3d10core.c:15744: Test failed: Got depth 3.12545925e-01, expected 3.12549071e-01. d3d10core.c:15744: Test failed: Got depth 3.17545891e-01, expected 3.17549066e-01. d3d10core.c:15744: Test failed: Got depth 3.22545826e-01, expected 3.22549061e-01. d3d10core.c:15744: Test failed: Got depth 3.27545762e-01, expected 3.27549057e-01. d3d10core.c:15744: Test failed: Got depth 3.32545727e-01, expected 3.32549052e-01. d3d10core.c:15744: Test failed: Got depth 3.37545663e-01, expected 3.37549077e-01. d3d10core.c:15744: Test failed: Got depth 3.42545629e-01, expected 3.42549072e-01. d3d10core.c:15744: Test failed: Got depth 3.47545564e-01, expected 3.47549067e-01. d3d10core.c:15744: Test failed: Got depth 3.52545530e-01, expected 3.52549062e-01. d3d10core.c:15744: Test failed: Got depth 3.57545465e-01, expected 3.57549058e-01. d3d10core.c:15744: Test failed: Got depth 3.62545431e-01, expected 3.62549053e-01. d3d10core.c:15744: Test failed: Got depth 3.67545366e-01, expected 3.67549078e-01. d3d10core.c:15744: Test failed: Got depth 3.72545332e-01, expected 3.72549073e-01. d3d10core.c:15744: Test failed: Got depth 3.77545267e-01, expected 3.77549068e-01. d3d10core.c:15744: Test failed: Got depth 3.82545233e-01, expected 3.82549064e-01. d3d10core.c:15744: Test failed: Got depth 3.87545168e-01, expected 3.87549059e-01. d3d10core.c:15744: Test failed: Got depth 3.92545134e-01, expected 3.92549054e-01. d3d10core.c:15744: Test failed: Got depth 3.97545069e-01, expected 3.97549079e-01. d3d10core.c:15744: Test failed: Got depth 4.02545035e-01, expected 4.02549074e-01. d3d10core.c:15744: Test failed: Got depth 4.07544971e-01, expected 4.07549070e-01. d3d10core.c:15744: Test failed: Got depth 4.12544936e-01, expected 4.12549065e-01. d3d10core.c:15744: Test failed: Got depth 4.17544872e-01, expected 4.17549060e-01. d3d10core.c:15744: Test failed: Got depth 4.22544837e-01, expected 4.22549055e-01. d3d10core.c:15744: Test failed: Got depth 4.27544773e-01, expected 4.27549080e-01. d3d10core.c:15744: Test failed: Got depth 4.32544738e-01, expected 4.32549076e-01. d3d10core.c:15744: Test failed: Got depth 4.37544674e-01, expected 4.37549071e-01. d3d10core.c:15744: Test failed: Got depth 4.42544639e-01, expected 4.42549066e-01. d3d10core.c:15744: Test failed: Got depth 4.47544575e-01, expected 4.47549061e-01. d3d10core.c:15744: Test failed: Got depth 4.52544540e-01, expected 4.52549057e-01. d3d10core.c:15744: Test failed: Got depth 4.57544476e-01, expected 4.57549082e-01. d3d10core.c:15744: Test failed: Got depth 4.62544441e-01, expected 4.62549077e-01. d3d10core.c:15744: Test failed: Got depth 4.67544377e-01, expected 4.67549072e-01. d3d10core.c:15744: Test failed: Got depth 4.72544342e-01, expected 4.72549067e-01. d3d10core.c:15744: Test failed: Got depth 4.77544278e-01, expected 4.77549062e-01. d3d10core.c:15744: Test failed: Got depth 4.82544214e-01, expected 4.82549058e-01. d3d10core.c:15744: Test failed: Got depth 4.87544179e-01, expected 4.87549083e-01. d3d10core.c:15744: Test failed: Got depth 4.92544115e-01, expected 4.92549078e-01. d3d10core.c:15744: Test failed: Got depth 4.97544080e-01, expected 4.97549073e-01. d3d10core.c:15744: Test failed: Got depth 5.02543986e-01, expected 5.02549098e-01. d3d10core.c:15744: Test failed: Got depth 5.07543921e-01, expected 5.07549093e-01. d3d10core.c:15744: Test failed: Got depth 5.12543917e-01, expected 5.12549089e-01. d3d10core.c:15744: Test failed: Got depth 5.17543852e-01, expected 5.17549084e-01. d3d10core.c:15744: Test failed: Got depth 5.22543788e-01, expected 5.22549079e-01. d3d10core.c:15744: Test failed: Got depth 5.27543724e-01, expected 5.27549074e-01. d3d10core.c:15744: Test failed: Got depth 5.32543719e-01, expected 5.32549070e-01. d3d10core.c:15744: Test failed: Got depth 5.37543654e-01, expected 5.37549065e-01. d3d10core.c:15744: Test failed: Got depth 5.42543590e-01, expected 5.42549060e-01. d3d10core.c:15744: Test failed: Got depth 5.47543526e-01, expected 5.47549055e-01. d3d10core.c:15744: Test failed: Got depth 5.52543521e-01, expected 5.52549051e-01. d3d10core.c:15744: Test failed: Got depth 5.57543457e-01, expected 5.57549105e-01. d3d10core.c:15744: Test failed: Got depth 5.62543392e-01, expected 5.62549101e-01. d3d10core.c:15744: Test failed: Got depth 5.67543328e-01, expected 5.67549096e-01. d3d10core.c:15744: Test failed: Got depth 5.72543323e-01, expected 5.72549091e-01. d3d10core.c:15744: Test failed: Got depth 5.77543259e-01, expected 5.77549086e-01. d3d10core.c:15744: Test failed: Got depth 5.82543194e-01, expected 5.82549082e-01. d3d10core.c:15744: Test failed: Got depth 5.87543130e-01, expected 5.87549077e-01. d3d10core.c:15744: Test failed: Got depth 5.92543125e-01, expected 5.92549072e-01. d3d10core.c:15744: Test failed: Got depth 5.97543061e-01, expected 5.97549067e-01. d3d10core.c:15744: Test failed: Got depth 6.02542996e-01, expected 6.02549062e-01. d3d10core.c:15744: Test failed: Got depth 6.07542932e-01, expected 6.07549058e-01. d3d10core.c:15744: Test failed: Got depth 6.12542927e-01, expected 6.12549053e-01. d3d10core.c:15744: Test failed: Got depth 6.17542863e-01, expected 6.17549108e-01. d3d10core.c:15744: Test failed: Got depth 6.22542799e-01, expected 6.22549103e-01. d3d10core.c:15744: Test failed: Got depth 6.27542734e-01, expected 6.27549098e-01. d3d10core.c:15744: Test failed: Got depth 6.32542729e-01, expected 6.32549093e-01. d3d10core.c:15744: Test failed: Got depth 6.37542665e-01, expected 6.37549089e-01. d3d10core.c:15744: Test failed: Got depth 6.42542601e-01, expected 6.42549084e-01. d3d10core.c:15744: Test failed: Got depth 6.47542536e-01, expected 6.47549079e-01. d3d10core.c:15744: Test failed: Got depth 6.52542472e-01, expected 6.52549074e-01. d3d10core.c:15744: Test failed: Got depth 6.57542467e-01, expected 6.57549070e-01. d3d10core.c:15744: Test failed: Got depth 6.62542403e-01, expected 6.62549065e-01. d3d10core.c:15744: Test failed: Got depth 6.67542338e-01, expected 6.67549060e-01. d3d10core.c:15744: Test failed: Got depth 6.72542274e-01, expected 6.72549115e-01. d3d10core.c:15744: Test failed: Got depth 6.77542269e-01, expected 6.77549110e-01. d3d10core.c:15744: Test failed: Got depth 6.82542205e-01, expected 6.82549105e-01. d3d10core.c:15744: Test failed: Got depth 6.87542140e-01, expected 6.87549101e-01. d3d10core.c:15744: Test failed: Got depth 6.92542076e-01, expected 6.92549096e-01. d3d10core.c:15744: Test failed: Got depth 6.97542071e-01, expected 6.97549091e-01. d3d10core.c:15744: Test failed: Got depth 7.02542007e-01, expected 7.02549086e-01. d3d10core.c:15744: Test failed: Got depth 7.07541943e-01, expected 7.07549082e-01. d3d10core.c:15744: Test failed: Got depth 7.12541878e-01, expected 7.12549077e-01. d3d10core.c:15744: Test failed: Got depth 7.17541873e-01, expected 7.17549072e-01. d3d10core.c:15744: Test failed: Got depth 7.22541809e-01, expected 7.22549067e-01. d3d10core.c:15744: Test failed: Got depth 7.27541745e-01, expected 7.27549062e-01. d3d10core.c:15744: Test failed: Got depth 7.32541680e-01, expected 7.32549117e-01. d3d10core.c:15744: Test failed: Got depth 7.37541676e-01, expected 7.37549113e-01. d3d10core.c:15744: Test failed: Got depth 7.42541611e-01, expected 7.42549108e-01. d3d10core.c:15744: Test failed: Got depth 7.47541547e-01, expected 7.47549103e-01. d3d10core.c:15744: Test failed: Got depth 7.52541482e-01, expected 7.52549098e-01. d3d10core.c:15744: Test failed: Got depth 7.57541478e-01, expected 7.57549093e-01. d3d10core.c:15744: Test failed: Got depth 7.62541413e-01, expected 7.62549089e-01. d3d10core.c:15744: Test failed: Got depth 7.67541349e-01, expected 7.67549084e-01. d3d10core.c:15744: Test failed: Got depth 7.72541285e-01, expected 7.72549079e-01. d3d10core.c:15744: Test failed: Got depth 7.77541280e-01, expected 7.77549074e-01. d3d10core.c:15744: Test failed: Got depth 7.82541215e-01, expected 7.82549070e-01. d3d10core.c:15744: Test failed: Got depth 7.87541151e-01, expected 7.87549065e-01. d3d10core.c:15744: Test failed: Got depth 7.92541087e-01, expected 7.92549120e-01. d3d10core.c:15744: Test failed: Got depth 7.97541082e-01, expected 7.97549115e-01. d3d10core.c:15744: Test failed: Got depth 8.02541018e-01, expected 8.02549110e-01. d3d10core.c:15744: Test failed: Got depth 8.07540953e-01, expected 8.07549105e-01. d3d10core.c:15744: Test failed: Got depth 8.12540889e-01, expected 8.12549101e-01. d3d10core.c:15744: Test failed: Got depth 8.17540824e-01, expected 8.17549096e-01. d3d10core.c:15744: Test failed: Got depth 8.22540820e-01, expected 8.22549091e-01. d3d10core.c:15744: Test failed: Got depth 8.27540755e-01, expected 8.27549086e-01. d3d10core.c:15744: Test failed: Got depth 8.32540691e-01, expected 8.32549082e-01. d3d10core.c:15744: Test failed: Got depth 8.37540627e-01, expected 8.37549077e-01. d3d10core.c:15744: Test failed: Got depth 8.42540622e-01, expected 8.42549072e-01. d3d10core.c:15744: Test failed: Got depth 8.47540557e-01, expected 8.47549127e-01. d3d10core.c:15744: Test failed: Got depth 8.52540493e-01, expected 8.52549122e-01. d3d10core.c:15744: Test failed: Got depth 8.57540429e-01, expected 8.57549117e-01. d3d10core.c:15744: Test failed: Got depth 8.62540424e-01, expected 8.62549113e-01. d3d10core.c:15744: Test failed: Got depth 8.67540359e-01, expected 8.67549108e-01. d3d10core.c:15744: Test failed: Got depth 8.72540295e-01, expected 8.72549103e-01. d3d10core.c:15744: Test failed: Got depth 8.77540231e-01, expected 8.77549098e-01. d3d10core.c:15744: Test failed: Got depth 8.82540226e-01, expected 8.82549093e-01. d3d10core.c:15744: Test failed: Got depth 8.87540162e-01, expected 8.87549089e-01. d3d10core.c:15744: Test failed: Got depth 8.92540097e-01, expected 8.92549084e-01. d3d10core.c:15744: Test failed: Got depth 8.97540033e-01, expected 8.97549079e-01. d3d10core.c:15744: Test failed: Got depth 9.02540028e-01, expected 9.02549074e-01. d3d10core.c:15744: Test failed: Got depth 9.07539964e-01, expected 9.07549129e-01. d3d10core.c:15744: Test failed: Got depth 9.12539899e-01, expected 9.12549124e-01. d3d10core.c:15744: Test failed: Got depth 9.17539835e-01, expected 9.17549120e-01. d3d10core.c:15744: Test failed: Got depth 9.22539830e-01, expected 9.22549115e-01. d3d10core.c:15744: Test failed: Got depth 9.27539766e-01, expected 9.27549110e-01. d3d10core.c:15744: Test failed: Got depth 9.32539701e-01, expected 9.32549105e-01. d3d10core.c:15744: Test failed: Got depth 9.37539637e-01, expected 9.37549101e-01. d3d10core.c:15744: Test failed: Got depth 9.42539632e-01, expected 9.42549096e-01. d3d10core.c:15744: Test failed: Got depth 9.47539568e-01, expected 9.47549091e-01. d3d10core.c:15744: Test failed: Got depth 9.52539504e-01, expected 9.52549086e-01. d3d10core.c:15744: Test failed: Got depth 9.57539439e-01, expected 9.57549082e-01. d3d10core.c:15744: Test failed: Got depth 9.62539375e-01, expected 9.62549077e-01. d3d10core.c:15744: Test failed: Got depth 9.67539370e-01, expected 9.67549132e-01. d3d10core.c:15744: Test failed: Got depth 9.72539306e-01, expected 9.72549127e-01. d3d10core.c:15744: Test failed: Got depth 9.77539241e-01, expected 9.77549122e-01. d3d10core.c:15744: Test failed: Got depth 9.82539177e-01, expected 9.82549117e-01. d3d10core.c:15744: Test failed: Got depth 9.87539172e-01, expected 9.87549113e-01. d3d10core.c:15744: Test failed: Got depth 9.92539108e-01, expected 9.92549108e-01. d3d10core.c:15744: Test failed: Got depth 9.97539043e-01, expected 9.97549103e-01. d3d10core.c:15744: Test failed: Got depth 1.25139356e-02, expected 1.25389788e-02. d3d10core.c:15744: Test failed: Got depth 1.74640380e-02, expected 1.75390411e-02. d3d10core.c:15744: Test failed: Got depth 2.24140361e-02, expected 2.25390419e-02. d3d10core.c:15744: Test failed: Got depth 2.73640361e-02, expected 2.75390409e-02. d3d10core.c:15744: Test failed: Got depth 3.23140323e-02, expected 3.25390417e-02. d3d10core.c:15744: Test failed: Got depth 3.72640342e-02, expected 3.75390425e-02. d3d10core.c:15744: Test failed: Got depth 4.22140323e-02, expected 4.25390434e-02. d3d10core.c:15744: Test failed: Got depth 4.71640304e-02, expected 4.75390460e-02. d3d10core.c:15744: Test failed: Got depth 5.21140285e-02, expected 5.25390450e-02. d3d10core.c:15744: Test failed: Got depth 5.70640266e-02, expected 5.75390439e-02. d3d10core.c:15744: Test failed: Got depth 6.20140247e-02, expected 6.25390466e-02. d3d10core.c:15744: Test failed: Got depth 6.69640228e-02, expected 6.75390456e-02. d3d10core.c:15744: Test failed: Got depth 7.19140247e-02, expected 7.25390408e-02. d3d10core.c:15744: Test failed: Got depth 7.68640190e-02, expected 7.75390435e-02. d3d10core.c:15744: Test failed: Got depth 8.18140209e-02, expected 8.25390462e-02. d3d10core.c:15744: Test failed: Got depth 8.67640153e-02, expected 8.75390414e-02. d3d10core.c:15744: Test failed: Got depth 9.17140171e-02, expected 9.25390441e-02. d3d10core.c:15744: Test failed: Got depth 9.66640189e-02, expected 9.75390468e-02. d3d10core.c:15744: Test failed: Got depth 1.01614013e-01, expected 1.02539042e-01. d3d10core.c:15744: Test failed: Got depth 1.06564015e-01, expected 1.07539045e-01. d3d10core.c:15744: Test failed: Got depth 1.11514010e-01, expected 1.12539047e-01. d3d10core.c:15744: Test failed: Got depth 1.16464011e-01, expected 1.17539043e-01. d3d10core.c:15744: Test failed: Got depth 1.21414006e-01, expected 1.22539045e-01. d3d10core.c:15744: Test failed: Got depth 1.26364008e-01, expected 1.27539048e-01. d3d10core.c:15744: Test failed: Got depth 1.31314009e-01, expected 1.32539043e-01. d3d10core.c:15744: Test failed: Got depth 1.36263996e-01, expected 1.37539053e-01. d3d10core.c:15744: Test failed: Got depth 1.41213998e-01, expected 1.42539049e-01. d3d10core.c:15744: Test failed: Got depth 1.46164000e-01, expected 1.47539044e-01. d3d10core.c:15744: Test failed: Got depth 1.51114002e-01, expected 1.52539054e-01. d3d10core.c:15744: Test failed: Got depth 1.56064004e-01, expected 1.57539049e-01. d3d10core.c:15744: Test failed: Got depth 1.61013991e-01, expected 1.62539044e-01. d3d10core.c:15744: Test failed: Got depth 1.65963992e-01, expected 1.67539055e-01. d3d10core.c:15744: Test failed: Got depth 1.70913994e-01, expected 1.72539050e-01. d3d10core.c:15744: Test failed: Got depth 1.75863996e-01, expected 1.77539045e-01. d3d10core.c:15744: Test failed: Got depth 1.80813998e-01, expected 1.82539055e-01. d3d10core.c:15744: Test failed: Got depth 1.85763985e-01, expected 1.87539050e-01. d3d10core.c:15744: Test failed: Got depth 1.90713987e-01, expected 1.92539046e-01. d3d10core.c:15744: Test failed: Got depth 1.95663989e-01, expected 1.97539056e-01. d3d10core.c:15744: Test failed: Got depth 2.00613990e-01, expected 2.02539051e-01. d3d10core.c:15744: Test failed: Got depth 2.05563977e-01, expected 2.07539046e-01. d3d10core.c:15744: Test failed: Got depth 2.10513979e-01, expected 2.12539056e-01. d3d10core.c:15744: Test failed: Got depth 2.15463981e-01, expected 2.17539052e-01. d3d10core.c:15744: Test failed: Got depth 2.20413983e-01, expected 2.22539047e-01. d3d10core.c:15744: Test failed: Got depth 2.25363985e-01, expected 2.27539057e-01. d3d10core.c:15744: Test failed: Got depth 2.30313972e-01, expected 2.32539052e-01. d3d10core.c:15744: Test failed: Got depth 2.35263973e-01, expected 2.37539047e-01. d3d10core.c:15744: Test failed: Got depth 2.40213975e-01, expected 2.42539058e-01. d3d10core.c:15744: Test failed: Got depth 2.45163977e-01, expected 2.47539053e-01. d3d10core.c:15744: Test failed: Got depth 2.50113964e-01, expected 2.52539048e-01. d3d10core.c:15744: Test failed: Got depth 2.55063951e-01, expected 2.57539058e-01. d3d10core.c:15744: Test failed: Got depth 2.60013968e-01, expected 2.62539068e-01. d3d10core.c:15744: Test failed: Got depth 2.64963984e-01, expected 2.67539063e-01. d3d10core.c:15744: Test failed: Got depth 2.69913971e-01, expected 2.72539059e-01. d3d10core.c:15744: Test failed: Got depth 2.74863958e-01, expected 2.77539054e-01. d3d10core.c:15744: Test failed: Got depth 2.79813945e-01, expected 2.82539049e-01. d3d10core.c:15744: Test failed: Got depth 2.84763932e-01, expected 2.87539044e-01. d3d10core.c:15744: Test failed: Got depth 2.89713979e-01, expected 2.92539069e-01. d3d10core.c:15744: Test failed: Got depth 2.94663966e-01, expected 2.97539065e-01. d3d10core.c:15744: Test failed: Got depth 2.99613953e-01, expected 3.02539060e-01. d3d10core.c:15744: Test failed: Got depth 3.04563940e-01, expected 3.07539055e-01. d3d10core.c:15744: Test failed: Got depth 3.09513927e-01, expected 3.12539050e-01. d3d10core.c:15744: Test failed: Got depth 3.14463973e-01, expected 3.17539046e-01. d3d10core.c:15744: Test failed: Got depth 3.19413960e-01, expected 3.22539071e-01. d3d10core.c:15744: Test failed: Got depth 3.24363947e-01, expected 3.27539066e-01. d3d10core.c:15744: Test failed: Got depth 3.29313934e-01, expected 3.32539061e-01. d3d10core.c:15744: Test failed: Got depth 3.34263921e-01, expected 3.37539056e-01. d3d10core.c:15744: Test failed: Got depth 3.39213967e-01, expected 3.42539052e-01. d3d10core.c:15744: Test failed: Got depth 3.44163954e-01, expected 3.47539077e-01. d3d10core.c:15744: Test failed: Got depth 3.49113941e-01, expected 3.52539072e-01. d3d10core.c:15744: Test failed: Got depth 3.54063928e-01, expected 3.57539067e-01. d3d10core.c:15744: Test failed: Got depth 3.59013915e-01, expected 3.62539062e-01. d3d10core.c:15744: Test failed: Got depth 3.63963962e-01, expected 3.67539058e-01. d3d10core.c:15744: Test failed: Got depth 3.68913949e-01, expected 3.72539053e-01. d3d10core.c:15744: Test failed: Got depth 3.73863935e-01, expected 3.77539078e-01. d3d10core.c:15744: Test failed: Got depth 3.78813922e-01, expected 3.82539073e-01. d3d10core.c:15744: Test failed: Got depth 3.83763909e-01, expected 3.87539068e-01. d3d10core.c:15744: Test failed: Got depth 3.88713956e-01, expected 3.92539063e-01. d3d10core.c:15744: Test failed: Got depth 3.93663943e-01, expected 3.97539059e-01. d3d10core.c:15744: Test failed: Got depth 3.98613930e-01, expected 4.02539054e-01. d3d10core.c:15744: Test failed: Got depth 4.03563917e-01, expected 4.07539079e-01. d3d10core.c:15744: Test failed: Got depth 4.08513904e-01, expected 4.12539074e-01. d3d10core.c:15744: Test failed: Got depth 4.13463950e-01, expected 4.17539069e-01. d3d10core.c:15744: Test failed: Got depth 4.18413937e-01, expected 4.22539065e-01. d3d10core.c:15744: Test failed: Got depth 4.23363924e-01, expected 4.27539060e-01. d3d10core.c:15744: Test failed: Got depth 4.28313911e-01, expected 4.32539055e-01. d3d10core.c:15744: Test failed: Got depth 4.33263898e-01, expected 4.37539080e-01. d3d10core.c:15744: Test failed: Got depth 4.38213944e-01, expected 4.42539075e-01. d3d10core.c:15744: Test failed: Got depth 4.43163931e-01, expected 4.47539071e-01. d3d10core.c:15744: Test failed: Got depth 4.48113918e-01, expected 4.52539066e-01. d3d10core.c:15744: Test failed: Got depth 4.53063905e-01, expected 4.57539061e-01. d3d10core.c:15744: Test failed: Got depth 4.58013892e-01, expected 4.62539056e-01. d3d10core.c:15744: Test failed: Got depth 4.62963939e-01, expected 4.67539081e-01. d3d10core.c:15744: Test failed: Got depth 4.67913926e-01, expected 4.72539077e-01. d3d10core.c:15744: Test failed: Got depth 4.72863913e-01, expected 4.77539072e-01. d3d10core.c:15744: Test failed: Got depth 4.77813900e-01, expected 4.82539067e-01. d3d10core.c:15744: Test failed: Got depth 4.82763886e-01, expected 4.87539062e-01. d3d10core.c:15744: Test failed: Got depth 4.87713933e-01, expected 4.92539058e-01. d3d10core.c:15744: Test failed: Got depth 4.92663920e-01, expected 4.97539083e-01. d3d10core.c:15744: Test failed: Got depth 4.97613907e-01, expected 5.02539078e-01. d3d10core.c:15744: Test failed: Got depth 5.02563894e-01, expected 5.07539073e-01. d3d10core.c:15744: Test failed: Got depth 5.07513881e-01, expected 5.12539098e-01. d3d10core.c:15744: Test failed: Got depth 5.12463868e-01, expected 5.17539093e-01. d3d10core.c:15744: Test failed: Got depth 5.17413914e-01, expected 5.22539089e-01. d3d10core.c:15744: Test failed: Got depth 5.22363901e-01, expected 5.27539084e-01. d3d10core.c:15744: Test failed: Got depth 5.27313888e-01, expected 5.32539079e-01. d3d10core.c:15744: Test failed: Got depth 5.32263935e-01, expected 5.37539074e-01. d3d10core.c:15744: Test failed: Got depth 5.37213922e-01, expected 5.42539069e-01. d3d10core.c:15744: Test failed: Got depth 5.42163908e-01, expected 5.47539065e-01. d3d10core.c:15744: Test failed: Got depth 5.47113895e-01, expected 5.52539060e-01. d3d10core.c:15744: Test failed: Got depth 5.52063882e-01, expected 5.57539055e-01. d3d10core.c:15744: Test failed: Got depth 5.57013869e-01, expected 5.62539050e-01. d3d10core.c:15744: Test failed: Got depth 5.61963916e-01, expected 5.67539105e-01. d3d10core.c:15744: Test failed: Got depth 5.66913903e-01, expected 5.72539100e-01. d3d10core.c:15744: Test failed: Got depth 5.71863890e-01, expected 5.77539096e-01. d3d10core.c:15744: Test failed: Got depth 5.76813877e-01, expected 5.82539091e-01. d3d10core.c:15744: Test failed: Got depth 5.81763864e-01, expected 5.87539086e-01. d3d10core.c:15744: Test failed: Got depth 5.86713910e-01, expected 5.92539081e-01. d3d10core.c:15744: Test failed: Got depth 5.91663897e-01, expected 5.97539077e-01. d3d10core.c:15744: Test failed: Got depth 5.96613884e-01, expected 6.02539072e-01. d3d10core.c:15744: Test failed: Got depth 6.01563871e-01, expected 6.07539067e-01. d3d10core.c:15744: Test failed: Got depth 6.06513858e-01, expected 6.12539062e-01. d3d10core.c:15744: Test failed: Got depth 6.11463904e-01, expected 6.17539058e-01. d3d10core.c:15744: Test failed: Got depth 6.16413891e-01, expected 6.22539053e-01. d3d10core.c:15744: Test failed: Got depth 6.21363878e-01, expected 6.27539108e-01. d3d10core.c:15744: Test failed: Got depth 6.26313865e-01, expected 6.32539103e-01. d3d10core.c:15744: Test failed: Got depth 6.31263852e-01, expected 6.37539098e-01. d3d10core.c:15744: Test failed: Got depth 6.36213899e-01, expected 6.42539093e-01. d3d10core.c:15744: Test failed: Got depth 6.41163886e-01, expected 6.47539089e-01. d3d10core.c:15744: Test failed: Got depth 6.46113873e-01, expected 6.52539084e-01. d3d10core.c:15744: Test failed: Got depth 6.51063859e-01, expected 6.57539079e-01. d3d10core.c:15744: Test failed: Got depth 6.56013846e-01, expected 6.62539074e-01. d3d10core.c:15744: Test failed: Got depth 6.60963893e-01, expected 6.67539069e-01. d3d10core.c:15744: Test failed: Got depth 6.65913880e-01, expected 6.72539065e-01. d3d10core.c:15744: Test failed: Got depth 6.70863867e-01, expected 6.77539060e-01. d3d10core.c:15744: Test failed: Got depth 6.75813854e-01, expected 6.82539115e-01. d3d10core.c:15744: Test failed: Got depth 6.80763841e-01, expected 6.87539110e-01. d3d10core.c:15744: Test failed: Got depth 6.85713887e-01, expected 6.92539105e-01. d3d10core.c:15744: Test failed: Got depth 6.90663874e-01, expected 6.97539100e-01. d3d10core.c:15744: Test failed: Got depth 6.95613861e-01, expected 7.02539096e-01. d3d10core.c:15744: Test failed: Got depth 7.00563848e-01, expected 7.07539091e-01. d3d10core.c:15744: Test failed: Got depth 7.05513835e-01, expected 7.12539086e-01. d3d10core.c:15744: Test failed: Got depth 7.10463881e-01, expected 7.17539081e-01. d3d10core.c:15744: Test failed: Got depth 7.15413868e-01, expected 7.22539077e-01. d3d10core.c:15744: Test failed: Got depth 7.20363855e-01, expected 7.27539072e-01. d3d10core.c:15744: Test failed: Got depth 7.25313842e-01, expected 7.32539067e-01. d3d10core.c:15744: Test failed: Got depth 7.30263829e-01, expected 7.37539062e-01. d3d10core.c:15744: Test failed: Got depth 7.35213876e-01, expected 7.42539117e-01. d3d10core.c:15744: Test failed: Got depth 7.40163863e-01, expected 7.47539112e-01. d3d10core.c:15744: Test failed: Got depth 7.45113850e-01, expected 7.52539108e-01. d3d10core.c:15744: Test failed: Got depth 7.50063837e-01, expected 7.57539103e-01. d3d10core.c:15744: Test failed: Got depth 7.55013824e-01, expected 7.62539098e-01. d3d10core.c:15744: Test failed: Got depth 7.59963810e-01, expected 7.67539093e-01. d3d10core.c:15744: Test failed: Got depth 7.64913857e-01, expected 7.72539089e-01. d3d10core.c:15744: Test failed: Got depth 7.69863844e-01, expected 7.77539084e-01. d3d10core.c:15744: Test failed: Got depth 7.74813831e-01, expected 7.82539079e-01. d3d10core.c:15744: Test failed: Got depth 7.79763818e-01, expected 7.87539074e-01. d3d10core.c:15744: Test failed: Got depth 7.84713805e-01, expected 7.92539069e-01. d3d10core.c:15744: Test failed: Got depth 7.89663851e-01, expected 7.97539065e-01. d3d10core.c:15744: Test failed: Got depth 7.94613838e-01, expected 8.02539119e-01. d3d10core.c:15744: Test failed: Got depth 7.99563825e-01, expected 8.07539115e-01. d3d10core.c:15744: Test failed: Got depth 8.04513812e-01, expected 8.12539110e-01. d3d10core.c:15744: Test failed: Got depth 8.09463799e-01, expected 8.17539105e-01. d3d10core.c:15744: Test failed: Got depth 8.14413846e-01, expected 8.22539100e-01. d3d10core.c:15744: Test failed: Got depth 8.19363832e-01, expected 8.27539096e-01. d3d10core.c:15744: Test failed: Got depth 8.24313819e-01, expected 8.32539091e-01. d3d10core.c:15744: Test failed: Got depth 8.29263806e-01, expected 8.37539086e-01. d3d10core.c:15744: Test failed: Got depth 8.34213793e-01, expected 8.42539081e-01. d3d10core.c:15744: Test failed: Got depth 8.39163840e-01, expected 8.47539077e-01. d3d10core.c:15744: Test failed: Got depth 8.44113827e-01, expected 8.52539072e-01. d3d10core.c:15744: Test failed: Got depth 8.49063814e-01, expected 8.57539127e-01. d3d10core.c:15744: Test failed: Got depth 8.54013801e-01, expected 8.62539122e-01. d3d10core.c:15744: Test failed: Got depth 8.58963788e-01, expected 8.67539117e-01. d3d10core.c:15744: Test failed: Got depth 8.63913834e-01, expected 8.72539112e-01. d3d10core.c:15744: Test failed: Got depth 8.68863821e-01, expected 8.77539108e-01. d3d10core.c:15744: Test failed: Got depth 8.73813808e-01, expected 8.82539103e-01. d3d10core.c:15744: Test failed: Got depth 8.78763795e-01, expected 8.87539098e-01. d3d10core.c:15744: Test failed: Got depth 8.83713782e-01, expected 8.92539093e-01. d3d10core.c:15744: Test failed: Got depth 8.88663828e-01, expected 8.97539089e-01. d3d10core.c:15744: Test failed: Got depth 8.93613815e-01, expected 9.02539084e-01. d3d10core.c:15744: Test failed: Got depth 8.98563802e-01, expected 9.07539079e-01. d3d10core.c:15744: Test failed: Got depth 9.03513789e-01, expected 9.12539074e-01. d3d10core.c:15744: Test failed: Got depth 9.08463776e-01, expected 9.17539129e-01. d3d10core.c:15744: Test failed: Got depth 9.13413823e-01, expected 9.22539124e-01. d3d10core.c:15744: Test failed: Got depth 9.18363810e-01, expected 9.27539119e-01. d3d10core.c:15744: Test failed: Got depth 9.23313797e-01, expected 9.32539115e-01. d3d10core.c:15744: Test failed: Got depth 9.28263783e-01, expected 9.37539110e-01. d3d10core.c:15744: Test failed: Got depth 9.33213770e-01, expected 9.42539105e-01. d3d10core.c:15744: Test failed: Got depth 9.38163817e-01, expected 9.47539100e-01. d3d10core.c:15744: Test failed: Got depth 9.43113804e-01, expected 9.52539096e-01. d3d10core.c:15744: Test failed: Got depth 9.48063791e-01, expected 9.57539091e-01. d3d10core.c:15744: Test failed: Got depth 9.53013778e-01, expected 9.62539086e-01. d3d10core.c:15744: Test failed: Got depth 9.57963765e-01, expected 9.67539081e-01. d3d10core.c:15744: Test failed: Got depth 9.62913811e-01, expected 9.72539077e-01. d3d10core.c:15744: Test failed: Got depth 9.67863798e-01, expected 9.77539131e-01. d3d10core.c:15744: Test failed: Got depth 9.72813785e-01, expected 9.82539127e-01. d3d10core.c:15744: Test failed: Got depth 9.77763772e-01, expected 9.87539122e-01. d3d10core.c:15744: Test failed: Got depth 9.82713759e-01, expected 9.92539117e-01. d3d10core.c:15744: Test failed: Got depth 9.87663746e-01, expected 9.97539112e-01. d3d10core.c:15744: Test failed: Got depth 9.92613792e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.97563779e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 1.25139356e-02, expected 1.25389788e-02. d3d10core.c:15744: Test failed: Got depth 1.74640380e-02, expected 1.75390411e-02. d3d10core.c:15744: Test failed: Got depth 2.24140361e-02, expected 2.25390419e-02. d3d10core.c:15744: Test failed: Got depth 2.73640361e-02, expected 2.75390409e-02. d3d10core.c:15744: Test failed: Got depth 3.23140323e-02, expected 3.25390417e-02. d3d10core.c:15744: Test failed: Got depth 3.72640342e-02, expected 3.75390425e-02. d3d10core.c:15744: Test failed: Got depth 4.22140323e-02, expected 4.25390434e-02. d3d10core.c:15744: Test failed: Got depth 4.71640304e-02, expected 4.75390460e-02. d3d10core.c:15744: Test failed: Got depth 5.21140285e-02, expected 5.25390450e-02. d3d10core.c:15744: Test failed: Got depth 5.70640266e-02, expected 5.75390439e-02. d3d10core.c:15744: Test failed: Got depth 6.20140247e-02, expected 6.25390466e-02. d3d10core.c:15744: Test failed: Got depth 6.69640228e-02, expected 6.75390456e-02. d3d10core.c:15744: Test failed: Got depth 7.19140247e-02, expected 7.25390408e-02. d3d10core.c:15744: Test failed: Got depth 7.68640190e-02, expected 7.75390435e-02. d3d10core.c:15744: Test failed: Got depth 8.18140209e-02, expected 8.25390462e-02. d3d10core.c:15744: Test failed: Got depth 8.67640153e-02, expected 8.75390414e-02. d3d10core.c:15744: Test failed: Got depth 9.17140171e-02, expected 9.25390441e-02. d3d10core.c:15744: Test failed: Got depth 9.66640189e-02, expected 9.75390468e-02. d3d10core.c:15744: Test failed: Got depth 1.01614013e-01, expected 1.02539042e-01. d3d10core.c:15744: Test failed: Got depth 1.06564015e-01, expected 1.07539045e-01. d3d10core.c:15744: Test failed: Got depth 1.11514010e-01, expected 1.12539047e-01. d3d10core.c:15744: Test failed: Got depth 1.16464011e-01, expected 1.17539043e-01. d3d10core.c:15744: Test failed: Got depth 1.21414006e-01, expected 1.22539045e-01. d3d10core.c:15744: Test failed: Got depth 1.26364008e-01, expected 1.27539048e-01. d3d10core.c:15744: Test failed: Got depth 1.31314009e-01, expected 1.32539043e-01. d3d10core.c:15744: Test failed: Got depth 1.36263996e-01, expected 1.37539053e-01. d3d10core.c:15744: Test failed: Got depth 1.41213998e-01, expected 1.42539049e-01. d3d10core.c:15744: Test failed: Got depth 1.46164000e-01, expected 1.47539044e-01. d3d10core.c:15744: Test failed: Got depth 1.51114002e-01, expected 1.52539054e-01. d3d10core.c:15744: Test failed: Got depth 1.56064004e-01, expected 1.57539049e-01. d3d10core.c:15744: Test failed: Got depth 1.61013991e-01, expected 1.62539044e-01. d3d10core.c:15744: Test failed: Got depth 1.65963992e-01, expected 1.67539055e-01. d3d10core.c:15744: Test failed: Got depth 1.70913994e-01, expected 1.72539050e-01. d3d10core.c:15744: Test failed: Got depth 1.75863996e-01, expected 1.77539045e-01. d3d10core.c:15744: Test failed: Got depth 1.80813998e-01, expected 1.82539055e-01. d3d10core.c:15744: Test failed: Got depth 1.85763985e-01, expected 1.87539050e-01. d3d10core.c:15744: Test failed: Got depth 1.90713987e-01, expected 1.92539046e-01. d3d10core.c:15744: Test failed: Got depth 1.95663989e-01, expected 1.97539056e-01. d3d10core.c:15744: Test failed: Got depth 2.00613990e-01, expected 2.02539051e-01. d3d10core.c:15744: Test failed: Got depth 2.05563977e-01, expected 2.07539046e-01. d3d10core.c:15744: Test failed: Got depth 2.10513979e-01, expected 2.12539056e-01. d3d10core.c:15744: Test failed: Got depth 2.15463981e-01, expected 2.17539052e-01. d3d10core.c:15744: Test failed: Got depth 2.20413983e-01, expected 2.22539047e-01. d3d10core.c:15744: Test failed: Got depth 2.25363985e-01, expected 2.27539057e-01. d3d10core.c:15744: Test failed: Got depth 2.30313972e-01, expected 2.32539052e-01. d3d10core.c:15744: Test failed: Got depth 2.35263973e-01, expected 2.37539047e-01. d3d10core.c:15744: Test failed: Got depth 2.40213975e-01, expected 2.42539058e-01. d3d10core.c:15744: Test failed: Got depth 2.45163977e-01, expected 2.47539053e-01. d3d10core.c:15744: Test failed: Got depth 2.50113964e-01, expected 2.52539048e-01. d3d10core.c:15744: Test failed: Got depth 2.55063951e-01, expected 2.57539058e-01. d3d10core.c:15744: Test failed: Got depth 2.60013968e-01, expected 2.62539068e-01. d3d10core.c:15744: Test failed: Got depth 2.64963984e-01, expected 2.67539063e-01. d3d10core.c:15744: Test failed: Got depth 2.69913971e-01, expected 2.72539059e-01. d3d10core.c:15744: Test failed: Got depth 2.74863958e-01, expected 2.77539054e-01. d3d10core.c:15744: Test failed: Got depth 2.79813945e-01, expected 2.82539049e-01. d3d10core.c:15744: Test failed: Got depth 2.84763932e-01, expected 2.87539044e-01. d3d10core.c:15744: Test failed: Got depth 2.89713979e-01, expected 2.92539069e-01. d3d10core.c:15744: Test failed: Got depth 2.94663966e-01, expected 2.97539065e-01. d3d10core.c:15744: Test failed: Got depth 2.99613953e-01, expected 3.02539060e-01. d3d10core.c:15744: Test failed: Got depth 3.04563940e-01, expected 3.07539055e-01. d3d10core.c:15744: Test failed: Got depth 3.09513927e-01, expected 3.12539050e-01. d3d10core.c:15744: Test failed: Got depth 3.14463973e-01, expected 3.17539046e-01. d3d10core.c:15744: Test failed: Got depth 3.19413960e-01, expected 3.22539071e-01. d3d10core.c:15744: Test failed: Got depth 3.24363947e-01, expected 3.27539066e-01. d3d10core.c:15744: Test failed: Got depth 3.29313934e-01, expected 3.32539061e-01. d3d10core.c:15744: Test failed: Got depth 3.34263921e-01, expected 3.37539056e-01. d3d10core.c:15744: Test failed: Got depth 3.39213967e-01, expected 3.42539052e-01. d3d10core.c:15744: Test failed: Got depth 3.44163954e-01, expected 3.47539077e-01. d3d10core.c:15744: Test failed: Got depth 3.49113941e-01, expected 3.52539072e-01. d3d10core.c:15744: Test failed: Got depth 3.54063928e-01, expected 3.57539067e-01. d3d10core.c:15744: Test failed: Got depth 3.59013915e-01, expected 3.62539062e-01. d3d10core.c:15744: Test failed: Got depth 3.63963962e-01, expected 3.67539058e-01. d3d10core.c:15744: Test failed: Got depth 3.68913949e-01, expected 3.72539053e-01. d3d10core.c:15744: Test failed: Got depth 3.73863935e-01, expected 3.77539078e-01. d3d10core.c:15744: Test failed: Got depth 3.78813922e-01, expected 3.82539073e-01. d3d10core.c:15744: Test failed: Got depth 3.83763909e-01, expected 3.87539068e-01. d3d10core.c:15744: Test failed: Got depth 3.88713956e-01, expected 3.92539063e-01. d3d10core.c:15744: Test failed: Got depth 3.93663943e-01, expected 3.97539059e-01. d3d10core.c:15744: Test failed: Got depth 3.98613930e-01, expected 4.02539054e-01. d3d10core.c:15744: Test failed: Got depth 4.03563917e-01, expected 4.07539079e-01. d3d10core.c:15744: Test failed: Got depth 4.08513904e-01, expected 4.12539074e-01. d3d10core.c:15744: Test failed: Got depth 4.13463950e-01, expected 4.17539069e-01. d3d10core.c:15744: Test failed: Got depth 4.18413937e-01, expected 4.22539065e-01. d3d10core.c:15744: Test failed: Got depth 4.23363924e-01, expected 4.27539060e-01. d3d10core.c:15744: Test failed: Got depth 4.28313911e-01, expected 4.32539055e-01. d3d10core.c:15744: Test failed: Got depth 4.33263898e-01, expected 4.37539080e-01. d3d10core.c:15744: Test failed: Got depth 4.38213944e-01, expected 4.42539075e-01. d3d10core.c:15744: Test failed: Got depth 4.43163931e-01, expected 4.47539071e-01. d3d10core.c:15744: Test failed: Got depth 4.48113918e-01, expected 4.52539066e-01. d3d10core.c:15744: Test failed: Got depth 4.53063905e-01, expected 4.57539061e-01. d3d10core.c:15744: Test failed: Got depth 4.58013892e-01, expected 4.62539056e-01. d3d10core.c:15744: Test failed: Got depth 4.62963939e-01, expected 4.67539081e-01. d3d10core.c:15744: Test failed: Got depth 4.67913926e-01, expected 4.72539077e-01. d3d10core.c:15744: Test failed: Got depth 4.72863913e-01, expected 4.77539072e-01. d3d10core.c:15744: Test failed: Got depth 4.77813900e-01, expected 4.82539067e-01. d3d10core.c:15744: Test failed: Got depth 4.82763886e-01, expected 4.87539062e-01. d3d10core.c:15744: Test failed: Got depth 4.87713933e-01, expected 4.92539058e-01. d3d10core.c:15744: Test failed: Got depth 4.92663920e-01, expected 4.97539083e-01. d3d10core.c:15744: Test failed: Got depth 4.97613907e-01, expected 5.02539078e-01. d3d10core.c:15744: Test failed: Got depth 5.02563894e-01, expected 5.07539073e-01. d3d10core.c:15744: Test failed: Got depth 5.07513881e-01, expected 5.12539098e-01. d3d10core.c:15744: Test failed: Got depth 5.12463868e-01, expected 5.17539093e-01. d3d10core.c:15744: Test failed: Got depth 5.17413914e-01, expected 5.22539089e-01. d3d10core.c:15744: Test failed: Got depth 5.22363901e-01, expected 5.27539084e-01. d3d10core.c:15744: Test failed: Got depth 5.27313888e-01, expected 5.32539079e-01. d3d10core.c:15744: Test failed: Got depth 5.32263935e-01, expected 5.37539074e-01. d3d10core.c:15744: Test failed: Got depth 5.37213922e-01, expected 5.42539069e-01. d3d10core.c:15744: Test failed: Got depth 5.42163908e-01, expected 5.47539065e-01. d3d10core.c:15744: Test failed: Got depth 5.47113895e-01, expected 5.52539060e-01. d3d10core.c:15744: Test failed: Got depth 5.52063882e-01, expected 5.57539055e-01. d3d10core.c:15744: Test failed: Got depth 5.57013869e-01, expected 5.62539050e-01. d3d10core.c:15744: Test failed: Got depth 5.61963916e-01, expected 5.67539105e-01. d3d10core.c:15744: Test failed: Got depth 5.66913903e-01, expected 5.72539100e-01. d3d10core.c:15744: Test failed: Got depth 5.71863890e-01, expected 5.77539096e-01. d3d10core.c:15744: Test failed: Got depth 5.76813877e-01, expected 5.82539091e-01. d3d10core.c:15744: Test failed: Got depth 5.81763864e-01, expected 5.87539086e-01. d3d10core.c:15744: Test failed: Got depth 5.86713910e-01, expected 5.92539081e-01. d3d10core.c:15744: Test failed: Got depth 5.91663897e-01, expected 5.97539077e-01. d3d10core.c:15744: Test failed: Got depth 5.96613884e-01, expected 6.02539072e-01. d3d10core.c:15744: Test failed: Got depth 6.01563871e-01, expected 6.07539067e-01. d3d10core.c:15744: Test failed: Got depth 6.06513858e-01, expected 6.12539062e-01. d3d10core.c:15744: Test failed: Got depth 6.11463904e-01, expected 6.17539058e-01. d3d10core.c:15744: Test failed: Got depth 6.16413891e-01, expected 6.22539053e-01. d3d10core.c:15744: Test failed: Got depth 6.21363878e-01, expected 6.27539108e-01. d3d10core.c:15744: Test failed: Got depth 6.26313865e-01, expected 6.32539103e-01. d3d10core.c:15744: Test failed: Got depth 6.31263852e-01, expected 6.37539098e-01. d3d10core.c:15744: Test failed: Got depth 6.36213899e-01, expected 6.42539093e-01. d3d10core.c:15744: Test failed: Got depth 6.41163886e-01, expected 6.47539089e-01. d3d10core.c:15744: Test failed: Got depth 6.46113873e-01, expected 6.52539084e-01. d3d10core.c:15744: Test failed: Got depth 6.51063859e-01, expected 6.57539079e-01. d3d10core.c:15744: Test failed: Got depth 6.56013846e-01, expected 6.62539074e-01. d3d10core.c:15744: Test failed: Got depth 6.60963893e-01, expected 6.67539069e-01. d3d10core.c:15744: Test failed: Got depth 6.65913880e-01, expected 6.72539065e-01. d3d10core.c:15744: Test failed: Got depth 6.70863867e-01, expected 6.77539060e-01. d3d10core.c:15744: Test failed: Got depth 6.75813854e-01, expected 6.82539115e-01. d3d10core.c:15744: Test failed: Got depth 6.80763841e-01, expected 6.87539110e-01. d3d10core.c:15744: Test failed: Got depth 6.85713887e-01, expected 6.92539105e-01. d3d10core.c:15744: Test failed: Got depth 6.90663874e-01, expected 6.97539100e-01. d3d10core.c:15744: Test failed: Got depth 6.95613861e-01, expected 7.02539096e-01. d3d10core.c:15744: Test failed: Got depth 7.00563848e-01, expected 7.07539091e-01. d3d10core.c:15744: Test failed: Got depth 7.05513835e-01, expected 7.12539086e-01. d3d10core.c:15744: Test failed: Got depth 7.10463881e-01, expected 7.17539081e-01. d3d10core.c:15744: Test failed: Got depth 7.15413868e-01, expected 7.22539077e-01. d3d10core.c:15744: Test failed: Got depth 7.20363855e-01, expected 7.27539072e-01. d3d10core.c:15744: Test failed: Got depth 7.25313842e-01, expected 7.32539067e-01. d3d10core.c:15744: Test failed: Got depth 7.30263829e-01, expected 7.37539062e-01. d3d10core.c:15744: Test failed: Got depth 7.35213876e-01, expected 7.42539117e-01. d3d10core.c:15744: Test failed: Got depth 7.40163863e-01, expected 7.47539112e-01. d3d10core.c:15744: Test failed: Got depth 7.45113850e-01, expected 7.52539108e-01. d3d10core.c:15744: Test failed: Got depth 7.50063837e-01, expected 7.57539103e-01. d3d10core.c:15744: Test failed: Got depth 7.55013824e-01, expected 7.62539098e-01. d3d10core.c:15744: Test failed: Got depth 7.59963810e-01, expected 7.67539093e-01. d3d10core.c:15744: Test failed: Got depth 7.64913857e-01, expected 7.72539089e-01. d3d10core.c:15744: Test failed: Got depth 7.69863844e-01, expected 7.77539084e-01. d3d10core.c:15744: Test failed: Got depth 7.74813831e-01, expected 7.82539079e-01. d3d10core.c:15744: Test failed: Got depth 7.79763818e-01, expected 7.87539074e-01. d3d10core.c:15744: Test failed: Got depth 7.84713805e-01, expected 7.92539069e-01. d3d10core.c:15744: Test failed: Got depth 7.89663851e-01, expected 7.97539065e-01. d3d10core.c:15744: Test failed: Got depth 7.94613838e-01, expected 8.02539119e-01. d3d10core.c:15744: Test failed: Got depth 7.99563825e-01, expected 8.07539115e-01. d3d10core.c:15744: Test failed: Got depth 8.04513812e-01, expected 8.12539110e-01. d3d10core.c:15744: Test failed: Got depth 8.09463799e-01, expected 8.17539105e-01. d3d10core.c:15744: Test failed: Got depth 8.14413846e-01, expected 8.22539100e-01. d3d10core.c:15744: Test failed: Got depth 8.19363832e-01, expected 8.27539096e-01. d3d10core.c:15744: Test failed: Got depth 8.24313819e-01, expected 8.32539091e-01. d3d10core.c:15744: Test failed: Got depth 8.29263806e-01, expected 8.37539086e-01. d3d10core.c:15744: Test failed: Got depth 8.34213793e-01, expected 8.42539081e-01. d3d10core.c:15744: Test failed: Got depth 8.39163840e-01, expected 8.47539077e-01. d3d10core.c:15744: Test failed: Got depth 8.44113827e-01, expected 8.52539072e-01. d3d10core.c:15744: Test failed: Got depth 8.49063814e-01, expected 8.57539127e-01. d3d10core.c:15744: Test failed: Got depth 8.54013801e-01, expected 8.62539122e-01. d3d10core.c:15744: Test failed: Got depth 8.58963788e-01, expected 8.67539117e-01. d3d10core.c:15744: Test failed: Got depth 8.63913834e-01, expected 8.72539112e-01. d3d10core.c:15744: Test failed: Got depth 8.68863821e-01, expected 8.77539108e-01. d3d10core.c:15744: Test failed: Got depth 8.73813808e-01, expected 8.82539103e-01. d3d10core.c:15744: Test failed: Got depth 8.78763795e-01, expected 8.87539098e-01. d3d10core.c:15744: Test failed: Got depth 8.83713782e-01, expected 8.92539093e-01. d3d10core.c:15744: Test failed: Got depth 8.88663828e-01, expected 8.97539089e-01. d3d10core.c:15744: Test failed: Got depth 8.93613815e-01, expected 9.02539084e-01. d3d10core.c:15744: Test failed: Got depth 8.98563802e-01, expected 9.07539079e-01. d3d10core.c:15744: Test failed: Got depth 9.03513789e-01, expected 9.12539074e-01. d3d10core.c:15744: Test failed: Got depth 9.08463776e-01, expected 9.17539129e-01. d3d10core.c:15744: Test failed: Got depth 9.13413823e-01, expected 9.22539124e-01. d3d10core.c:15744: Test failed: Got depth 9.18363810e-01, expected 9.27539119e-01. d3d10core.c:15744: Test failed: Got depth 9.23313797e-01, expected 9.32539115e-01. d3d10core.c:15744: Test failed: Got depth 9.28263783e-01, expected 9.37539110e-01. d3d10core.c:15744: Test failed: Got depth 9.33213770e-01, expected 9.42539105e-01. d3d10core.c:15744: Test failed: Got depth 9.38163817e-01, expected 9.47539100e-01. d3d10core.c:15744: Test failed: Got depth 9.43113804e-01, expected 9.52539096e-01. d3d10core.c:15744: Test failed: Got depth 9.48063791e-01, expected 9.57539091e-01. d3d10core.c:15744: Test failed: Got depth 9.53013778e-01, expected 9.62539086e-01. d3d10core.c:15744: Test failed: Got depth 9.57963765e-01, expected 9.67539081e-01. d3d10core.c:15744: Test failed: Got depth 9.62913811e-01, expected 9.72539077e-01. d3d10core.c:15744: Test failed: Got depth 9.67863798e-01, expected 9.77539131e-01. d3d10core.c:15744: Test failed: Got depth 9.72813785e-01, expected 9.82539127e-01. d3d10core.c:15744: Test failed: Got depth 9.77763772e-01, expected 9.87539122e-01. d3d10core.c:15744: Test failed: Got depth 9.82713759e-01, expected 9.92539117e-01. d3d10core.c:15744: Test failed: Got depth 9.87663746e-01, expected 9.97539112e-01. d3d10core.c:15744: Test failed: Got depth 9.92613792e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.97563779e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 2.54905224e-03, expected 2.54897905e-03. d3d10core.c:15744: Test failed: Got depth 7.54896645e-03, expected 7.54904134e-03. d3d10core.c:15744: Test failed: Got depth 1.25489160e-02, expected 1.25490422e-02. d3d10core.c:15744: Test failed: Got depth 1.75488666e-02, expected 1.75490411e-02. d3d10core.c:15744: Test failed: Got depth 2.25488171e-02, expected 2.25490419e-02. d3d10core.c:15744: Test failed: Got depth 2.75487676e-02, expected 2.75490428e-02. d3d10core.c:15744: Test failed: Got depth 3.25487144e-02, expected 3.25490436e-02. d3d10core.c:15744: Test failed: Got depth 3.75486650e-02, expected 3.75490463e-02. d3d10core.c:15744: Test failed: Got depth 4.25486155e-02, expected 4.25490452e-02. d3d10core.c:15744: Test failed: Got depth 4.75485660e-02, expected 4.75490442e-02. d3d10core.c:15744: Test failed: Got depth 5.25485165e-02, expected 5.25490469e-02. d3d10core.c:15744: Test failed: Got depth 5.75484671e-02, expected 5.75490458e-02. d3d10core.c:15744: Test failed: Got depth 6.25484139e-02, expected 6.25490410e-02. d3d10core.c:15744: Test failed: Got depth 6.75483644e-02, expected 6.75490437e-02. d3d10core.c:15744: Test failed: Got depth 7.25483149e-02, expected 7.25490464e-02. d3d10core.c:15744: Test failed: Got depth 7.75482655e-02, expected 7.75490416e-02. d3d10core.c:15744: Test failed: Got depth 8.25482160e-02, expected 8.25490443e-02. d3d10core.c:15744: Test failed: Got depth 8.75481665e-02, expected 8.75490470e-02. d3d10core.c:15744: Test failed: Got depth 9.25481170e-02, expected 9.25490422e-02. d3d10core.c:15744: Test failed: Got depth 9.75480676e-02, expected 9.75490449e-02. d3d10core.c:15744: Test failed: Got depth 1.02548018e-01, expected 1.02549048e-01. d3d10core.c:15744: Test failed: Got depth 1.07547969e-01, expected 1.07549043e-01. d3d10core.c:15744: Test failed: Got depth 1.12547919e-01, expected 1.12549046e-01. d3d10core.c:15744: Test failed: Got depth 1.17547870e-01, expected 1.17549048e-01. d3d10core.c:15744: Test failed: Got depth 1.22547813e-01, expected 1.22549043e-01. d3d10core.c:15744: Test failed: Got depth 1.27547771e-01, expected 1.27549054e-01. d3d10core.c:15744: Test failed: Got depth 1.32547721e-01, expected 1.32549049e-01. d3d10core.c:15744: Test failed: Got depth 1.37547672e-01, expected 1.37549044e-01. d3d10core.c:15744: Test failed: Got depth 1.42547622e-01, expected 1.42549054e-01. d3d10core.c:15744: Test failed: Got depth 1.47547573e-01, expected 1.47549049e-01. d3d10core.c:15744: Test failed: Got depth 1.52547523e-01, expected 1.52549045e-01. d3d10core.c:15744: Test failed: Got depth 1.57547474e-01, expected 1.57549055e-01. d3d10core.c:15744: Test failed: Got depth 1.62547424e-01, expected 1.62549050e-01. d3d10core.c:15744: Test failed: Got depth 1.67547375e-01, expected 1.67549045e-01. d3d10core.c:15744: Test failed: Got depth 1.72547325e-01, expected 1.72549055e-01. d3d10core.c:15744: Test failed: Got depth 1.77547276e-01, expected 1.77549051e-01. d3d10core.c:15744: Test failed: Got depth 1.82547227e-01, expected 1.82549046e-01. d3d10core.c:15744: Test failed: Got depth 1.87547177e-01, expected 1.87549056e-01. d3d10core.c:15744: Test failed: Got depth 1.92547128e-01, expected 1.92549051e-01. d3d10core.c:15744: Test failed: Got depth 1.97547078e-01, expected 1.97549046e-01. d3d10core.c:15744: Test failed: Got depth 2.02547029e-01, expected 2.02549057e-01. d3d10core.c:15744: Test failed: Got depth 2.07546979e-01, expected 2.07549052e-01. d3d10core.c:15744: Test failed: Got depth 2.12546930e-01, expected 2.12549047e-01. d3d10core.c:15744: Test failed: Got depth 2.17546880e-01, expected 2.17549057e-01. d3d10core.c:15744: Test failed: Got depth 2.22546831e-01, expected 2.22549052e-01. d3d10core.c:15744: Test failed: Got depth 2.27546781e-01, expected 2.27549048e-01. d3d10core.c:15744: Test failed: Got depth 2.32546732e-01, expected 2.32549058e-01. d3d10core.c:15744: Test failed: Got depth 2.37546682e-01, expected 2.37549053e-01. d3d10core.c:15744: Test failed: Got depth 2.42546618e-01, expected 2.42549048e-01. d3d10core.c:15744: Test failed: Got depth 2.47546569e-01, expected 2.47549058e-01. d3d10core.c:15744: Test failed: Got depth 2.52546519e-01, expected 2.52549068e-01. d3d10core.c:15744: Test failed: Got depth 2.57546484e-01, expected 2.57549064e-01. d3d10core.c:15744: Test failed: Got depth 2.62546420e-01, expected 2.62549059e-01. d3d10core.c:15744: Test failed: Got depth 2.67546386e-01, expected 2.67549054e-01. d3d10core.c:15744: Test failed: Got depth 2.72546321e-01, expected 2.72549049e-01. d3d10core.c:15744: Test failed: Got depth 2.77546287e-01, expected 2.77549045e-01. d3d10core.c:15744: Test failed: Got depth 2.82546222e-01, expected 2.82549070e-01. d3d10core.c:15744: Test failed: Got depth 2.87546188e-01, expected 2.87549065e-01. d3d10core.c:15744: Test failed: Got depth 2.92546123e-01, expected 2.92549060e-01. d3d10core.c:15744: Test failed: Got depth 2.97546089e-01, expected 2.97549055e-01. d3d10core.c:15744: Test failed: Got depth 3.02546024e-01, expected 3.02549051e-01. d3d10core.c:15744: Test failed: Got depth 3.07545990e-01, expected 3.07549046e-01. d3d10core.c:15744: Test failed: Got depth 3.12545925e-01, expected 3.12549071e-01. d3d10core.c:15744: Test failed: Got depth 3.17545891e-01, expected 3.17549066e-01. d3d10core.c:15744: Test failed: Got depth 3.22545826e-01, expected 3.22549061e-01. d3d10core.c:15744: Test failed: Got depth 3.27545762e-01, expected 3.27549057e-01. d3d10core.c:15744: Test failed: Got depth 3.32545727e-01, expected 3.32549052e-01. d3d10core.c:15744: Test failed: Got depth 3.37545663e-01, expected 3.37549077e-01. d3d10core.c:15744: Test failed: Got depth 3.42545629e-01, expected 3.42549072e-01. d3d10core.c:15744: Test failed: Got depth 3.47545564e-01, expected 3.47549067e-01. d3d10core.c:15744: Test failed: Got depth 3.52545530e-01, expected 3.52549062e-01. d3d10core.c:15744: Test failed: Got depth 3.57545465e-01, expected 3.57549058e-01. d3d10core.c:15744: Test failed: Got depth 3.62545431e-01, expected 3.62549053e-01. d3d10core.c:15744: Test failed: Got depth 3.67545366e-01, expected 3.67549078e-01. d3d10core.c:15744: Test failed: Got depth 3.72545332e-01, expected 3.72549073e-01. d3d10core.c:15744: Test failed: Got depth 3.77545267e-01, expected 3.77549068e-01. d3d10core.c:15744: Test failed: Got depth 3.82545233e-01, expected 3.82549064e-01. d3d10core.c:15744: Test failed: Got depth 3.87545168e-01, expected 3.87549059e-01. d3d10core.c:15744: Test failed: Got depth 3.92545134e-01, expected 3.92549054e-01. d3d10core.c:15744: Test failed: Got depth 3.97545069e-01, expected 3.97549079e-01. d3d10core.c:15744: Test failed: Got depth 4.02545035e-01, expected 4.02549074e-01. d3d10core.c:15744: Test failed: Got depth 4.07544971e-01, expected 4.07549070e-01. d3d10core.c:15744: Test failed: Got depth 4.12544936e-01, expected 4.12549065e-01. d3d10core.c:15744: Test failed: Got depth 4.17544872e-01, expected 4.17549060e-01. d3d10core.c:15744: Test failed: Got depth 4.22544837e-01, expected 4.22549055e-01. d3d10core.c:15744: Test failed: Got depth 4.27544773e-01, expected 4.27549080e-01. d3d10core.c:15744: Test failed: Got depth 4.32544738e-01, expected 4.32549076e-01. d3d10core.c:15744: Test failed: Got depth 4.37544674e-01, expected 4.37549071e-01. d3d10core.c:15744: Test failed: Got depth 4.42544639e-01, expected 4.42549066e-01. d3d10core.c:15744: Test failed: Got depth 4.47544575e-01, expected 4.47549061e-01. d3d10core.c:15744: Test failed: Got depth 4.52544540e-01, expected 4.52549057e-01. d3d10core.c:15744: Test failed: Got depth 4.57544476e-01, expected 4.57549082e-01. d3d10core.c:15744: Test failed: Got depth 4.62544441e-01, expected 4.62549077e-01. d3d10core.c:15744: Test failed: Got depth 4.67544377e-01, expected 4.67549072e-01. d3d10core.c:15744: Test failed: Got depth 4.72544342e-01, expected 4.72549067e-01. d3d10core.c:15744: Test failed: Got depth 4.77544278e-01, expected 4.77549062e-01. d3d10core.c:15744: Test failed: Got depth 4.82544214e-01, expected 4.82549058e-01. d3d10core.c:15744: Test failed: Got depth 4.87544179e-01, expected 4.87549083e-01. d3d10core.c:15744: Test failed: Got depth 4.92544115e-01, expected 4.92549078e-01. d3d10core.c:15744: Test failed: Got depth 4.97544080e-01, expected 4.97549073e-01. d3d10core.c:15744: Test failed: Got depth 5.02543986e-01, expected 5.02549098e-01. d3d10core.c:15744: Test failed: Got depth 5.07543921e-01, expected 5.07549093e-01. d3d10core.c:15744: Test failed: Got depth 5.12543917e-01, expected 5.12549089e-01. d3d10core.c:15744: Test failed: Got depth 5.17543852e-01, expected 5.17549084e-01. d3d10core.c:15744: Test failed: Got depth 5.22543788e-01, expected 5.22549079e-01. d3d10core.c:15744: Test failed: Got depth 5.27543724e-01, expected 5.27549074e-01. d3d10core.c:15744: Test failed: Got depth 5.32543719e-01, expected 5.32549070e-01. d3d10core.c:15744: Test failed: Got depth 5.37543654e-01, expected 5.37549065e-01. d3d10core.c:15744: Test failed: Got depth 5.42543590e-01, expected 5.42549060e-01. d3d10core.c:15744: Test failed: Got depth 5.47543526e-01, expected 5.47549055e-01. d3d10core.c:15744: Test failed: Got depth 5.52543521e-01, expected 5.52549051e-01. d3d10core.c:15744: Test failed: Got depth 5.57543457e-01, expected 5.57549105e-01. d3d10core.c:15744: Test failed: Got depth 5.62543392e-01, expected 5.62549101e-01. d3d10core.c:15744: Test failed: Got depth 5.67543328e-01, expected 5.67549096e-01. d3d10core.c:15744: Test failed: Got depth 5.72543323e-01, expected 5.72549091e-01. d3d10core.c:15744: Test failed: Got depth 5.77543259e-01, expected 5.77549086e-01. d3d10core.c:15744: Test failed: Got depth 5.82543194e-01, expected 5.82549082e-01. d3d10core.c:15744: Test failed: Got depth 5.87543130e-01, expected 5.87549077e-01. d3d10core.c:15744: Test failed: Got depth 5.92543125e-01, expected 5.92549072e-01. d3d10core.c:15744: Test failed: Got depth 5.97543061e-01, expected 5.97549067e-01. d3d10core.c:15744: Test failed: Got depth 6.02542996e-01, expected 6.02549062e-01. d3d10core.c:15744: Test failed: Got depth 6.07542932e-01, expected 6.07549058e-01. d3d10core.c:15744: Test failed: Got depth 6.12542927e-01, expected 6.12549053e-01. d3d10core.c:15744: Test failed: Got depth 6.17542863e-01, expected 6.17549108e-01. d3d10core.c:15744: Test failed: Got depth 6.22542799e-01, expected 6.22549103e-01. d3d10core.c:15744: Test failed: Got depth 6.27542734e-01, expected 6.27549098e-01. d3d10core.c:15744: Test failed: Got depth 6.32542729e-01, expected 6.32549093e-01. d3d10core.c:15744: Test failed: Got depth 6.37542665e-01, expected 6.37549089e-01. d3d10core.c:15744: Test failed: Got depth 6.42542601e-01, expected 6.42549084e-01. d3d10core.c:15744: Test failed: Got depth 6.47542536e-01, expected 6.47549079e-01. d3d10core.c:15744: Test failed: Got depth 6.52542472e-01, expected 6.52549074e-01. d3d10core.c:15744: Test failed: Got depth 6.57542467e-01, expected 6.57549070e-01. d3d10core.c:15744: Test failed: Got depth 6.62542403e-01, expected 6.62549065e-01. d3d10core.c:15744: Test failed: Got depth 6.67542338e-01, expected 6.67549060e-01. d3d10core.c:15744: Test failed: Got depth 6.72542274e-01, expected 6.72549115e-01. d3d10core.c:15744: Test failed: Got depth 6.77542269e-01, expected 6.77549110e-01. d3d10core.c:15744: Test failed: Got depth 6.82542205e-01, expected 6.82549105e-01. d3d10core.c:15744: Test failed: Got depth 6.87542140e-01, expected 6.87549101e-01. d3d10core.c:15744: Test failed: Got depth 6.92542076e-01, expected 6.92549096e-01. d3d10core.c:15744: Test failed: Got depth 6.97542071e-01, expected 6.97549091e-01. d3d10core.c:15744: Test failed: Got depth 7.02542007e-01, expected 7.02549086e-01. d3d10core.c:15744: Test failed: Got depth 7.07541943e-01, expected 7.07549082e-01. d3d10core.c:15744: Test failed: Got depth 7.12541878e-01, expected 7.12549077e-01. d3d10core.c:15744: Test failed: Got depth 7.17541873e-01, expected 7.17549072e-01. d3d10core.c:15744: Test failed: Got depth 7.22541809e-01, expected 7.22549067e-01. d3d10core.c:15744: Test failed: Got depth 7.27541745e-01, expected 7.27549062e-01. d3d10core.c:15744: Test failed: Got depth 7.32541680e-01, expected 7.32549117e-01. d3d10core.c:15744: Test failed: Got depth 7.37541676e-01, expected 7.37549113e-01. d3d10core.c:15744: Test failed: Got depth 7.42541611e-01, expected 7.42549108e-01. d3d10core.c:15744: Test failed: Got depth 7.47541547e-01, expected 7.47549103e-01. d3d10core.c:15744: Test failed: Got depth 7.52541482e-01, expected 7.52549098e-01. d3d10core.c:15744: Test failed: Got depth 7.57541478e-01, expected 7.57549093e-01. d3d10core.c:15744: Test failed: Got depth 7.62541413e-01, expected 7.62549089e-01. d3d10core.c:15744: Test failed: Got depth 7.67541349e-01, expected 7.67549084e-01. d3d10core.c:15744: Test failed: Got depth 7.72541285e-01, expected 7.72549079e-01. d3d10core.c:15744: Test failed: Got depth 7.77541280e-01, expected 7.77549074e-01. d3d10core.c:15744: Test failed: Got depth 7.82541215e-01, expected 7.82549070e-01. d3d10core.c:15744: Test failed: Got depth 7.87541151e-01, expected 7.87549065e-01. d3d10core.c:15744: Test failed: Got depth 7.92541087e-01, expected 7.92549120e-01. d3d10core.c:15744: Test failed: Got depth 7.97541082e-01, expected 7.97549115e-01. d3d10core.c:15744: Test failed: Got depth 8.02541018e-01, expected 8.02549110e-01. d3d10core.c:15744: Test failed: Got depth 8.07540953e-01, expected 8.07549105e-01. d3d10core.c:15744: Test failed: Got depth 8.12540889e-01, expected 8.12549101e-01. d3d10core.c:15744: Test failed: Got depth 8.17540824e-01, expected 8.17549096e-01. d3d10core.c:15744: Test failed: Got depth 8.22540820e-01, expected 8.22549091e-01. d3d10core.c:15744: Test failed: Got depth 8.27540755e-01, expected 8.27549086e-01. d3d10core.c:15744: Test failed: Got depth 8.32540691e-01, expected 8.32549082e-01. d3d10core.c:15744: Test failed: Got depth 8.37540627e-01, expected 8.37549077e-01. d3d10core.c:15744: Test failed: Got depth 8.42540622e-01, expected 8.42549072e-01. d3d10core.c:15744: Test failed: Got depth 8.47540557e-01, expected 8.47549127e-01. d3d10core.c:15744: Test failed: Got depth 8.52540493e-01, expected 8.52549122e-01. d3d10core.c:15744: Test failed: Got depth 8.57540429e-01, expected 8.57549117e-01. d3d10core.c:15744: Test failed: Got depth 8.62540424e-01, expected 8.62549113e-01. d3d10core.c:15744: Test failed: Got depth 8.67540359e-01, expected 8.67549108e-01. d3d10core.c:15744: Test failed: Got depth 8.72540295e-01, expected 8.72549103e-01. d3d10core.c:15744: Test failed: Got depth 8.77540231e-01, expected 8.77549098e-01. d3d10core.c:15744: Test failed: Got depth 8.82540226e-01, expected 8.82549093e-01. d3d10core.c:15744: Test failed: Got depth 8.87540162e-01, expected 8.87549089e-01. d3d10core.c:15744: Test failed: Got depth 8.92540097e-01, expected 8.92549084e-01. d3d10core.c:15744: Test failed: Got depth 8.97540033e-01, expected 8.97549079e-01. d3d10core.c:15744: Test failed: Got depth 9.02540028e-01, expected 9.02549074e-01. d3d10core.c:15744: Test failed: Got depth 9.07539964e-01, expected 9.07549129e-01. d3d10core.c:15744: Test failed: Got depth 9.12539899e-01, expected 9.12549124e-01. d3d10core.c:15744: Test failed: Got depth 9.17539835e-01, expected 9.17549120e-01. d3d10core.c:15744: Test failed: Got depth 9.22539830e-01, expected 9.22549115e-01. d3d10core.c:15744: Test failed: Got depth 9.27539766e-01, expected 9.27549110e-01. d3d10core.c:15744: Test failed: Got depth 9.32539701e-01, expected 9.32549105e-01. d3d10core.c:15744: Test failed: Got depth 9.37539637e-01, expected 9.37549101e-01. d3d10core.c:15744: Test failed: Got depth 9.42539632e-01, expected 9.42549096e-01. d3d10core.c:15744: Test failed: Got depth 9.47539568e-01, expected 9.47549091e-01. d3d10core.c:15744: Test failed: Got depth 9.52539504e-01, expected 9.52549086e-01. d3d10core.c:15744: Test failed: Got depth 9.57539439e-01, expected 9.57549082e-01. d3d10core.c:15744: Test failed: Got depth 9.62539375e-01, expected 9.62549077e-01. d3d10core.c:15744: Test failed: Got depth 9.67539370e-01, expected 9.67549132e-01. d3d10core.c:15744: Test failed: Got depth 9.72539306e-01, expected 9.72549127e-01. d3d10core.c:15744: Test failed: Got depth 9.77539241e-01, expected 9.77549122e-01. d3d10core.c:15744: Test failed: Got depth 9.82539177e-01, expected 9.82549117e-01. d3d10core.c:15744: Test failed: Got depth 9.87539172e-01, expected 9.87549113e-01. d3d10core.c:15744: Test failed: Got depth 9.92539108e-01, expected 9.92549108e-01. d3d10core.c:15744: Test failed: Got depth 9.97539043e-01, expected 9.97549103e-01. d3d10core.c:15744: Test failed: Got depth 6.40938997e-01, expected 6.42538965e-01. d3d10core.c:15744: Test failed: Got depth 6.42738819e-01, expected 6.47539027e-01. d3d10core.c:15744: Test failed: Got depth 6.44538701e-01, expected 6.52539028e-01. d3d10core.c:15744: Test failed: Got depth 6.46338582e-01, expected 6.57539027e-01. d3d10core.c:15744: Test failed: Got depth 6.48138463e-01, expected 6.62539028e-01. d3d10core.c:15744: Test failed: Got depth 6.49938285e-01, expected 6.67539028e-01. d3d10core.c:15744: Test failed: Got depth 6.51738167e-01, expected 6.72539029e-01. d3d10core.c:15744: Test failed: Got depth 6.53538048e-01, expected 6.77539032e-01. d3d10core.c:15744: Test failed: Got depth 6.55337930e-01, expected 6.82539031e-01. d3d10core.c:15744: Test failed: Got depth 6.57137811e-01, expected 6.87539030e-01. d3d10core.c:15744: Test failed: Got depth 6.58937693e-01, expected 6.92539033e-01. d3d10core.c:15744: Test failed: Got depth 6.60737574e-01, expected 6.97539032e-01. d3d10core.c:15744: Test failed: Got depth 6.62537456e-01, expected 7.02539027e-01. d3d10core.c:15744: Test failed: Got depth 6.64337337e-01, expected 7.07539029e-01. d3d10core.c:15744: Test failed: Got depth 6.66137218e-01, expected 7.12539032e-01. d3d10core.c:15744: Test failed: Got depth 6.67937040e-01, expected 7.17539027e-01. d3d10core.c:15744: Test failed: Got depth 6.69736922e-01, expected 7.22539030e-01. d3d10core.c:15744: Test failed: Got depth 6.71536803e-01, expected 7.27539033e-01. d3d10core.c:15744: Test failed: Got depth 6.73336685e-01, expected 7.32539028e-01. d3d10core.c:15744: Test failed: Got depth 6.75136566e-01, expected 7.37539031e-01. d3d10core.c:15744: Test failed: Got depth 6.76936448e-01, expected 7.42539033e-01. d3d10core.c:15744: Test failed: Got depth 6.78736329e-01, expected 7.47539029e-01. d3d10core.c:15744: Test failed: Got depth 6.80536211e-01, expected 7.52539031e-01. d3d10core.c:15744: Test failed: Got depth 6.82336092e-01, expected 7.57539034e-01. d3d10core.c:15744: Test failed: Got depth 6.84135914e-01, expected 7.62539029e-01. d3d10core.c:15744: Test failed: Got depth 6.85935795e-01, expected 7.67539039e-01. d3d10core.c:15744: Test failed: Got depth 6.87735677e-01, expected 7.72539034e-01. d3d10core.c:15744: Test failed: Got depth 6.89535558e-01, expected 7.77539030e-01. d3d10core.c:15744: Test failed: Got depth 6.91335440e-01, expected 7.82539040e-01. d3d10core.c:15744: Test failed: Got depth 6.93135321e-01, expected 7.87539035e-01. d3d10core.c:15744: Test failed: Got depth 6.94935203e-01, expected 7.92539030e-01. d3d10core.c:15744: Test failed: Got depth 6.96735084e-01, expected 7.97539040e-01. d3d10core.c:15744: Test failed: Got depth 6.98534966e-01, expected 8.02539036e-01. d3d10core.c:15744: Test failed: Got depth 7.00334787e-01, expected 8.07539031e-01. d3d10core.c:15744: Test failed: Got depth 7.02134669e-01, expected 8.12539041e-01. d3d10core.c:15744: Test failed: Got depth 7.03934550e-01, expected 8.17539036e-01. d3d10core.c:15744: Test failed: Got depth 7.05734432e-01, expected 8.22539032e-01. d3d10core.c:15744: Test failed: Got depth 7.07534313e-01, expected 8.27539042e-01. d3d10core.c:15744: Test failed: Got depth 7.09334195e-01, expected 8.32539037e-01. d3d10core.c:15744: Test failed: Got depth 7.11134076e-01, expected 8.37539032e-01. d3d10core.c:15744: Test failed: Got depth 7.12933958e-01, expected 8.42539042e-01. d3d10core.c:15744: Test failed: Got depth 7.14733839e-01, expected 8.47539037e-01. d3d10core.c:15744: Test failed: Got depth 7.16533720e-01, expected 8.52539033e-01. d3d10core.c:15744: Test failed: Got depth 7.18333602e-01, expected 8.57539043e-01. d3d10core.c:15744: Test failed: Got depth 7.20133424e-01, expected 8.62539038e-01. d3d10core.c:15744: Test failed: Got depth 7.21933305e-01, expected 8.67539033e-01. d3d10core.c:15744: Test failed: Got depth 7.23733187e-01, expected 8.72539043e-01. d3d10core.c:15744: Test failed: Got depth 7.25533068e-01, expected 8.77539039e-01. d3d10core.c:15744: Test failed: Got depth 7.27332950e-01, expected 8.82539034e-01. d3d10core.c:15744: Test failed: Got depth 7.29132831e-01, expected 8.87539044e-01. d3d10core.c:15744: Test failed: Got depth 7.30932713e-01, expected 8.92539054e-01. d3d10core.c:15744: Test failed: Got depth 7.32732594e-01, expected 8.97539049e-01. d3d10core.c:15744: Test failed: Got depth 7.34532475e-01, expected 9.02539045e-01. d3d10core.c:15744: Test failed: Got depth 7.36332297e-01, expected 9.07539040e-01. d3d10core.c:15744: Test failed: Got depth 7.38132179e-01, expected 9.12539035e-01. d3d10core.c:15744: Test failed: Got depth 7.39932060e-01, expected 9.17539030e-01. d3d10core.c:15744: Test failed: Got depth 7.41731942e-01, expected 9.22539055e-01. d3d10core.c:15744: Test failed: Got depth 7.43531823e-01, expected 9.27539051e-01. d3d10core.c:15744: Test failed: Got depth 7.45331705e-01, expected 9.32539046e-01. d3d10core.c:15744: Test failed: Got depth 7.47131586e-01, expected 9.37539041e-01. d3d10core.c:15744: Test failed: Got depth 7.48931468e-01, expected 9.42539036e-01. d3d10core.c:15744: Test failed: Got depth 7.50731349e-01, expected 9.47539032e-01. d3d10core.c:15744: Test failed: Got depth 7.52531171e-01, expected 9.52539057e-01. d3d10core.c:15744: Test failed: Got depth 7.54331052e-01, expected 9.57539052e-01. d3d10core.c:15744: Test failed: Got depth 7.56130934e-01, expected 9.62539047e-01. d3d10core.c:15744: Test failed: Got depth 7.57930815e-01, expected 9.67539042e-01. d3d10core.c:15744: Test failed: Got depth 7.59730697e-01, expected 9.72539037e-01. d3d10core.c:15744: Test failed: Got depth 7.61530578e-01, expected 9.77539062e-01. d3d10core.c:15744: Test failed: Got depth 7.63330460e-01, expected 9.82539058e-01. d3d10core.c:15744: Test failed: Got depth 7.65130341e-01, expected 9.87539053e-01. d3d10core.c:15744: Test failed: Got depth 7.66930223e-01, expected 9.92539048e-01. d3d10core.c:15744: Test failed: Got depth 7.68730044e-01, expected 9.97539043e-01. d3d10core.c:15744: Test failed: Got depth 7.70529985e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.72329807e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.74129689e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.75929570e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.77729452e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.79529333e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.81329215e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.83129096e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.84928918e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.86728859e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.88528681e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.90328562e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.92128444e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.93928325e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.95728207e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.97528088e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.99327970e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.01127791e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.02927732e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.04727554e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.06527436e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.08327317e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.10127199e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.11927080e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.13726962e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.15526843e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.17326725e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.19126606e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.20926428e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.22726309e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.24526191e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.26326072e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.28125954e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.29925835e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.31725717e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.33525598e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.35325480e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.37125301e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.38925242e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.40725064e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.42524946e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.44324827e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.46124709e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.47924590e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.49724472e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.51524353e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.53324175e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.55124116e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.56923938e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.58723819e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.60523701e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.62323582e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.64123464e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.65923345e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.67723227e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.69523048e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.71322989e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.73122811e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.74922693e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.76722574e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.78522456e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.80322337e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.82122219e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.83922100e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.85721982e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.87521863e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.89321685e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.91121626e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.92921448e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.94721329e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.96521211e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.98321092e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.00120974e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.01920795e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.03720737e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.05520558e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.07320499e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.09120321e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.10920203e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.12720084e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.14519966e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.16319847e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.18119729e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.19919610e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.21719432e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.23519373e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.25319195e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.27119076e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.28918958e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.30718839e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.32518721e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.34318602e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.36118484e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.37918305e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.39718246e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.41518068e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.43318009e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.45117831e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.46917713e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.48717594e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.50517476e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.52317357e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.54117179e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.55917120e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.57716942e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.59516883e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.61316705e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.63116586e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.64916468e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.66716349e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.68516231e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.70316052e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.72115993e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.73915815e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.75715756e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.77515578e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.79315460e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.81115341e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.82915223e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.84715104e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.86514986e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.88314867e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.90114689e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.91914630e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.93714452e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.95514333e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.97314215e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.99114096e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 6.40938997e-01, expected 6.42538965e-01. d3d10core.c:15744: Test failed: Got depth 6.42738819e-01, expected 6.47539027e-01. d3d10core.c:15744: Test failed: Got depth 6.44538701e-01, expected 6.52539028e-01. d3d10core.c:15744: Test failed: Got depth 6.46338582e-01, expected 6.57539027e-01. d3d10core.c:15744: Test failed: Got depth 6.48138463e-01, expected 6.62539028e-01. d3d10core.c:15744: Test failed: Got depth 6.49938285e-01, expected 6.67539028e-01. d3d10core.c:15744: Test failed: Got depth 6.51738167e-01, expected 6.72539029e-01. d3d10core.c:15744: Test failed: Got depth 6.53538048e-01, expected 6.77539032e-01. d3d10core.c:15744: Test failed: Got depth 6.55337930e-01, expected 6.82539031e-01. d3d10core.c:15744: Test failed: Got depth 6.57137811e-01, expected 6.87539030e-01. d3d10core.c:15744: Test failed: Got depth 6.58937693e-01, expected 6.92539033e-01. d3d10core.c:15744: Test failed: Got depth 6.60737574e-01, expected 6.97539032e-01. d3d10core.c:15744: Test failed: Got depth 6.62537456e-01, expected 7.02539027e-01. d3d10core.c:15744: Test failed: Got depth 6.64337337e-01, expected 7.07539029e-01. d3d10core.c:15744: Test failed: Got depth 6.66137218e-01, expected 7.12539032e-01. d3d10core.c:15744: Test failed: Got depth 6.67937040e-01, expected 7.17539027e-01. d3d10core.c:15744: Test failed: Got depth 6.69736922e-01, expected 7.22539030e-01. d3d10core.c:15744: Test failed: Got depth 6.71536803e-01, expected 7.27539033e-01. d3d10core.c:15744: Test failed: Got depth 6.73336685e-01, expected 7.32539028e-01. d3d10core.c:15744: Test failed: Got depth 6.75136566e-01, expected 7.37539031e-01. d3d10core.c:15744: Test failed: Got depth 6.76936448e-01, expected 7.42539033e-01. d3d10core.c:15744: Test failed: Got depth 6.78736329e-01, expected 7.47539029e-01. d3d10core.c:15744: Test failed: Got depth 6.80536211e-01, expected 7.52539031e-01. d3d10core.c:15744: Test failed: Got depth 6.82336092e-01, expected 7.57539034e-01. d3d10core.c:15744: Test failed: Got depth 6.84135914e-01, expected 7.62539029e-01. d3d10core.c:15744: Test failed: Got depth 6.85935795e-01, expected 7.67539039e-01. d3d10core.c:15744: Test failed: Got depth 6.87735677e-01, expected 7.72539034e-01. d3d10core.c:15744: Test failed: Got depth 6.89535558e-01, expected 7.77539030e-01. d3d10core.c:15744: Test failed: Got depth 6.91335440e-01, expected 7.82539040e-01. d3d10core.c:15744: Test failed: Got depth 6.93135321e-01, expected 7.87539035e-01. d3d10core.c:15744: Test failed: Got depth 6.94935203e-01, expected 7.92539030e-01. d3d10core.c:15744: Test failed: Got depth 6.96735084e-01, expected 7.97539040e-01. d3d10core.c:15744: Test failed: Got depth 6.98534966e-01, expected 8.02539036e-01. d3d10core.c:15744: Test failed: Got depth 7.00334787e-01, expected 8.07539031e-01. d3d10core.c:15744: Test failed: Got depth 7.02134669e-01, expected 8.12539041e-01. d3d10core.c:15744: Test failed: Got depth 7.03934550e-01, expected 8.17539036e-01. d3d10core.c:15744: Test failed: Got depth 7.05734432e-01, expected 8.22539032e-01. d3d10core.c:15744: Test failed: Got depth 7.07534313e-01, expected 8.27539042e-01. d3d10core.c:15744: Test failed: Got depth 7.09334195e-01, expected 8.32539037e-01. d3d10core.c:15744: Test failed: Got depth 7.11134076e-01, expected 8.37539032e-01. d3d10core.c:15744: Test failed: Got depth 7.12933958e-01, expected 8.42539042e-01. d3d10core.c:15744: Test failed: Got depth 7.14733839e-01, expected 8.47539037e-01. d3d10core.c:15744: Test failed: Got depth 7.16533720e-01, expected 8.52539033e-01. d3d10core.c:15744: Test failed: Got depth 7.18333602e-01, expected 8.57539043e-01. d3d10core.c:15744: Test failed: Got depth 7.20133424e-01, expected 8.62539038e-01. d3d10core.c:15744: Test failed: Got depth 7.21933305e-01, expected 8.67539033e-01. d3d10core.c:15744: Test failed: Got depth 7.23733187e-01, expected 8.72539043e-01. d3d10core.c:15744: Test failed: Got depth 7.25533068e-01, expected 8.77539039e-01. d3d10core.c:15744: Test failed: Got depth 7.27332950e-01, expected 8.82539034e-01. d3d10core.c:15744: Test failed: Got depth 7.29132831e-01, expected 8.87539044e-01. d3d10core.c:15744: Test failed: Got depth 7.30932713e-01, expected 8.92539054e-01. d3d10core.c:15744: Test failed: Got depth 7.32732594e-01, expected 8.97539049e-01. d3d10core.c:15744: Test failed: Got depth 7.34532475e-01, expected 9.02539045e-01. d3d10core.c:15744: Test failed: Got depth 7.36332297e-01, expected 9.07539040e-01. d3d10core.c:15744: Test failed: Got depth 7.38132179e-01, expected 9.12539035e-01. d3d10core.c:15744: Test failed: Got depth 7.39932060e-01, expected 9.17539030e-01. d3d10core.c:15744: Test failed: Got depth 7.41731942e-01, expected 9.22539055e-01. d3d10core.c:15744: Test failed: Got depth 7.43531823e-01, expected 9.27539051e-01. d3d10core.c:15744: Test failed: Got depth 7.45331705e-01, expected 9.32539046e-01. d3d10core.c:15744: Test failed: Got depth 7.47131586e-01, expected 9.37539041e-01. d3d10core.c:15744: Test failed: Got depth 7.48931468e-01, expected 9.42539036e-01. d3d10core.c:15744: Test failed: Got depth 7.50731349e-01, expected 9.47539032e-01. d3d10core.c:15744: Test failed: Got depth 7.52531171e-01, expected 9.52539057e-01. d3d10core.c:15744: Test failed: Got depth 7.54331052e-01, expected 9.57539052e-01. d3d10core.c:15744: Test failed: Got depth 7.56130934e-01, expected 9.62539047e-01. d3d10core.c:15744: Test failed: Got depth 7.57930815e-01, expected 9.67539042e-01. d3d10core.c:15744: Test failed: Got depth 7.59730697e-01, expected 9.72539037e-01. d3d10core.c:15744: Test failed: Got depth 7.61530578e-01, expected 9.77539062e-01. d3d10core.c:15744: Test failed: Got depth 7.63330460e-01, expected 9.82539058e-01. d3d10core.c:15744: Test failed: Got depth 7.65130341e-01, expected 9.87539053e-01. d3d10core.c:15744: Test failed: Got depth 7.66930223e-01, expected 9.92539048e-01. d3d10core.c:15744: Test failed: Got depth 7.68730044e-01, expected 9.97539043e-01. d3d10core.c:15744: Test failed: Got depth 7.70529985e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.72329807e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.74129689e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.75929570e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.77729452e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.79529333e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.81329215e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.83129096e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.84928918e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.86728859e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.88528681e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.90328562e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.92128444e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.93928325e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.95728207e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.97528088e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 7.99327970e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.01127791e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.02927732e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.04727554e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.06527436e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.08327317e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.10127199e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.11927080e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.13726962e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.15526843e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.17326725e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.19126606e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.20926428e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.22726309e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.24526191e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.26326072e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.28125954e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.29925835e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.31725717e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.33525598e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.35325480e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.37125301e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.38925242e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.40725064e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.42524946e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.44324827e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.46124709e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.47924590e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.49724472e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.51524353e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.53324175e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.55124116e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.56923938e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.58723819e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.60523701e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.62323582e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.64123464e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.65923345e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.67723227e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.69523048e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.71322989e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.73122811e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.74922693e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.76722574e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.78522456e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.80322337e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.82122219e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.83922100e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.85721982e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.87521863e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.89321685e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.91121626e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.92921448e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.94721329e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.96521211e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 8.98321092e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.00120974e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.01920795e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.03720737e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.05520558e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.07320499e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.09120321e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.10920203e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.12720084e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.14519966e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.16319847e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.18119729e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.19919610e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.21719432e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.23519373e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.25319195e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.27119076e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.28918958e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.30718839e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.32518721e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.34318602e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.36118484e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.37918305e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.39718246e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.41518068e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.43318009e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.45117831e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.46917713e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.48717594e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.50517476e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.52317357e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.54117179e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.55917120e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.57716942e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.59516883e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.61316705e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.63116586e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.64916468e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.66716349e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.68516231e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.70316052e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.72115993e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.73915815e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.75715756e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.77515578e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.79315460e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.81115341e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.82915223e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.84715104e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.86514986e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.88314867e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.90114689e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.91914630e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.93714452e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.95514333e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.97314215e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 9.99114096e-01, expected 1.00000000e+00. d3d10core.c:15744: Test failed: Got depth 2.54905224e-03, expected 2.54897905e-03. d3d10core.c:15744: Test failed: Got depth 7.54896645e-03, expected 7.54904134e-03. d3d10core.c:15744: Test failed: Got depth 1.25489160e-02, expected 1.25490422e-02. d3d10core.c:15744: Test failed: Got depth 1.75488666e-02, expected 1.75490411e-02. d3d10core.c:15744: Test failed: Got depth 2.25488171e-02, expected 2.25490419e-02. d3d10core.c:15744: Test failed: Got depth 2.75487676e-02, expected 2.75490428e-02. d3d10core.c:15744: Test failed: Got depth 3.25487144e-02, expected 3.25490436e-02. d3d10core.c:15744: Test failed: Got depth 3.75486650e-02, expected 3.75490463e-02. d3d10core.c:15744: Test failed: Got depth 4.25486155e-02, expected 4.25490452e-02. d3d10core.c:15744: Test failed: Got depth 4.75485660e-02, expected 4.75490442e-02. d3d10core.c:15744: Test failed: Got depth 5.25485165e-02, expected 5.25490469e-02. d3d10core.c:15744: Test failed: Got depth 5.75484671e-02, expected 5.75490458e-02. d3d10core.c:15744: Test failed: Got depth 6.25484139e-02, expected 6.25490410e-02. d3d10core.c:15744: Test failed: Got depth 6.75483644e-02, expected 6.75490437e-02. d3d10core.c:15744: Test failed: Got depth 7.25483149e-02, expected 7.25490464e-02. d3d10core.c:15744: Test failed: Got depth 7.75482655e-02, expected 7.75490416e-02. d3d10core.c:15744: Test failed: Got depth 8.25482160e-02, expected 8.25490443e-02. d3d10core.c:15744: Test failed: Got depth 8.75481665e-02, expected 8.75490470e-02. d3d10core.c:15744: Test failed: Got depth 9.25481170e-02, expected 9.25490422e-02. d3d10core.c:15744: Test failed: Got depth 9.75480676e-02, expected 9.75490449e-02. d3d10core.c:15744: Test failed: Got depth 1.02548018e-01, expected 1.02549048e-01. d3d10core.c:15744: Test failed: Got depth 1.07547969e-01, expected 1.07549043e-01. d3d10core.c:15744: Test failed: Got depth 1.12547919e-01, expected 1.12549046e-01. d3d10core.c:15744: Test failed: Got depth 1.17547870e-01, expected 1.17549048e-01. d3d10core.c:15744: Test failed: Got depth 1.22547813e-01, expected 1.22549043e-01. d3d10core.c:15744: Test failed: Got depth 1.27547771e-01, expected 1.27549054e-01. d3d10core.c:15744: Test failed: Got depth 1.32547721e-01, expected 1.32549049e-01. d3d10core.c:15744: Test failed: Got depth 1.37547672e-01, expected 1.37549044e-01. d3d10core.c:15744: Test failed: Got depth 1.42547622e-01, expected 1.42549054e-01. d3d10core.c:15744: Test failed: Got depth 1.47547573e-01, expected 1.47549049e-01. d3d10core.c:15744: Test failed: Got depth 1.52547523e-01, expected 1.52549045e-01. d3d10core.c:15744: Test failed: Got depth 1.57547474e-01, expected 1.57549055e-01. d3d10core.c:15744: Test failed: Got depth 1.62547424e-01, expected 1.62549050e-01. d3d10core.c:15744: Test failed: Got depth 1.67547375e-01, expected 1.67549045e-01. d3d10core.c:15744: Test failed: Got depth 1.72547325e-01, expected 1.72549055e-01. d3d10core.c:15744: Test failed: Got depth 1.77547276e-01, expected 1.77549051e-01. d3d10core.c:15744: Test failed: Got depth 1.82547227e-01, expected 1.82549046e-01. d3d10core.c:15744: Test failed: Got depth 1.87547177e-01, expected 1.87549056e-01. d3d10core.c:15744: Test failed: Got depth 1.92547128e-01, expected 1.92549051e-01. d3d10core.c:15744: Test failed: Got depth 1.97547078e-01, expected 1.97549046e-01. d3d10core.c:15744: Test failed: Got depth 2.02547029e-01, expected 2.02549057e-01. d3d10core.c:15744: Test failed: Got depth 2.07546979e-01, expected 2.07549052e-01. d3d10core.c:15744: Test failed: Got depth 2.12546930e-01, expected 2.12549047e-01. d3d10core.c:15744: Test failed: Got depth 2.17546880e-01, expected 2.17549057e-01. d3d10core.c:15744: Test failed: Got depth 2.22546831e-01, expected 2.22549052e-01. d3d10core.c:15744: Test failed: Got depth 2.27546781e-01, expected 2.27549048e-01. d3d10core.c:15744: Test failed: Got depth 2.32546732e-01, expected 2.32549058e-01. d3d10core.c:15744: Test failed: Got depth 2.37546682e-01, expected 2.37549053e-01. d3d10core.c:15744: Test failed: Got depth 2.42546618e-01, expected 2.42549048e-01. d3d10core.c:15744: Test failed: Got depth 2.47546569e-01, expected 2.47549058e-01. d3d10core.c:15744: Test failed: Got depth 2.52546519e-01, expected 2.52549068e-01. d3d10core.c:15744: Test failed: Got depth 2.57546484e-01, expected 2.57549064e-01. d3d10core.c:15744: Test failed: Got depth 2.62546420e-01, expected 2.62549059e-01. d3d10core.c:15744: Test failed: Got depth 2.67546386e-01, expected 2.67549054e-01. d3d10core.c:15744: Test failed: Got depth 2.72546321e-01, expected 2.72549049e-01. d3d10core.c:15744: Test failed: Got depth 2.77546287e-01, expected 2.77549045e-01. d3d10core.c:15744: Test failed: Got depth 2.82546222e-01, expected 2.82549070e-01. d3d10core.c:15744: Test failed: Got depth 2.87546188e-01, expected 2.87549065e-01. d3d10core.c:15744: Test failed: Got depth 2.92546123e-01, expected 2.92549060e-01. d3d10core.c:15744: Test failed: Got depth 2.97546089e-01, expected 2.97549055e-01. d3d10core.c:15744: Test failed: Got depth 3.02546024e-01, expected 3.02549051e-01. d3d10core.c:15744: Test failed: Got depth 3.07545990e-01, expected 3.07549046e-01. d3d10core.c:15744: Test failed: Got depth 3.12545925e-01, expected 3.12549071e-01. d3d10core.c:15744: Test failed: Got depth 3.17545891e-01, expected 3.17549066e-01. d3d10core.c:15744: Test failed: Got depth 3.22545826e-01, expected 3.22549061e-01. d3d10core.c:15744: Test failed: Got depth 3.27545762e-01, expected 3.27549057e-01. d3d10core.c:15744: Test failed: Got depth 3.32545727e-01, expected 3.32549052e-01. d3d10core.c:15744: Test failed: Got depth 3.37545663e-01, expected 3.37549077e-01. d3d10core.c:15744: Test failed: Got depth 3.42545629e-01, expected 3.42549072e-01. d3d10core.c:15744: Test failed: Got depth 3.47545564e-01, expected 3.47549067e-01. d3d10core.c:15744: Test failed: Got depth 3.52545530e-01, expected 3.52549062e-01. d3d10core.c:15744: Test failed: Got depth 3.57545465e-01, expected 3.57549058e-01. d3d10core.c:15744: Test failed: Got depth 3.62545431e-01, expected 3.62549053e-01. d3d10core.c:15744: Test failed: Got depth 3.67545366e-01, expected 3.67549078e-01. d3d10core.c:15744: Test failed: Got depth 3.72545332e-01, expected 3.72549073e-01. d3d10core.c:15744: Test failed: Got depth 3.77545267e-01, expected 3.77549068e-01. d3d10core.c:15744: Test failed: Got depth 3.82545233e-01, expected 3.82549064e-01. d3d10core.c:15744: Test failed: Got depth 3.87545168e-01, expected 3.87549059e-01. d3d10core.c:15744: Test failed: Got depth 3.92545134e-01, expected 3.92549054e-01. d3d10core.c:15744: Test failed: Got depth 3.97545069e-01, expected 3.97549079e-01. d3d10core.c:15744: Test failed: Got depth 4.02545035e-01, expected 4.02549074e-01. d3d10core.c:15744: Test failed: Got depth 4.07544971e-01, expected 4.07549070e-01. d3d10core.c:15744: Test failed: Got depth 4.12544936e-01, expected 4.12549065e-01. d3d10core.c:15744: Test failed: Got depth 4.17544872e-01, expected 4.17549060e-01. d3d10core.c:15744: Test failed: Got depth 4.22544837e-01, expected 4.22549055e-01. d3d10core.c:15744: Test failed: Got depth 4.27544773e-01, expected 4.27549080e-01. d3d10core.c:15744: Test failed: Got depth 4.32544738e-01, expected 4.32549076e-01. d3d10core.c:15744: Test failed: Got depth 4.37544674e-01, expected 4.37549071e-01. d3d10core.c:15744: Test failed: Got depth 4.42544639e-01, expected 4.42549066e-01. d3d10core.c:15744: Test failed: Got depth 4.47544575e-01, expected 4.47549061e-01. d3d10core.c:15744: Test failed: Got depth 4.52544540e-01, expected 4.52549057e-01. d3d10core.c:15744: Test failed: Got depth 4.57544476e-01, expected 4.57549082e-01. d3d10core.c:15744: Test failed: Got depth 4.62544441e-01, expected 4.62549077e-01. d3d10core.c:15744: Test failed: Got depth 4.67544377e-01, expected 4.67549072e-01. d3d10core.c:15744: Test failed: Got depth 4.72544342e-01, expected 4.72549067e-01. d3d10core.c:15744: Test failed: Got depth 4.77544278e-01, expected 4.77549062e-01. d3d10core.c:15744: Test failed: Got depth 4.82544214e-01, expected 4.82549058e-01. d3d10core.c:15744: Test failed: Got depth 4.87544179e-01, expected 4.87549083e-01. d3d10core.c:15744: Test failed: Got depth 4.92544115e-01, expected 4.92549078e-01. d3d10core.c:15744: Test failed: Got depth 4.97544080e-01, expected 4.97549073e-01. d3d10core.c:15744: Test failed: Got depth 5.02543986e-01, expected 5.02549098e-01. d3d10core.c:15744: Test failed: Got depth 5.07543921e-01, expected 5.07549093e-01. d3d10core.c:15744: Test failed: Got depth 5.12543917e-01, expected 5.12549089e-01. d3d10core.c:15744: Test failed: Got depth 5.17543852e-01, expected 5.17549084e-01. d3d10core.c:15744: Test failed: Got depth 5.22543788e-01, expected 5.22549079e-01. d3d10core.c:15744: Test failed: Got depth 5.27543724e-01, expected 5.27549074e-01. d3d10core.c:15744: Test failed: Got depth 5.32543719e-01, expected 5.32549070e-01. d3d10core.c:15744: Test failed: Got depth 5.37543654e-01, expected 5.37549065e-01. d3d10core.c:15744: Test failed: Got depth 5.42543590e-01, expected 5.42549060e-01. d3d10core.c:15744: Test failed: Got depth 5.47543526e-01, expected 5.47549055e-01. d3d10core.c:15744: Test failed: Got depth 5.52543521e-01, expected 5.52549051e-01. d3d10core.c:15744: Test failed: Got depth 5.57543457e-01, expected 5.57549105e-01. d3d10core.c:15744: Test failed: Got depth 5.62543392e-01, expected 5.62549101e-01. d3d10core.c:15744: Test failed: Got depth 5.67543328e-01, expected 5.67549096e-01. d3d10core.c:15744: Test failed: Got depth 5.72543323e-01, expected 5.72549091e-01. d3d10core.c:15744: Test failed: Got depth 5.77543259e-01, expected 5.77549086e-01. d3d10core.c:15744: Test failed: Got depth 5.82543194e-01, expected 5.82549082e-01. d3d10core.c:15744: Test failed: Got depth 5.87543130e-01, expected 5.87549077e-01. d3d10core.c:15744: Test failed: Got depth 5.92543125e-01, expected 5.92549072e-01. d3d10core.c:15744: Test failed: Got depth 5.97543061e-01, expected 5.97549067e-01. d3d10core.c:15744: Test failed: Got depth 6.02542996e-01, expected 6.02549062e-01. d3d10core.c:15744: Test failed: Got depth 6.07542932e-01, expected 6.07549058e-01. d3d10core.c:15744: Test failed: Got depth 6.12542927e-01, expected 6.12549053e-01. d3d10core.c:15744: Test failed: Got depth 6.17542863e-01, expected 6.17549108e-01. d3d10core.c:15744: Test failed: Got depth 6.22542799e-01, expected 6.22549103e-01. d3d10core.c:15744: Test failed: Got depth 6.27542734e-01, expected 6.27549098e-01. d3d10core.c:15744: Test failed: Got depth 6.32542729e-01, expected 6.32549093e-01. d3d10core.c:15744: Test failed: Got depth 6.37542665e-01, expected 6.37549089e-01. d3d10core.c:15744: Test failed: Got depth 6.42542601e-01, expected 6.42549084e-01. d3d10core.c:15744: Test failed: Got depth 6.47542536e-01, expected 6.47549079e-01. d3d10core.c:15744: Test failed: Got depth 6.52542472e-01, expected 6.52549074e-01. d3d10core.c:15744: Test failed: Got depth 6.57542467e-01, expected 6.57549070e-01. d3d10core.c:15744: Test failed: Got depth 6.62542403e-01, expected 6.62549065e-01. d3d10core.c:15744: Test failed: Got depth 6.67542338e-01, expected 6.67549060e-01. d3d10core.c:15744: Test failed: Got depth 6.72542274e-01, expected 6.72549115e-01. d3d10core.c:15744: Test failed: Got depth 6.77542269e-01, expected 6.77549110e-01. d3d10core.c:15744: Test failed: Got depth 6.82542205e-01, expected 6.82549105e-01. d3d10core.c:15744: Test failed: Got depth 6.87542140e-01, expected 6.87549101e-01. d3d10core.c:15744: Test failed: Got depth 6.92542076e-01, expected 6.92549096e-01. d3d10core.c:15744: Test failed: Got depth 6.97542071e-01, expected 6.97549091e-01. d3d10core.c:15744: Test failed: Got depth 7.02542007e-01, expected 7.02549086e-01. d3d10core.c:15744: Test failed: Got depth 7.07541943e-01, expected 7.07549082e-01. d3d10core.c:15744: Test failed: Got depth 7.12541878e-01, expected 7.12549077e-01. d3d10core.c:15744: Test failed: Got depth 7.17541873e-01, expected 7.17549072e-01. d3d10core.c:15744: Test failed: Got depth 7.22541809e-01, expected 7.22549067e-01. d3d10core.c:15744: Test failed: Got depth 7.27541745e-01, expected 7.27549062e-01. d3d10core.c:15744: Test failed: Got depth 7.32541680e-01, expected 7.32549117e-01. d3d10core.c:15744: Test failed: Got depth 7.37541676e-01, expected 7.37549113e-01. d3d10core.c:15744: Test failed: Got depth 7.42541611e-01, expected 7.42549108e-01. d3d10core.c:15744: Test failed: Got depth 7.47541547e-01, expected 7.47549103e-01. d3d10core.c:15744: Test failed: Got depth 7.52541482e-01, expected 7.52549098e-01. d3d10core.c:15744: Test failed: Got depth 7.57541478e-01, expected 7.57549093e-01. d3d10core.c:15744: Test failed: Got depth 7.62541413e-01, expected 7.62549089e-01. d3d10core.c:15744: Test failed: Got depth 7.67541349e-01, expected 7.67549084e-01. d3d10core.c:15744: Test failed: Got depth 7.72541285e-01, expected 7.72549079e-01. d3d10core.c:15744: Test failed: Got depth 7.77541280e-01, expected 7.77549074e-01. d3d10core.c:15744: Test failed: Got depth 7.82541215e-01, expected 7.82549070e-01. d3d10core.c:15744: Test failed: Got depth 7.87541151e-01, expected 7.87549065e-01. d3d10core.c:15744: Test failed: Got depth 7.92541087e-01, expected 7.92549120e-01. d3d10core.c:15744: Test failed: Got depth 7.97541082e-01, expected 7.97549115e-01. d3d10core.c:15744: Test failed: Got depth 8.02541018e-01, expected 8.02549110e-01. d3d10core.c:15744: Test failed: Got depth 8.07540953e-01, expected 8.07549105e-01. d3d10core.c:15744: Test failed: Got depth 8.12540889e-01, expected 8.12549101e-01. d3d10core.c:15744: Test failed: Got depth 8.17540824e-01, expected 8.17549096e-01. d3d10core.c:15744: Test failed: Got depth 8.22540820e-01, expected 8.22549091e-01. d3d10core.c:15744: Test failed: Got depth 8.27540755e-01, expected 8.27549086e-01. d3d10core.c:15744: Test failed: Got depth 8.32540691e-01, expected 8.32549082e-01. d3d10core.c:15744: Test failed: Got depth 8.37540627e-01, expected 8.37549077e-01. d3d10core.c:15744: Test failed: Got depth 8.42540622e-01, expected 8.42549072e-01. d3d10core.c:15744: Test failed: Got depth 8.47540557e-01, expected 8.47549127e-01. d3d10core.c:15744: Test failed: Got depth 8.52540493e-01, expected 8.52549122e-01. d3d10core.c:15744: Test failed: Got depth 8.57540429e-01, expected 8.57549117e-01. d3d10core.c:15744: Test failed: Got depth 8.62540424e-01, expected 8.62549113e-01. d3d10core.c:15744: Test failed: Got depth 8.67540359e-01, expected 8.67549108e-01. d3d10core.c:15744: Test failed: Got depth 8.72540295e-01, expected 8.72549103e-01. d3d10core.c:15744: Test failed: Got depth 8.77540231e-01, expected 8.77549098e-01. d3d10core.c:15744: Test failed: Got depth 8.82540226e-01, expected 8.82549093e-01. d3d10core.c:15744: Test failed: Got depth 8.87540162e-01, expected 8.87549089e-01. d3d10core.c:15744: Test failed: Got depth 8.92540097e-01, expected 8.92549084e-01. d3d10core.c:15744: Test failed: Got depth 8.97540033e-01, expected 8.97549079e-01. d3d10core.c:15744: Test failed: Got depth 9.02540028e-01, expected 9.02549074e-01. d3d10core.c:15744: Test failed: Got depth 9.07539964e-01, expected 9.07549129e-01. d3d10core.c:15744: Test failed: Got depth 9.12539899e-01, expected 9.12549124e-01. d3d10core.c:15744: Test failed: Got depth 9.17539835e-01, expected 9.17549120e-01. d3d10core.c:15744: Test failed: Got depth 9.22539830e-01, expected 9.22549115e-01. d3d10core.c:15744: Test failed: Got depth 9.27539766e-01, expected 9.27549110e-01. d3d10core.c:15744: Test failed: Got depth 9.32539701e-01, expected 9.32549105e-01. d3d10core.c:15744: Test failed: Got depth 9.37539637e-01, expected 9.37549101e-01. d3d10core.c:15744: Test failed: Got depth 9.42539632e-01, expected 9.42549096e-01. d3d10core.c:15744: Test failed: Got depth 9.47539568e-01, expected 9.47549091e-01. d3d10core.c:15744: Test failed: Got depth 9.52539504e-01, expected 9.52549086e-01. d3d10core.c:15744: Test failed: Got depth 9.57539439e-01, expected 9.57549082e-01. d3d10core.c:15744: Test failed: Got depth 9.62539375e-01, expected 9.62549077e-01. d3d10core.c:15744: Test failed: Got depth 9.67539370e-01, expected 9.67549132e-01. d3d10core.c:15744: Test failed: Got depth 9.72539306e-01, expected 9.72549127e-01. d3d10core.c:15744: Test failed: Got depth 9.77539241e-01, expected 9.77549122e-01. d3d10core.c:15744: Test failed: Got depth 9.82539177e-01, expected 9.82549117e-01. d3d10core.c:15744: Test failed: Got depth 9.87539172e-01, expected 9.87549113e-01. d3d10core.c:15744: Test failed: Got depth 9.92539108e-01, expected 9.92549108e-01. d3d10core.c:15744: Test failed: Got depth 9.97539043e-01, expected 9.97549103e-01. d3d10core.c:15744: Test failed: Got depth 2.54905224e-03, expected 2.54897905e-03. d3d10core.c:15744: Test failed: Got depth 7.54896645e-03, expected 7.54904134e-03. d3d10core.c:15744: Test failed: Got depth 1.25489160e-02, expected 1.25490422e-02. d3d10core.c:15744: Test failed: Got depth 1.75488666e-02, expected 1.75490411e-02. d3d10core.c:15744: Test failed: Got depth 2.25488171e-02, expected 2.25490419e-02. d3d10core.c:15744: Test failed: Got depth 2.75487676e-02, expected 2.75490428e-02. d3d10core.c:15744: Test failed: Got depth 3.25487144e-02, expected 3.25490436e-02. d3d10core.c:15744: Test failed: Got depth 3.75486650e-02, expected 3.75490463e-02. d3d10core.c:15744: Test failed: Got depth 4.25486155e-02, expected 4.25490452e-02. d3d10core.c:15744: Test failed: Got depth 4.75485660e-02, expected 4.75490442e-02. d3d10core.c:15744: Test failed: Got depth 5.25485165e-02, expected 5.25490469e-02. d3d10core.c:15744: Test failed: Got depth 5.75484671e-02, expected 5.75490458e-02. d3d10core.c:15744: Test failed: Got depth 6.25484139e-02, expected 6.25490410e-02. d3d10core.c:15744: Test failed: Got depth 6.75483644e-02, expected 6.75490437e-02. d3d10core.c:15744: Test failed: Got depth 7.25483149e-02, expected 7.25490464e-02. d3d10core.c:15744: Test failed: Got depth 7.75482655e-02, expected 7.75490416e-02. d3d10core.c:15744: Test failed: Got depth 8.25482160e-02, expected 8.25490443e-02. d3d10core.c:15744: Test failed: Got depth 8.75481665e-02, expected 8.75490470e-02. d3d10core.c:15744: Test failed: Got depth 9.25481170e-02, expected 9.25490422e-02. d3d10core.c:15744: Test failed: Got depth 9.75480676e-02, expected 9.75490449e-02. d3d10core.c:15744: Test failed: Got depth 1.02548018e-01, expected 1.02549048e-01. d3d10core.c:15744: Test failed: Got depth 1.07547969e-01, expected 1.07549043e-01. d3d10core.c:15744: Test failed: Got depth 1.12547919e-01, expected 1.12549046e-01. d3d10core.c:15744: Test failed: Got depth 1.17547870e-01, expected 1.17549048e-01. d3d10core.c:15744: Test failed: Got depth 1.22547813e-01, expected 1.22549043e-01. d3d10core.c:15744: Test failed: Got depth 1.27547771e-01, expected 1.27549054e-01. d3d10core.c:15744: Test failed: Got depth 1.32547721e-01, expected 1.32549049e-01. d3d10core.c:15744: Test failed: Got depth 1.37547672e-01, expected 1.37549044e-01. d3d10core.c:15744: Test failed: Got depth 1.42547622e-01, expected 1.42549054e-01. d3d10core.c:15744: Test failed: Got depth 1.47547573e-01, expected 1.47549049e-01. d3d10core.c:15744: Test failed: Got depth 1.52547523e-01, expected 1.52549045e-01. d3d10core.c:15744: Test failed: Got depth 1.57547474e-01, expected 1.57549055e-01. d3d10core.c:15744: Test failed: Got depth 1.62547424e-01, expected 1.62549050e-01. d3d10core.c:15744: Test failed: Got depth 1.67547375e-01, expected 1.67549045e-01. d3d10core.c:15744: Test failed: Got depth 1.72547325e-01, expected 1.72549055e-01. d3d10core.c:15744: Test failed: Got depth 1.77547276e-01, expected 1.77549051e-01. d3d10core.c:15744: Test failed: Got depth 1.82547227e-01, expected 1.82549046e-01. d3d10core.c:15744: Test failed: Got depth 1.87547177e-01, expected 1.87549056e-01. d3d10core.c:15744: Test failed: Got depth 1.92547128e-01, expected 1.92549051e-01. d3d10core.c:15744: Test failed: Got depth 1.97547078e-01, expected 1.97549046e-01. d3d10core.c:15744: Test failed: Got depth 2.02547029e-01, expected 2.02549057e-01. d3d10core.c:15744: Test failed: Got depth 2.07546979e-01, expected 2.07549052e-01. d3d10core.c:15744: Test failed: Got depth 2.12546930e-01, expected 2.12549047e-01. d3d10core.c:15744: Test failed: Got depth 2.17546880e-01, expected 2.17549057e-01. d3d10core.c:15744: Test failed: Got depth 2.22546831e-01, expected 2.22549052e-01. d3d10core.c:15744: Test failed: Got depth 2.27546781e-01, expected 2.27549048e-01. d3d10core.c:15744: Test failed: Got depth 2.32546732e-01, expected 2.32549058e-01. d3d10core.c:15744: Test failed: Got depth 2.37546682e-01, expected 2.37549053e-01. d3d10core.c:15744: Test failed: Got depth 2.42546618e-01, expected 2.42549048e-01. d3d10core.c:15744: Test failed: Got depth 2.47546569e-01, expected 2.47549058e-01. d3d10core.c:15744: Test failed: Got depth 2.52546519e-01, expected 2.52549068e-01. d3d10core.c:15744: Test failed: Got depth 2.57546484e-01, expected 2.57549064e-01. d3d10core.c:15744: Test failed: Got depth 2.62546420e-01, expected 2.62549059e-01. d3d10core.c:15744: Test failed: Got depth 2.67546386e-01, expected 2.67549054e-01. d3d10core.c:15744: Test failed: Got depth 2.72546321e-01, expected 2.72549049e-01. d3d10core.c:15744: Test failed: Got depth 2.77546287e-01, expected 2.77549045e-01. d3d10core.c:15744: Test failed: Got depth 2.82546222e-01, expected 2.82549070e-01. d3d10core.c:15744: Test failed: Got depth 2.87546188e-01, expected 2.87549065e-01. d3d10core.c:15744: Test failed: Got depth 2.92546123e-01, expected 2.92549060e-01. d3d10core.c:15744: Test failed: Got depth 2.97546089e-01, expected 2.97549055e-01. d3d10core.c:15744: Test failed: Got depth 3.02546024e-01, expected 3.02549051e-01. d3d10core.c:15744: Test failed: Got depth 3.07545990e-01, expected 3.07549046e-01. d3d10core.c:15744: Test failed: Got depth 3.12545925e-01, expected 3.12549071e-01. d3d10core.c:15744: Test failed: Got depth 3.17545891e-01, expected 3.17549066e-01. d3d10core.c:15744: Test failed: Got depth 3.22545826e-01, expected 3.22549061e-01. d3d10core.c:15744: Test failed: Got depth 3.27545762e-01, expected 3.27549057e-01. d3d10core.c:15744: Test failed: Got depth 3.32545727e-01, expected 3.32549052e-01. d3d10core.c:15744: Test failed: Got depth 3.37545663e-01, expected 3.37549077e-01. d3d10core.c:15744: Test failed: Got depth 3.42545629e-01, expected 3.42549072e-01. d3d10core.c:15744: Test failed: Got depth 3.47545564e-01, expected 3.47549067e-01. d3d10core.c:15744: Test failed: Got depth 3.52545530e-01, expected 3.52549062e-01. d3d10core.c:15744: Test failed: Got depth 3.57545465e-01, expected 3.57549058e-01. d3d10core.c:15744: Test failed: Got depth 3.62545431e-01, expected 3.62549053e-01. d3d10core.c:15744: Test failed: Got depth 3.67545366e-01, expected 3.67549078e-01. d3d10core.c:15744: Test failed: Got depth 3.72545332e-01, expected 3.72549073e-01. d3d10core.c:15744: Test failed: Got depth 3.77545267e-01, expected 3.77549068e-01. d3d10core.c:15744: Test failed: Got depth 3.82545233e-01, expected 3.82549064e-01. d3d10core.c:15744: Test failed: Got depth 3.87545168e-01, expected 3.87549059e-01. d3d10core.c:15744: Test failed: Got depth 3.92545134e-01, expected 3.92549054e-01. d3d10core.c:15744: Test failed: Got depth 3.97545069e-01, expected 3.97549079e-01. d3d10core.c:15744: Test failed: Got depth 4.02545035e-01, expected 4.02549074e-01. d3d10core.c:15744: Test failed: Got depth 4.07544971e-01, expected 4.07549070e-01. d3d10core.c:15744: Test failed: Got depth 4.12544936e-01, expected 4.12549065e-01. d3d10core.c:15744: Test failed: Got depth 4.17544872e-01, expected 4.17549060e-01. d3d10core.c:15744: Test failed: Got depth 4.22544837e-01, expected 4.22549055e-01. d3d10core.c:15744: Test failed: Got depth 4.27544773e-01, expected 4.27549080e-01. d3d10core.c:15744: Test failed: Got depth 4.32544738e-01, expected 4.32549076e-01. d3d10core.c:15744: Test failed: Got depth 4.37544674e-01, expected 4.37549071e-01. d3d10core.c:15744: Test failed: Got depth 4.42544639e-01, expected 4.42549066e-01. d3d10core.c:15744: Test failed: Got depth 4.47544575e-01, expected 4.47549061e-01. d3d10core.c:15744: Test failed: Got depth 4.52544540e-01, expected 4.52549057e-01. d3d10core.c:15744: Test failed: Got depth 4.57544476e-01, expected 4.57549082e-01. d3d10core.c:15744: Test failed: Got depth 4.62544441e-01, expected 4.62549077e-01. d3d10core.c:15744: Test failed: Got depth 4.67544377e-01, expected 4.67549072e-01. d3d10core.c:15744: Test failed: Got depth 4.72544342e-01, expected 4.72549067e-01. d3d10core.c:15744: Test failed: Got depth 4.77544278e-01, expected 4.77549062e-01. d3d10core.c:15744: Test failed: Got depth 4.82544214e-01, expected 4.82549058e-01. d3d10core.c:15744: Test failed: Got depth 4.87544179e-01, expected 4.87549083e-01. d3d10core.c:15744: Test failed: Got depth 4.92544115e-01, expected 4.92549078e-01. d3d10core.c:15744: Test failed: Got depth 4.97544080e-01, expected 4.97549073e-01. d3d10core.c:15744: Test failed: Got depth 5.02543986e-01, expected 5.02549098e-01. d3d10core.c:15744: Test failed: Got depth 5.07543921e-01, expected 5.07549093e-01. d3d10core.c:15744: Test failed: Got depth 5.12543917e-01, expected 5.12549089e-01. d3d10core.c:15744: Test failed: Got depth 5.17543852e-01, expected 5.17549084e-01. d3d10core.c:15744: Test failed: Got depth 5.22543788e-01, expected 5.22549079e-01. d3d10core.c:15744: Test failed: Got depth 5.27543724e-01, expected 5.27549074e-01. d3d10core.c:15744: Test failed: Got depth 5.32543719e-01, expected 5.32549070e-01. d3d10core.c:15744: Test failed: Got depth 5.37543654e-01, expected 5.37549065e-01. d3d10core.c:15744: Test failed: Got depth 5.42543590e-01, expected 5.42549060e-01. d3d10core.c:15744: Test failed: Got depth 5.47543526e-01, expected 5.47549055e-01. d3d10core.c:15744: Test failed: Got depth 5.52543521e-01, expected 5.52549051e-01. d3d10core.c:15744: Test failed: Got depth 5.57543457e-01, expected 5.57549105e-01. d3d10core.c:15744: Test failed: Got depth 5.62543392e-01, expected 5.62549101e-01. d3d10core.c:15744: Test failed: Got depth 5.67543328e-01, expected 5.67549096e-01. d3d10core.c:15744: Test failed: Got depth 5.72543323e-01, expected 5.72549091e-01. d3d10core.c:15744: Test failed: Got depth 5.77543259e-01, expected 5.77549086e-01. d3d10core.c:15744: Test failed: Got depth 5.82543194e-01, expected 5.82549082e-01. d3d10core.c:15744: Test failed: Got depth 5.87543130e-01, expected 5.87549077e-01. d3d10core.c:15744: Test failed: Got depth 5.92543125e-01, expected 5.92549072e-01. d3d10core.c:15744: Test failed: Got depth 5.97543061e-01, expected 5.97549067e-01. d3d10core.c:15744: Test failed: Got depth 6.02542996e-01, expected 6.02549062e-01. d3d10core.c:15744: Test failed: Got depth 6.07542932e-01, expected 6.07549058e-01. d3d10core.c:15744: Test failed: Got depth 6.12542927e-01, expected 6.12549053e-01. d3d10core.c:15744: Test failed: Got depth 6.17542863e-01, expected 6.17549108e-01. d3d10core.c:15744: Test failed: Got depth 6.22542799e-01, expected 6.22549103e-01. d3d10core.c:15744: Test failed: Got depth 6.27542734e-01, expected 6.27549098e-01. d3d10core.c:15744: Test failed: Got depth 6.32542729e-01, expected 6.32549093e-01. d3d10core.c:15744: Test failed: Got depth 6.37542665e-01, expected 6.37549089e-01. d3d10core.c:15744: Test failed: Got depth 6.42542601e-01, expected 6.42549084e-01. d3d10core.c:15744: Test failed: Got depth 6.47542536e-01, expected 6.47549079e-01. d3d10core.c:15744: Test failed: Got depth 6.52542472e-01, expected 6.52549074e-01. d3d10core.c:15744: Test failed: Got depth 6.57542467e-01, expected 6.57549070e-01. d3d10core.c:15744: Test failed: Got depth 6.62542403e-01, expected 6.62549065e-01. d3d10core.c:15744: Test failed: Got depth 6.67542338e-01, expected 6.67549060e-01. d3d10core.c:15744: Test failed: Got depth 6.72542274e-01, expected 6.72549115e-01. d3d10core.c:15744: Test failed: Got depth 6.77542269e-01, expected 6.77549110e-01. d3d10core.c:15744: Test failed: Got depth 6.82542205e-01, expected 6.82549105e-01. d3d10core.c:15744: Test failed: Got depth 6.87542140e-01, expected 6.87549101e-01. d3d10core.c:15744: Test failed: Got depth 6.92542076e-01, expected 6.92549096e-01. d3d10core.c:15744: Test failed: Got depth 6.97542071e-01, expected 6.97549091e-01. d3d10core.c:15744: Test failed: Got depth 7.02542007e-01, expected 7.02549086e-01. d3d10core.c:15744: Test failed: Got depth 7.07541943e-01, expected 7.07549082e-01. d3d10core.c:15744: Test failed: Got depth 7.12541878e-01, expected 7.12549077e-01. d3d10core.c:15744: Test failed: Got depth 7.17541873e-01, expected 7.17549072e-01. d3d10core.c:15744: Test failed: Got depth 7.22541809e-01, expected 7.22549067e-01. d3d10core.c:15744: Test failed: Got depth 7.27541745e-01, expected 7.27549062e-01. d3d10core.c:15744: Test failed: Got depth 7.32541680e-01, expected 7.32549117e-01. d3d10core.c:15744: Test failed: Got depth 7.37541676e-01, expected 7.37549113e-01. d3d10core.c:15744: Test failed: Got depth 7.42541611e-01, expected 7.42549108e-01. d3d10core.c:15744: Test failed: Got depth 7.47541547e-01, expected 7.47549103e-01. d3d10core.c:15744: Test failed: Got depth 7.52541482e-01, expected 7.52549098e-01. d3d10core.c:15744: Test failed: Got depth 7.57541478e-01, expected 7.57549093e-01. d3d10core.c:15744: Test failed: Got depth 7.62541413e-01, expected 7.62549089e-01. d3d10core.c:15744: Test failed: Got depth 7.67541349e-01, expected 7.67549084e-01. d3d10core.c:15744: Test failed: Got depth 7.72541285e-01, expected 7.72549079e-01. d3d10core.c:15744: Test failed: Got depth 7.77541280e-01, expected 7.77549074e-01. d3d10core.c:15744: Test failed: Got depth 7.82541215e-01, expected 7.82549070e-01. d3d10core.c:15744: Test failed: Got depth 7.87541151e-01, expected 7.87549065e-01. d3d10core.c:15744: Test failed: Got depth 7.92541087e-01, expected 7.92549120e-01. d3d10core.c:15744: Test failed: Got depth 7.97541082e-01, expected 7.97549115e-01. d3d10core.c:15744: Test failed: Got depth 8.02541018e-01, expected 8.02549110e-01. d3d10core.c:15744: Test failed: Got depth 8.07540953e-01, expected 8.07549105e-01. d3d10core.c:15744: Test failed: Got depth 8.12540889e-01, expected 8.12549101e-01. d3d10core.c:15744: Test failed: Got depth 8.17540824e-01, expected 8.17549096e-01. d3d10core.c:15744: Test failed: Got depth 8.22540820e-01, expected 8.22549091e-01. d3d10core.c:15744: Test failed: Got depth 8.27540755e-01, expected 8.27549086e-01. d3d10core.c:15744: Test failed: Got depth 8.32540691e-01, expected 8.32549082e-01. d3d10core.c:15744: Test failed: Got depth 8.37540627e-01, expected 8.37549077e-01. d3d10core.c:15744: Test failed: Got depth 8.42540622e-01, expected 8.42549072e-01. d3d10core.c:15744: Test failed: Got depth 8.47540557e-01, expected 8.47549127e-01. d3d10core.c:15744: Test failed: Got depth 8.52540493e-01, expected 8.52549122e-01. d3d10core.c:15744: Test failed: Got depth 8.57540429e-01, expected 8.57549117e-01. d3d10core.c:15744: Test failed: Got depth 8.62540424e-01, expected 8.62549113e-01. d3d10core.c:15744: Test failed: Got depth 8.67540359e-01, expected 8.67549108e-01. d3d10core.c:15744: Test failed: Got depth 8.72540295e-01, expected 8.72549103e-01. d3d10core.c:15744: Test failed: Got depth 8.77540231e-01, expected 8.77549098e-01. d3d10core.c:15744: Test failed: Got depth 8.82540226e-01, expected 8.82549093e-01. d3d10core.c:15744: Test failed: Got depth 8.87540162e-01, expected 8.87549089e-01. d3d10core.c:15744: Test failed: Got depth 8.92540097e-01, expected 8.92549084e-01. d3d10core.c:15744: Test failed: Got depth 8.97540033e-01, expected 8.97549079e-01. d3d10core.c:15744: Test failed: Got depth 9.02540028e-01, expected 9.02549074e-01. d3d10core.c:15744: Test failed: Got depth 9.07539964e-01, expected 9.07549129e-01. d3d10core.c:15744: Test failed: Got depth 9.12539899e-01, expected 9.12549124e-01. d3d10core.c:15744: Test failed: Got depth 9.17539835e-01, expected 9.17549120e-01. d3d10core.c:15744: Test failed: Got depth 9.22539830e-01, expected 9.22549115e-01. d3d10core.c:15744: Test failed: Got depth 9.27539766e-01, expected 9.27549110e-01. d3d10core.c:15744: Test failed: Got depth 9.32539701e-01, expected 9.32549105e-01. d3d10core.c:15744: Test failed: Got depth 9.37539637e-01, expected 9.37549101e-01. d3d10core.c:15744: Test failed: Got depth 9.42539632e-01, expected 9.42549096e-01. d3d10core.c:15744: Test failed: Got depth 9.47539568e-01, expected 9.47549091e-01. d3d10core.c:15744: Test failed: Got depth 9.52539504e-01, expected 9.52549086e-01. d3d10core.c:15744: Test failed: Got depth 9.57539439e-01, expected 9.57549082e-01. d3d10core.c:15744: Test failed: Got depth 9.62539375e-01, expected 9.62549077e-01. d3d10core.c:15744: Test failed: Got depth 9.67539370e-01, expected 9.67549132e-01. d3d10core.c:15744: Test failed: Got depth 9.72539306e-01, expected 9.72549127e-01. d3d10core.c:15744: Test failed: Got depth 9.77539241e-01, expected 9.77549122e-01. d3d10core.c:15744: Test failed: Got depth 9.82539177e-01, expected 9.82549117e-01. d3d10core.c:15744: Test failed: Got depth 9.87539172e-01, expected 9.87549113e-01. d3d10core.c:15744: Test failed: Got depth 9.92539108e-01, expected 9.92549108e-01. d3d10core.c:15744: Test failed: Got depth 9.97539043e-01, expected 9.97549103e-01. d3d10core.c:15744: Test failed: Got depth 2.54905224e-03, expected 2.54897905e-03. d3d10core.c:15744: Test failed: Got depth 7.54896645e-03, expected 7.54904134e-03. d3d10core.c:15744: Test failed: Got depth 1.25489160e-02, expected 1.25490422e-02. d3d10core.c:15744: Test failed: Got depth 1.75488666e-02, expected 1.75490411e-02. d3d10core.c:15744: Test failed: Got depth 2.25488171e-02, expected 2.25490419e-02. d3d10core.c:15744: Test failed: Got depth 2.75487676e-02, expected 2.75490428e-02. d3d10core.c:15744: Test failed: Got depth 3.25487144e-02, expected 3.25490436e-02. d3d10core.c:15744: Test failed: Got depth 3.75486650e-02, expected 3.75490463e-02. d3d10core.c:15744: Test failed: Got depth 4.25486155e-02, expected 4.25490452e-02. d3d10core.c:15744: Test failed: Got depth 4.75485660e-02, expected 4.75490442e-02. d3d10core.c:15744: Test failed: Got depth 5.25485165e-02, expected 5.25490469e-02. d3d10core.c:15744: Test failed: Got depth 5.75484671e-02, expected 5.75490458e-02. d3d10core.c:15744: Test failed: Got depth 6.25484139e-02, expected 6.25490410e-02. d3d10core.c:15744: Test failed: Got depth 6.75483644e-02, expected 6.75490437e-02. d3d10core.c:15744: Test failed: Got depth 7.25483149e-02, expected 7.25490464e-02. d3d10core.c:15744: Test failed: Got depth 7.75482655e-02, expected 7.75490416e-02. d3d10core.c:15744: Test failed: Got depth 8.25482160e-02, expected 8.25490443e-02. d3d10core.c:15744: Test failed: Got depth 8.75481665e-02, expected 8.75490470e-02. d3d10core.c:15744: Test failed: Got depth 9.25481170e-02, expected 9.25490422e-02. d3d10core.c:15744: Test failed: Got depth 9.75480676e-02, expected 9.75490449e-02. d3d10core.c:15744: Test failed: Got depth 1.02548018e-01, expected 1.02549048e-01. d3d10core.c:15744: Test failed: Got depth 1.07547969e-01, expected 1.07549043e-01. d3d10core.c:15744: Test failed: Got depth 1.12547919e-01, expected 1.12549046e-01. d3d10core.c:15744: Test failed: Got depth 1.17547870e-01, expected 1.17549048e-01. d3d10core.c:15744: Test failed: Got depth 1.22547813e-01, expected 1.22549043e-01. d3d10core.c:15744: Test failed: Got depth 1.27547771e-01, expected 1.27549054e-01. d3d10core.c:15744: Test failed: Got depth 1.32547721e-01, expected 1.32549049e-01. d3d10core.c:15744: Test failed: Got depth 1.37547672e-01, expected 1.37549044e-01. d3d10core.c:15744: Test failed: Got depth 1.42547622e-01, expected 1.42549054e-01. d3d10core.c:15744: Test failed: Got depth 1.47547573e-01, expected 1.47549049e-01. d3d10core.c:15744: Test failed: Got depth 1.52547523e-01, expected 1.52549045e-01. d3d10core.c:15744: Test failed: Got depth 1.57547474e-01, expected 1.57549055e-01. d3d10core.c:15744: Test failed: Got depth 1.62547424e-01, expected 1.62549050e-01. d3d10core.c:15744: Test failed: Got depth 1.67547375e-01, expected 1.67549045e-01. d3d10core.c:15744: Test failed: Got depth 1.72547325e-01, expected 1.72549055e-01. d3d10core.c:15744: Test failed: Got depth 1.77547276e-01, expected 1.77549051e-01. d3d10core.c:15744: Test failed: Got depth 1.82547227e-01, expected 1.82549046e-01. d3d10core.c:15744: Test failed: Got depth 1.87547177e-01, expected 1.87549056e-01. d3d10core.c:15744: Test failed: Got depth 1.92547128e-01, expected 1.92549051e-01. d3d10core.c:15744: Test failed: Got depth 1.97547078e-01, expected 1.97549046e-01. d3d10core.c:15744: Test failed: Got depth 2.02547029e-01, expected 2.02549057e-01. d3d10core.c:15744: Test failed: Got depth 2.07546979e-01, expected 2.07549052e-01. d3d10core.c:15744: Test failed: Got depth 2.12546930e-01, expected 2.12549047e-01. d3d10core.c:15744: Test failed: Got depth 2.17546880e-01, expected 2.17549057e-01. d3d10core.c:15744: Test failed: Got depth 2.22546831e-01, expected 2.22549052e-01. d3d10core.c:15744: Test failed: Got depth 2.27546781e-01, expected 2.27549048e-01. d3d10core.c:15744: Test failed: Got depth 2.32546732e-01, expected 2.32549058e-01. d3d10core.c:15744: Test failed: Got depth 2.37546682e-01, expected 2.37549053e-01. d3d10core.c:15744: Test failed: Got depth 2.42546618e-01, expected 2.42549048e-01. d3d10core.c:15744: Test failed: Got depth 2.47546569e-01, expected 2.47549058e-01. d3d10core.c:15744: Test failed: Got depth 2.52546519e-01, expected 2.52549068e-01. d3d10core.c:15744: Test failed: Got depth 2.57546484e-01, expected 2.57549064e-01. d3d10core.c:15744: Test failed: Got depth 2.62546420e-01, expected 2.62549059e-01. d3d10core.c:15744: Test failed: Got depth 2.67546386e-01, expected 2.67549054e-01. d3d10core.c:15744: Test failed: Got depth 2.72546321e-01, expected 2.72549049e-01. d3d10core.c:15744: Test failed: Got depth 2.77546287e-01, expected 2.77549045e-01. d3d10core.c:15744: Test failed: Got depth 2.82546222e-01, expected 2.82549070e-01. d3d10core.c:15744: Test failed: Got depth 2.87546188e-01, expected 2.87549065e-01. d3d10core.c:15744: Test failed: Got depth 2.92546123e-01, expected 2.92549060e-01. d3d10core.c:15744: Test failed: Got depth 2.97546089e-01, expected 2.97549055e-01. d3d10core.c:15744: Test failed: Got depth 3.02546024e-01, expected 3.02549051e-01. d3d10core.c:15744: Test failed: Got depth 3.07545990e-01, expected 3.07549046e-01. d3d10core.c:15744: Test failed: Got depth 3.12545925e-01, expected 3.12549071e-01. d3d10core.c:15744: Test failed: Got depth 3.17545891e-01, expected 3.17549066e-01. d3d10core.c:15744: Test failed: Got depth 3.22545826e-01, expected 3.22549061e-01. d3d10core.c:15744: Test failed: Got depth 3.27545762e-01, expected 3.27549057e-01. d3d10core.c:15744: Test failed: Got depth 3.32545727e-01, expected 3.32549052e-01. d3d10core.c:15744: Test failed: Got depth 3.37545663e-01, expected 3.37549077e-01. d3d10core.c:15744: Test failed: Got depth 3.42545629e-01, expected 3.42549072e-01. d3d10core.c:15744: Test failed: Got depth 3.47545564e-01, expected 3.47549067e-01. d3d10core.c:15744: Test failed: Got depth 3.52545530e-01, expected 3.52549062e-01. d3d10core.c:15744: Test failed: Got depth 3.57545465e-01, expected 3.57549058e-01. d3d10core.c:15744: Test failed: Got depth 3.62545431e-01, expected 3.62549053e-01. d3d10core.c:15744: Test failed: Got depth 3.67545366e-01, expected 3.67549078e-01. d3d10core.c:15744: Test failed: Got depth 3.72545332e-01, expected 3.72549073e-01. d3d10core.c:15744: Test failed: Got depth 3.77545267e-01, expected 3.77549068e-01. d3d10core.c:15744: Test failed: Got depth 3.82545233e-01, expected 3.82549064e-01. d3d10core.c:15744: Test failed: Got depth 3.87545168e-01, expected 3.87549059e-01. d3d10core.c:15744: Test failed: Got depth 3.92545134e-01, expected 3.92549054e-01. d3d10core.c:15744: Test failed: Got depth 3.97545069e-01, expected 3.97549079e-01. d3d10core.c:15744: Test failed: Got depth 4.02545035e-01, expected 4.02549074e-01. d3d10core.c:15744: Test failed: Got depth 4.07544971e-01, expected 4.07549070e-01. d3d10core.c:15744: Test failed: Got depth 4.12544936e-01, expected 4.12549065e-01. d3d10core.c:15744: Test failed: Got depth 4.17544872e-01, expected 4.17549060e-01. d3d10core.c:15744: Test failed: Got depth 4.22544837e-01, expected 4.22549055e-01. d3d10core.c:15744: Test failed: Got depth 4.27544773e-01, expected 4.27549080e-01. d3d10core.c:15744: Test failed: Got depth 4.32544738e-01, expected 4.32549076e-01. d3d10core.c:15744: Test failed: Got depth 4.37544674e-01, expected 4.37549071e-01. d3d10core.c:15744: Test failed: Got depth 4.42544639e-01, expected 4.42549066e-01. d3d10core.c:15744: Test failed: Got depth 4.47544575e-01, expected 4.47549061e-01. d3d10core.c:15744: Test failed: Got depth 4.52544540e-01, expected 4.52549057e-01. d3d10core.c:15744: Test failed: Got depth 4.57544476e-01, expected 4.57549082e-01. d3d10core.c:15744: Test failed: Got depth 4.62544441e-01, expected 4.62549077e-01. d3d10core.c:15744: Test failed: Got depth 4.67544377e-01, expected 4.67549072e-01. d3d10core.c:15744: Test failed: Got depth 4.72544342e-01, expected 4.72549067e-01. d3d10core.c:15744: Test failed: Got depth 4.77544278e-01, expected 4.77549062e-01. d3d10core.c:15744: Test failed: Got depth 4.82544214e-01, expected 4.82549058e-01. d3d10core.c:15744: Test failed: Got depth 4.87544179e-01, expected 4.87549083e-01. d3d10core.c:15744: Test failed: Got depth 4.92544115e-01, expected 4.92549078e-01. d3d10core.c:15744: Test failed: Got depth 4.97544080e-01, expected 4.97549073e-01. d3d10core.c:15744: Test failed: Got depth 5.02543986e-01, expected 5.02549098e-01. d3d10core.c:15744: Test failed: Got depth 5.07543921e-01, expected 5.07549093e-01. d3d10core.c:15744: Test failed: Got depth 5.12543917e-01, expected 5.12549089e-01. d3d10core.c:15744: Test failed: Got depth 5.17543852e-01, expected 5.17549084e-01. d3d10core.c:15744: Test failed: Got depth 5.22543788e-01, expected 5.22549079e-01. d3d10core.c:15744: Test failed: Got depth 5.27543724e-01, expected 5.27549074e-01. d3d10core.c:15744: Test failed: Got depth 5.32543719e-01, expected 5.32549070e-01. d3d10core.c:15744: Test failed: Got depth 5.37543654e-01, expected 5.37549065e-01. d3d10core.c:15744: Test failed: Got depth 5.42543590e-01, expected 5.42549060e-01. d3d10core.c:15744: Test failed: Got depth 5.47543526e-01, expected 5.47549055e-01. d3d10core.c:15744: Test failed: Got depth 5.52543521e-01, expected 5.52549051e-01. d3d10core.c:15744: Test failed: Got depth 5.57543457e-01, expected 5.57549105e-01. d3d10core.c:15744: Test failed: Got depth 5.62543392e-01, expected 5.62549101e-01. d3d10core.c:15744: Test failed: Got depth 5.67543328e-01, expected 5.67549096e-01. d3d10core.c:15744: Test failed: Got depth 5.72543323e-01, expected 5.72549091e-01. d3d10core.c:15744: Test failed: Got depth 5.77543259e-01, expected 5.77549086e-01. d3d10core.c:15744: Test failed: Got depth 5.82543194e-01, expected 5.82549082e-01. d3d10core.c:15744: Test failed: Got depth 5.87543130e-01, expected 5.87549077e-01. d3d10core.c:15744: Test failed: Got depth 5.92543125e-01, expected 5.92549072e-01. d3d10core.c:15744: Test failed: Got depth 5.97543061e-01, expected 5.97549067e-01. d3d10core.c:15744: Test failed: Got depth 6.02542996e-01, expected 6.02549062e-01. d3d10core.c:15744: Test failed: Got depth 6.07542932e-01, expected 6.07549058e-01. d3d10core.c:15744: Test failed: Got depth 6.12542927e-01, expected 6.12549053e-01. d3d10core.c:15744: Test failed: Got depth 6.17542863e-01, expected 6.17549108e-01. d3d10core.c:15744: Test failed: Got depth 6.22542799e-01, expected 6.22549103e-01. d3d10core.c:15744: Test failed: Got depth 6.27542734e-01, expected 6.27549098e-01. d3d10core.c:15744: Test failed: Got depth 6.32542729e-01, expected 6.32549093e-01. d3d10core.c:15744: Test failed: Got depth 6.37542665e-01, expected 6.37549089e-01. d3d10core.c:15744: Test failed: Got depth 6.42542601e-01, expected 6.42549084e-01. d3d10core.c:15744: Test failed: Got depth 6.47542536e-01, expected 6.47549079e-01. d3d10core.c:15744: Test failed: Got depth 6.52542472e-01, expected 6.52549074e-01. d3d10core.c:15744: Test failed: Got depth 6.57542467e-01, expected 6.57549070e-01. d3d10core.c:15744: Test failed: Got depth 6.62542403e-01, expected 6.62549065e-01. d3d10core.c:15744: Test failed: Got depth 6.67542338e-01, expected 6.67549060e-01. d3d10core.c:15744: Test failed: Got depth 6.72542274e-01, expected 6.72549115e-01. d3d10core.c:15744: Test failed: Got depth 6.77542269e-01, expected 6.77549110e-01. d3d10core.c:15744: Test failed: Got depth 6.82542205e-01, expected 6.82549105e-01. d3d10core.c:15744: Test failed: Got depth 6.87542140e-01, expected 6.87549101e-01. d3d10core.c:15744: Test failed: Got depth 6.92542076e-01, expected 6.92549096e-01. d3d10core.c:15744: Test failed: Got depth 6.97542071e-01, expected 6.97549091e-01. d3d10core.c:15744: Test failed: Got depth 7.02542007e-01, expected 7.02549086e-01. d3d10core.c:15744: Test failed: Got depth 7.07541943e-01, expected 7.07549082e-01. d3d10core.c:15744: Test failed: Got depth 7.12541878e-01, expected 7.12549077e-01. d3d10core.c:15744: Test failed: Got depth 7.17541873e-01, expected 7.17549072e-01. d3d10core.c:15744: Test failed: Got depth 7.22541809e-01, expected 7.22549067e-01. d3d10core.c:15744: Test failed: Got depth 7.27541745e-01, expected 7.27549062e-01. d3d10core.c:15744: Test failed: Got depth 7.32541680e-01, expected 7.32549117e-01. d3d10core.c:15744: Test failed: Got depth 7.37541676e-01, expected 7.37549113e-01. d3d10core.c:15744: Test failed: Got depth 7.42541611e-01, expected 7.42549108e-01. d3d10core.c:15744: Test failed: Got depth 7.47541547e-01, expected 7.47549103e-01. d3d10core.c:15744: Test failed: Got depth 7.52541482e-01, expected 7.52549098e-01. d3d10core.c:15744: Test failed: Got depth 7.57541478e-01, expected 7.57549093e-01. d3d10core.c:15744: Test failed: Got depth 7.62541413e-01, expected 7.62549089e-01. d3d10core.c:15744: Test failed: Got depth 7.67541349e-01, expected 7.67549084e-01. d3d10core.c:15744: Test failed: Got depth 7.72541285e-01, expected 7.72549079e-01. d3d10core.c:15744: Test failed: Got depth 7.77541280e-01, expected 7.77549074e-01. d3d10core.c:15744: Test failed: Got depth 7.82541215e-01, expected 7.82549070e-01. d3d10core.c:15744: Test failed: Got depth 7.87541151e-01, expected 7.87549065e-01. d3d10core.c:15744: Test failed: Got depth 7.92541087e-01, expected 7.92549120e-01. d3d10core.c:15744: Test failed: Got depth 7.97541082e-01, expected 7.97549115e-01. d3d10core.c:15744: Test failed: Got depth 8.02541018e-01, expected 8.02549110e-01. d3d10core.c:15744: Test failed: Got depth 8.07540953e-01, expected 8.07549105e-01. d3d10core.c:15744: Test failed: Got depth 8.12540889e-01, expected 8.12549101e-01. d3d10core.c:15744: Test failed: Got depth 8.17540824e-01, expected 8.17549096e-01. d3d10core.c:15744: Test failed: Got depth 8.22540820e-01, expected 8.22549091e-01. d3d10core.c:15744: Test failed: Got depth 8.27540755e-01, expected 8.27549086e-01. d3d10core.c:15744: Test failed: Got depth 8.32540691e-01, expected 8.32549082e-01. d3d10core.c:15744: Test failed: Got depth 8.37540627e-01, expected 8.37549077e-01. d3d10core.c:15744: Test failed: Got depth 8.42540622e-01, expected 8.42549072e-01. d3d10core.c:15744: Test failed: Got depth 8.47540557e-01, expected 8.47549127e-01. d3d10core.c:15744: Test failed: Got depth 8.52540493e-01, expected 8.52549122e-01. d3d10core.c:15744: Test failed: Got depth 8.57540429e-01, expected 8.57549117e-01. d3d10core.c:15744: Test failed: Got depth 8.62540424e-01, expected 8.62549113e-01. d3d10core.c:15744: Test failed: Got depth 8.67540359e-01, expected 8.67549108e-01. d3d10core.c:15744: Test failed: Got depth 8.72540295e-01, expected 8.72549103e-01. d3d10core.c:15744: Test failed: Got depth 8.77540231e-01, expected 8.77549098e-01. d3d10core.c:15744: Test failed: Got depth 8.82540226e-01, expected 8.82549093e-01. d3d10core.c:15744: Test failed: Got depth 8.87540162e-01, expected 8.87549089e-01. d3d10core.c:15744: Test failed: Got depth 8.92540097e-01, expected 8.92549084e-01. d3d10core.c:15744: Test failed: Got depth 8.97540033e-01, expected 8.97549079e-01. d3d10core.c:15744: Test failed: Got depth 9.02540028e-01, expected 9.02549074e-01. d3d10core.c:15744: Test failed: Got depth 9.07539964e-01, expected 9.07549129e-01. d3d10core.c:15744: Test failed: Got depth 9.12539899e-01, expected 9.12549124e-01. d3d10core.c:15744: Test failed: Got depth 9.17539835e-01, expected 9.17549120e-01. d3d10core.c:15744: Test failed: Got depth 9.22539830e-01, expected 9.22549115e-01. d3d10core.c:15744: Test failed: Got depth 9.27539766e-01, expected 9.27549110e-01. d3d10core.c:15744: Test failed: Got depth 9.32539701e-01, expected 9.32549105e-01. d3d10core.c:15744: Test failed: Got depth 9.37539637e-01, expected 9.37549101e-01. d3d10core.c:15744: Test failed: Got depth 9.42539632e-01, expected 9.42549096e-01. d3d10core.c:15744: Test failed: Got depth 9.47539568e-01, expected 9.47549091e-01. d3d10core.c:15744: Test failed: Got depth 9.52539504e-01, expected 9.52549086e-01. d3d10core.c:15744: Test failed: Got depth 9.57539439e-01, expected 9.57549082e-01. d3d10core.c:15744: Test failed: Got depth 9.62539375e-01, expected 9.62549077e-01. d3d10core.c:15744: Test failed: Got depth 9.67539370e-01, expected 9.67549132e-01. d3d10core.c:15744: Test failed: Got depth 9.72539306e-01, expected 9.72549127e-01. d3d10core.c:15744: Test failed: Got depth 9.77539241e-01, expected 9.77549122e-01. d3d10core.c:15744: Test failed: Got depth 9.82539177e-01, expected 9.82549117e-01. d3d10core.c:15744: Test failed: Got depth 9.87539172e-01, expected 9.87549113e-01. d3d10core.c:15744: Test failed: Got depth 9.92539108e-01, expected 9.92549108e-01. d3d10core.c:15744: Test failed: Got depth 9.97539043e-01, expected 9.97549103e-01. d3d10core.c:15751: Test failed: Got value 0x149d4 (5.03277825e-03), expected 0x14a3c (5.03897713e-03). d3d10core.c:15751: Test failed: Got value 0x290b1 (1.00203166e-02), expected 0x291eb (1.00390324e-02). d3d10core.c:15751: Test failed: Got value 0x3d78d (1.50077948e-02), expected 0x3d999 (1.50390277e-02). d3d10core.c:15751: Test failed: Got value 0x51e69 (1.99952740e-02), expected 0x52147 (2.00390238e-02). d3d10core.c:15751: Test failed: Got value 0x66546 (2.49828119e-02), expected 0x668f5 (2.50390191e-02). d3d10core.c:15751: Test failed: Got value 0x7ac22 (2.99702901e-02), expected 0x7b0a3 (3.00390143e-02). d3d10core.c:15751: Test failed: Got value 0x8f2fe (3.49577703e-02), expected 0x8f851 (3.50390114e-02). d3d10core.c:15751: Test failed: Got value 0xa39db (3.99453081e-02), expected 0xa4000 (4.00390662e-02). d3d10core.c:15751: Test failed: Got value 0xb80b7 (4.49327864e-02), expected 0xb87ae (4.50390615e-02). d3d10core.c:15751: Test failed: Got value 0xcc793 (4.99202646e-02), expected 0xccf5c (5.00390567e-02). d3d10core.c:15751: Test failed: Got value 0xe0e70 (5.49078025e-02), expected 0xe170a (5.50390519e-02). d3d10core.c:15751: Test failed: Got value 0xf554c (5.98952807e-02), expected 0xf5eb8 (6.00390472e-02). d3d10core.c:15751: Test failed: Got value 0x109c28 (6.48827627e-02), expected 0x10a666 (6.50390461e-02). d3d10core.c:15751: Test failed: Got value 0x11e305 (6.98703006e-02), expected 0x11ee14 (7.00390413e-02). d3d10core.c:15751: Test failed: Got value 0x1329e1 (7.48577788e-02), expected 0x1335c2 (7.50390366e-02). d3d10core.c:15751: Test failed: Got value 0x1470be (7.98453167e-02), expected 0x147d70 (8.00390318e-02). d3d10core.c:15751: Test failed: Got value 0x15b79a (8.48327950e-02), expected 0x15c51e (8.50390270e-02). d3d10core.c:15751: Test failed: Got value 0x16fe76 (8.98202732e-02), expected 0x170ccc (9.00390223e-02). d3d10core.c:15751: Test failed: Got value 0x184553 (9.48078111e-02), expected 0x18547a (9.50390175e-02). d3d10core.c:15751: Test failed: Got value 0x198c2f (9.97952893e-02), expected 0x199c29 (1.00039072e-01). d3d10core.c:15751: Test failed: Got value 0x1ad30b (1.04782768e-01), expected 0x1ae3d7 (1.05039068e-01). d3d10core.c:15751: Test failed: Got value 0x1c19e8 (1.09770305e-01), expected 0x1c2b85 (1.10039063e-01). d3d10core.c:15751: Test failed: Got value 0x1d60c4 (1.14757784e-01), expected 0x1d7333 (1.15039058e-01). d3d10core.c:15751: Test failed: Got value 0x1ea7a0 (1.19745262e-01), expected 0x1ebae1 (1.20039053e-01). d3d10core.c:15751: Test failed: Got value 0x1fee7d (1.24732800e-01), expected 0x20028f (1.25039056e-01). d3d10core.c:15751: Test failed: Got value 0x213559 (1.29720286e-01), expected 0x214a3d (1.30039051e-01). d3d10core.c:15751: Test failed: Got value 0x227c35 (1.34707764e-01), expected 0x2291eb (1.35039046e-01). d3d10core.c:15751: Test failed: Got value 0x23c312 (1.39695302e-01), expected 0x23d999 (1.40039042e-01). d3d10core.c:15751: Test failed: Got value 0x2509ee (1.44682780e-01), expected 0x252147 (1.45039037e-01). d3d10core.c:15751: Test failed: Got value 0x2650ca (1.49670258e-01), expected 0x2668f5 (1.50039032e-01). d3d10core.c:15751: Test failed: Got value 0x2797a7 (1.54657796e-01), expected 0x27b0a3 (1.55039027e-01). d3d10core.c:15751: Test failed: Got value 0x28de83 (1.59645274e-01), expected 0x28f851 (1.60039023e-01). d3d10core.c:15751: Test failed: Got value 0x2a2560 (1.64632812e-01), expected 0x2a3fff (1.65039018e-01). d3d10core.c:15751: Test failed: Got value 0x2b6c3c (1.69620290e-01), expected 0x2b87ad (1.70039013e-01). d3d10core.c:15751: Test failed: Got value 0x2cb318 (1.74607769e-01), expected 0x2ccf5c (1.75039068e-01). d3d10core.c:15751: Test failed: Got value 0x2df9f4 (1.79595247e-01), expected 0x2e170a (1.80039063e-01). d3d10core.c:15751: Test failed: Got value 0x2f40d1 (1.84582785e-01), expected 0x2f5eb8 (1.85039058e-01). d3d10core.c:15751: Test failed: Got value 0x3087ad (1.89570263e-01), expected 0x30a666 (1.90039054e-01). d3d10core.c:15751: Test failed: Got value 0x31ce8a (1.94557801e-01), expected 0x31ee14 (1.95039049e-01). d3d10core.c:15751: Test failed: Got value 0x331566 (1.99545279e-01), expected 0x3335c2 (2.00039044e-01). d3d10core.c:15751: Test failed: Got value 0x345c42 (2.04532757e-01), expected 0x347d70 (2.05039039e-01). d3d10core.c:15751: Test failed: Got value 0x35a31f (2.09520295e-01), expected 0x35c51e (2.10039034e-01). d3d10core.c:15751: Test failed: Got value 0x36e9fb (2.14507774e-01), expected 0x370ccc (2.15039030e-01). d3d10core.c:15751: Test failed: Got value 0x3830d8 (2.19495311e-01), expected 0x38547b (2.20039085e-01). d3d10core.c:15751: Test failed: Got value 0x3977b4 (2.24482790e-01), expected 0x399c29 (2.25039080e-01). d3d10core.c:15751: Test failed: Got value 0x3abe90 (2.29470268e-01), expected 0x3ae3d7 (2.30039075e-01). d3d10core.c:15751: Test failed: Got value 0x3c056c (2.34457746e-01), expected 0x3c2b85 (2.35039070e-01). d3d10core.c:15751: Test failed: Got value 0x3d4c49 (2.39445284e-01), expected 0x3d7333 (2.40039065e-01). d3d10core.c:15751: Test failed: Got value 0x3e9325 (2.44432762e-01), expected 0x3ebae1 (2.45039061e-01). d3d10core.c:15751: Test failed: Got value 0x3fda02 (2.49420300e-01), expected 0x40028f (2.50039071e-01). d3d10core.c:15751: Test failed: Got value 0x4120de (2.54407793e-01), expected 0x414a3d (2.55039066e-01). d3d10core.c:15751: Test failed: Got value 0x4267ba (2.59395272e-01), expected 0x4291eb (2.60039061e-01). d3d10core.c:15751: Test failed: Got value 0x43ae96 (2.64382750e-01), expected 0x43d999 (2.65039057e-01). d3d10core.c:15751: Test failed: Got value 0x44f572 (2.69370228e-01), expected 0x452147 (2.70039052e-01). d3d10core.c:15751: Test failed: Got value 0x463c4f (2.74357766e-01), expected 0x4668f5 (2.75039047e-01). d3d10core.c:15751: Test failed: Got value 0x47832c (2.79345304e-01), expected 0x47b0a3 (2.80039042e-01). d3d10core.c:15751: Test failed: Got value 0x48ca08 (2.84332782e-01), expected 0x48f851 (2.85039037e-01). d3d10core.c:15751: Test failed: Got value 0x4a10e4 (2.89320260e-01), expected 0x4a3fff (2.90039033e-01). d3d10core.c:15751: Test failed: Got value 0x4b57c0 (2.94307739e-01), expected 0x4b87ad (2.95039028e-01). d3d10core.c:15751: Test failed: Got value 0x4c9e9c (2.99295217e-01), expected 0x4ccf5b (3.00039023e-01). d3d10core.c:15751: Test failed: Got value 0x4de579 (3.04282755e-01), expected 0x4e1709 (3.05039018e-01). d3d10core.c:15751: Test failed: Got value 0x4f2c56 (3.09270293e-01), expected 0x4f5eb7 (3.10039014e-01). d3d10core.c:15751: Test failed: Got value 0x507332 (3.14257771e-01), expected 0x50a666 (3.15039068e-01). d3d10core.c:15751: Test failed: Got value 0x51ba0e (3.19245249e-01), expected 0x51ee14 (3.20039064e-01). d3d10core.c:15751: Test failed: Got value 0x5300ea (3.24232727e-01), expected 0x5335c2 (3.25039059e-01). d3d10core.c:15751: Test failed: Got value 0x5447c7 (3.29220265e-01), expected 0x547d70 (3.30039054e-01). d3d10core.c:15751: Test failed: Got value 0x558ea3 (3.34207743e-01), expected 0x55c51e (3.35039049e-01). d3d10core.c:15751: Test failed: Got value 0x56d580 (3.39195281e-01), expected 0x570ccd (3.40039104e-01). d3d10core.c:15751: Test failed: Got value 0x581c5c (3.44182760e-01), expected 0x58547b (3.45039099e-01). d3d10core.c:15751: Test failed: Got value 0x596338 (3.49170238e-01), expected 0x599c29 (3.50039095e-01). d3d10core.c:15751: Test failed: Got value 0x5aaa14 (3.54157716e-01), expected 0x5ae3d7 (3.55039090e-01). d3d10core.c:15751: Test failed: Got value 0x5bf0f1 (3.59145254e-01), expected 0x5c2b85 (3.60039085e-01). d3d10core.c:15751: Test failed: Got value 0x5d37ce (3.64132792e-01), expected 0x5d7333 (3.65039080e-01). d3d10core.c:15751: Test failed: Got value 0x5e7eaa (3.69120270e-01), expected 0x5ebae1 (3.70039076e-01). d3d10core.c:15751: Test failed: Got value 0x5fc586 (3.74107748e-01), expected 0x60028f (3.75039071e-01). d3d10core.c:15751: Test failed: Got value 0x610c62 (3.79095227e-01), expected 0x614a3d (3.80039066e-01). d3d10core.c:15751: Test failed: Got value 0x62533f (3.84082764e-01), expected 0x6291eb (3.85039061e-01). d3d10core.c:15751: Test failed: Got value 0x639a1b (3.89070243e-01), expected 0x63d999 (3.90039057e-01). d3d10core.c:15751: Test failed: Got value 0x64e0f8 (3.94057781e-01), expected 0x652147 (3.95039052e-01). d3d10core.c:15751: Test failed: Got value 0x6627d4 (3.99045259e-01), expected 0x6668f5 (4.00039047e-01). d3d10core.c:15751: Test failed: Got value 0x676eb0 (4.04032737e-01), expected 0x67b0a3 (4.05039042e-01). d3d10core.c:15751: Test failed: Got value 0x68b58c (4.09020215e-01), expected 0x68f851 (4.10039037e-01). d3d10core.c:15751: Test failed: Got value 0x69fc69 (4.14007753e-01), expected 0x6a3fff (4.15039033e-01). d3d10core.c:15751: Test failed: Got value 0x6b4346 (4.18995291e-01), expected 0x6b87ad (4.20039028e-01). d3d10core.c:15751: Test failed: Got value 0x6c8a22 (4.23982769e-01), expected 0x6ccf5b (4.25039023e-01). d3d10core.c:15751: Test failed: Got value 0x6dd0fe (4.28970248e-01), expected 0x6e170a (4.30039078e-01). d3d10core.c:15751: Test failed: Got value 0x6f17da (4.33957726e-01), expected 0x6f5eb8 (4.35039073e-01). d3d10core.c:15751: Test failed: Got value 0x705eb7 (4.38945264e-01), expected 0x70a666 (4.40039068e-01). d3d10core.c:15751: Test failed: Got value 0x71a593 (4.43932742e-01), expected 0x71ee14 (4.45039064e-01). d3d10core.c:15751: Test failed: Got value 0x72ec70 (4.48920280e-01), expected 0x7335c2 (4.50039059e-01). d3d10core.c:15751: Test failed: Got value 0x74334c (4.53907758e-01), expected 0x747d70 (4.55039054e-01). d3d10core.c:15751: Test failed: Got value 0x757a28 (4.58895236e-01), expected 0x75c51f (4.60039109e-01). d3d10core.c:15751: Test failed: Got value 0x76c104 (4.63882715e-01), expected 0x770ccd (4.65039104e-01). d3d10core.c:15751: Test failed: Got value 0x7807e1 (4.68870252e-01), expected 0x78547b (4.70039099e-01). d3d10core.c:15751: Test failed: Got value 0x794ebe (4.73857790e-01), expected 0x799c29 (4.75039095e-01). d3d10core.c:15751: Test failed: Got value 0x7a959a (4.78845268e-01), expected 0x7ae3d7 (4.80039090e-01). d3d10core.c:15751: Test failed: Got value 0x7bdc76 (4.83832747e-01), expected 0x7c2b85 (4.85039085e-01). d3d10core.c:15751: Test failed: Got value 0x7d2352 (4.88820225e-01), expected 0x7d7333 (4.90039080e-01). d3d10core.c:15751: Test failed: Got value 0x7e6a2e (4.93807703e-01), expected 0x7ebae1 (4.95039076e-01). d3d10core.c:15751: Test failed: Got value 0x7fb10b (4.98795241e-01), expected 0x80028f (5.00039101e-01). d3d10core.c:15751: Test failed: Got value 0x80f7e7 (5.03782749e-01), expected 0x814a3e (5.05039155e-01). d3d10core.c:15751: Test failed: Got value 0x823ec3 (5.08770227e-01), expected 0x8291ec (5.10039151e-01). d3d10core.c:15751: Test failed: Got value 0x8385a0 (5.13757765e-01), expected 0x83d99a (5.15039146e-01). d3d10core.c:15751: Test failed: Got value 0x84cc7c (5.18745244e-01), expected 0x852148 (5.20039141e-01). d3d10core.c:15751: Test failed: Got value 0x861358 (5.23732722e-01), expected 0x8668f6 (5.25039136e-01). d3d10core.c:15751: Test failed: Got value 0x875a35 (5.28720260e-01), expected 0x87b0a4 (5.30039132e-01). d3d10core.c:15751: Test failed: Got value 0x88a111 (5.33707738e-01), expected 0x88f852 (5.35039127e-01). d3d10core.c:15751: Test failed: Got value 0x89e7ed (5.38695216e-01), expected 0x8a3fff (5.40039062e-01). d3d10core.c:15751: Test failed: Got value 0x8b2eca (5.43682754e-01), expected 0x8b87ad (5.45039058e-01). d3d10core.c:15751: Test failed: Got value 0x8c75a6 (5.48670232e-01), expected 0x8ccf5b (5.50039053e-01). d3d10core.c:15751: Test failed: Got value 0x8dbc83 (5.53657770e-01), expected 0x8e1709 (5.55039048e-01). d3d10core.c:15751: Test failed: Got value 0x8f035f (5.58645248e-01), expected 0x8f5eb8 (5.60039103e-01). d3d10core.c:15751: Test failed: Got value 0x904a3b (5.63632727e-01), expected 0x90a666 (5.65039098e-01). d3d10core.c:15751: Test failed: Got value 0x919118 (5.68620265e-01), expected 0x91ee14 (5.70039093e-01). d3d10core.c:15751: Test failed: Got value 0x92d7f4 (5.73607743e-01), expected 0x9335c2 (5.75039089e-01). d3d10core.c:15751: Test failed: Got value 0x941ed0 (5.78595221e-01), expected 0x947d70 (5.80039084e-01). d3d10core.c:15751: Test failed: Got value 0x9565ad (5.83582759e-01), expected 0x95c51e (5.85039079e-01). d3d10core.c:15751: Test failed: Got value 0x96ac89 (5.88570237e-01), expected 0x970ccc (5.90039074e-01). d3d10core.c:15751: Test failed: Got value 0x97f365 (5.93557715e-01), expected 0x98547a (5.95039070e-01). d3d10core.c:15751: Test failed: Got value 0x993a42 (5.98545253e-01), expected 0x999c28 (6.00039065e-01). d3d10core.c:15751: Test failed: Got value 0x9a811e (6.03532732e-01), expected 0x9ae3d6 (6.05039060e-01). d3d10core.c:15751: Test failed: Got value 0x9bc7fa (6.08520210e-01), expected 0x9c2b84 (6.10039055e-01). d3d10core.c:15751: Test failed: Got value 0x9d0ed7 (6.13507748e-01), expected 0x9d7332 (6.15039051e-01). d3d10core.c:15751: Test failed: Got value 0x9e55b3 (6.18495226e-01), expected 0x9ebae1 (6.20039105e-01). d3d10core.c:15751: Test failed: Got value 0x9f9c90 (6.23482764e-01), expected 0xa0028f (6.25039101e-01). d3d10core.c:15751: Test failed: Got value 0xa0e36c (6.28470242e-01), expected 0xa14a3d (6.30039096e-01). d3d10core.c:15751: Test failed: Got value 0xa22a48 (6.33457720e-01), expected 0xa291eb (6.35039091e-01). d3d10core.c:15751: Test failed: Got value 0xa37125 (6.38445258e-01), expected 0xa3d999 (6.40039086e-01). d3d10core.c:15751: Test failed: Got value 0xa4b801 (6.43432736e-01), expected 0xa52147 (6.45039082e-01). d3d10core.c:15751: Test failed: Got value 0xa5fedd (6.48420215e-01), expected 0xa668f5 (6.50039077e-01). d3d10core.c:15751: Test failed: Got value 0xa745ba (6.53407753e-01), expected 0xa7b0a3 (6.55039072e-01). d3d10core.c:15751: Test failed: Got value 0xa88c96 (6.58395231e-01), expected 0xa8f851 (6.60039067e-01). d3d10core.c:15751: Test failed: Got value 0xa9d372 (6.63382709e-01), expected 0xaa3fff (6.65039062e-01). d3d10core.c:15751: Test failed: Got value 0xab1a4f (6.68370247e-01), expected 0xab87ad (6.70039058e-01). d3d10core.c:15751: Test failed: Got value 0xac612b (6.73357725e-01), expected 0xaccf5c (6.75039113e-01). d3d10core.c:15751: Test failed: Got value 0xada808 (6.78345263e-01), expected 0xae170a (6.80039108e-01). d3d10core.c:15751: Test failed: Got value 0xaeeee4 (6.83332741e-01), expected 0xaf5eb8 (6.85039103e-01). d3d10core.c:15751: Test failed: Got value 0xb035c0 (6.88320220e-01), expected 0xb0a666 (6.90039098e-01). d3d10core.c:15751: Test failed: Got value 0xb17c9d (6.93307757e-01), expected 0xb1ee14 (6.95039093e-01). d3d10core.c:15751: Test failed: Got value 0xb2c379 (6.98295236e-01), expected 0xb335c2 (7.00039089e-01). d3d10core.c:15751: Test failed: Got value 0xb40a55 (7.03282714e-01), expected 0xb47d70 (7.05039084e-01). d3d10core.c:15751: Test failed: Got value 0xb55132 (7.08270252e-01), expected 0xb5c51e (7.10039079e-01). d3d10core.c:15751: Test failed: Got value 0xb6980e (7.13257730e-01), expected 0xb70ccc (7.15039074e-01). d3d10core.c:15751: Test failed: Got value 0xb7deea (7.18245208e-01), expected 0xb8547a (7.20039070e-01). d3d10core.c:15751: Test failed: Got value 0xb925c7 (7.23232746e-01), expected 0xb99c28 (7.25039065e-01). d3d10core.c:15751: Test failed: Got value 0xba6ca3 (7.28220224e-01), expected 0xbae3d6 (7.30039060e-01). d3d10core.c:15751: Test failed: Got value 0xbbb37f (7.33207703e-01), expected 0xbc2b85 (7.35039115e-01). d3d10core.c:15751: Test failed: Got value 0xbcfa5c (7.38195240e-01), expected 0xbd7333 (7.40039110e-01). d3d10core.c:15751: Test failed: Got value 0xbe4138 (7.43182719e-01), expected 0xbebae1 (7.45039105e-01). d3d10core.c:15751: Test failed: Got value 0xbf8815 (7.48170257e-01), expected 0xc0028f (7.50039101e-01). d3d10core.c:15751: Test failed: Got value 0xc0cef1 (7.53157735e-01), expected 0xc14a3d (7.55039096e-01). d3d10core.c:15751: Test failed: Got value 0xc215cd (7.58145213e-01), expected 0xc291eb (7.60039091e-01). d3d10core.c:15751: Test failed: Got value 0xc35caa (7.63132751e-01), expected 0xc3d999 (7.65039086e-01). d3d10core.c:15751: Test failed: Got value 0xc4a386 (7.68120229e-01), expected 0xc52147 (7.70039082e-01). d3d10core.c:15751: Test failed: Got value 0xc5ea62 (7.73107708e-01), expected 0xc668f5 (7.75039077e-01). d3d10core.c:15751: Test failed: Got value 0xc7313f (7.78095245e-01), expected 0xc7b0a3 (7.80039072e-01). d3d10core.c:15751: Test failed: Got value 0xc8781b (7.83082724e-01), expected 0xc8f851 (7.85039067e-01). d3d10core.c:15751: Test failed: Got value 0xc9bef7 (7.88070202e-01), expected 0xca3fff (7.90039062e-01). d3d10core.c:15751: Test failed: Got value 0xcb05d4 (7.93057740e-01), expected 0xcb87ae (7.95039117e-01). d3d10core.c:15751: Test failed: Got value 0xcc4cb0 (7.98045218e-01), expected 0xcccf5c (8.00039113e-01). d3d10core.c:15751: Test failed: Got value 0xcd938d (8.03032756e-01), expected 0xce170a (8.05039108e-01). d3d10core.c:15751: Test failed: Got value 0xceda69 (8.08020234e-01), expected 0xcf5eb8 (8.10039103e-01). d3d10core.c:15751: Test failed: Got value 0xd02145 (8.13007712e-01), expected 0xd0a666 (8.15039098e-01). d3d10core.c:15751: Test failed: Got value 0xd16822 (8.17995250e-01), expected 0xd1ee14 (8.20039093e-01). d3d10core.c:15751: Test failed: Got value 0xd2aefe (8.22982728e-01), expected 0xd335c2 (8.25039089e-01). d3d10core.c:15751: Test failed: Got value 0xd3f5da (8.27970207e-01), expected 0xd47d70 (8.30039084e-01). d3d10core.c:15751: Test failed: Got value 0xd53cb7 (8.32957745e-01), expected 0xd5c51e (8.35039079e-01). d3d10core.c:15751: Test failed: Got value 0xd68393 (8.37945223e-01), expected 0xd70ccc (8.40039074e-01). d3d10core.c:15751: Test failed: Got value 0xd7ca6f (8.42932701e-01), expected 0xd8547a (8.45039070e-01). d3d10core.c:15751: Test failed: Got value 0xd9114c (8.47920239e-01), expected 0xd99c29 (8.50039124e-01). d3d10core.c:15751: Test failed: Got value 0xda5828 (8.52907717e-01), expected 0xdae3d7 (8.55039120e-01). d3d10core.c:15751: Test failed: Got value 0xdb9f04 (8.57895195e-01), expected 0xdc2b85 (8.60039115e-01). d3d10core.c:15751: Test failed: Got value 0xdce5e1 (8.62882733e-01), expected 0xdd7333 (8.65039110e-01). d3d10core.c:15751: Test failed: Got value 0xde2cbd (8.67870212e-01), expected 0xdebae1 (8.70039105e-01). d3d10core.c:15751: Test failed: Got value 0xdf739a (8.72857749e-01), expected 0xe0028f (8.75039101e-01). d3d10core.c:15751: Test failed: Got value 0xe0ba76 (8.77845228e-01), expected 0xe14a3d (8.80039096e-01). d3d10core.c:15751: Test failed: Got value 0xe20152 (8.82832706e-01), expected 0xe291eb (8.85039091e-01). d3d10core.c:15751: Test failed: Got value 0xe3482f (8.87820244e-01), expected 0xe3d999 (8.90039086e-01). d3d10core.c:15751: Test failed: Got value 0xe48f0b (8.92807722e-01), expected 0xe52147 (8.95039082e-01). d3d10core.c:15751: Test failed: Got value 0xe5d5e7 (8.97795200e-01), expected 0xe668f5 (9.00039077e-01). d3d10core.c:15751: Test failed: Got value 0xe71cc4 (9.02782738e-01), expected 0xe7b0a3 (9.05039072e-01). d3d10core.c:15751: Test failed: Got value 0xe863a0 (9.07770216e-01), expected 0xe8f852 (9.10039127e-01). d3d10core.c:15751: Test failed: Got value 0xe9aa7c (9.12757695e-01), expected 0xea4000 (9.15039122e-01). d3d10core.c:15751: Test failed: Got value 0xeaf159 (9.17745233e-01), expected 0xeb87ae (9.20039117e-01). d3d10core.c:15751: Test failed: Got value 0xec3835 (9.22732711e-01), expected 0xeccf5c (9.25039113e-01). d3d10core.c:15751: Test failed: Got value 0xed7f11 (9.27720189e-01), expected 0xee170a (9.30039108e-01). d3d10core.c:15751: Test failed: Got value 0xeec5ee (9.32707727e-01), expected 0xef5eb8 (9.35039103e-01). d3d10core.c:15751: Test failed: Got value 0xf00cca (9.37695205e-01), expected 0xf0a666 (9.40039098e-01). d3d10core.c:15751: Test failed: Got value 0xf153a7 (9.42682743e-01), expected 0xf1ee14 (9.45039093e-01). d3d10core.c:15751: Test failed: Got value 0xf29a83 (9.47670221e-01), expected 0xf335c2 (9.50039089e-01). d3d10core.c:15751: Test failed: Got value 0xf3e15f (9.52657700e-01), expected 0xf47d70 (9.55039084e-01). d3d10core.c:15751: Test failed: Got value 0xf5283c (9.57645237e-01), expected 0xf5c51e (9.60039079e-01). d3d10core.c:15751: Test failed: Got value 0xf66f18 (9.62632716e-01), expected 0xf70ccc (9.65039074e-01). d3d10core.c:15751: Test failed: Got value 0xf7b5f4 (9.67620194e-01), expected 0xf8547b (9.70039129e-01). d3d10core.c:15751: Test failed: Got value 0xf8fcd1 (9.72607732e-01), expected 0xf99c29 (9.75039124e-01). d3d10core.c:15751: Test failed: Got value 0xfa43ad (9.77595210e-01), expected 0xfae3d7 (9.80039120e-01). d3d10core.c:15751: Test failed: Got value 0xfb8a89 (9.82582688e-01), expected 0xfc2b85 (9.85039115e-01). d3d10core.c:15751: Test failed: Got value 0xfcd166 (9.87570226e-01), expected 0xfd7333 (9.90039110e-01). d3d10core.c:15751: Test failed: Got value 0xfe1842 (9.92557704e-01), expected 0xfebae1 (9.95039105e-01). d3d10core.c:15751: Test failed: Got value 0xff5f1f (9.97545242e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0x149d4 (5.03277825e-03), expected 0x14a3c (5.03897713e-03). d3d10core.c:15751: Test failed: Got value 0x290b1 (1.00203166e-02), expected 0x291eb (1.00390324e-02). d3d10core.c:15751: Test failed: Got value 0x3d78d (1.50077948e-02), expected 0x3d999 (1.50390277e-02). d3d10core.c:15751: Test failed: Got value 0x51e69 (1.99952740e-02), expected 0x52147 (2.00390238e-02). d3d10core.c:15751: Test failed: Got value 0x66546 (2.49828119e-02), expected 0x668f5 (2.50390191e-02). d3d10core.c:15751: Test failed: Got value 0x7ac22 (2.99702901e-02), expected 0x7b0a3 (3.00390143e-02). d3d10core.c:15751: Test failed: Got value 0x8f2fe (3.49577703e-02), expected 0x8f851 (3.50390114e-02). d3d10core.c:15751: Test failed: Got value 0xa39db (3.99453081e-02), expected 0xa4000 (4.00390662e-02). d3d10core.c:15751: Test failed: Got value 0xb80b7 (4.49327864e-02), expected 0xb87ae (4.50390615e-02). d3d10core.c:15751: Test failed: Got value 0xcc793 (4.99202646e-02), expected 0xccf5c (5.00390567e-02). d3d10core.c:15751: Test failed: Got value 0xe0e70 (5.49078025e-02), expected 0xe170a (5.50390519e-02). d3d10core.c:15751: Test failed: Got value 0xf554c (5.98952807e-02), expected 0xf5eb8 (6.00390472e-02). d3d10core.c:15751: Test failed: Got value 0x109c28 (6.48827627e-02), expected 0x10a666 (6.50390461e-02). d3d10core.c:15751: Test failed: Got value 0x11e305 (6.98703006e-02), expected 0x11ee14 (7.00390413e-02). d3d10core.c:15751: Test failed: Got value 0x1329e1 (7.48577788e-02), expected 0x1335c2 (7.50390366e-02). d3d10core.c:15751: Test failed: Got value 0x1470be (7.98453167e-02), expected 0x147d70 (8.00390318e-02). d3d10core.c:15751: Test failed: Got value 0x15b79a (8.48327950e-02), expected 0x15c51e (8.50390270e-02). d3d10core.c:15751: Test failed: Got value 0x16fe76 (8.98202732e-02), expected 0x170ccc (9.00390223e-02). d3d10core.c:15751: Test failed: Got value 0x184553 (9.48078111e-02), expected 0x18547a (9.50390175e-02). d3d10core.c:15751: Test failed: Got value 0x198c2f (9.97952893e-02), expected 0x199c29 (1.00039072e-01). d3d10core.c:15751: Test failed: Got value 0x1ad30b (1.04782768e-01), expected 0x1ae3d7 (1.05039068e-01). d3d10core.c:15751: Test failed: Got value 0x1c19e8 (1.09770305e-01), expected 0x1c2b85 (1.10039063e-01). d3d10core.c:15751: Test failed: Got value 0x1d60c4 (1.14757784e-01), expected 0x1d7333 (1.15039058e-01). d3d10core.c:15751: Test failed: Got value 0x1ea7a0 (1.19745262e-01), expected 0x1ebae1 (1.20039053e-01). d3d10core.c:15751: Test failed: Got value 0x1fee7d (1.24732800e-01), expected 0x20028f (1.25039056e-01). d3d10core.c:15751: Test failed: Got value 0x213559 (1.29720286e-01), expected 0x214a3d (1.30039051e-01). d3d10core.c:15751: Test failed: Got value 0x227c35 (1.34707764e-01), expected 0x2291eb (1.35039046e-01). d3d10core.c:15751: Test failed: Got value 0x23c312 (1.39695302e-01), expected 0x23d999 (1.40039042e-01). d3d10core.c:15751: Test failed: Got value 0x2509ee (1.44682780e-01), expected 0x252147 (1.45039037e-01). d3d10core.c:15751: Test failed: Got value 0x2650ca (1.49670258e-01), expected 0x2668f5 (1.50039032e-01). d3d10core.c:15751: Test failed: Got value 0x2797a7 (1.54657796e-01), expected 0x27b0a3 (1.55039027e-01). d3d10core.c:15751: Test failed: Got value 0x28de83 (1.59645274e-01), expected 0x28f851 (1.60039023e-01). d3d10core.c:15751: Test failed: Got value 0x2a2560 (1.64632812e-01), expected 0x2a3fff (1.65039018e-01). d3d10core.c:15751: Test failed: Got value 0x2b6c3c (1.69620290e-01), expected 0x2b87ad (1.70039013e-01). d3d10core.c:15751: Test failed: Got value 0x2cb318 (1.74607769e-01), expected 0x2ccf5c (1.75039068e-01). d3d10core.c:15751: Test failed: Got value 0x2df9f4 (1.79595247e-01), expected 0x2e170a (1.80039063e-01). d3d10core.c:15751: Test failed: Got value 0x2f40d1 (1.84582785e-01), expected 0x2f5eb8 (1.85039058e-01). d3d10core.c:15751: Test failed: Got value 0x3087ad (1.89570263e-01), expected 0x30a666 (1.90039054e-01). d3d10core.c:15751: Test failed: Got value 0x31ce8a (1.94557801e-01), expected 0x31ee14 (1.95039049e-01). d3d10core.c:15751: Test failed: Got value 0x331566 (1.99545279e-01), expected 0x3335c2 (2.00039044e-01). d3d10core.c:15751: Test failed: Got value 0x345c42 (2.04532757e-01), expected 0x347d70 (2.05039039e-01). d3d10core.c:15751: Test failed: Got value 0x35a31f (2.09520295e-01), expected 0x35c51e (2.10039034e-01). d3d10core.c:15751: Test failed: Got value 0x36e9fb (2.14507774e-01), expected 0x370ccc (2.15039030e-01). d3d10core.c:15751: Test failed: Got value 0x3830d8 (2.19495311e-01), expected 0x38547b (2.20039085e-01). d3d10core.c:15751: Test failed: Got value 0x3977b4 (2.24482790e-01), expected 0x399c29 (2.25039080e-01). d3d10core.c:15751: Test failed: Got value 0x3abe90 (2.29470268e-01), expected 0x3ae3d7 (2.30039075e-01). d3d10core.c:15751: Test failed: Got value 0x3c056c (2.34457746e-01), expected 0x3c2b85 (2.35039070e-01). d3d10core.c:15751: Test failed: Got value 0x3d4c49 (2.39445284e-01), expected 0x3d7333 (2.40039065e-01). d3d10core.c:15751: Test failed: Got value 0x3e9325 (2.44432762e-01), expected 0x3ebae1 (2.45039061e-01). d3d10core.c:15751: Test failed: Got value 0x3fda02 (2.49420300e-01), expected 0x40028f (2.50039071e-01). d3d10core.c:15751: Test failed: Got value 0x4120de (2.54407793e-01), expected 0x414a3d (2.55039066e-01). d3d10core.c:15751: Test failed: Got value 0x4267ba (2.59395272e-01), expected 0x4291eb (2.60039061e-01). d3d10core.c:15751: Test failed: Got value 0x43ae96 (2.64382750e-01), expected 0x43d999 (2.65039057e-01). d3d10core.c:15751: Test failed: Got value 0x44f572 (2.69370228e-01), expected 0x452147 (2.70039052e-01). d3d10core.c:15751: Test failed: Got value 0x463c4f (2.74357766e-01), expected 0x4668f5 (2.75039047e-01). d3d10core.c:15751: Test failed: Got value 0x47832c (2.79345304e-01), expected 0x47b0a3 (2.80039042e-01). d3d10core.c:15751: Test failed: Got value 0x48ca08 (2.84332782e-01), expected 0x48f851 (2.85039037e-01). d3d10core.c:15751: Test failed: Got value 0x4a10e4 (2.89320260e-01), expected 0x4a3fff (2.90039033e-01). d3d10core.c:15751: Test failed: Got value 0x4b57c0 (2.94307739e-01), expected 0x4b87ad (2.95039028e-01). d3d10core.c:15751: Test failed: Got value 0x4c9e9c (2.99295217e-01), expected 0x4ccf5b (3.00039023e-01). d3d10core.c:15751: Test failed: Got value 0x4de579 (3.04282755e-01), expected 0x4e1709 (3.05039018e-01). d3d10core.c:15751: Test failed: Got value 0x4f2c56 (3.09270293e-01), expected 0x4f5eb7 (3.10039014e-01). d3d10core.c:15751: Test failed: Got value 0x507332 (3.14257771e-01), expected 0x50a666 (3.15039068e-01). d3d10core.c:15751: Test failed: Got value 0x51ba0e (3.19245249e-01), expected 0x51ee14 (3.20039064e-01). d3d10core.c:15751: Test failed: Got value 0x5300ea (3.24232727e-01), expected 0x5335c2 (3.25039059e-01). d3d10core.c:15751: Test failed: Got value 0x5447c7 (3.29220265e-01), expected 0x547d70 (3.30039054e-01). d3d10core.c:15751: Test failed: Got value 0x558ea3 (3.34207743e-01), expected 0x55c51e (3.35039049e-01). d3d10core.c:15751: Test failed: Got value 0x56d580 (3.39195281e-01), expected 0x570ccd (3.40039104e-01). d3d10core.c:15751: Test failed: Got value 0x581c5c (3.44182760e-01), expected 0x58547b (3.45039099e-01). d3d10core.c:15751: Test failed: Got value 0x596338 (3.49170238e-01), expected 0x599c29 (3.50039095e-01). d3d10core.c:15751: Test failed: Got value 0x5aaa14 (3.54157716e-01), expected 0x5ae3d7 (3.55039090e-01). d3d10core.c:15751: Test failed: Got value 0x5bf0f1 (3.59145254e-01), expected 0x5c2b85 (3.60039085e-01). d3d10core.c:15751: Test failed: Got value 0x5d37ce (3.64132792e-01), expected 0x5d7333 (3.65039080e-01). d3d10core.c:15751: Test failed: Got value 0x5e7eaa (3.69120270e-01), expected 0x5ebae1 (3.70039076e-01). d3d10core.c:15751: Test failed: Got value 0x5fc586 (3.74107748e-01), expected 0x60028f (3.75039071e-01). d3d10core.c:15751: Test failed: Got value 0x610c62 (3.79095227e-01), expected 0x614a3d (3.80039066e-01). d3d10core.c:15751: Test failed: Got value 0x62533f (3.84082764e-01), expected 0x6291eb (3.85039061e-01). d3d10core.c:15751: Test failed: Got value 0x639a1b (3.89070243e-01), expected 0x63d999 (3.90039057e-01). d3d10core.c:15751: Test failed: Got value 0x64e0f8 (3.94057781e-01), expected 0x652147 (3.95039052e-01). d3d10core.c:15751: Test failed: Got value 0x6627d4 (3.99045259e-01), expected 0x6668f5 (4.00039047e-01). d3d10core.c:15751: Test failed: Got value 0x676eb0 (4.04032737e-01), expected 0x67b0a3 (4.05039042e-01). d3d10core.c:15751: Test failed: Got value 0x68b58c (4.09020215e-01), expected 0x68f851 (4.10039037e-01). d3d10core.c:15751: Test failed: Got value 0x69fc69 (4.14007753e-01), expected 0x6a3fff (4.15039033e-01). d3d10core.c:15751: Test failed: Got value 0x6b4346 (4.18995291e-01), expected 0x6b87ad (4.20039028e-01). d3d10core.c:15751: Test failed: Got value 0x6c8a22 (4.23982769e-01), expected 0x6ccf5b (4.25039023e-01). d3d10core.c:15751: Test failed: Got value 0x6dd0fe (4.28970248e-01), expected 0x6e170a (4.30039078e-01). d3d10core.c:15751: Test failed: Got value 0x6f17da (4.33957726e-01), expected 0x6f5eb8 (4.35039073e-01). d3d10core.c:15751: Test failed: Got value 0x705eb7 (4.38945264e-01), expected 0x70a666 (4.40039068e-01). d3d10core.c:15751: Test failed: Got value 0x71a593 (4.43932742e-01), expected 0x71ee14 (4.45039064e-01). d3d10core.c:15751: Test failed: Got value 0x72ec70 (4.48920280e-01), expected 0x7335c2 (4.50039059e-01). d3d10core.c:15751: Test failed: Got value 0x74334c (4.53907758e-01), expected 0x747d70 (4.55039054e-01). d3d10core.c:15751: Test failed: Got value 0x757a28 (4.58895236e-01), expected 0x75c51f (4.60039109e-01). d3d10core.c:15751: Test failed: Got value 0x76c104 (4.63882715e-01), expected 0x770ccd (4.65039104e-01). d3d10core.c:15751: Test failed: Got value 0x7807e1 (4.68870252e-01), expected 0x78547b (4.70039099e-01). d3d10core.c:15751: Test failed: Got value 0x794ebe (4.73857790e-01), expected 0x799c29 (4.75039095e-01). d3d10core.c:15751: Test failed: Got value 0x7a959a (4.78845268e-01), expected 0x7ae3d7 (4.80039090e-01). d3d10core.c:15751: Test failed: Got value 0x7bdc76 (4.83832747e-01), expected 0x7c2b85 (4.85039085e-01). d3d10core.c:15751: Test failed: Got value 0x7d2352 (4.88820225e-01), expected 0x7d7333 (4.90039080e-01). d3d10core.c:15751: Test failed: Got value 0x7e6a2e (4.93807703e-01), expected 0x7ebae1 (4.95039076e-01). d3d10core.c:15751: Test failed: Got value 0x7fb10b (4.98795241e-01), expected 0x80028f (5.00039101e-01). d3d10core.c:15751: Test failed: Got value 0x80f7e7 (5.03782749e-01), expected 0x814a3e (5.05039155e-01). d3d10core.c:15751: Test failed: Got value 0x823ec3 (5.08770227e-01), expected 0x8291ec (5.10039151e-01). d3d10core.c:15751: Test failed: Got value 0x8385a0 (5.13757765e-01), expected 0x83d99a (5.15039146e-01). d3d10core.c:15751: Test failed: Got value 0x84cc7c (5.18745244e-01), expected 0x852148 (5.20039141e-01). d3d10core.c:15751: Test failed: Got value 0x861358 (5.23732722e-01), expected 0x8668f6 (5.25039136e-01). d3d10core.c:15751: Test failed: Got value 0x875a35 (5.28720260e-01), expected 0x87b0a4 (5.30039132e-01). d3d10core.c:15751: Test failed: Got value 0x88a111 (5.33707738e-01), expected 0x88f852 (5.35039127e-01). d3d10core.c:15751: Test failed: Got value 0x89e7ed (5.38695216e-01), expected 0x8a3fff (5.40039062e-01). d3d10core.c:15751: Test failed: Got value 0x8b2eca (5.43682754e-01), expected 0x8b87ad (5.45039058e-01). d3d10core.c:15751: Test failed: Got value 0x8c75a6 (5.48670232e-01), expected 0x8ccf5b (5.50039053e-01). d3d10core.c:15751: Test failed: Got value 0x8dbc83 (5.53657770e-01), expected 0x8e1709 (5.55039048e-01). d3d10core.c:15751: Test failed: Got value 0x8f035f (5.58645248e-01), expected 0x8f5eb8 (5.60039103e-01). d3d10core.c:15751: Test failed: Got value 0x904a3b (5.63632727e-01), expected 0x90a666 (5.65039098e-01). d3d10core.c:15751: Test failed: Got value 0x919118 (5.68620265e-01), expected 0x91ee14 (5.70039093e-01). d3d10core.c:15751: Test failed: Got value 0x92d7f4 (5.73607743e-01), expected 0x9335c2 (5.75039089e-01). d3d10core.c:15751: Test failed: Got value 0x941ed0 (5.78595221e-01), expected 0x947d70 (5.80039084e-01). d3d10core.c:15751: Test failed: Got value 0x9565ad (5.83582759e-01), expected 0x95c51e (5.85039079e-01). d3d10core.c:15751: Test failed: Got value 0x96ac89 (5.88570237e-01), expected 0x970ccc (5.90039074e-01). d3d10core.c:15751: Test failed: Got value 0x97f365 (5.93557715e-01), expected 0x98547a (5.95039070e-01). d3d10core.c:15751: Test failed: Got value 0x993a42 (5.98545253e-01), expected 0x999c28 (6.00039065e-01). d3d10core.c:15751: Test failed: Got value 0x9a811e (6.03532732e-01), expected 0x9ae3d6 (6.05039060e-01). d3d10core.c:15751: Test failed: Got value 0x9bc7fa (6.08520210e-01), expected 0x9c2b84 (6.10039055e-01). d3d10core.c:15751: Test failed: Got value 0x9d0ed7 (6.13507748e-01), expected 0x9d7332 (6.15039051e-01). d3d10core.c:15751: Test failed: Got value 0x9e55b3 (6.18495226e-01), expected 0x9ebae1 (6.20039105e-01). d3d10core.c:15751: Test failed: Got value 0x9f9c90 (6.23482764e-01), expected 0xa0028f (6.25039101e-01). d3d10core.c:15751: Test failed: Got value 0xa0e36c (6.28470242e-01), expected 0xa14a3d (6.30039096e-01). d3d10core.c:15751: Test failed: Got value 0xa22a48 (6.33457720e-01), expected 0xa291eb (6.35039091e-01). d3d10core.c:15751: Test failed: Got value 0xa37125 (6.38445258e-01), expected 0xa3d999 (6.40039086e-01). d3d10core.c:15751: Test failed: Got value 0xa4b801 (6.43432736e-01), expected 0xa52147 (6.45039082e-01). d3d10core.c:15751: Test failed: Got value 0xa5fedd (6.48420215e-01), expected 0xa668f5 (6.50039077e-01). d3d10core.c:15751: Test failed: Got value 0xa745ba (6.53407753e-01), expected 0xa7b0a3 (6.55039072e-01). d3d10core.c:15751: Test failed: Got value 0xa88c96 (6.58395231e-01), expected 0xa8f851 (6.60039067e-01). d3d10core.c:15751: Test failed: Got value 0xa9d372 (6.63382709e-01), expected 0xaa3fff (6.65039062e-01). d3d10core.c:15751: Test failed: Got value 0xab1a4f (6.68370247e-01), expected 0xab87ad (6.70039058e-01). d3d10core.c:15751: Test failed: Got value 0xac612b (6.73357725e-01), expected 0xaccf5c (6.75039113e-01). d3d10core.c:15751: Test failed: Got value 0xada808 (6.78345263e-01), expected 0xae170a (6.80039108e-01). d3d10core.c:15751: Test failed: Got value 0xaeeee4 (6.83332741e-01), expected 0xaf5eb8 (6.85039103e-01). d3d10core.c:15751: Test failed: Got value 0xb035c0 (6.88320220e-01), expected 0xb0a666 (6.90039098e-01). d3d10core.c:15751: Test failed: Got value 0xb17c9d (6.93307757e-01), expected 0xb1ee14 (6.95039093e-01). d3d10core.c:15751: Test failed: Got value 0xb2c379 (6.98295236e-01), expected 0xb335c2 (7.00039089e-01). d3d10core.c:15751: Test failed: Got value 0xb40a55 (7.03282714e-01), expected 0xb47d70 (7.05039084e-01). d3d10core.c:15751: Test failed: Got value 0xb55132 (7.08270252e-01), expected 0xb5c51e (7.10039079e-01). d3d10core.c:15751: Test failed: Got value 0xb6980e (7.13257730e-01), expected 0xb70ccc (7.15039074e-01). d3d10core.c:15751: Test failed: Got value 0xb7deea (7.18245208e-01), expected 0xb8547a (7.20039070e-01). d3d10core.c:15751: Test failed: Got value 0xb925c7 (7.23232746e-01), expected 0xb99c28 (7.25039065e-01). d3d10core.c:15751: Test failed: Got value 0xba6ca3 (7.28220224e-01), expected 0xbae3d6 (7.30039060e-01). d3d10core.c:15751: Test failed: Got value 0xbbb37f (7.33207703e-01), expected 0xbc2b85 (7.35039115e-01). d3d10core.c:15751: Test failed: Got value 0xbcfa5c (7.38195240e-01), expected 0xbd7333 (7.40039110e-01). d3d10core.c:15751: Test failed: Got value 0xbe4138 (7.43182719e-01), expected 0xbebae1 (7.45039105e-01). d3d10core.c:15751: Test failed: Got value 0xbf8815 (7.48170257e-01), expected 0xc0028f (7.50039101e-01). d3d10core.c:15751: Test failed: Got value 0xc0cef1 (7.53157735e-01), expected 0xc14a3d (7.55039096e-01). d3d10core.c:15751: Test failed: Got value 0xc215cd (7.58145213e-01), expected 0xc291eb (7.60039091e-01). d3d10core.c:15751: Test failed: Got value 0xc35caa (7.63132751e-01), expected 0xc3d999 (7.65039086e-01). d3d10core.c:15751: Test failed: Got value 0xc4a386 (7.68120229e-01), expected 0xc52147 (7.70039082e-01). d3d10core.c:15751: Test failed: Got value 0xc5ea62 (7.73107708e-01), expected 0xc668f5 (7.75039077e-01). d3d10core.c:15751: Test failed: Got value 0xc7313f (7.78095245e-01), expected 0xc7b0a3 (7.80039072e-01). d3d10core.c:15751: Test failed: Got value 0xc8781b (7.83082724e-01), expected 0xc8f851 (7.85039067e-01). d3d10core.c:15751: Test failed: Got value 0xc9bef7 (7.88070202e-01), expected 0xca3fff (7.90039062e-01). d3d10core.c:15751: Test failed: Got value 0xcb05d4 (7.93057740e-01), expected 0xcb87ae (7.95039117e-01). d3d10core.c:15751: Test failed: Got value 0xcc4cb0 (7.98045218e-01), expected 0xcccf5c (8.00039113e-01). d3d10core.c:15751: Test failed: Got value 0xcd938d (8.03032756e-01), expected 0xce170a (8.05039108e-01). d3d10core.c:15751: Test failed: Got value 0xceda69 (8.08020234e-01), expected 0xcf5eb8 (8.10039103e-01). d3d10core.c:15751: Test failed: Got value 0xd02145 (8.13007712e-01), expected 0xd0a666 (8.15039098e-01). d3d10core.c:15751: Test failed: Got value 0xd16822 (8.17995250e-01), expected 0xd1ee14 (8.20039093e-01). d3d10core.c:15751: Test failed: Got value 0xd2aefe (8.22982728e-01), expected 0xd335c2 (8.25039089e-01). d3d10core.c:15751: Test failed: Got value 0xd3f5da (8.27970207e-01), expected 0xd47d70 (8.30039084e-01). d3d10core.c:15751: Test failed: Got value 0xd53cb7 (8.32957745e-01), expected 0xd5c51e (8.35039079e-01). d3d10core.c:15751: Test failed: Got value 0xd68393 (8.37945223e-01), expected 0xd70ccc (8.40039074e-01). d3d10core.c:15751: Test failed: Got value 0xd7ca6f (8.42932701e-01), expected 0xd8547a (8.45039070e-01). d3d10core.c:15751: Test failed: Got value 0xd9114c (8.47920239e-01), expected 0xd99c29 (8.50039124e-01). d3d10core.c:15751: Test failed: Got value 0xda5828 (8.52907717e-01), expected 0xdae3d7 (8.55039120e-01). d3d10core.c:15751: Test failed: Got value 0xdb9f04 (8.57895195e-01), expected 0xdc2b85 (8.60039115e-01). d3d10core.c:15751: Test failed: Got value 0xdce5e1 (8.62882733e-01), expected 0xdd7333 (8.65039110e-01). d3d10core.c:15751: Test failed: Got value 0xde2cbd (8.67870212e-01), expected 0xdebae1 (8.70039105e-01). d3d10core.c:15751: Test failed: Got value 0xdf739a (8.72857749e-01), expected 0xe0028f (8.75039101e-01). d3d10core.c:15751: Test failed: Got value 0xe0ba76 (8.77845228e-01), expected 0xe14a3d (8.80039096e-01). d3d10core.c:15751: Test failed: Got value 0xe20152 (8.82832706e-01), expected 0xe291eb (8.85039091e-01). d3d10core.c:15751: Test failed: Got value 0xe3482f (8.87820244e-01), expected 0xe3d999 (8.90039086e-01). d3d10core.c:15751: Test failed: Got value 0xe48f0b (8.92807722e-01), expected 0xe52147 (8.95039082e-01). d3d10core.c:15751: Test failed: Got value 0xe5d5e7 (8.97795200e-01), expected 0xe668f5 (9.00039077e-01). d3d10core.c:15751: Test failed: Got value 0xe71cc4 (9.02782738e-01), expected 0xe7b0a3 (9.05039072e-01). d3d10core.c:15751: Test failed: Got value 0xe863a0 (9.07770216e-01), expected 0xe8f852 (9.10039127e-01). d3d10core.c:15751: Test failed: Got value 0xe9aa7c (9.12757695e-01), expected 0xea4000 (9.15039122e-01). d3d10core.c:15751: Test failed: Got value 0xeaf159 (9.17745233e-01), expected 0xeb87ae (9.20039117e-01). d3d10core.c:15751: Test failed: Got value 0xec3835 (9.22732711e-01), expected 0xeccf5c (9.25039113e-01). d3d10core.c:15751: Test failed: Got value 0xed7f11 (9.27720189e-01), expected 0xee170a (9.30039108e-01). d3d10core.c:15751: Test failed: Got value 0xeec5ee (9.32707727e-01), expected 0xef5eb8 (9.35039103e-01). d3d10core.c:15751: Test failed: Got value 0xf00cca (9.37695205e-01), expected 0xf0a666 (9.40039098e-01). d3d10core.c:15751: Test failed: Got value 0xf153a7 (9.42682743e-01), expected 0xf1ee14 (9.45039093e-01). d3d10core.c:15751: Test failed: Got value 0xf29a83 (9.47670221e-01), expected 0xf335c2 (9.50039089e-01). d3d10core.c:15751: Test failed: Got value 0xf3e15f (9.52657700e-01), expected 0xf47d70 (9.55039084e-01). d3d10core.c:15751: Test failed: Got value 0xf5283c (9.57645237e-01), expected 0xf5c51e (9.60039079e-01). d3d10core.c:15751: Test failed: Got value 0xf66f18 (9.62632716e-01), expected 0xf70ccc (9.65039074e-01). d3d10core.c:15751: Test failed: Got value 0xf7b5f4 (9.67620194e-01), expected 0xf8547b (9.70039129e-01). d3d10core.c:15751: Test failed: Got value 0xf8fcd1 (9.72607732e-01), expected 0xf99c29 (9.75039124e-01). d3d10core.c:15751: Test failed: Got value 0xfa43ad (9.77595210e-01), expected 0xfae3d7 (9.80039120e-01). d3d10core.c:15751: Test failed: Got value 0xfb8a89 (9.82582688e-01), expected 0xfc2b85 (9.85039115e-01). d3d10core.c:15751: Test failed: Got value 0xfcd166 (9.87570226e-01), expected 0xfd7333 (9.90039110e-01). d3d10core.c:15751: Test failed: Got value 0xfe1842 (9.92557704e-01), expected 0xfebae1 (9.95039105e-01). d3d10core.c:15751: Test failed: Got value 0xff5f1f (9.97545242e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0x5c5c2 (2.25487966e-02), expected 0x5c5c6 (2.25490350e-02). d3d10core.c:15751: Test failed: Got value 0x70d70 (2.75487918e-02), expected 0x70d74 (2.75490303e-02). d3d10core.c:15751: Test failed: Got value 0x8551d (3.25487293e-02), expected 0x85522 (3.25490274e-02). d3d10core.c:15751: Test failed: Got value 0x99cca (3.75486650e-02), expected 0x99cd1 (3.75490822e-02). d3d10core.c:15751: Test failed: Got value 0xae477 (4.25486006e-02), expected 0xae47f (4.25490774e-02). d3d10core.c:15751: Test failed: Got value 0xc2c24 (4.75485362e-02), expected 0xc2c2d (4.75490727e-02). d3d10core.c:15751: Test failed: Got value 0xd73d2 (5.25485314e-02), expected 0xd73db (5.25490679e-02). d3d10core.c:15751: Test failed: Got value 0xebb7f (5.75484671e-02), expected 0xebb89 (5.75490631e-02). d3d10core.c:15751: Test failed: Got value 0x10032c (6.25484064e-02), expected 0x100337 (6.25490621e-02). d3d10core.c:15751: Test failed: Got value 0x114ad9 (6.75483420e-02), expected 0x114ae5 (6.75490573e-02). d3d10core.c:15751: Test failed: Got value 0x129287 (7.25483373e-02), expected 0x129293 (7.25490525e-02). d3d10core.c:15751: Test failed: Got value 0x13da34 (7.75482729e-02), expected 0x13da41 (7.75490478e-02). d3d10core.c:15751: Test failed: Got value 0x1521e1 (8.25482085e-02), expected 0x1521ef (8.25490430e-02). d3d10core.c:15751: Test failed: Got value 0x16698e (8.75481442e-02), expected 0x16699d (8.75490382e-02). d3d10core.c:15751: Test failed: Got value 0x17b13c (9.25481394e-02), expected 0x17b14b (9.25490335e-02). d3d10core.c:15751: Test failed: Got value 0x18f8e9 (9.75480750e-02), expected 0x18f8fa (9.75490883e-02). d3d10core.c:15751: Test failed: Got value 0x1a4096 (1.02548011e-01), expected 0x1a40a8 (1.02549084e-01). d3d10core.c:15751: Test failed: Got value 0x1b8843 (1.07547946e-01), expected 0x1b8856 (1.07549079e-01). d3d10core.c:15751: Test failed: Got value 0x1ccff1 (1.12547942e-01), expected 0x1cd004 (1.12549074e-01). d3d10core.c:15751: Test failed: Got value 0x1e179e (1.17547877e-01), expected 0x1e17b2 (1.17549069e-01). d3d10core.c:15751: Test failed: Got value 0x1f5f4b (1.22547813e-01), expected 0x1f5f60 (1.22549064e-01). d3d10core.c:15751: Test failed: Got value 0x20a6f8 (1.27547756e-01), expected 0x20a70e (1.27549067e-01). d3d10core.c:15751: Test failed: Got value 0x21eea6 (1.32547751e-01), expected 0x21eebc (1.32549062e-01). d3d10core.c:15751: Test failed: Got value 0x233653 (1.37547687e-01), expected 0x23366a (1.37549058e-01). d3d10core.c:15751: Test failed: Got value 0x247e00 (1.42547622e-01), expected 0x247e18 (1.42549053e-01). d3d10core.c:15751: Test failed: Got value 0x25c5ad (1.47547558e-01), expected 0x25c5c6 (1.47549048e-01). d3d10core.c:15751: Test failed: Got value 0x270d5a (1.52547494e-01), expected 0x270d74 (1.52549043e-01). d3d10core.c:15751: Test failed: Got value 0x285508 (1.57547489e-01), expected 0x285522 (1.57549039e-01). d3d10core.c:15751: Test failed: Got value 0x299cb5 (1.62547424e-01), expected 0x299cd0 (1.62549034e-01). d3d10core.c:15751: Test failed: Got value 0x2ae462 (1.67547360e-01), expected 0x2ae47e (1.67549029e-01). d3d10core.c:15751: Test failed: Got value 0x2c2c10 (1.72547355e-01), expected 0x2c2c2d (1.72549084e-01). d3d10core.c:15751: Test failed: Got value 0x2d73bd (1.77547291e-01), expected 0x2d73db (1.77549079e-01). d3d10core.c:15751: Test failed: Got value 0x2ebb6a (1.82547227e-01), expected 0x2ebb89 (1.82549074e-01). d3d10core.c:15751: Test failed: Got value 0x300317 (1.87547162e-01), expected 0x300337 (1.87549070e-01). d3d10core.c:15751: Test failed: Got value 0x314ac4 (1.92547098e-01), expected 0x314ae5 (1.92549065e-01). d3d10core.c:15751: Test failed: Got value 0x329272 (1.97547093e-01), expected 0x329293 (1.97549060e-01). d3d10core.c:15751: Test failed: Got value 0x33da1f (2.02547029e-01), expected 0x33da41 (2.02549055e-01). d3d10core.c:15751: Test failed: Got value 0x3521cc (2.07546964e-01), expected 0x3521ef (2.07549050e-01). d3d10core.c:15751: Test failed: Got value 0x36697a (2.12546960e-01), expected 0x36699d (2.12549046e-01). d3d10core.c:15751: Test failed: Got value 0x37b127 (2.17546895e-01), expected 0x37b14c (2.17549101e-01). d3d10core.c:15751: Test failed: Got value 0x38f8d4 (2.22546831e-01), expected 0x38f8fa (2.22549096e-01). d3d10core.c:15751: Test failed: Got value 0x3a4081 (2.27546766e-01), expected 0x3a40a8 (2.27549091e-01). d3d10core.c:15751: Test failed: Got value 0x3b882e (2.32546702e-01), expected 0x3b8856 (2.32549086e-01). d3d10core.c:15751: Test failed: Got value 0x3ccfdc (2.37546697e-01), expected 0x3cd004 (2.37549081e-01). d3d10core.c:15751: Test failed: Got value 0x3e1789 (2.42546633e-01), expected 0x3e17b2 (2.42549077e-01). d3d10core.c:15751: Test failed: Got value 0x3f5f36 (2.47546569e-01), expected 0x3f5f60 (2.47549072e-01). d3d10core.c:15751: Test failed: Got value 0x40a6e3 (2.52546519e-01), expected 0x40a70e (2.52549082e-01). d3d10core.c:15751: Test failed: Got value 0x41ee90 (2.57546455e-01), expected 0x41eebc (2.57549077e-01). d3d10core.c:15751: Test failed: Got value 0x43363e (2.62546450e-01), expected 0x43366a (2.62549073e-01). d3d10core.c:15751: Test failed: Got value 0x447deb (2.67546386e-01), expected 0x447e18 (2.67549068e-01). d3d10core.c:15751: Test failed: Got value 0x45c598 (2.72546321e-01), expected 0x45c5c6 (2.72549063e-01). d3d10core.c:15751: Test failed: Got value 0x470d46 (2.77546316e-01), expected 0x470d74 (2.77549058e-01). d3d10core.c:15751: Test failed: Got value 0x4854f2 (2.82546192e-01), expected 0x485522 (2.82549053e-01). d3d10core.c:15751: Test failed: Got value 0x499ca0 (2.87546188e-01), expected 0x499cd0 (2.87549049e-01). d3d10core.c:15751: Test failed: Got value 0x4ae44d (2.92546123e-01), expected 0x4ae47e (2.92549044e-01). d3d10core.c:15751: Test failed: Got value 0x4c2bfa (2.97546059e-01), expected 0x4c2c2c (2.97549039e-01). d3d10core.c:15751: Test failed: Got value 0x4d73a8 (3.02546054e-01), expected 0x4d73da (3.02549034e-01). d3d10core.c:15751: Test failed: Got value 0x4ebb55 (3.07545990e-01), expected 0x4ebb88 (3.07549030e-01). d3d10core.c:15751: Test failed: Got value 0x500302 (3.12545925e-01), expected 0x500337 (3.12549084e-01). d3d10core.c:15751: Test failed: Got value 0x514ab0 (3.17545921e-01), expected 0x514ae5 (3.17549080e-01). d3d10core.c:15751: Test failed: Got value 0x52925c (3.22545797e-01), expected 0x529293 (3.22549075e-01). d3d10core.c:15751: Test failed: Got value 0x53da0a (3.27545792e-01), expected 0x53da41 (3.27549070e-01). d3d10core.c:15751: Test failed: Got value 0x5521b7 (3.32545727e-01), expected 0x5521ef (3.32549065e-01). d3d10core.c:15751: Test failed: Got value 0x566964 (3.37545663e-01), expected 0x56699e (3.37549120e-01). d3d10core.c:15751: Test failed: Got value 0x57b112 (3.42545658e-01), expected 0x57b14c (3.42549115e-01). d3d10core.c:15751: Test failed: Got value 0x58f8be (3.47545534e-01), expected 0x58f8fa (3.47549111e-01). d3d10core.c:15751: Test failed: Got value 0x5a406c (3.52545530e-01), expected 0x5a40a8 (3.52549106e-01). d3d10core.c:15751: Test failed: Got value 0x5b8819 (3.57545465e-01), expected 0x5b8856 (3.57549101e-01). d3d10core.c:15751: Test failed: Got value 0x5ccfc6 (3.62545401e-01), expected 0x5cd004 (3.62549096e-01). d3d10core.c:15751: Test failed: Got value 0x5e1774 (3.67545396e-01), expected 0x5e17b2 (3.67549092e-01). d3d10core.c:15751: Test failed: Got value 0x5f5f21 (3.72545332e-01), expected 0x5f5f60 (3.72549087e-01). d3d10core.c:15751: Test failed: Got value 0x60a6ce (3.77545267e-01), expected 0x60a70e (3.77549082e-01). d3d10core.c:15751: Test failed: Got value 0x61ee7c (3.82545263e-01), expected 0x61eebc (3.82549077e-01). d3d10core.c:15751: Test failed: Got value 0x633628 (3.87545139e-01), expected 0x63366a (3.87549073e-01). d3d10core.c:15751: Test failed: Got value 0x647dd6 (3.92545134e-01), expected 0x647e18 (3.92549068e-01). d3d10core.c:15751: Test failed: Got value 0x65c583 (3.97545069e-01), expected 0x65c5c6 (3.97549063e-01). d3d10core.c:15751: Test failed: Got value 0x670d30 (4.02545005e-01), expected 0x670d74 (4.02549058e-01). d3d10core.c:15751: Test failed: Got value 0x6854de (4.07545000e-01), expected 0x685522 (4.07549053e-01). d3d10core.c:15751: Test failed: Got value 0x699c8b (4.12544936e-01), expected 0x699cd0 (4.12549049e-01). d3d10core.c:15751: Test failed: Got value 0x6ae438 (4.17544872e-01), expected 0x6ae47e (4.17549044e-01). d3d10core.c:15751: Test failed: Got value 0x6c2be6 (4.22544867e-01), expected 0x6c2c2c (4.22549039e-01). d3d10core.c:15751: Test failed: Got value 0x6d7392 (4.27544743e-01), expected 0x6d73db (4.27549094e-01). d3d10core.c:15751: Test failed: Got value 0x6ebb40 (4.32544738e-01), expected 0x6ebb89 (4.32549089e-01). d3d10core.c:15751: Test failed: Got value 0x7002ed (4.37544674e-01), expected 0x700337 (4.37549084e-01). d3d10core.c:15751: Test failed: Got value 0x714a9a (4.42544609e-01), expected 0x714ae5 (4.42549080e-01). d3d10core.c:15751: Test failed: Got value 0x729248 (4.47544605e-01), expected 0x729293 (4.47549075e-01). d3d10core.c:15751: Test failed: Got value 0x73d9f5 (4.52544540e-01), expected 0x73da41 (4.52549070e-01). d3d10core.c:15751: Test failed: Got value 0x7521a2 (4.57544476e-01), expected 0x7521f0 (4.57549125e-01). d3d10core.c:15751: Test failed: Got value 0x766950 (4.62544471e-01), expected 0x76699e (4.62549120e-01). d3d10core.c:15751: Test failed: Got value 0x77b0fc (4.67544347e-01), expected 0x77b14c (4.67549115e-01). d3d10core.c:15751: Test failed: Got value 0x78f8aa (4.72544342e-01), expected 0x78f8fa (4.72549111e-01). d3d10core.c:15751: Test failed: Got value 0x7a4057 (4.77544278e-01), expected 0x7a40a8 (4.77549106e-01). d3d10core.c:15751: Test failed: Got value 0x7b8804 (4.82544214e-01), expected 0x7b8856 (4.82549101e-01). d3d10core.c:15751: Test failed: Got value 0x7ccfb2 (4.87544209e-01), expected 0x7cd004 (4.87549096e-01). d3d10core.c:15751: Test failed: Got value 0x7e175e (4.92544085e-01), expected 0x7e17b2 (4.92549092e-01). d3d10core.c:15751: Test failed: Got value 0x7f5f0c (4.97544080e-01), expected 0x7f5f60 (4.97549087e-01). d3d10core.c:15751: Test failed: Got value 0x80a6b8 (5.02543986e-01), expected 0x80a70e (5.02549112e-01). d3d10core.c:15751: Test failed: Got value 0x81ee65 (5.07543921e-01), expected 0x81eebc (5.07549107e-01). d3d10core.c:15751: Test failed: Got value 0x833613 (5.12543917e-01), expected 0x83366a (5.12549102e-01). d3d10core.c:15751: Test failed: Got value 0x847dc0 (5.17543852e-01), expected 0x847e18 (5.17549098e-01). d3d10core.c:15751: Test failed: Got value 0x85c56d (5.22543788e-01), expected 0x85c5c6 (5.22549093e-01). d3d10core.c:15751: Test failed: Got value 0x870d1a (5.27543724e-01), expected 0x870d74 (5.27549088e-01). d3d10core.c:15751: Test failed: Got value 0x8854c8 (5.32543719e-01), expected 0x885522 (5.32549083e-01). d3d10core.c:15751: Test failed: Got value 0x899c75 (5.37543654e-01), expected 0x899cd0 (5.37549078e-01). d3d10core.c:15751: Test failed: Got value 0x8ae422 (5.42543590e-01), expected 0x8ae47e (5.42549074e-01). d3d10core.c:15751: Test failed: Got value 0x8c2bcf (5.47543526e-01), expected 0x8c2c2c (5.47549069e-01). d3d10core.c:15751: Test failed: Got value 0x8d737d (5.52543521e-01), expected 0x8d73da (5.52549064e-01). d3d10core.c:15751: Test failed: Got value 0x8ebb2a (5.57543457e-01), expected 0x8ebb89 (5.57549119e-01). d3d10core.c:15751: Test failed: Got value 0x9002d7 (5.62543392e-01), expected 0x900337 (5.62549114e-01). d3d10core.c:15751: Test failed: Got value 0x914a84 (5.67543328e-01), expected 0x914ae5 (5.67549109e-01). d3d10core.c:15751: Test failed: Got value 0x929232 (5.72543323e-01), expected 0x929293 (5.72549105e-01). d3d10core.c:15751: Test failed: Got value 0x93d9df (5.77543259e-01), expected 0x93da41 (5.77549100e-01). d3d10core.c:15751: Test failed: Got value 0x95218c (5.82543194e-01), expected 0x9521ef (5.82549095e-01). d3d10core.c:15751: Test failed: Got value 0x966939 (5.87543130e-01), expected 0x96699d (5.87549090e-01). d3d10core.c:15751: Test failed: Got value 0x97b0e7 (5.92543125e-01), expected 0x97b14b (5.92549086e-01). d3d10core.c:15751: Test failed: Got value 0x98f894 (5.97543061e-01), expected 0x98f8f9 (5.97549081e-01). d3d10core.c:15751: Test failed: Got value 0x9a4041 (6.02542996e-01), expected 0x9a40a7 (6.02549076e-01). d3d10core.c:15751: Test failed: Got value 0x9b87ee (6.07542932e-01), expected 0x9b8855 (6.07549071e-01). d3d10core.c:15751: Test failed: Got value 0x9ccf9c (6.12542927e-01), expected 0x9cd003 (6.12549067e-01). d3d10core.c:15751: Test failed: Got value 0x9e1749 (6.17542863e-01), expected 0x9e17b2 (6.17549121e-01). d3d10core.c:15751: Test failed: Got value 0x9f5ef6 (6.22542799e-01), expected 0x9f5f60 (6.22549117e-01). d3d10core.c:15751: Test failed: Got value 0xa0a6a3 (6.27542734e-01), expected 0xa0a70e (6.27549112e-01). d3d10core.c:15751: Test failed: Got value 0xa1ee51 (6.32542729e-01), expected 0xa1eebc (6.32549107e-01). d3d10core.c:15751: Test failed: Got value 0xa335fe (6.37542665e-01), expected 0xa3366a (6.37549102e-01). d3d10core.c:15751: Test failed: Got value 0xa47dab (6.42542601e-01), expected 0xa47e18 (6.42549098e-01). d3d10core.c:15751: Test failed: Got value 0xa5c558 (6.47542536e-01), expected 0xa5c5c6 (6.47549093e-01). d3d10core.c:15751: Test failed: Got value 0xa70d05 (6.52542472e-01), expected 0xa70d74 (6.52549088e-01). d3d10core.c:15751: Test failed: Got value 0xa854b3 (6.57542467e-01), expected 0xa85522 (6.57549083e-01). d3d10core.c:15751: Test failed: Got value 0xa99c60 (6.62542403e-01), expected 0xa99cd0 (6.62549078e-01). d3d10core.c:15751: Test failed: Got value 0xaae40d (6.67542338e-01), expected 0xaae47e (6.67549074e-01). d3d10core.c:15751: Test failed: Got value 0xac2bba (6.72542274e-01), expected 0xac2c2d (6.72549129e-01). d3d10core.c:15751: Test failed: Got value 0xad7368 (6.77542269e-01), expected 0xad73db (6.77549124e-01). d3d10core.c:15751: Test failed: Got value 0xaebb15 (6.82542205e-01), expected 0xaebb89 (6.82549119e-01). d3d10core.c:15751: Test failed: Got value 0xb002c2 (6.87542140e-01), expected 0xb00337 (6.87549114e-01). d3d10core.c:15751: Test failed: Got value 0xb14a6f (6.92542076e-01), expected 0xb14ae5 (6.92549109e-01). d3d10core.c:15751: Test failed: Got value 0xb2921d (6.97542071e-01), expected 0xb29293 (6.97549105e-01). d3d10core.c:15751: Test failed: Got value 0xb3d9ca (7.02542007e-01), expected 0xb3da41 (7.02549100e-01). d3d10core.c:15751: Test failed: Got value 0xb52177 (7.07541943e-01), expected 0xb521ef (7.07549095e-01). d3d10core.c:15751: Test failed: Got value 0xb66924 (7.12541878e-01), expected 0xb6699d (7.12549090e-01). d3d10core.c:15751: Test failed: Got value 0xb7b0d2 (7.17541873e-01), expected 0xb7b14b (7.17549086e-01). d3d10core.c:15751: Test failed: Got value 0xb8f87f (7.22541809e-01), expected 0xb8f8f9 (7.22549081e-01). d3d10core.c:15751: Test failed: Got value 0xba402c (7.27541745e-01), expected 0xba40a7 (7.27549076e-01). d3d10core.c:15751: Test failed: Got value 0xbb87d9 (7.32541680e-01), expected 0xbb8856 (7.32549131e-01). d3d10core.c:15751: Test failed: Got value 0xbccf87 (7.37541676e-01), expected 0xbcd004 (7.37549126e-01). d3d10core.c:15751: Test failed: Got value 0xbe1734 (7.42541611e-01), expected 0xbe17b2 (7.42549121e-01). d3d10core.c:15751: Test failed: Got value 0xbf5ee1 (7.47541547e-01), expected 0xbf5f60 (7.47549117e-01). d3d10core.c:15751: Test failed: Got value 0xc0a68e (7.52541482e-01), expected 0xc0a70e (7.52549112e-01). d3d10core.c:15751: Test failed: Got value 0xc1ee3c (7.57541478e-01), expected 0xc1eebc (7.57549107e-01). d3d10core.c:15751: Test failed: Got value 0xc335e9 (7.62541413e-01), expected 0xc3366a (7.62549102e-01). d3d10core.c:15751: Test failed: Got value 0xc47d96 (7.67541349e-01), expected 0xc47e18 (7.67549098e-01). d3d10core.c:15751: Test failed: Got value 0xc5c543 (7.72541285e-01), expected 0xc5c5c6 (7.72549093e-01). d3d10core.c:15751: Test failed: Got value 0xc70cf1 (7.77541280e-01), expected 0xc70d74 (7.77549088e-01). d3d10core.c:15751: Test failed: Got value 0xc8549e (7.82541215e-01), expected 0xc85522 (7.82549083e-01). d3d10core.c:15751: Test failed: Got value 0xc99c4b (7.87541151e-01), expected 0xc99cd0 (7.87549078e-01). d3d10core.c:15751: Test failed: Got value 0xcae3f8 (7.92541087e-01), expected 0xcae47f (7.92549133e-01). d3d10core.c:15751: Test failed: Got value 0xcc2ba6 (7.97541082e-01), expected 0xcc2c2d (7.97549129e-01). d3d10core.c:15751: Test failed: Got value 0xcd7353 (8.02541018e-01), expected 0xcd73db (8.02549124e-01). d3d10core.c:15751: Test failed: Got value 0xcebb00 (8.07540953e-01), expected 0xcebb89 (8.07549119e-01). d3d10core.c:15751: Test failed: Got value 0xd002ad (8.12540889e-01), expected 0xd00337 (8.12549114e-01). d3d10core.c:15751: Test failed: Got value 0xd14a5a (8.17540824e-01), expected 0xd14ae5 (8.17549109e-01). d3d10core.c:15751: Test failed: Got value 0xd29208 (8.22540820e-01), expected 0xd29293 (8.22549105e-01). d3d10core.c:15751: Test failed: Got value 0xd3d9b5 (8.27540755e-01), expected 0xd3da41 (8.27549100e-01). d3d10core.c:15751: Test failed: Got value 0xd52162 (8.32540691e-01), expected 0xd521ef (8.32549095e-01). d3d10core.c:15751: Test failed: Got value 0xd6690f (8.37540627e-01), expected 0xd6699d (8.37549090e-01). d3d10core.c:15751: Test failed: Got value 0xd7b0bd (8.42540622e-01), expected 0xd7b14b (8.42549086e-01). d3d10core.c:15751: Test failed: Got value 0xd8f86a (8.47540557e-01), expected 0xd8f8fa (8.47549140e-01). d3d10core.c:15751: Test failed: Got value 0xda4017 (8.52540493e-01), expected 0xda40a8 (8.52549136e-01). d3d10core.c:15751: Test failed: Got value 0xdb87c4 (8.57540429e-01), expected 0xdb8856 (8.57549131e-01). d3d10core.c:15751: Test failed: Got value 0xdccf72 (8.62540424e-01), expected 0xdcd004 (8.62549126e-01). d3d10core.c:15751: Test failed: Got value 0xde171f (8.67540359e-01), expected 0xde17b2 (8.67549121e-01). d3d10core.c:15751: Test failed: Got value 0xdf5ecc (8.72540295e-01), expected 0xdf5f60 (8.72549117e-01). d3d10core.c:15751: Test failed: Got value 0xe0a679 (8.77540231e-01), expected 0xe0a70e (8.77549112e-01). d3d10core.c:15751: Test failed: Got value 0xe1ee27 (8.82540226e-01), expected 0xe1eebc (8.82549107e-01). d3d10core.c:15751: Test failed: Got value 0xe335d4 (8.87540162e-01), expected 0xe3366a (8.87549102e-01). d3d10core.c:15751: Test failed: Got value 0xe47d81 (8.92540097e-01), expected 0xe47e18 (8.92549098e-01). d3d10core.c:15751: Test failed: Got value 0xe5c52e (8.97540033e-01), expected 0xe5c5c6 (8.97549093e-01). d3d10core.c:15751: Test failed: Got value 0xe70cdc (9.02540028e-01), expected 0xe70d74 (9.02549088e-01). d3d10core.c:15751: Test failed: Got value 0xe85489 (9.07539964e-01), expected 0xe85523 (9.07549143e-01). d3d10core.c:15751: Test failed: Got value 0xe99c36 (9.12539899e-01), expected 0xe99cd1 (9.12549138e-01). d3d10core.c:15751: Test failed: Got value 0xeae3e3 (9.17539835e-01), expected 0xeae47f (9.17549133e-01). d3d10core.c:15751: Test failed: Got value 0xec2b91 (9.22539830e-01), expected 0xec2c2d (9.22549129e-01). d3d10core.c:15751: Test failed: Got value 0xed733e (9.27539766e-01), expected 0xed73db (9.27549124e-01). d3d10core.c:15751: Test failed: Got value 0xeebaeb (9.32539701e-01), expected 0xeebb89 (9.32549119e-01). d3d10core.c:15751: Test failed: Got value 0xf00298 (9.37539637e-01), expected 0xf00337 (9.37549114e-01). d3d10core.c:15751: Test failed: Got value 0xf14a46 (9.42539632e-01), expected 0xf14ae5 (9.42549109e-01). d3d10core.c:15751: Test failed: Got value 0xf291f3 (9.47539568e-01), expected 0xf29293 (9.47549105e-01). d3d10core.c:15751: Test failed: Got value 0xf3d9a0 (9.52539504e-01), expected 0xf3da41 (9.52549100e-01). d3d10core.c:15751: Test failed: Got value 0xf5214d (9.57539439e-01), expected 0xf521ef (9.57549095e-01). d3d10core.c:15751: Test failed: Got value 0xf668fa (9.62539375e-01), expected 0xf6699d (9.62549090e-01). d3d10core.c:15751: Test failed: Got value 0xf7b0a8 (9.67539370e-01), expected 0xf7b14c (9.67549145e-01). d3d10core.c:15751: Test failed: Got value 0xf8f855 (9.72539306e-01), expected 0xf8f8fa (9.72549140e-01). d3d10core.c:15751: Test failed: Got value 0xfa4002 (9.77539241e-01), expected 0xfa40a8 (9.77549136e-01). d3d10core.c:15751: Test failed: Got value 0xfb87af (9.82539177e-01), expected 0xfb8856 (9.82549131e-01). d3d10core.c:15751: Test failed: Got value 0xfccf5d (9.87539172e-01), expected 0xfcd004 (9.87549126e-01). d3d10core.c:15751: Test failed: Got value 0xfe170a (9.92539108e-01), expected 0xfe17b2 (9.92549121e-01). d3d10core.c:15751: Test failed: Got value 0xff5eb7 (9.97539043e-01), expected 0xff5f60 (9.97549117e-01). d3d10core.c:15751: Test failed: Got value 0x1ed41 (7.52645778e-03), expected 0x1ee13 (7.53897475e-03). d3d10core.c:15751: Test failed: Got value 0x3334d (1.25015387e-02), expected 0x335c2 (1.25390301e-02). d3d10core.c:15751: Test failed: Got value 0x47958 (1.74765605e-02), expected 0x47d70 (1.75390262e-02). d3d10core.c:15751: Test failed: Got value 0x5bf62 (2.24515218e-02), expected 0x5c51e (2.25390214e-02). d3d10core.c:15751: Test failed: Got value 0x7056d (2.74265427e-02), expected 0x70ccc (2.75390167e-02). d3d10core.c:15751: Test failed: Got value 0x84b78 (3.24015655e-02), expected 0x8547a (3.25390138e-02). d3d10core.c:15751: Test failed: Got value 0x99182 (3.73765267e-02), expected 0x99c28 (3.75390090e-02). d3d10core.c:15751: Test failed: Got value 0xad78d (4.23515476e-02), expected 0xae3d7 (4.25390638e-02). d3d10core.c:15751: Test failed: Got value 0xc1d97 (4.73265089e-02), expected 0xc2b85 (4.75390591e-02). d3d10core.c:15751: Test failed: Got value 0xd63a2 (5.23015298e-02), expected 0xd7333 (5.25390543e-02). d3d10core.c:15751: Test failed: Got value 0xea9ad (5.72765507e-02), expected 0xebae1 (5.75390495e-02). d3d10core.c:15751: Test failed: Got value 0xfefb7 (6.22515120e-02), expected 0x10028f (6.25390485e-02). d3d10core.c:15751: Test failed: Got value 0x1135c2 (6.72265366e-02), expected 0x114a3d (6.75390437e-02). d3d10core.c:15751: Test failed: Got value 0x127bcd (7.22015575e-02), expected 0x1291eb (7.25390390e-02). d3d10core.c:15751: Test failed: Got value 0x13c1d7 (7.71765187e-02), expected 0x13d999 (7.75390342e-02). d3d10core.c:15751: Test failed: Got value 0x1507e2 (8.21515396e-02), expected 0x152147 (8.25390294e-02). d3d10core.c:15751: Test failed: Got value 0x164dec (8.71265009e-02), expected 0x1668f5 (8.75390247e-02). d3d10core.c:15751: Test failed: Got value 0x1793f7 (9.21015218e-02), expected 0x17b0a3 (9.25390199e-02). d3d10core.c:15751: Test failed: Got value 0x18da02 (9.70765427e-02), expected 0x18f851 (9.75390151e-02). d3d10core.c:15751: Test failed: Got value 0x1a200c (1.02051504e-01), expected 0x1a4000 (1.02539070e-01). d3d10core.c:15751: Test failed: Got value 0x1b6617 (1.07026525e-01), expected 0x1b87ae (1.07539065e-01). d3d10core.c:15751: Test failed: Got value 0x1cac22 (1.12001546e-01), expected 0x1ccf5c (1.12539060e-01). d3d10core.c:15751: Test failed: Got value 0x1df22c (1.16976507e-01), expected 0x1e170a (1.17539056e-01). d3d10core.c:15751: Test failed: Got value 0x1f3837 (1.21951528e-01), expected 0x1f5eb8 (1.22539051e-01). d3d10core.c:15751: Test failed: Got value 0x207e42 (1.26926556e-01), expected 0x20a666 (1.27539054e-01). d3d10core.c:15751: Test failed: Got value 0x21c44c (1.31901518e-01), expected 0x21ee14 (1.32539049e-01). d3d10core.c:15751: Test failed: Got value 0x230a57 (1.36876538e-01), expected 0x2335c2 (1.37539044e-01). d3d10core.c:15751: Test failed: Got value 0x245062 (1.41851559e-01), expected 0x247d70 (1.42539039e-01). d3d10core.c:15751: Test failed: Got value 0x25966c (1.46826521e-01), expected 0x25c51e (1.47539034e-01). d3d10core.c:15751: Test failed: Got value 0x26dc77 (1.51801541e-01), expected 0x270ccc (1.52539030e-01). d3d10core.c:15751: Test failed: Got value 0x282282 (1.56776562e-01), expected 0x28547a (1.57539025e-01). d3d10core.c:15751: Test failed: Got value 0x29688c (1.61751524e-01), expected 0x299c28 (1.62539020e-01). d3d10core.c:15751: Test failed: Got value 0x2aae97 (1.66726544e-01), expected 0x2ae3d6 (1.67539015e-01). d3d10core.c:15751: Test failed: Got value 0x2bf4a2 (1.71701565e-01), expected 0x2c2b84 (1.72539011e-01). d3d10core.c:15751: Test failed: Got value 0x2d3aac (1.76676527e-01), expected 0x2d7333 (1.77539065e-01). d3d10core.c:15751: Test failed: Got value 0x2e80b7 (1.81651548e-01), expected 0x2ebae1 (1.82539061e-01). d3d10core.c:15751: Test failed: Got value 0x2fc6c1 (1.86626509e-01), expected 0x30028f (1.87539056e-01). d3d10core.c:15751: Test failed: Got value 0x310ccc (1.91601530e-01), expected 0x314a3d (1.92539051e-01). d3d10core.c:15751: Test failed: Got value 0x3252d6 (1.96576491e-01), expected 0x3291eb (1.97539046e-01). d3d10core.c:15751: Test failed: Got value 0x3398e1 (2.01551512e-01), expected 0x33d999 (2.02539042e-01). d3d10core.c:15751: Test failed: Got value 0x34deec (2.06526533e-01), expected 0x352147 (2.07539037e-01). d3d10core.c:15751: Test failed: Got value 0x3624f6 (2.11501494e-01), expected 0x3668f5 (2.12539032e-01). d3d10core.c:15751: Test failed: Got value 0x376b01 (2.16476515e-01), expected 0x37b0a3 (2.17539027e-01). d3d10core.c:15751: Test failed: Got value 0x38b10c (2.21451536e-01), expected 0x38f852 (2.22539082e-01). d3d10core.c:15751: Test failed: Got value 0x39f716 (2.26426497e-01), expected 0x3a4000 (2.27539077e-01). d3d10core.c:15751: Test failed: Got value 0x3b3d21 (2.31401518e-01), expected 0x3b87ae (2.32539073e-01). d3d10core.c:15751: Test failed: Got value 0x3c832c (2.36376539e-01), expected 0x3ccf5c (2.37539068e-01). d3d10core.c:15751: Test failed: Got value 0x3dc936 (2.41351500e-01), expected 0x3e170a (2.42539063e-01). d3d10core.c:15751: Test failed: Got value 0x3f0f41 (2.46326521e-01), expected 0x3f5eb8 (2.47539058e-01). d3d10core.c:15751: Test failed: Got value 0x40554c (2.51301557e-01), expected 0x40a666 (2.52539068e-01). d3d10core.c:15751: Test failed: Got value 0x419b56 (2.56276518e-01), expected 0x41ee14 (2.57539064e-01). d3d10core.c:15751: Test failed: Got value 0x42e160 (2.61251479e-01), expected 0x4335c2 (2.62539059e-01). d3d10core.c:15751: Test failed: Got value 0x44276c (2.66226560e-01), expected 0x447d70 (2.67539054e-01). d3d10core.c:15751: Test failed: Got value 0x456d76 (2.71201521e-01), expected 0x45c51e (2.72539049e-01). d3d10core.c:15751: Test failed: Got value 0x46b380 (2.76176482e-01), expected 0x470ccc (2.77539045e-01). d3d10core.c:15751: Test failed: Got value 0x47f98b (2.81151503e-01), expected 0x48547a (2.82539040e-01). d3d10core.c:15751: Test failed: Got value 0x493f96 (2.86126524e-01), expected 0x499c28 (2.87539035e-01). d3d10core.c:15751: Test failed: Got value 0x4a85a0 (2.91101485e-01), expected 0x4ae3d6 (2.92539030e-01). d3d10core.c:15751: Test failed: Got value 0x4bcbab (2.96076506e-01), expected 0x4c2b84 (2.97539026e-01). d3d10core.c:15751: Test failed: Got value 0x4d11b6 (3.01051527e-01), expected 0x4d7332 (3.02539021e-01). d3d10core.c:15751: Test failed: Got value 0x4e57c0 (3.06026489e-01), expected 0x4ebae0 (3.07539016e-01). d3d10core.c:15751: Test failed: Got value 0x4f9dcb (3.11001509e-01), expected 0x50028e (3.12539011e-01). d3d10core.c:15751: Test failed: Got value 0x50e3d6 (3.15976530e-01), expected 0x514a3d (3.17539066e-01). d3d10core.c:15751: Test failed: Got value 0x5229e0 (3.20951492e-01), expected 0x5291eb (3.22539061e-01). d3d10core.c:15751: Test failed: Got value 0x536feb (3.25926512e-01), expected 0x53d999 (3.27539057e-01). d3d10core.c:15751: Test failed: Got value 0x54b5f6 (3.30901533e-01), expected 0x552147 (3.32539052e-01). d3d10core.c:15751: Test failed: Got value 0x55fc00 (3.35876495e-01), expected 0x5668f5 (3.37539047e-01). d3d10core.c:15751: Test failed: Got value 0x57420b (3.40851516e-01), expected 0x57b0a4 (3.42539102e-01). d3d10core.c:15751: Test failed: Got value 0x588816 (3.45826536e-01), expected 0x58f852 (3.47539097e-01). d3d10core.c:15751: Test failed: Got value 0x59ce20 (3.50801498e-01), expected 0x5a4000 (3.52539092e-01). d3d10core.c:15751: Test failed: Got value 0x5b142b (3.55776519e-01), expected 0x5b87ae (3.57539088e-01). d3d10core.c:15751: Test failed: Got value 0x5c5a36 (3.60751539e-01), expected 0x5ccf5c (3.62539083e-01). d3d10core.c:15751: Test failed: Got value 0x5da040 (3.65726501e-01), expected 0x5e170a (3.67539078e-01). d3d10core.c:15751: Test failed: Got value 0x5ee64b (3.70701522e-01), expected 0x5f5eb8 (3.72539073e-01). d3d10core.c:15751: Test failed: Got value 0x602c56 (3.75676543e-01), expected 0x60a666 (3.77539068e-01). d3d10core.c:15751: Test failed: Got value 0x617260 (3.80651504e-01), expected 0x61ee14 (3.82539064e-01). d3d10core.c:15751: Test failed: Got value 0x62b86a (3.85626465e-01), expected 0x6335c2 (3.87539059e-01). d3d10core.c:15751: Test failed: Got value 0x63fe76 (3.90601546e-01), expected 0x647d70 (3.92539054e-01). d3d10core.c:15751: Test failed: Got value 0x654480 (3.95576507e-01), expected 0x65c51e (3.97539049e-01). d3d10core.c:15751: Test failed: Got value 0x668a8a (4.00551468e-01), expected 0x670ccc (4.02539045e-01). d3d10core.c:15751: Test failed: Got value 0x67d095 (4.05526489e-01), expected 0x68547a (4.07539040e-01). d3d10core.c:15751: Test failed: Got value 0x6916a0 (4.10501510e-01), expected 0x699c28 (4.12539035e-01). d3d10core.c:15751: Test failed: Got value 0x6a5caa (4.15476471e-01), expected 0x6ae3d6 (4.17539030e-01). d3d10core.c:15751: Test failed: Got value 0x6ba2b5 (4.20451492e-01), expected 0x6c2b84 (4.22539026e-01). d3d10core.c:15751: Test failed: Got value 0x6ce8c0 (4.25426513e-01), expected 0x6d7332 (4.27539021e-01). d3d10core.c:15751: Test failed: Got value 0x6e2eca (4.30401474e-01), expected 0x6ebae1 (4.32539076e-01). d3d10core.c:15751: Test failed: Got value 0x6f74d5 (4.35376495e-01), expected 0x70028f (4.37539071e-01). d3d10core.c:15751: Test failed: Got value 0x70bae0 (4.40351516e-01), expected 0x714a3d (4.42539066e-01). d3d10core.c:15751: Test failed: Got value 0x7200ea (4.45326477e-01), expected 0x7291eb (4.47539061e-01). d3d10core.c:15751: Test failed: Got value 0x7346f5 (4.50301498e-01), expected 0x73d999 (4.52539057e-01). d3d10core.c:15751: Test failed: Got value 0x748d00 (4.55276519e-01), expected 0x752147 (4.57539052e-01). d3d10core.c:15751: Test failed: Got value 0x75d30a (4.60251480e-01), expected 0x7668f6 (4.62539107e-01). d3d10core.c:15751: Test failed: Got value 0x771915 (4.65226501e-01), expected 0x77b0a4 (4.67539102e-01). d3d10core.c:15751: Test failed: Got value 0x785f20 (4.70201522e-01), expected 0x78f852 (4.72539097e-01). d3d10core.c:15751: Test failed: Got value 0x79a52a (4.75176483e-01), expected 0x7a4000 (4.77539092e-01). d3d10core.c:15751: Test failed: Got value 0x7aeb35 (4.80151504e-01), expected 0x7b87ae (4.82539088e-01). d3d10core.c:15751: Test failed: Got value 0x7c3140 (4.85126525e-01), expected 0x7ccf5c (4.87539083e-01). d3d10core.c:15751: Test failed: Got value 0x7d774a (4.90101486e-01), expected 0x7e170a (4.92539078e-01). d3d10core.c:15751: Test failed: Got value 0x7ebd55 (4.95076507e-01), expected 0x7f5eb8 (4.97539073e-01). d3d10core.c:15751: Test failed: Got value 0x80035f (5.00051498e-01), expected 0x80a666 (5.02539098e-01). d3d10core.c:15751: Test failed: Got value 0x814969 (5.05026460e-01), expected 0x81ee15 (5.07539153e-01). d3d10core.c:15751: Test failed: Got value 0x828f74 (5.10001481e-01), expected 0x8335c3 (5.12539148e-01). d3d10core.c:15751: Test failed: Got value 0x83d57e (5.14976442e-01), expected 0x847d71 (5.17539144e-01). d3d10core.c:15751: Test failed: Got value 0x851b89 (5.19951463e-01), expected 0x85c51f (5.22539139e-01). d3d10core.c:15751: Test failed: Got value 0x866194 (5.24926484e-01), expected 0x870ccd (5.27539134e-01). d3d10core.c:15751: Test failed: Got value 0x87a79e (5.29901445e-01), expected 0x88547b (5.32539129e-01). d3d10core.c:15751: Test failed: Got value 0x88eda9 (5.34876466e-01), expected 0x899c29 (5.37539124e-01). d3d10core.c:15751: Test failed: Got value 0x8a33b4 (5.39851487e-01), expected 0x8ae3d7 (5.42539120e-01). d3d10core.c:15751: Test failed: Got value 0x8b79be (5.44826448e-01), expected 0x8c2b85 (5.47539115e-01). d3d10core.c:15751: Test failed: Got value 0x8cbfc9 (5.49801469e-01), expected 0x8d7333 (5.52539110e-01). d3d10core.c:15751: Test failed: Got value 0x8e05d3 (5.54776430e-01), expected 0x8ebae1 (5.57539105e-01). d3d10core.c:15751: Test failed: Got value 0x8f4bde (5.59751451e-01), expected 0x900290 (5.62539160e-01). d3d10core.c:15751: Test failed: Got value 0x9091e9 (5.64726472e-01), expected 0x914a3e (5.67539155e-01). d3d10core.c:15751: Test failed: Got value 0x91d7f3 (5.69701433e-01), expected 0x9291ec (5.72539151e-01). d3d10core.c:15751: Test failed: Got value 0x931dfe (5.74676454e-01), expected 0x93d99a (5.77539146e-01). d3d10core.c:15751: Test failed: Got value 0x946409 (5.79651475e-01), expected 0x952147 (5.82539082e-01). d3d10core.c:15751: Test failed: Got value 0x95aa13 (5.84626436e-01), expected 0x9668f5 (5.87539077e-01). d3d10core.c:15751: Test failed: Got value 0x96f01e (5.89601457e-01), expected 0x97b0a3 (5.92539072e-01). d3d10core.c:15751: Test failed: Got value 0x983629 (5.94576478e-01), expected 0x98f851 (5.97539067e-01). d3d10core.c:15751: Test failed: Got value 0x997c33 (5.99551439e-01), expected 0x9a3fff (6.02539062e-01). d3d10core.c:15751: Test failed: Got value 0x9ac23e (6.04526460e-01), expected 0x9b87ad (6.07539058e-01). d3d10core.c:15751: Test failed: Got value 0x9c0849 (6.09501481e-01), expected 0x9ccf5b (6.12539053e-01). d3d10core.c:15751: Test failed: Got value 0x9d4e53 (6.14476442e-01), expected 0x9e1709 (6.17539048e-01). d3d10core.c:15751: Test failed: Got value 0x9e945e (6.19451463e-01), expected 0x9f5eb8 (6.22539103e-01). d3d10core.c:15751: Test failed: Got value 0x9fda68 (6.24426425e-01), expected 0xa0a666 (6.27539098e-01). d3d10core.c:15751: Test failed: Got value 0xa12073 (6.29401445e-01), expected 0xa1ee14 (6.32539093e-01). d3d10core.c:15751: Test failed: Got value 0xa2667e (6.34376466e-01), expected 0xa335c2 (6.37539089e-01). d3d10core.c:15751: Test failed: Got value 0xa3ac88 (6.39351428e-01), expected 0xa47d70 (6.42539084e-01). d3d10core.c:15751: Test failed: Got value 0xa4f293 (6.44326448e-01), expected 0xa5c51e (6.47539079e-01). d3d10core.c:15751: Test failed: Got value 0xa6389e (6.49301469e-01), expected 0xa70ccc (6.52539074e-01). d3d10core.c:15751: Test failed: Got value 0xa77ea8 (6.54276431e-01), expected 0xa8547a (6.57539070e-01). d3d10core.c:15751: Test failed: Got value 0xa8c4b3 (6.59251451e-01), expected 0xa99c28 (6.62539065e-01). d3d10core.c:15751: Test failed: Got value 0xaa0abe (6.64226472e-01), expected 0xaae3d6 (6.67539060e-01). d3d10core.c:15751: Test failed: Got value 0xab50c8 (6.69201434e-01), expected 0xac2b84 (6.72539055e-01). d3d10core.c:15751: Test failed: Got value 0xac96d3 (6.74176455e-01), expected 0xad7333 (6.77539110e-01). d3d10core.c:15751: Test failed: Got value 0xaddcdd (6.79151416e-01), expected 0xaebae1 (6.82539105e-01). d3d10core.c:15751: Test failed: Got value 0xaf22e8 (6.84126437e-01), expected 0xb0028f (6.87539101e-01). d3d10core.c:15751: Test failed: Got value 0xb068f3 (6.89101458e-01), expected 0xb14a3d (6.92539096e-01). d3d10core.c:15751: Test failed: Got value 0xb1aefd (6.94076419e-01), expected 0xb291eb (6.97539091e-01). d3d10core.c:15751: Test failed: Got value 0xb2f508 (6.99051440e-01), expected 0xb3d999 (7.02539086e-01). d3d10core.c:15751: Test failed: Got value 0xb43b13 (7.04026461e-01), expected 0xb52147 (7.07539082e-01). d3d10core.c:15751: Test failed: Got value 0xb5811d (7.09001422e-01), expected 0xb668f5 (7.12539077e-01). d3d10core.c:15751: Test failed: Got value 0xb6c728 (7.13976443e-01), expected 0xb7b0a3 (7.17539072e-01). d3d10core.c:15751: Test failed: Got value 0xb80d33 (7.18951464e-01), expected 0xb8f851 (7.22539067e-01). d3d10core.c:15751: Test failed: Got value 0xb9533d (7.23926425e-01), expected 0xba3fff (7.27539062e-01). d3d10core.c:15751: Test failed: Got value 0xba9948 (7.28901446e-01), expected 0xbb87ad (7.32539058e-01). d3d10core.c:15751: Test failed: Got value 0xbbdf53 (7.33876467e-01), expected 0xbccf5c (7.37539113e-01). d3d10core.c:15751: Test failed: Got value 0xbd255d (7.38851428e-01), expected 0xbe170a (7.42539108e-01). d3d10core.c:15751: Test failed: Got value 0xbe6b68 (7.43826449e-01), expected 0xbf5eb8 (7.47539103e-01). d3d10core.c:15751: Test failed: Got value 0xbfb172 (7.48801410e-01), expected 0xc0a666 (7.52539098e-01). d3d10core.c:15751: Test failed: Got value 0xc0f77d (7.53776431e-01), expected 0xc1ee14 (7.57539093e-01). d3d10core.c:15751: Test failed: Got value 0xc23d88 (7.58751452e-01), expected 0xc335c2 (7.62539089e-01). d3d10core.c:15751: Test failed: Got value 0xc38392 (7.63726413e-01), expected 0xc47d70 (7.67539084e-01). d3d10core.c:15751: Test failed: Got value 0xc4c99d (7.68701434e-01), expected 0xc5c51e (7.72539079e-01). d3d10core.c:15751: Test failed: Got value 0xc60fa8 (7.73676455e-01), expected 0xc70ccc (7.77539074e-01). d3d10core.c:15751: Test failed: Got value 0xc755b2 (7.78651416e-01), expected 0xc8547a (7.82539070e-01). d3d10core.c:15751: Test failed: Got value 0xc89bbd (7.83626437e-01), expected 0xc99c28 (7.87539065e-01). d3d10core.c:15751: Test failed: Got value 0xc9e1c8 (7.88601458e-01), expected 0xcae3d6 (7.92539060e-01). d3d10core.c:15751: Test failed: Got value 0xcb27d2 (7.93576419e-01), expected 0xcc2b85 (7.97539115e-01). d3d10core.c:15751: Test failed: Got value 0xcc6ddd (7.98551440e-01), expected 0xcd7333 (8.02539110e-01). d3d10core.c:15751: Test failed: Got value 0xcdb3e7 (8.03526402e-01), expected 0xcebae1 (8.07539105e-01). d3d10core.c:15751: Test failed: Got value 0xcef9f2 (8.08501422e-01), expected 0xd0028f (8.12539101e-01). d3d10core.c:15751: Test failed: Got value 0xd03ffd (8.13476443e-01), expected 0xd14a3d (8.17539096e-01). d3d10core.c:15751: Test failed: Got value 0xd18607 (8.18451405e-01), expected 0xd291eb (8.22539091e-01). d3d10core.c:15751: Test failed: Got value 0xd2cc12 (8.23426425e-01), expected 0xd3d999 (8.27539086e-01). d3d10core.c:15751: Test failed: Got value 0xd4121d (8.28401446e-01), expected 0xd52147 (8.32539082e-01). d3d10core.c:15751: Test failed: Got value 0xd55827 (8.33376408e-01), expected 0xd668f5 (8.37539077e-01). d3d10core.c:15751: Test failed: Got value 0xd69e32 (8.38351429e-01), expected 0xd7b0a3 (8.42539072e-01). d3d10core.c:15751: Test failed: Got value 0xd7e43d (8.43326449e-01), expected 0xd8f851 (8.47539067e-01). d3d10core.c:15751: Test failed: Got value 0xd92a47 (8.48301411e-01), expected 0xda4000 (8.52539122e-01). d3d10core.c:15751: Test failed: Got value 0xda7052 (8.53276432e-01), expected 0xdb87ae (8.57539117e-01). d3d10core.c:15751: Test failed: Got value 0xdbb65d (8.58251452e-01), expected 0xdccf5c (8.62539113e-01). d3d10core.c:15751: Test failed: Got value 0xdcfc67 (8.63226414e-01), expected 0xde170a (8.67539108e-01). d3d10core.c:15751: Test failed: Got value 0xde4272 (8.68201435e-01), expected 0xdf5eb8 (8.72539103e-01). d3d10core.c:15751: Test failed: Got value 0xdf887c (8.73176396e-01), expected 0xe0a666 (8.77539098e-01). d3d10core.c:15751: Test failed: Got value 0xe0ce87 (8.78151417e-01), expected 0xe1ee14 (8.82539093e-01). d3d10core.c:15751: Test failed: Got value 0xe21492 (8.83126438e-01), expected 0xe335c2 (8.87539089e-01). d3d10core.c:15751: Test failed: Got value 0xe35a9c (8.88101399e-01), expected 0xe47d70 (8.92539084e-01). d3d10core.c:15751: Test failed: Got value 0xe4a0a7 (8.93076420e-01), expected 0xe5c51e (8.97539079e-01). d3d10core.c:15751: Test failed: Got value 0xe5e6b2 (8.98051441e-01), expected 0xe70ccc (9.02539074e-01). d3d10core.c:15751: Test failed: Got value 0xe72cbc (9.03026402e-01), expected 0xe8547a (9.07539070e-01). d3d10core.c:15751: Test failed: Got value 0xe872c7 (9.08001423e-01), expected 0xe99c29 (9.12539124e-01). d3d10core.c:15751: Test failed: Got value 0xe9b8d2 (9.12976444e-01), expected 0xeae3d7 (9.17539120e-01). d3d10core.c:15751: Test failed: Got value 0xeafedc (9.17951405e-01), expected 0xec2b85 (9.22539115e-01). d3d10core.c:15751: Test failed: Got value 0xec44e7 (9.22926426e-01), expected 0xed7333 (9.27539110e-01). d3d10core.c:15751: Test failed: Got value 0xed8af2 (9.27901447e-01), expected 0xeebae1 (9.32539105e-01). d3d10core.c:15751: Test failed: Got value 0xeed0fc (9.32876408e-01), expected 0xf0028f (9.37539101e-01). d3d10core.c:15751: Test failed: Got value 0xf01707 (9.37851429e-01), expected 0xf14a3d (9.42539096e-01). d3d10core.c:15751: Test failed: Got value 0xf15d11 (9.42826390e-01), expected 0xf291eb (9.47539091e-01). d3d10core.c:15751: Test failed: Got value 0xf2a31c (9.47801411e-01), expected 0xf3d999 (9.52539086e-01). d3d10core.c:15751: Test failed: Got value 0xf3e927 (9.52776432e-01), expected 0xf52147 (9.57539082e-01). d3d10core.c:15751: Test failed: Got value 0xf52f31 (9.57751393e-01), expected 0xf668f5 (9.62539077e-01). d3d10core.c:15751: Test failed: Got value 0xf6753c (9.62726414e-01), expected 0xf7b0a3 (9.67539072e-01). d3d10core.c:15751: Test failed: Got value 0xf7bb47 (9.67701435e-01), expected 0xf8f852 (9.72539127e-01). d3d10core.c:15751: Test failed: Got value 0xf90151 (9.72676396e-01), expected 0xfa4000 (9.77539122e-01). d3d10core.c:15751: Test failed: Got value 0xfa475c (9.77651417e-01), expected 0xfb87ae (9.82539117e-01). d3d10core.c:15751: Test failed: Got value 0xfb8d67 (9.82626438e-01), expected 0xfccf5c (9.87539113e-01). d3d10core.c:15751: Test failed: Got value 0xfcd371 (9.87601399e-01), expected 0xfe170a (9.92539108e-01). d3d10core.c:15751: Test failed: Got value 0xfe197c (9.92576420e-01), expected 0xff5eb8 (9.97539103e-01). d3d10core.c:15751: Test failed: Got value 0xff5f86 (9.97551382e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0x1ed41 (7.52645778e-03), expected 0x1ee13 (7.53897475e-03). d3d10core.c:15751: Test failed: Got value 0x3334d (1.25015387e-02), expected 0x335c2 (1.25390301e-02). d3d10core.c:15751: Test failed: Got value 0x47958 (1.74765605e-02), expected 0x47d70 (1.75390262e-02). d3d10core.c:15751: Test failed: Got value 0x5bf62 (2.24515218e-02), expected 0x5c51e (2.25390214e-02). d3d10core.c:15751: Test failed: Got value 0x7056d (2.74265427e-02), expected 0x70ccc (2.75390167e-02). d3d10core.c:15751: Test failed: Got value 0x84b78 (3.24015655e-02), expected 0x8547a (3.25390138e-02). d3d10core.c:15751: Test failed: Got value 0x99182 (3.73765267e-02), expected 0x99c28 (3.75390090e-02). d3d10core.c:15751: Test failed: Got value 0xad78d (4.23515476e-02), expected 0xae3d7 (4.25390638e-02). d3d10core.c:15751: Test failed: Got value 0xc1d97 (4.73265089e-02), expected 0xc2b85 (4.75390591e-02). d3d10core.c:15751: Test failed: Got value 0xd63a2 (5.23015298e-02), expected 0xd7333 (5.25390543e-02). d3d10core.c:15751: Test failed: Got value 0xea9ad (5.72765507e-02), expected 0xebae1 (5.75390495e-02). d3d10core.c:15751: Test failed: Got value 0xfefb7 (6.22515120e-02), expected 0x10028f (6.25390485e-02). d3d10core.c:15751: Test failed: Got value 0x1135c2 (6.72265366e-02), expected 0x114a3d (6.75390437e-02). d3d10core.c:15751: Test failed: Got value 0x127bcd (7.22015575e-02), expected 0x1291eb (7.25390390e-02). d3d10core.c:15751: Test failed: Got value 0x13c1d7 (7.71765187e-02), expected 0x13d999 (7.75390342e-02). d3d10core.c:15751: Test failed: Got value 0x1507e2 (8.21515396e-02), expected 0x152147 (8.25390294e-02). d3d10core.c:15751: Test failed: Got value 0x164dec (8.71265009e-02), expected 0x1668f5 (8.75390247e-02). d3d10core.c:15751: Test failed: Got value 0x1793f7 (9.21015218e-02), expected 0x17b0a3 (9.25390199e-02). d3d10core.c:15751: Test failed: Got value 0x18da02 (9.70765427e-02), expected 0x18f851 (9.75390151e-02). d3d10core.c:15751: Test failed: Got value 0x1a200c (1.02051504e-01), expected 0x1a4000 (1.02539070e-01). d3d10core.c:15751: Test failed: Got value 0x1b6617 (1.07026525e-01), expected 0x1b87ae (1.07539065e-01). d3d10core.c:15751: Test failed: Got value 0x1cac22 (1.12001546e-01), expected 0x1ccf5c (1.12539060e-01). d3d10core.c:15751: Test failed: Got value 0x1df22c (1.16976507e-01), expected 0x1e170a (1.17539056e-01). d3d10core.c:15751: Test failed: Got value 0x1f3837 (1.21951528e-01), expected 0x1f5eb8 (1.22539051e-01). d3d10core.c:15751: Test failed: Got value 0x207e42 (1.26926556e-01), expected 0x20a666 (1.27539054e-01). d3d10core.c:15751: Test failed: Got value 0x21c44c (1.31901518e-01), expected 0x21ee14 (1.32539049e-01). d3d10core.c:15751: Test failed: Got value 0x230a57 (1.36876538e-01), expected 0x2335c2 (1.37539044e-01). d3d10core.c:15751: Test failed: Got value 0x245062 (1.41851559e-01), expected 0x247d70 (1.42539039e-01). d3d10core.c:15751: Test failed: Got value 0x25966c (1.46826521e-01), expected 0x25c51e (1.47539034e-01). d3d10core.c:15751: Test failed: Got value 0x26dc77 (1.51801541e-01), expected 0x270ccc (1.52539030e-01). d3d10core.c:15751: Test failed: Got value 0x282282 (1.56776562e-01), expected 0x28547a (1.57539025e-01). d3d10core.c:15751: Test failed: Got value 0x29688c (1.61751524e-01), expected 0x299c28 (1.62539020e-01). d3d10core.c:15751: Test failed: Got value 0x2aae97 (1.66726544e-01), expected 0x2ae3d6 (1.67539015e-01). d3d10core.c:15751: Test failed: Got value 0x2bf4a2 (1.71701565e-01), expected 0x2c2b84 (1.72539011e-01). d3d10core.c:15751: Test failed: Got value 0x2d3aac (1.76676527e-01), expected 0x2d7333 (1.77539065e-01). d3d10core.c:15751: Test failed: Got value 0x2e80b7 (1.81651548e-01), expected 0x2ebae1 (1.82539061e-01). d3d10core.c:15751: Test failed: Got value 0x2fc6c1 (1.86626509e-01), expected 0x30028f (1.87539056e-01). d3d10core.c:15751: Test failed: Got value 0x310ccc (1.91601530e-01), expected 0x314a3d (1.92539051e-01). d3d10core.c:15751: Test failed: Got value 0x3252d6 (1.96576491e-01), expected 0x3291eb (1.97539046e-01). d3d10core.c:15751: Test failed: Got value 0x3398e1 (2.01551512e-01), expected 0x33d999 (2.02539042e-01). d3d10core.c:15751: Test failed: Got value 0x34deec (2.06526533e-01), expected 0x352147 (2.07539037e-01). d3d10core.c:15751: Test failed: Got value 0x3624f6 (2.11501494e-01), expected 0x3668f5 (2.12539032e-01). d3d10core.c:15751: Test failed: Got value 0x376b01 (2.16476515e-01), expected 0x37b0a3 (2.17539027e-01). d3d10core.c:15751: Test failed: Got value 0x38b10c (2.21451536e-01), expected 0x38f852 (2.22539082e-01). d3d10core.c:15751: Test failed: Got value 0x39f716 (2.26426497e-01), expected 0x3a4000 (2.27539077e-01). d3d10core.c:15751: Test failed: Got value 0x3b3d21 (2.31401518e-01), expected 0x3b87ae (2.32539073e-01). d3d10core.c:15751: Test failed: Got value 0x3c832c (2.36376539e-01), expected 0x3ccf5c (2.37539068e-01). d3d10core.c:15751: Test failed: Got value 0x3dc936 (2.41351500e-01), expected 0x3e170a (2.42539063e-01). d3d10core.c:15751: Test failed: Got value 0x3f0f41 (2.46326521e-01), expected 0x3f5eb8 (2.47539058e-01). d3d10core.c:15751: Test failed: Got value 0x40554c (2.51301557e-01), expected 0x40a666 (2.52539068e-01). d3d10core.c:15751: Test failed: Got value 0x419b56 (2.56276518e-01), expected 0x41ee14 (2.57539064e-01). d3d10core.c:15751: Test failed: Got value 0x42e160 (2.61251479e-01), expected 0x4335c2 (2.62539059e-01). d3d10core.c:15751: Test failed: Got value 0x44276c (2.66226560e-01), expected 0x447d70 (2.67539054e-01). d3d10core.c:15751: Test failed: Got value 0x456d76 (2.71201521e-01), expected 0x45c51e (2.72539049e-01). d3d10core.c:15751: Test failed: Got value 0x46b380 (2.76176482e-01), expected 0x470ccc (2.77539045e-01). d3d10core.c:15751: Test failed: Got value 0x47f98b (2.81151503e-01), expected 0x48547a (2.82539040e-01). d3d10core.c:15751: Test failed: Got value 0x493f96 (2.86126524e-01), expected 0x499c28 (2.87539035e-01). d3d10core.c:15751: Test failed: Got value 0x4a85a0 (2.91101485e-01), expected 0x4ae3d6 (2.92539030e-01). d3d10core.c:15751: Test failed: Got value 0x4bcbab (2.96076506e-01), expected 0x4c2b84 (2.97539026e-01). d3d10core.c:15751: Test failed: Got value 0x4d11b6 (3.01051527e-01), expected 0x4d7332 (3.02539021e-01). d3d10core.c:15751: Test failed: Got value 0x4e57c0 (3.06026489e-01), expected 0x4ebae0 (3.07539016e-01). d3d10core.c:15751: Test failed: Got value 0x4f9dcb (3.11001509e-01), expected 0x50028e (3.12539011e-01). d3d10core.c:15751: Test failed: Got value 0x50e3d6 (3.15976530e-01), expected 0x514a3d (3.17539066e-01). d3d10core.c:15751: Test failed: Got value 0x5229e0 (3.20951492e-01), expected 0x5291eb (3.22539061e-01). d3d10core.c:15751: Test failed: Got value 0x536feb (3.25926512e-01), expected 0x53d999 (3.27539057e-01). d3d10core.c:15751: Test failed: Got value 0x54b5f6 (3.30901533e-01), expected 0x552147 (3.32539052e-01). d3d10core.c:15751: Test failed: Got value 0x55fc00 (3.35876495e-01), expected 0x5668f5 (3.37539047e-01). d3d10core.c:15751: Test failed: Got value 0x57420b (3.40851516e-01), expected 0x57b0a4 (3.42539102e-01). d3d10core.c:15751: Test failed: Got value 0x588816 (3.45826536e-01), expected 0x58f852 (3.47539097e-01). d3d10core.c:15751: Test failed: Got value 0x59ce20 (3.50801498e-01), expected 0x5a4000 (3.52539092e-01). d3d10core.c:15751: Test failed: Got value 0x5b142b (3.55776519e-01), expected 0x5b87ae (3.57539088e-01). d3d10core.c:15751: Test failed: Got value 0x5c5a36 (3.60751539e-01), expected 0x5ccf5c (3.62539083e-01). d3d10core.c:15751: Test failed: Got value 0x5da040 (3.65726501e-01), expected 0x5e170a (3.67539078e-01). d3d10core.c:15751: Test failed: Got value 0x5ee64b (3.70701522e-01), expected 0x5f5eb8 (3.72539073e-01). d3d10core.c:15751: Test failed: Got value 0x602c56 (3.75676543e-01), expected 0x60a666 (3.77539068e-01). d3d10core.c:15751: Test failed: Got value 0x617260 (3.80651504e-01), expected 0x61ee14 (3.82539064e-01). d3d10core.c:15751: Test failed: Got value 0x62b86a (3.85626465e-01), expected 0x6335c2 (3.87539059e-01). d3d10core.c:15751: Test failed: Got value 0x63fe76 (3.90601546e-01), expected 0x647d70 (3.92539054e-01). d3d10core.c:15751: Test failed: Got value 0x654480 (3.95576507e-01), expected 0x65c51e (3.97539049e-01). d3d10core.c:15751: Test failed: Got value 0x668a8a (4.00551468e-01), expected 0x670ccc (4.02539045e-01). d3d10core.c:15751: Test failed: Got value 0x67d095 (4.05526489e-01), expected 0x68547a (4.07539040e-01). d3d10core.c:15751: Test failed: Got value 0x6916a0 (4.10501510e-01), expected 0x699c28 (4.12539035e-01). d3d10core.c:15751: Test failed: Got value 0x6a5caa (4.15476471e-01), expected 0x6ae3d6 (4.17539030e-01). d3d10core.c:15751: Test failed: Got value 0x6ba2b5 (4.20451492e-01), expected 0x6c2b84 (4.22539026e-01). d3d10core.c:15751: Test failed: Got value 0x6ce8c0 (4.25426513e-01), expected 0x6d7332 (4.27539021e-01). d3d10core.c:15751: Test failed: Got value 0x6e2eca (4.30401474e-01), expected 0x6ebae1 (4.32539076e-01). d3d10core.c:15751: Test failed: Got value 0x6f74d5 (4.35376495e-01), expected 0x70028f (4.37539071e-01). d3d10core.c:15751: Test failed: Got value 0x70bae0 (4.40351516e-01), expected 0x714a3d (4.42539066e-01). d3d10core.c:15751: Test failed: Got value 0x7200ea (4.45326477e-01), expected 0x7291eb (4.47539061e-01). d3d10core.c:15751: Test failed: Got value 0x7346f5 (4.50301498e-01), expected 0x73d999 (4.52539057e-01). d3d10core.c:15751: Test failed: Got value 0x748d00 (4.55276519e-01), expected 0x752147 (4.57539052e-01). d3d10core.c:15751: Test failed: Got value 0x75d30a (4.60251480e-01), expected 0x7668f6 (4.62539107e-01). d3d10core.c:15751: Test failed: Got value 0x771915 (4.65226501e-01), expected 0x77b0a4 (4.67539102e-01). d3d10core.c:15751: Test failed: Got value 0x785f20 (4.70201522e-01), expected 0x78f852 (4.72539097e-01). d3d10core.c:15751: Test failed: Got value 0x79a52a (4.75176483e-01), expected 0x7a4000 (4.77539092e-01). d3d10core.c:15751: Test failed: Got value 0x7aeb35 (4.80151504e-01), expected 0x7b87ae (4.82539088e-01). d3d10core.c:15751: Test failed: Got value 0x7c3140 (4.85126525e-01), expected 0x7ccf5c (4.87539083e-01). d3d10core.c:15751: Test failed: Got value 0x7d774a (4.90101486e-01), expected 0x7e170a (4.92539078e-01). d3d10core.c:15751: Test failed: Got value 0x7ebd55 (4.95076507e-01), expected 0x7f5eb8 (4.97539073e-01). d3d10core.c:15751: Test failed: Got value 0x80035f (5.00051498e-01), expected 0x80a666 (5.02539098e-01). d3d10core.c:15751: Test failed: Got value 0x814969 (5.05026460e-01), expected 0x81ee15 (5.07539153e-01). d3d10core.c:15751: Test failed: Got value 0x828f74 (5.10001481e-01), expected 0x8335c3 (5.12539148e-01). d3d10core.c:15751: Test failed: Got value 0x83d57e (5.14976442e-01), expected 0x847d71 (5.17539144e-01). d3d10core.c:15751: Test failed: Got value 0x851b89 (5.19951463e-01), expected 0x85c51f (5.22539139e-01). d3d10core.c:15751: Test failed: Got value 0x866194 (5.24926484e-01), expected 0x870ccd (5.27539134e-01). d3d10core.c:15751: Test failed: Got value 0x87a79e (5.29901445e-01), expected 0x88547b (5.32539129e-01). d3d10core.c:15751: Test failed: Got value 0x88eda9 (5.34876466e-01), expected 0x899c29 (5.37539124e-01). d3d10core.c:15751: Test failed: Got value 0x8a33b4 (5.39851487e-01), expected 0x8ae3d7 (5.42539120e-01). d3d10core.c:15751: Test failed: Got value 0x8b79be (5.44826448e-01), expected 0x8c2b85 (5.47539115e-01). d3d10core.c:15751: Test failed: Got value 0x8cbfc9 (5.49801469e-01), expected 0x8d7333 (5.52539110e-01). d3d10core.c:15751: Test failed: Got value 0x8e05d3 (5.54776430e-01), expected 0x8ebae1 (5.57539105e-01). d3d10core.c:15751: Test failed: Got value 0x8f4bde (5.59751451e-01), expected 0x900290 (5.62539160e-01). d3d10core.c:15751: Test failed: Got value 0x9091e9 (5.64726472e-01), expected 0x914a3e (5.67539155e-01). d3d10core.c:15751: Test failed: Got value 0x91d7f3 (5.69701433e-01), expected 0x9291ec (5.72539151e-01). d3d10core.c:15751: Test failed: Got value 0x931dfe (5.74676454e-01), expected 0x93d99a (5.77539146e-01). d3d10core.c:15751: Test failed: Got value 0x946409 (5.79651475e-01), expected 0x952147 (5.82539082e-01). d3d10core.c:15751: Test failed: Got value 0x95aa13 (5.84626436e-01), expected 0x9668f5 (5.87539077e-01). d3d10core.c:15751: Test failed: Got value 0x96f01e (5.89601457e-01), expected 0x97b0a3 (5.92539072e-01). d3d10core.c:15751: Test failed: Got value 0x983629 (5.94576478e-01), expected 0x98f851 (5.97539067e-01). d3d10core.c:15751: Test failed: Got value 0x997c33 (5.99551439e-01), expected 0x9a3fff (6.02539062e-01). d3d10core.c:15751: Test failed: Got value 0x9ac23e (6.04526460e-01), expected 0x9b87ad (6.07539058e-01). d3d10core.c:15751: Test failed: Got value 0x9c0849 (6.09501481e-01), expected 0x9ccf5b (6.12539053e-01). d3d10core.c:15751: Test failed: Got value 0x9d4e53 (6.14476442e-01), expected 0x9e1709 (6.17539048e-01). d3d10core.c:15751: Test failed: Got value 0x9e945e (6.19451463e-01), expected 0x9f5eb8 (6.22539103e-01). d3d10core.c:15751: Test failed: Got value 0x9fda68 (6.24426425e-01), expected 0xa0a666 (6.27539098e-01). d3d10core.c:15751: Test failed: Got value 0xa12073 (6.29401445e-01), expected 0xa1ee14 (6.32539093e-01). d3d10core.c:15751: Test failed: Got value 0xa2667e (6.34376466e-01), expected 0xa335c2 (6.37539089e-01). d3d10core.c:15751: Test failed: Got value 0xa3ac88 (6.39351428e-01), expected 0xa47d70 (6.42539084e-01). d3d10core.c:15751: Test failed: Got value 0xa4f293 (6.44326448e-01), expected 0xa5c51e (6.47539079e-01). d3d10core.c:15751: Test failed: Got value 0xa6389e (6.49301469e-01), expected 0xa70ccc (6.52539074e-01). d3d10core.c:15751: Test failed: Got value 0xa77ea8 (6.54276431e-01), expected 0xa8547a (6.57539070e-01). d3d10core.c:15751: Test failed: Got value 0xa8c4b3 (6.59251451e-01), expected 0xa99c28 (6.62539065e-01). d3d10core.c:15751: Test failed: Got value 0xaa0abe (6.64226472e-01), expected 0xaae3d6 (6.67539060e-01). d3d10core.c:15751: Test failed: Got value 0xab50c8 (6.69201434e-01), expected 0xac2b84 (6.72539055e-01). d3d10core.c:15751: Test failed: Got value 0xac96d3 (6.74176455e-01), expected 0xad7333 (6.77539110e-01). d3d10core.c:15751: Test failed: Got value 0xaddcdd (6.79151416e-01), expected 0xaebae1 (6.82539105e-01). d3d10core.c:15751: Test failed: Got value 0xaf22e8 (6.84126437e-01), expected 0xb0028f (6.87539101e-01). d3d10core.c:15751: Test failed: Got value 0xb068f3 (6.89101458e-01), expected 0xb14a3d (6.92539096e-01). d3d10core.c:15751: Test failed: Got value 0xb1aefd (6.94076419e-01), expected 0xb291eb (6.97539091e-01). d3d10core.c:15751: Test failed: Got value 0xb2f508 (6.99051440e-01), expected 0xb3d999 (7.02539086e-01). d3d10core.c:15751: Test failed: Got value 0xb43b13 (7.04026461e-01), expected 0xb52147 (7.07539082e-01). d3d10core.c:15751: Test failed: Got value 0xb5811d (7.09001422e-01), expected 0xb668f5 (7.12539077e-01). d3d10core.c:15751: Test failed: Got value 0xb6c728 (7.13976443e-01), expected 0xb7b0a3 (7.17539072e-01). d3d10core.c:15751: Test failed: Got value 0xb80d33 (7.18951464e-01), expected 0xb8f851 (7.22539067e-01). d3d10core.c:15751: Test failed: Got value 0xb9533d (7.23926425e-01), expected 0xba3fff (7.27539062e-01). d3d10core.c:15751: Test failed: Got value 0xba9948 (7.28901446e-01), expected 0xbb87ad (7.32539058e-01). d3d10core.c:15751: Test failed: Got value 0xbbdf53 (7.33876467e-01), expected 0xbccf5c (7.37539113e-01). d3d10core.c:15751: Test failed: Got value 0xbd255d (7.38851428e-01), expected 0xbe170a (7.42539108e-01). d3d10core.c:15751: Test failed: Got value 0xbe6b68 (7.43826449e-01), expected 0xbf5eb8 (7.47539103e-01). d3d10core.c:15751: Test failed: Got value 0xbfb172 (7.48801410e-01), expected 0xc0a666 (7.52539098e-01). d3d10core.c:15751: Test failed: Got value 0xc0f77d (7.53776431e-01), expected 0xc1ee14 (7.57539093e-01). d3d10core.c:15751: Test failed: Got value 0xc23d88 (7.58751452e-01), expected 0xc335c2 (7.62539089e-01). d3d10core.c:15751: Test failed: Got value 0xc38392 (7.63726413e-01), expected 0xc47d70 (7.67539084e-01). d3d10core.c:15751: Test failed: Got value 0xc4c99d (7.68701434e-01), expected 0xc5c51e (7.72539079e-01). d3d10core.c:15751: Test failed: Got value 0xc60fa8 (7.73676455e-01), expected 0xc70ccc (7.77539074e-01). d3d10core.c:15751: Test failed: Got value 0xc755b2 (7.78651416e-01), expected 0xc8547a (7.82539070e-01). d3d10core.c:15751: Test failed: Got value 0xc89bbd (7.83626437e-01), expected 0xc99c28 (7.87539065e-01). d3d10core.c:15751: Test failed: Got value 0xc9e1c8 (7.88601458e-01), expected 0xcae3d6 (7.92539060e-01). d3d10core.c:15751: Test failed: Got value 0xcb27d2 (7.93576419e-01), expected 0xcc2b85 (7.97539115e-01). d3d10core.c:15751: Test failed: Got value 0xcc6ddd (7.98551440e-01), expected 0xcd7333 (8.02539110e-01). d3d10core.c:15751: Test failed: Got value 0xcdb3e7 (8.03526402e-01), expected 0xcebae1 (8.07539105e-01). d3d10core.c:15751: Test failed: Got value 0xcef9f2 (8.08501422e-01), expected 0xd0028f (8.12539101e-01). d3d10core.c:15751: Test failed: Got value 0xd03ffd (8.13476443e-01), expected 0xd14a3d (8.17539096e-01). d3d10core.c:15751: Test failed: Got value 0xd18607 (8.18451405e-01), expected 0xd291eb (8.22539091e-01). d3d10core.c:15751: Test failed: Got value 0xd2cc12 (8.23426425e-01), expected 0xd3d999 (8.27539086e-01). d3d10core.c:15751: Test failed: Got value 0xd4121d (8.28401446e-01), expected 0xd52147 (8.32539082e-01). d3d10core.c:15751: Test failed: Got value 0xd55827 (8.33376408e-01), expected 0xd668f5 (8.37539077e-01). d3d10core.c:15751: Test failed: Got value 0xd69e32 (8.38351429e-01), expected 0xd7b0a3 (8.42539072e-01). d3d10core.c:15751: Test failed: Got value 0xd7e43d (8.43326449e-01), expected 0xd8f851 (8.47539067e-01). d3d10core.c:15751: Test failed: Got value 0xd92a47 (8.48301411e-01), expected 0xda4000 (8.52539122e-01). d3d10core.c:15751: Test failed: Got value 0xda7052 (8.53276432e-01), expected 0xdb87ae (8.57539117e-01). d3d10core.c:15751: Test failed: Got value 0xdbb65d (8.58251452e-01), expected 0xdccf5c (8.62539113e-01). d3d10core.c:15751: Test failed: Got value 0xdcfc67 (8.63226414e-01), expected 0xde170a (8.67539108e-01). d3d10core.c:15751: Test failed: Got value 0xde4272 (8.68201435e-01), expected 0xdf5eb8 (8.72539103e-01). d3d10core.c:15751: Test failed: Got value 0xdf887c (8.73176396e-01), expected 0xe0a666 (8.77539098e-01). d3d10core.c:15751: Test failed: Got value 0xe0ce87 (8.78151417e-01), expected 0xe1ee14 (8.82539093e-01). d3d10core.c:15751: Test failed: Got value 0xe21492 (8.83126438e-01), expected 0xe335c2 (8.87539089e-01). d3d10core.c:15751: Test failed: Got value 0xe35a9c (8.88101399e-01), expected 0xe47d70 (8.92539084e-01). d3d10core.c:15751: Test failed: Got value 0xe4a0a7 (8.93076420e-01), expected 0xe5c51e (8.97539079e-01). d3d10core.c:15751: Test failed: Got value 0xe5e6b2 (8.98051441e-01), expected 0xe70ccc (9.02539074e-01). d3d10core.c:15751: Test failed: Got value 0xe72cbc (9.03026402e-01), expected 0xe8547a (9.07539070e-01). d3d10core.c:15751: Test failed: Got value 0xe872c7 (9.08001423e-01), expected 0xe99c29 (9.12539124e-01). d3d10core.c:15751: Test failed: Got value 0xe9b8d2 (9.12976444e-01), expected 0xeae3d7 (9.17539120e-01). d3d10core.c:15751: Test failed: Got value 0xeafedc (9.17951405e-01), expected 0xec2b85 (9.22539115e-01). d3d10core.c:15751: Test failed: Got value 0xec44e7 (9.22926426e-01), expected 0xed7333 (9.27539110e-01). d3d10core.c:15751: Test failed: Got value 0xed8af2 (9.27901447e-01), expected 0xeebae1 (9.32539105e-01). d3d10core.c:15751: Test failed: Got value 0xeed0fc (9.32876408e-01), expected 0xf0028f (9.37539101e-01). d3d10core.c:15751: Test failed: Got value 0xf01707 (9.37851429e-01), expected 0xf14a3d (9.42539096e-01). d3d10core.c:15751: Test failed: Got value 0xf15d11 (9.42826390e-01), expected 0xf291eb (9.47539091e-01). d3d10core.c:15751: Test failed: Got value 0xf2a31c (9.47801411e-01), expected 0xf3d999 (9.52539086e-01). d3d10core.c:15751: Test failed: Got value 0xf3e927 (9.52776432e-01), expected 0xf52147 (9.57539082e-01). d3d10core.c:15751: Test failed: Got value 0xf52f31 (9.57751393e-01), expected 0xf668f5 (9.62539077e-01). d3d10core.c:15751: Test failed: Got value 0xf6753c (9.62726414e-01), expected 0xf7b0a3 (9.67539072e-01). d3d10core.c:15751: Test failed: Got value 0xf7bb47 (9.67701435e-01), expected 0xf8f852 (9.72539127e-01). d3d10core.c:15751: Test failed: Got value 0xf90151 (9.72676396e-01), expected 0xfa4000 (9.77539122e-01). d3d10core.c:15751: Test failed: Got value 0xfa475c (9.77651417e-01), expected 0xfb87ae (9.82539117e-01). d3d10core.c:15751: Test failed: Got value 0xfb8d67 (9.82626438e-01), expected 0xfccf5c (9.87539113e-01). d3d10core.c:15751: Test failed: Got value 0xfcd371 (9.87601399e-01), expected 0xfe170a (9.92539108e-01). d3d10core.c:15751: Test failed: Got value 0xfe197c (9.92576420e-01), expected 0xff5eb8 (9.97539103e-01). d3d10core.c:15751: Test failed: Got value 0xff5f86 (9.97551382e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0x5c5c2 (2.25487966e-02), expected 0x5c5c6 (2.25490350e-02). d3d10core.c:15751: Test failed: Got value 0x70d70 (2.75487918e-02), expected 0x70d74 (2.75490303e-02). d3d10core.c:15751: Test failed: Got value 0x8551d (3.25487293e-02), expected 0x85522 (3.25490274e-02). d3d10core.c:15751: Test failed: Got value 0x99cca (3.75486650e-02), expected 0x99cd1 (3.75490822e-02). d3d10core.c:15751: Test failed: Got value 0xae477 (4.25486006e-02), expected 0xae47f (4.25490774e-02). d3d10core.c:15751: Test failed: Got value 0xc2c24 (4.75485362e-02), expected 0xc2c2d (4.75490727e-02). d3d10core.c:15751: Test failed: Got value 0xd73d2 (5.25485314e-02), expected 0xd73db (5.25490679e-02). d3d10core.c:15751: Test failed: Got value 0xebb7f (5.75484671e-02), expected 0xebb89 (5.75490631e-02). d3d10core.c:15751: Test failed: Got value 0x10032c (6.25484064e-02), expected 0x100337 (6.25490621e-02). d3d10core.c:15751: Test failed: Got value 0x114ad9 (6.75483420e-02), expected 0x114ae5 (6.75490573e-02). d3d10core.c:15751: Test failed: Got value 0x129287 (7.25483373e-02), expected 0x129293 (7.25490525e-02). d3d10core.c:15751: Test failed: Got value 0x13da34 (7.75482729e-02), expected 0x13da41 (7.75490478e-02). d3d10core.c:15751: Test failed: Got value 0x1521e1 (8.25482085e-02), expected 0x1521ef (8.25490430e-02). d3d10core.c:15751: Test failed: Got value 0x16698e (8.75481442e-02), expected 0x16699d (8.75490382e-02). d3d10core.c:15751: Test failed: Got value 0x17b13c (9.25481394e-02), expected 0x17b14b (9.25490335e-02). d3d10core.c:15751: Test failed: Got value 0x18f8e9 (9.75480750e-02), expected 0x18f8fa (9.75490883e-02). d3d10core.c:15751: Test failed: Got value 0x1a4096 (1.02548011e-01), expected 0x1a40a8 (1.02549084e-01). d3d10core.c:15751: Test failed: Got value 0x1b8843 (1.07547946e-01), expected 0x1b8856 (1.07549079e-01). d3d10core.c:15751: Test failed: Got value 0x1ccff1 (1.12547942e-01), expected 0x1cd004 (1.12549074e-01). d3d10core.c:15751: Test failed: Got value 0x1e179e (1.17547877e-01), expected 0x1e17b2 (1.17549069e-01). d3d10core.c:15751: Test failed: Got value 0x1f5f4b (1.22547813e-01), expected 0x1f5f60 (1.22549064e-01). d3d10core.c:15751: Test failed: Got value 0x20a6f8 (1.27547756e-01), expected 0x20a70e (1.27549067e-01). d3d10core.c:15751: Test failed: Got value 0x21eea6 (1.32547751e-01), expected 0x21eebc (1.32549062e-01). d3d10core.c:15751: Test failed: Got value 0x233653 (1.37547687e-01), expected 0x23366a (1.37549058e-01). d3d10core.c:15751: Test failed: Got value 0x247e00 (1.42547622e-01), expected 0x247e18 (1.42549053e-01). d3d10core.c:15751: Test failed: Got value 0x25c5ad (1.47547558e-01), expected 0x25c5c6 (1.47549048e-01). d3d10core.c:15751: Test failed: Got value 0x270d5a (1.52547494e-01), expected 0x270d74 (1.52549043e-01). d3d10core.c:15751: Test failed: Got value 0x285508 (1.57547489e-01), expected 0x285522 (1.57549039e-01). d3d10core.c:15751: Test failed: Got value 0x299cb5 (1.62547424e-01), expected 0x299cd0 (1.62549034e-01). d3d10core.c:15751: Test failed: Got value 0x2ae462 (1.67547360e-01), expected 0x2ae47e (1.67549029e-01). d3d10core.c:15751: Test failed: Got value 0x2c2c10 (1.72547355e-01), expected 0x2c2c2d (1.72549084e-01). d3d10core.c:15751: Test failed: Got value 0x2d73bd (1.77547291e-01), expected 0x2d73db (1.77549079e-01). d3d10core.c:15751: Test failed: Got value 0x2ebb6a (1.82547227e-01), expected 0x2ebb89 (1.82549074e-01). d3d10core.c:15751: Test failed: Got value 0x300317 (1.87547162e-01), expected 0x300337 (1.87549070e-01). d3d10core.c:15751: Test failed: Got value 0x314ac4 (1.92547098e-01), expected 0x314ae5 (1.92549065e-01). d3d10core.c:15751: Test failed: Got value 0x329272 (1.97547093e-01), expected 0x329293 (1.97549060e-01). d3d10core.c:15751: Test failed: Got value 0x33da1f (2.02547029e-01), expected 0x33da41 (2.02549055e-01). d3d10core.c:15751: Test failed: Got value 0x3521cc (2.07546964e-01), expected 0x3521ef (2.07549050e-01). d3d10core.c:15751: Test failed: Got value 0x36697a (2.12546960e-01), expected 0x36699d (2.12549046e-01). d3d10core.c:15751: Test failed: Got value 0x37b127 (2.17546895e-01), expected 0x37b14c (2.17549101e-01). d3d10core.c:15751: Test failed: Got value 0x38f8d4 (2.22546831e-01), expected 0x38f8fa (2.22549096e-01). d3d10core.c:15751: Test failed: Got value 0x3a4081 (2.27546766e-01), expected 0x3a40a8 (2.27549091e-01). d3d10core.c:15751: Test failed: Got value 0x3b882e (2.32546702e-01), expected 0x3b8856 (2.32549086e-01). d3d10core.c:15751: Test failed: Got value 0x3ccfdc (2.37546697e-01), expected 0x3cd004 (2.37549081e-01). d3d10core.c:15751: Test failed: Got value 0x3e1789 (2.42546633e-01), expected 0x3e17b2 (2.42549077e-01). d3d10core.c:15751: Test failed: Got value 0x3f5f36 (2.47546569e-01), expected 0x3f5f60 (2.47549072e-01). d3d10core.c:15751: Test failed: Got value 0x40a6e3 (2.52546519e-01), expected 0x40a70e (2.52549082e-01). d3d10core.c:15751: Test failed: Got value 0x41ee90 (2.57546455e-01), expected 0x41eebc (2.57549077e-01). d3d10core.c:15751: Test failed: Got value 0x43363e (2.62546450e-01), expected 0x43366a (2.62549073e-01). d3d10core.c:15751: Test failed: Got value 0x447deb (2.67546386e-01), expected 0x447e18 (2.67549068e-01). d3d10core.c:15751: Test failed: Got value 0x45c598 (2.72546321e-01), expected 0x45c5c6 (2.72549063e-01). d3d10core.c:15751: Test failed: Got value 0x470d46 (2.77546316e-01), expected 0x470d74 (2.77549058e-01). d3d10core.c:15751: Test failed: Got value 0x4854f2 (2.82546192e-01), expected 0x485522 (2.82549053e-01). d3d10core.c:15751: Test failed: Got value 0x499ca0 (2.87546188e-01), expected 0x499cd0 (2.87549049e-01). d3d10core.c:15751: Test failed: Got value 0x4ae44d (2.92546123e-01), expected 0x4ae47e (2.92549044e-01). d3d10core.c:15751: Test failed: Got value 0x4c2bfa (2.97546059e-01), expected 0x4c2c2c (2.97549039e-01). d3d10core.c:15751: Test failed: Got value 0x4d73a8 (3.02546054e-01), expected 0x4d73da (3.02549034e-01). d3d10core.c:15751: Test failed: Got value 0x4ebb55 (3.07545990e-01), expected 0x4ebb88 (3.07549030e-01). d3d10core.c:15751: Test failed: Got value 0x500302 (3.12545925e-01), expected 0x500337 (3.12549084e-01). d3d10core.c:15751: Test failed: Got value 0x514ab0 (3.17545921e-01), expected 0x514ae5 (3.17549080e-01). d3d10core.c:15751: Test failed: Got value 0x52925c (3.22545797e-01), expected 0x529293 (3.22549075e-01). d3d10core.c:15751: Test failed: Got value 0x53da0a (3.27545792e-01), expected 0x53da41 (3.27549070e-01). d3d10core.c:15751: Test failed: Got value 0x5521b7 (3.32545727e-01), expected 0x5521ef (3.32549065e-01). d3d10core.c:15751: Test failed: Got value 0x566964 (3.37545663e-01), expected 0x56699e (3.37549120e-01). d3d10core.c:15751: Test failed: Got value 0x57b112 (3.42545658e-01), expected 0x57b14c (3.42549115e-01). d3d10core.c:15751: Test failed: Got value 0x58f8be (3.47545534e-01), expected 0x58f8fa (3.47549111e-01). d3d10core.c:15751: Test failed: Got value 0x5a406c (3.52545530e-01), expected 0x5a40a8 (3.52549106e-01). d3d10core.c:15751: Test failed: Got value 0x5b8819 (3.57545465e-01), expected 0x5b8856 (3.57549101e-01). d3d10core.c:15751: Test failed: Got value 0x5ccfc6 (3.62545401e-01), expected 0x5cd004 (3.62549096e-01). d3d10core.c:15751: Test failed: Got value 0x5e1774 (3.67545396e-01), expected 0x5e17b2 (3.67549092e-01). d3d10core.c:15751: Test failed: Got value 0x5f5f21 (3.72545332e-01), expected 0x5f5f60 (3.72549087e-01). d3d10core.c:15751: Test failed: Got value 0x60a6ce (3.77545267e-01), expected 0x60a70e (3.77549082e-01). d3d10core.c:15751: Test failed: Got value 0x61ee7c (3.82545263e-01), expected 0x61eebc (3.82549077e-01). d3d10core.c:15751: Test failed: Got value 0x633628 (3.87545139e-01), expected 0x63366a (3.87549073e-01). d3d10core.c:15751: Test failed: Got value 0x647dd6 (3.92545134e-01), expected 0x647e18 (3.92549068e-01). d3d10core.c:15751: Test failed: Got value 0x65c583 (3.97545069e-01), expected 0x65c5c6 (3.97549063e-01). d3d10core.c:15751: Test failed: Got value 0x670d30 (4.02545005e-01), expected 0x670d74 (4.02549058e-01). d3d10core.c:15751: Test failed: Got value 0x6854de (4.07545000e-01), expected 0x685522 (4.07549053e-01). d3d10core.c:15751: Test failed: Got value 0x699c8b (4.12544936e-01), expected 0x699cd0 (4.12549049e-01). d3d10core.c:15751: Test failed: Got value 0x6ae438 (4.17544872e-01), expected 0x6ae47e (4.17549044e-01). d3d10core.c:15751: Test failed: Got value 0x6c2be6 (4.22544867e-01), expected 0x6c2c2c (4.22549039e-01). d3d10core.c:15751: Test failed: Got value 0x6d7392 (4.27544743e-01), expected 0x6d73db (4.27549094e-01). d3d10core.c:15751: Test failed: Got value 0x6ebb40 (4.32544738e-01), expected 0x6ebb89 (4.32549089e-01). d3d10core.c:15751: Test failed: Got value 0x7002ed (4.37544674e-01), expected 0x700337 (4.37549084e-01). d3d10core.c:15751: Test failed: Got value 0x714a9a (4.42544609e-01), expected 0x714ae5 (4.42549080e-01). d3d10core.c:15751: Test failed: Got value 0x729248 (4.47544605e-01), expected 0x729293 (4.47549075e-01). d3d10core.c:15751: Test failed: Got value 0x73d9f5 (4.52544540e-01), expected 0x73da41 (4.52549070e-01). d3d10core.c:15751: Test failed: Got value 0x7521a2 (4.57544476e-01), expected 0x7521f0 (4.57549125e-01). d3d10core.c:15751: Test failed: Got value 0x766950 (4.62544471e-01), expected 0x76699e (4.62549120e-01). d3d10core.c:15751: Test failed: Got value 0x77b0fc (4.67544347e-01), expected 0x77b14c (4.67549115e-01). d3d10core.c:15751: Test failed: Got value 0x78f8aa (4.72544342e-01), expected 0x78f8fa (4.72549111e-01). d3d10core.c:15751: Test failed: Got value 0x7a4057 (4.77544278e-01), expected 0x7a40a8 (4.77549106e-01). d3d10core.c:15751: Test failed: Got value 0x7b8804 (4.82544214e-01), expected 0x7b8856 (4.82549101e-01). d3d10core.c:15751: Test failed: Got value 0x7ccfb2 (4.87544209e-01), expected 0x7cd004 (4.87549096e-01). d3d10core.c:15751: Test failed: Got value 0x7e175e (4.92544085e-01), expected 0x7e17b2 (4.92549092e-01). d3d10core.c:15751: Test failed: Got value 0x7f5f0c (4.97544080e-01), expected 0x7f5f60 (4.97549087e-01). d3d10core.c:15751: Test failed: Got value 0x80a6b8 (5.02543986e-01), expected 0x80a70e (5.02549112e-01). d3d10core.c:15751: Test failed: Got value 0x81ee65 (5.07543921e-01), expected 0x81eebc (5.07549107e-01). d3d10core.c:15751: Test failed: Got value 0x833613 (5.12543917e-01), expected 0x83366a (5.12549102e-01). d3d10core.c:15751: Test failed: Got value 0x847dc0 (5.17543852e-01), expected 0x847e18 (5.17549098e-01). d3d10core.c:15751: Test failed: Got value 0x85c56d (5.22543788e-01), expected 0x85c5c6 (5.22549093e-01). d3d10core.c:15751: Test failed: Got value 0x870d1a (5.27543724e-01), expected 0x870d74 (5.27549088e-01). d3d10core.c:15751: Test failed: Got value 0x8854c8 (5.32543719e-01), expected 0x885522 (5.32549083e-01). d3d10core.c:15751: Test failed: Got value 0x899c75 (5.37543654e-01), expected 0x899cd0 (5.37549078e-01). d3d10core.c:15751: Test failed: Got value 0x8ae422 (5.42543590e-01), expected 0x8ae47e (5.42549074e-01). d3d10core.c:15751: Test failed: Got value 0x8c2bcf (5.47543526e-01), expected 0x8c2c2c (5.47549069e-01). d3d10core.c:15751: Test failed: Got value 0x8d737d (5.52543521e-01), expected 0x8d73da (5.52549064e-01). d3d10core.c:15751: Test failed: Got value 0x8ebb2a (5.57543457e-01), expected 0x8ebb89 (5.57549119e-01). d3d10core.c:15751: Test failed: Got value 0x9002d7 (5.62543392e-01), expected 0x900337 (5.62549114e-01). d3d10core.c:15751: Test failed: Got value 0x914a84 (5.67543328e-01), expected 0x914ae5 (5.67549109e-01). d3d10core.c:15751: Test failed: Got value 0x929232 (5.72543323e-01), expected 0x929293 (5.72549105e-01). d3d10core.c:15751: Test failed: Got value 0x93d9df (5.77543259e-01), expected 0x93da41 (5.77549100e-01). d3d10core.c:15751: Test failed: Got value 0x95218c (5.82543194e-01), expected 0x9521ef (5.82549095e-01). d3d10core.c:15751: Test failed: Got value 0x966939 (5.87543130e-01), expected 0x96699d (5.87549090e-01). d3d10core.c:15751: Test failed: Got value 0x97b0e7 (5.92543125e-01), expected 0x97b14b (5.92549086e-01). d3d10core.c:15751: Test failed: Got value 0x98f894 (5.97543061e-01), expected 0x98f8f9 (5.97549081e-01). d3d10core.c:15751: Test failed: Got value 0x9a4041 (6.02542996e-01), expected 0x9a40a7 (6.02549076e-01). d3d10core.c:15751: Test failed: Got value 0x9b87ee (6.07542932e-01), expected 0x9b8855 (6.07549071e-01). d3d10core.c:15751: Test failed: Got value 0x9ccf9c (6.12542927e-01), expected 0x9cd003 (6.12549067e-01). d3d10core.c:15751: Test failed: Got value 0x9e1749 (6.17542863e-01), expected 0x9e17b2 (6.17549121e-01). d3d10core.c:15751: Test failed: Got value 0x9f5ef6 (6.22542799e-01), expected 0x9f5f60 (6.22549117e-01). d3d10core.c:15751: Test failed: Got value 0xa0a6a3 (6.27542734e-01), expected 0xa0a70e (6.27549112e-01). d3d10core.c:15751: Test failed: Got value 0xa1ee51 (6.32542729e-01), expected 0xa1eebc (6.32549107e-01). d3d10core.c:15751: Test failed: Got value 0xa335fe (6.37542665e-01), expected 0xa3366a (6.37549102e-01). d3d10core.c:15751: Test failed: Got value 0xa47dab (6.42542601e-01), expected 0xa47e18 (6.42549098e-01). d3d10core.c:15751: Test failed: Got value 0xa5c558 (6.47542536e-01), expected 0xa5c5c6 (6.47549093e-01). d3d10core.c:15751: Test failed: Got value 0xa70d05 (6.52542472e-01), expected 0xa70d74 (6.52549088e-01). d3d10core.c:15751: Test failed: Got value 0xa854b3 (6.57542467e-01), expected 0xa85522 (6.57549083e-01). d3d10core.c:15751: Test failed: Got value 0xa99c60 (6.62542403e-01), expected 0xa99cd0 (6.62549078e-01). d3d10core.c:15751: Test failed: Got value 0xaae40d (6.67542338e-01), expected 0xaae47e (6.67549074e-01). d3d10core.c:15751: Test failed: Got value 0xac2bba (6.72542274e-01), expected 0xac2c2d (6.72549129e-01). d3d10core.c:15751: Test failed: Got value 0xad7368 (6.77542269e-01), expected 0xad73db (6.77549124e-01). d3d10core.c:15751: Test failed: Got value 0xaebb15 (6.82542205e-01), expected 0xaebb89 (6.82549119e-01). d3d10core.c:15751: Test failed: Got value 0xb002c2 (6.87542140e-01), expected 0xb00337 (6.87549114e-01). d3d10core.c:15751: Test failed: Got value 0xb14a6f (6.92542076e-01), expected 0xb14ae5 (6.92549109e-01). d3d10core.c:15751: Test failed: Got value 0xb2921d (6.97542071e-01), expected 0xb29293 (6.97549105e-01). d3d10core.c:15751: Test failed: Got value 0xb3d9ca (7.02542007e-01), expected 0xb3da41 (7.02549100e-01). d3d10core.c:15751: Test failed: Got value 0xb52177 (7.07541943e-01), expected 0xb521ef (7.07549095e-01). d3d10core.c:15751: Test failed: Got value 0xb66924 (7.12541878e-01), expected 0xb6699d (7.12549090e-01). d3d10core.c:15751: Test failed: Got value 0xb7b0d2 (7.17541873e-01), expected 0xb7b14b (7.17549086e-01). d3d10core.c:15751: Test failed: Got value 0xb8f87f (7.22541809e-01), expected 0xb8f8f9 (7.22549081e-01). d3d10core.c:15751: Test failed: Got value 0xba402c (7.27541745e-01), expected 0xba40a7 (7.27549076e-01). d3d10core.c:15751: Test failed: Got value 0xbb87d9 (7.32541680e-01), expected 0xbb8856 (7.32549131e-01). d3d10core.c:15751: Test failed: Got value 0xbccf87 (7.37541676e-01), expected 0xbcd004 (7.37549126e-01). d3d10core.c:15751: Test failed: Got value 0xbe1734 (7.42541611e-01), expected 0xbe17b2 (7.42549121e-01). d3d10core.c:15751: Test failed: Got value 0xbf5ee1 (7.47541547e-01), expected 0xbf5f60 (7.47549117e-01). d3d10core.c:15751: Test failed: Got value 0xc0a68e (7.52541482e-01), expected 0xc0a70e (7.52549112e-01). d3d10core.c:15751: Test failed: Got value 0xc1ee3c (7.57541478e-01), expected 0xc1eebc (7.57549107e-01). d3d10core.c:15751: Test failed: Got value 0xc335e9 (7.62541413e-01), expected 0xc3366a (7.62549102e-01). d3d10core.c:15751: Test failed: Got value 0xc47d96 (7.67541349e-01), expected 0xc47e18 (7.67549098e-01). d3d10core.c:15751: Test failed: Got value 0xc5c543 (7.72541285e-01), expected 0xc5c5c6 (7.72549093e-01). d3d10core.c:15751: Test failed: Got value 0xc70cf1 (7.77541280e-01), expected 0xc70d74 (7.77549088e-01). d3d10core.c:15751: Test failed: Got value 0xc8549e (7.82541215e-01), expected 0xc85522 (7.82549083e-01). d3d10core.c:15751: Test failed: Got value 0xc99c4b (7.87541151e-01), expected 0xc99cd0 (7.87549078e-01). d3d10core.c:15751: Test failed: Got value 0xcae3f8 (7.92541087e-01), expected 0xcae47f (7.92549133e-01). d3d10core.c:15751: Test failed: Got value 0xcc2ba6 (7.97541082e-01), expected 0xcc2c2d (7.97549129e-01). d3d10core.c:15751: Test failed: Got value 0xcd7353 (8.02541018e-01), expected 0xcd73db (8.02549124e-01). d3d10core.c:15751: Test failed: Got value 0xcebb00 (8.07540953e-01), expected 0xcebb89 (8.07549119e-01). d3d10core.c:15751: Test failed: Got value 0xd002ad (8.12540889e-01), expected 0xd00337 (8.12549114e-01). d3d10core.c:15751: Test failed: Got value 0xd14a5a (8.17540824e-01), expected 0xd14ae5 (8.17549109e-01). d3d10core.c:15751: Test failed: Got value 0xd29208 (8.22540820e-01), expected 0xd29293 (8.22549105e-01). d3d10core.c:15751: Test failed: Got value 0xd3d9b5 (8.27540755e-01), expected 0xd3da41 (8.27549100e-01). d3d10core.c:15751: Test failed: Got value 0xd52162 (8.32540691e-01), expected 0xd521ef (8.32549095e-01). d3d10core.c:15751: Test failed: Got value 0xd6690f (8.37540627e-01), expected 0xd6699d (8.37549090e-01). d3d10core.c:15751: Test failed: Got value 0xd7b0bd (8.42540622e-01), expected 0xd7b14b (8.42549086e-01). d3d10core.c:15751: Test failed: Got value 0xd8f86a (8.47540557e-01), expected 0xd8f8fa (8.47549140e-01). d3d10core.c:15751: Test failed: Got value 0xda4017 (8.52540493e-01), expected 0xda40a8 (8.52549136e-01). d3d10core.c:15751: Test failed: Got value 0xdb87c4 (8.57540429e-01), expected 0xdb8856 (8.57549131e-01). d3d10core.c:15751: Test failed: Got value 0xdccf72 (8.62540424e-01), expected 0xdcd004 (8.62549126e-01). d3d10core.c:15751: Test failed: Got value 0xde171f (8.67540359e-01), expected 0xde17b2 (8.67549121e-01). d3d10core.c:15751: Test failed: Got value 0xdf5ecc (8.72540295e-01), expected 0xdf5f60 (8.72549117e-01). d3d10core.c:15751: Test failed: Got value 0xe0a679 (8.77540231e-01), expected 0xe0a70e (8.77549112e-01). d3d10core.c:15751: Test failed: Got value 0xe1ee27 (8.82540226e-01), expected 0xe1eebc (8.82549107e-01). d3d10core.c:15751: Test failed: Got value 0xe335d4 (8.87540162e-01), expected 0xe3366a (8.87549102e-01). d3d10core.c:15751: Test failed: Got value 0xe47d81 (8.92540097e-01), expected 0xe47e18 (8.92549098e-01). d3d10core.c:15751: Test failed: Got value 0xe5c52e (8.97540033e-01), expected 0xe5c5c6 (8.97549093e-01). d3d10core.c:15751: Test failed: Got value 0xe70cdc (9.02540028e-01), expected 0xe70d74 (9.02549088e-01). d3d10core.c:15751: Test failed: Got value 0xe85489 (9.07539964e-01), expected 0xe85523 (9.07549143e-01). d3d10core.c:15751: Test failed: Got value 0xe99c36 (9.12539899e-01), expected 0xe99cd1 (9.12549138e-01). d3d10core.c:15751: Test failed: Got value 0xeae3e3 (9.17539835e-01), expected 0xeae47f (9.17549133e-01). d3d10core.c:15751: Test failed: Got value 0xec2b91 (9.22539830e-01), expected 0xec2c2d (9.22549129e-01). d3d10core.c:15751: Test failed: Got value 0xed733e (9.27539766e-01), expected 0xed73db (9.27549124e-01). d3d10core.c:15751: Test failed: Got value 0xeebaeb (9.32539701e-01), expected 0xeebb89 (9.32549119e-01). d3d10core.c:15751: Test failed: Got value 0xf00298 (9.37539637e-01), expected 0xf00337 (9.37549114e-01). d3d10core.c:15751: Test failed: Got value 0xf14a46 (9.42539632e-01), expected 0xf14ae5 (9.42549109e-01). d3d10core.c:15751: Test failed: Got value 0xf291f3 (9.47539568e-01), expected 0xf29293 (9.47549105e-01). d3d10core.c:15751: Test failed: Got value 0xf3d9a0 (9.52539504e-01), expected 0xf3da41 (9.52549100e-01). d3d10core.c:15751: Test failed: Got value 0xf5214d (9.57539439e-01), expected 0xf521ef (9.57549095e-01). d3d10core.c:15751: Test failed: Got value 0xf668fa (9.62539375e-01), expected 0xf6699d (9.62549090e-01). d3d10core.c:15751: Test failed: Got value 0xf7b0a8 (9.67539370e-01), expected 0xf7b14c (9.67549145e-01). d3d10core.c:15751: Test failed: Got value 0xf8f855 (9.72539306e-01), expected 0xf8f8fa (9.72549140e-01). d3d10core.c:15751: Test failed: Got value 0xfa4002 (9.77539241e-01), expected 0xfa40a8 (9.77549136e-01). d3d10core.c:15751: Test failed: Got value 0xfb87af (9.82539177e-01), expected 0xfb8856 (9.82549131e-01). d3d10core.c:15751: Test failed: Got value 0xfccf5d (9.87539172e-01), expected 0xfcd004 (9.87549126e-01). d3d10core.c:15751: Test failed: Got value 0xfe170a (9.92539108e-01), expected 0xfe17b2 (9.92549121e-01). d3d10core.c:15751: Test failed: Got value 0xff5eb7 (9.97539043e-01), expected 0xff5f60 (9.97549117e-01). d3d10core.c:15751: Test failed: Got value 0x3341d (1.25139365e-02), expected 0x335c1 (1.25389704e-02). d3d10core.c:15751: Test failed: Got value 0x47886 (1.74640436e-02), expected 0x47d70 (1.75390262e-02). d3d10core.c:15751: Test failed: Got value 0x5bced (2.24140305e-02), expected 0x5c51e (2.25390214e-02). d3d10core.c:15751: Test failed: Got value 0x70154 (2.73640174e-02), expected 0x70ccc (2.75390167e-02). d3d10core.c:15751: Test failed: Got value 0x845bb (3.23140062e-02), expected 0x8547a (3.25390138e-02). d3d10core.c:15751: Test failed: Got value 0x98a23 (3.72640528e-02), expected 0x99c28 (3.75390090e-02). d3d10core.c:15751: Test failed: Got value 0xace8a (4.22140397e-02), expected 0xae3d6 (4.25390042e-02). d3d10core.c:15751: Test failed: Got value 0xc12f1 (4.71640266e-02), expected 0xc2b85 (4.75390591e-02). d3d10core.c:15751: Test failed: Got value 0xd5758 (5.21140136e-02), expected 0xd7333 (5.25390543e-02). d3d10core.c:15751: Test failed: Got value 0xe9bbf (5.70640005e-02), expected 0xebae1 (5.75390495e-02). d3d10core.c:15751: Test failed: Got value 0xfe027 (6.20140471e-02), expected 0x10028f (6.25390485e-02). d3d10core.c:15751: Test failed: Got value 0x11248e (6.69640377e-02), expected 0x114a3d (6.75390437e-02). d3d10core.c:15751: Test failed: Got value 0x1268f5 (7.19140247e-02), expected 0x1291eb (7.25390390e-02). d3d10core.c:15751: Test failed: Got value 0x13ad5c (7.68640116e-02), expected 0x13d999 (7.75390342e-02). d3d10core.c:15751: Test failed: Got value 0x14f1c3 (8.18139985e-02), expected 0x152147 (8.25390294e-02). d3d10core.c:15751: Test failed: Got value 0x16362a (8.67639855e-02), expected 0x1668f5 (8.75390247e-02). d3d10core.c:15751: Test failed: Got value 0x177a92 (9.17140320e-02), expected 0x17b0a3 (9.25390199e-02). d3d10core.c:15751: Test failed: Got value 0x18bef9 (9.66640189e-02), expected 0x18f851 (9.75390151e-02). d3d10core.c:15751: Test failed: Got value 0x1a0360 (1.01614006e-01), expected 0x1a3fff (1.02539010e-01). d3d10core.c:15751: Test failed: Got value 0x1b47c7 (1.06563993e-01), expected 0x1b87ae (1.07539065e-01). d3d10core.c:15751: Test failed: Got value 0x1c8c2e (1.11513980e-01), expected 0x1ccf5c (1.12539060e-01). d3d10core.c:15751: Test failed: Got value 0x1dd096 (1.16464026e-01), expected 0x1e170a (1.17539056e-01). d3d10core.c:15751: Test failed: Got value 0x1f14fd (1.21414013e-01), expected 0x1f5eb8 (1.22539051e-01). d3d10core.c:15751: Test failed: Got value 0x205964 (1.26364008e-01), expected 0x20a666 (1.27539054e-01). d3d10core.c:15751: Test failed: Got value 0x219dcb (1.31313995e-01), expected 0x21ee14 (1.32539049e-01). d3d10core.c:15751: Test failed: Got value 0x22e232 (1.36263981e-01), expected 0x2335c2 (1.37539044e-01). d3d10core.c:15751: Test failed: Got value 0x24269a (1.41214028e-01), expected 0x247d70 (1.42539039e-01). d3d10core.c:15751: Test failed: Got value 0x256b01 (1.46164015e-01), expected 0x25c51e (1.47539034e-01). d3d10core.c:15751: Test failed: Got value 0x26af68 (1.51114002e-01), expected 0x270ccc (1.52539030e-01). d3d10core.c:15751: Test failed: Got value 0x27f3cf (1.56063989e-01), expected 0x28547a (1.57539025e-01). d3d10core.c:15751: Test failed: Got value 0x293836 (1.61013976e-01), expected 0x299c28 (1.62539020e-01). d3d10core.c:15751: Test failed: Got value 0x2a7c9e (1.65964022e-01), expected 0x2ae3d6 (1.67539015e-01). d3d10core.c:15751: Test failed: Got value 0x2bc105 (1.70914009e-01), expected 0x2c2b84 (1.72539011e-01). d3d10core.c:15751: Test failed: Got value 0x2d056c (1.75863996e-01), expected 0x2d7332 (1.77539006e-01). d3d10core.c:15751: Test failed: Got value 0x2e49d3 (1.80813983e-01), expected 0x2ebae1 (1.82539061e-01). d3d10core.c:15751: Test failed: Got value 0x2f8e3a (1.85763970e-01), expected 0x30028f (1.87539056e-01). d3d10core.c:15751: Test failed: Got value 0x30d2a2 (1.90714017e-01), expected 0x314a3d (1.92539051e-01). d3d10core.c:15751: Test failed: Got value 0x321709 (1.95664003e-01), expected 0x3291eb (1.97539046e-01). d3d10core.c:15751: Test failed: Got value 0x335b70 (2.00613990e-01), expected 0x33d999 (2.02539042e-01). d3d10core.c:15751: Test failed: Got value 0x349fd7 (2.05563977e-01), expected 0x352147 (2.07539037e-01). d3d10core.c:15751: Test failed: Got value 0x35e43e (2.10513964e-01), expected 0x3668f5 (2.12539032e-01). d3d10core.c:15751: Test failed: Got value 0x3728a6 (2.15464011e-01), expected 0x37b0a3 (2.17539027e-01). d3d10core.c:15751: Test failed: Got value 0x386d0d (2.20413998e-01), expected 0x38f851 (2.22539023e-01). d3d10core.c:15751: Test failed: Got value 0x39b174 (2.25363985e-01), expected 0x3a4000 (2.27539077e-01). d3d10core.c:15751: Test failed: Got value 0x3af5db (2.30313972e-01), expected 0x3b87ae (2.32539073e-01). d3d10core.c:15751: Test failed: Got value 0x3c3a42 (2.35263959e-01), expected 0x3ccf5c (2.37539068e-01). d3d10core.c:15751: Test failed: Got value 0x3d7eaa (2.40214005e-01), expected 0x3e170a (2.42539063e-01). d3d10core.c:15751: Test failed: Got value 0x3ec311 (2.45163992e-01), expected 0x3f5eb8 (2.47539058e-01). d3d10core.c:15751: Test failed: Got value 0x400778 (2.50113994e-01), expected 0x40a666 (2.52539068e-01). d3d10core.c:15751: Test failed: Got value 0x414bde (2.55063921e-01), expected 0x41ee14 (2.57539064e-01). d3d10core.c:15751: Test failed: Got value 0x429046 (2.60013968e-01), expected 0x4335c2 (2.62539059e-01). d3d10core.c:15751: Test failed: Got value 0x43d4ae (2.64964014e-01), expected 0x447d70 (2.67539054e-01). d3d10core.c:15751: Test failed: Got value 0x451914 (2.69913942e-01), expected 0x45c51e (2.72539049e-01). d3d10core.c:15751: Test failed: Got value 0x465d7c (2.74863988e-01), expected 0x470ccc (2.77539045e-01). d3d10core.c:15751: Test failed: Got value 0x47a1e2 (2.79813915e-01), expected 0x48547a (2.82539040e-01). d3d10core.c:15751: Test failed: Got value 0x48e64a (2.84763962e-01), expected 0x499c28 (2.87539035e-01). d3d10core.c:15751: Test failed: Got value 0x4a2ab2 (2.89714009e-01), expected 0x4ae3d6 (2.92539030e-01). d3d10core.c:15751: Test failed: Got value 0x4b6f18 (2.94663936e-01), expected 0x4c2b84 (2.97539026e-01). d3d10core.c:15751: Test failed: Got value 0x4cb380 (2.99613982e-01), expected 0x4d7332 (3.02539021e-01). d3d10core.c:15751: Test failed: Got value 0x4df7e6 (3.04563910e-01), expected 0x4ebae0 (3.07539016e-01). d3d10core.c:15751: Test failed: Got value 0x4f3c4e (3.09513956e-01), expected 0x50028e (3.12539011e-01). d3d10core.c:15751: Test failed: Got value 0x5080b6 (3.14464003e-01), expected 0x514a3c (3.17539006e-01). d3d10core.c:15751: Test failed: Got value 0x51c51c (3.19413930e-01), expected 0x5291eb (3.22539061e-01). d3d10core.c:15751: Test failed: Got value 0x530984 (3.24363977e-01), expected 0x53d999 (3.27539057e-01). d3d10core.c:15751: Test failed: Got value 0x544dea (3.29313904e-01), expected 0x552147 (3.32539052e-01). d3d10core.c:15751: Test failed: Got value 0x559252 (3.34263951e-01), expected 0x5668f5 (3.37539047e-01). d3d10core.c:15751: Test failed: Got value 0x56d6ba (3.39213997e-01), expected 0x57b0a3 (3.42539042e-01). d3d10core.c:15751: Test failed: Got value 0x581b20 (3.44163924e-01), expected 0x58f852 (3.47539097e-01). d3d10core.c:15751: Test failed: Got value 0x595f88 (3.49113971e-01), expected 0x5a4000 (3.52539092e-01). d3d10core.c:15751: Test failed: Got value 0x5aa3ee (3.54063898e-01), expected 0x5b87ae (3.57539088e-01). d3d10core.c:15751: Test failed: Got value 0x5be856 (3.59013945e-01), expected 0x5ccf5c (3.62539083e-01). d3d10core.c:15751: Test failed: Got value 0x5d2cbe (3.63963991e-01), expected 0x5e170a (3.67539078e-01). d3d10core.c:15751: Test failed: Got value 0x5e7124 (3.68913919e-01), expected 0x5f5eb8 (3.72539073e-01). d3d10core.c:15751: Test failed: Got value 0x5fb58c (3.73863965e-01), expected 0x60a666 (3.77539068e-01). d3d10core.c:15751: Test failed: Got value 0x60f9f2 (3.78813893e-01), expected 0x61ee14 (3.82539064e-01). d3d10core.c:15751: Test failed: Got value 0x623e5a (3.83763939e-01), expected 0x6335c2 (3.87539059e-01). d3d10core.c:15751: Test failed: Got value 0x6382c2 (3.88713986e-01), expected 0x647d70 (3.92539054e-01). d3d10core.c:15751: Test failed: Got value 0x64c728 (3.93663913e-01), expected 0x65c51e (3.97539049e-01). d3d10core.c:15751: Test failed: Got value 0x660b90 (3.98613960e-01), expected 0x670ccc (4.02539045e-01). d3d10core.c:15751: Test failed: Got value 0x674ff6 (4.03563887e-01), expected 0x68547a (4.07539040e-01). d3d10core.c:15751: Test failed: Got value 0x68945e (4.08513933e-01), expected 0x699c28 (4.12539035e-01). d3d10core.c:15751: Test failed: Got value 0x69d8c6 (4.13463980e-01), expected 0x6ae3d6 (4.17539030e-01). d3d10core.c:15751: Test failed: Got value 0x6b1d2c (4.18413907e-01), expected 0x6c2b84 (4.22539026e-01). d3d10core.c:15751: Test failed: Got value 0x6c6194 (4.23363954e-01), expected 0x6d7332 (4.27539021e-01). d3d10core.c:15751: Test failed: Got value 0x6da5fa (4.28313881e-01), expected 0x6ebae0 (4.32539016e-01). d3d10core.c:15751: Test failed: Got value 0x6eea62 (4.33263928e-01), expected 0x70028f (4.37539071e-01). d3d10core.c:15751: Test failed: Got value 0x702eca (4.38213974e-01), expected 0x714a3d (4.42539066e-01). d3d10core.c:15751: Test failed: Got value 0x717330 (4.43163902e-01), expected 0x7291eb (4.47539061e-01). d3d10core.c:15751: Test failed: Got value 0x72b798 (4.48113948e-01), expected 0x73d999 (4.52539057e-01). d3d10core.c:15751: Test failed: Got value 0x73fbfe (4.53063875e-01), expected 0x752147 (4.57539052e-01). d3d10core.c:15751: Test failed: Got value 0x754066 (4.58013922e-01), expected 0x7668f5 (4.62539047e-01). d3d10core.c:15751: Test failed: Got value 0x7684ce (4.62963969e-01), expected 0x77b0a4 (4.67539102e-01). d3d10core.c:15751: Test failed: Got value 0x77c934 (4.67913896e-01), expected 0x78f852 (4.72539097e-01). d3d10core.c:15751: Test failed: Got value 0x790d9c (4.72863942e-01), expected 0x7a4000 (4.77539092e-01). d3d10core.c:15751: Test failed: Got value 0x7a5202 (4.77813870e-01), expected 0x7b87ae (4.82539088e-01). d3d10core.c:15751: Test failed: Got value 0x7b966a (4.82763916e-01), expected 0x7ccf5c (4.87539083e-01). d3d10core.c:15751: Test failed: Got value 0x7cdad2 (4.87713963e-01), expected 0x7e170a (4.92539078e-01). d3d10core.c:15751: Test failed: Got value 0x7e1f38 (4.92663890e-01), expected 0x7f5eb8 (4.97539073e-01). d3d10core.c:15751: Test failed: Got value 0x7f63a0 (4.97613937e-01), expected 0x80a666 (5.02539098e-01). d3d10core.c:15751: Test failed: Got value 0x80a806 (5.02563894e-01), expected 0x81ee14 (5.07539093e-01). d3d10core.c:15751: Test failed: Got value 0x81ec6d (5.07513881e-01), expected 0x8335c3 (5.12539148e-01). d3d10core.c:15751: Test failed: Got value 0x8330d4 (5.12463868e-01), expected 0x847d71 (5.17539144e-01). d3d10core.c:15751: Test failed: Got value 0x84753c (5.17413914e-01), expected 0x85c51f (5.22539139e-01). d3d10core.c:15751: Test failed: Got value 0x85b9a3 (5.22363901e-01), expected 0x870ccd (5.27539134e-01). d3d10core.c:15751: Test failed: Got value 0x86fe0a (5.27313888e-01), expected 0x88547b (5.32539129e-01). d3d10core.c:15751: Test failed: Got value 0x884272 (5.32263935e-01), expected 0x899c29 (5.37539124e-01). d3d10core.c:15751: Test failed: Got value 0x8986d9 (5.37213922e-01), expected 0x8ae3d7 (5.42539120e-01). d3d10core.c:15751: Test failed: Got value 0x8acb40 (5.42163908e-01), expected 0x8c2b85 (5.47539115e-01). d3d10core.c:15751: Test failed: Got value 0x8c0fa7 (5.47113895e-01), expected 0x8d7333 (5.52539110e-01). d3d10core.c:15751: Test failed: Got value 0x8d540e (5.52063882e-01), expected 0x8ebae1 (5.57539105e-01). d3d10core.c:15751: Test failed: Got value 0x8e9875 (5.57013869e-01), expected 0x90028f (5.62539101e-01). d3d10core.c:15751: Test failed: Got value 0x8fdcdd (5.61963916e-01), expected 0x914a3e (5.67539155e-01). d3d10core.c:15751: Test failed: Got value 0x912144 (5.66913903e-01), expected 0x9291ec (5.72539151e-01). d3d10core.c:15751: Test failed: Got value 0x9265ab (5.71863890e-01), expected 0x93d99a (5.77539146e-01). d3d10core.c:15751: Test failed: Got value 0x93aa12 (5.76813877e-01), expected 0x952148 (5.82539141e-01). d3d10core.c:15751: Test failed: Got value 0x94ee79 (5.81763864e-01), expected 0x9668f6 (5.87539136e-01). d3d10core.c:15751: Test failed: Got value 0x9632e1 (5.86713910e-01), expected 0x97b0a4 (5.92539132e-01). d3d10core.c:15751: Test failed: Got value 0x977748 (5.91663897e-01), expected 0x98f852 (5.97539127e-01). d3d10core.c:15751: Test failed: Got value 0x98bbaf (5.96613884e-01), expected 0x9a4000 (6.02539122e-01). d3d10core.c:15751: Test failed: Got value 0x9a0016 (6.01563871e-01), expected 0x9b87ae (6.07539117e-01). d3d10core.c:15751: Test failed: Got value 0x9b447d (6.06513858e-01), expected 0x9ccf5c (6.12539113e-01). d3d10core.c:15751: Test failed: Got value 0x9c88e5 (6.11463904e-01), expected 0x9e170a (6.17539108e-01). d3d10core.c:15751: Test failed: Got value 0x9dcd4c (6.16413891e-01), expected 0x9f5eb8 (6.22539103e-01). d3d10core.c:15751: Test failed: Got value 0x9f11b3 (6.21363878e-01), expected 0xa0a667 (6.27539158e-01). d3d10core.c:15751: Test failed: Got value 0xa0561a (6.26313865e-01), expected 0xa1ee15 (6.32539153e-01). d3d10core.c:15751: Test failed: Got value 0xa19a81 (6.31263852e-01), expected 0xa335c3 (6.37539148e-01). d3d10core.c:15751: Test failed: Got value 0xa2dee9 (6.36213899e-01), expected 0xa47d71 (6.42539144e-01). d3d10core.c:15751: Test failed: Got value 0xa42350 (6.41163886e-01), expected 0xa5c51f (6.47539139e-01). d3d10core.c:15751: Test failed: Got value 0xa567b7 (6.46113873e-01), expected 0xa70ccd (6.52539134e-01). d3d10core.c:15751: Test failed: Got value 0xa6ac1e (6.51063859e-01), expected 0xa8547a (6.57539070e-01). d3d10core.c:15751: Test failed: Got value 0xa7f085 (6.56013846e-01), expected 0xa99c28 (6.62539065e-01). d3d10core.c:15751: Test failed: Got value 0xa934ed (6.60963893e-01), expected 0xaae3d6 (6.67539060e-01). d3d10core.c:15751: Test failed: Got value 0xaa7954 (6.65913880e-01), expected 0xac2b84 (6.72539055e-01). d3d10core.c:15751: Test failed: Got value 0xabbdbb (6.70863867e-01), expected 0xad7332 (6.77539051e-01). d3d10core.c:15751: Test failed: Got value 0xad0222 (6.75813854e-01), expected 0xaebae1 (6.82539105e-01). d3d10core.c:15751: Test failed: Got value 0xae4689 (6.80763841e-01), expected 0xb0028f (6.87539101e-01). d3d10core.c:15751: Test failed: Got value 0xaf8af1 (6.85713887e-01), expected 0xb14a3d (6.92539096e-01). d3d10core.c:15751: Test failed: Got value 0xb0cf58 (6.90663874e-01), expected 0xb291eb (6.97539091e-01). d3d10core.c:15751: Test failed: Got value 0xb213bf (6.95613861e-01), expected 0xb3d999 (7.02539086e-01). d3d10core.c:15751: Test failed: Got value 0xb35826 (7.00563848e-01), expected 0xb52147 (7.07539082e-01). d3d10core.c:15751: Test failed: Got value 0xb49c8d (7.05513835e-01), expected 0xb668f5 (7.12539077e-01). d3d10core.c:15751: Test failed: Got value 0xb5e0f5 (7.10463881e-01), expected 0xb7b0a3 (7.17539072e-01). d3d10core.c:15751: Test failed: Got value 0xb7255c (7.15413868e-01), expected 0xb8f851 (7.22539067e-01). d3d10core.c:15751: Test failed: Got value 0xb869c3 (7.20363855e-01), expected 0xba3fff (7.27539062e-01). d3d10core.c:15751: Test failed: Got value 0xb9ae2a (7.25313842e-01), expected 0xbb87ad (7.32539058e-01). d3d10core.c:15751: Test failed: Got value 0xbaf291 (7.30263829e-01), expected 0xbccf5b (7.37539053e-01). d3d10core.c:15751: Test failed: Got value 0xbc36f9 (7.35213876e-01), expected 0xbe170a (7.42539108e-01). d3d10core.c:15751: Test failed: Got value 0xbd7b60 (7.40163863e-01), expected 0xbf5eb8 (7.47539103e-01). d3d10core.c:15751: Test failed: Got value 0xbebfc7 (7.45113850e-01), expected 0xc0a666 (7.52539098e-01). d3d10core.c:15751: Test failed: Got value 0xc0042e (7.50063837e-01), expected 0xc1ee14 (7.57539093e-01). d3d10core.c:15751: Test failed: Got value 0xc14895 (7.55013824e-01), expected 0xc335c2 (7.62539089e-01). d3d10core.c:15751: Test failed: Got value 0xc28cfc (7.59963810e-01), expected 0xc47d70 (7.67539084e-01). d3d10core.c:15751: Test failed: Got value 0xc3d164 (7.64913857e-01), expected 0xc5c51e (7.72539079e-01). d3d10core.c:15751: Test failed: Got value 0xc515cb (7.69863844e-01), expected 0xc70ccc (7.77539074e-01). d3d10core.c:15751: Test failed: Got value 0xc65a32 (7.74813831e-01), expected 0xc8547a (7.82539070e-01). d3d10core.c:15751: Test failed: Got value 0xc79e99 (7.79763818e-01), expected 0xc99c28 (7.87539065e-01). d3d10core.c:15751: Test failed: Got value 0xc8e300 (7.84713805e-01), expected 0xcae3d6 (7.92539060e-01). d3d10core.c:15751: Test failed: Got value 0xca2768 (7.89663851e-01), expected 0xcc2b84 (7.97539055e-01). d3d10core.c:15751: Test failed: Got value 0xcb6bcf (7.94613838e-01), expected 0xcd7333 (8.02539110e-01). d3d10core.c:15751: Test failed: Got value 0xccb036 (7.99563825e-01), expected 0xcebae1 (8.07539105e-01). d3d10core.c:15751: Test failed: Got value 0xcdf49d (8.04513812e-01), expected 0xd0028f (8.12539101e-01). d3d10core.c:15751: Test failed: Got value 0xcf3904 (8.09463799e-01), expected 0xd14a3d (8.17539096e-01). d3d10core.c:15751: Test failed: Got value 0xd07d6c (8.14413846e-01), expected 0xd291eb (8.22539091e-01). d3d10core.c:15751: Test failed: Got value 0xd1c1d3 (8.19363832e-01), expected 0xd3d999 (8.27539086e-01). d3d10core.c:15751: Test failed: Got value 0xd3063a (8.24313819e-01), expected 0xd52147 (8.32539082e-01). d3d10core.c:15751: Test failed: Got value 0xd44aa1 (8.29263806e-01), expected 0xd668f5 (8.37539077e-01). d3d10core.c:15751: Test failed: Got value 0xd58f08 (8.34213793e-01), expected 0xd7b0a3 (8.42539072e-01). d3d10core.c:15751: Test failed: Got value 0xd6d370 (8.39163840e-01), expected 0xd8f851 (8.47539067e-01). d3d10core.c:15751: Test failed: Got value 0xd817d7 (8.44113827e-01), expected 0xda3fff (8.52539062e-01). d3d10core.c:15751: Test failed: Got value 0xd95c3e (8.49063814e-01), expected 0xdb87ae (8.57539117e-01). d3d10core.c:15751: Test failed: Got value 0xdaa0a5 (8.54013801e-01), expected 0xdccf5c (8.62539113e-01). d3d10core.c:15751: Test failed: Got value 0xdbe50c (8.58963788e-01), expected 0xde170a (8.67539108e-01). d3d10core.c:15751: Test failed: Got value 0xdd2974 (8.63913834e-01), expected 0xdf5eb8 (8.72539103e-01). d3d10core.c:15751: Test failed: Got value 0xde6ddb (8.68863821e-01), expected 0xe0a666 (8.77539098e-01). d3d10core.c:15751: Test failed: Got value 0xdfb242 (8.73813808e-01), expected 0xe1ee14 (8.82539093e-01). d3d10core.c:15751: Test failed: Got value 0xe0f6a9 (8.78763795e-01), expected 0xe335c2 (8.87539089e-01). d3d10core.c:15751: Test failed: Got value 0xe23b10 (8.83713782e-01), expected 0xe47d70 (8.92539084e-01). d3d10core.c:15751: Test failed: Got value 0xe37f78 (8.88663828e-01), expected 0xe5c51e (8.97539079e-01). d3d10core.c:15751: Test failed: Got value 0xe4c3df (8.93613815e-01), expected 0xe70ccc (9.02539074e-01). d3d10core.c:15751: Test failed: Got value 0xe60846 (8.98563802e-01), expected 0xe8547a (9.07539070e-01). d3d10core.c:15751: Test failed: Got value 0xe74cad (9.03513789e-01), expected 0xe99c28 (9.12539065e-01). d3d10core.c:15751: Test failed: Got value 0xe89114 (9.08463776e-01), expected 0xeae3d7 (9.17539120e-01). d3d10core.c:15751: Test failed: Got value 0xe9d57c (9.13413823e-01), expected 0xec2b85 (9.22539115e-01). d3d10core.c:15751: Test failed: Got value 0xeb19e3 (9.18363810e-01), expected 0xed7333 (9.27539110e-01). d3d10core.c:15751: Test failed: Got value 0xec5e4a (9.23313797e-01), expected 0xeebae1 (9.32539105e-01). d3d10core.c:15751: Test failed: Got value 0xeda2b1 (9.28263783e-01), expected 0xf0028f (9.37539101e-01). d3d10core.c:15751: Test failed: Got value 0xeee718 (9.33213770e-01), expected 0xf14a3d (9.42539096e-01). d3d10core.c:15751: Test failed: Got value 0xf02b80 (9.38163817e-01), expected 0xf291eb (9.47539091e-01). d3d10core.c:15751: Test failed: Got value 0xf16fe7 (9.43113804e-01), expected 0xf3d999 (9.52539086e-01). d3d10core.c:15751: Test failed: Got value 0xf2b44e (9.48063791e-01), expected 0xf52147 (9.57539082e-01). d3d10core.c:15751: Test failed: Got value 0xf3f8b5 (9.53013778e-01), expected 0xf668f5 (9.62539077e-01). d3d10core.c:15751: Test failed: Got value 0xf53d1c (9.57963765e-01), expected 0xf7b0a3 (9.67539072e-01). d3d10core.c:15751: Test failed: Got value 0xf68184 (9.62913811e-01), expected 0xf8f851 (9.72539067e-01). d3d10core.c:15751: Test failed: Got value 0xf7c5eb (9.67863798e-01), expected 0xfa4000 (9.77539122e-01). d3d10core.c:15751: Test failed: Got value 0xf90a52 (9.72813785e-01), expected 0xfb87ae (9.82539117e-01). d3d10core.c:15751: Test failed: Got value 0xfa4eb9 (9.77763772e-01), expected 0xfccf5c (9.87539113e-01). d3d10core.c:15751: Test failed: Got value 0xfb9320 (9.82713759e-01), expected 0xfe170a (9.92539108e-01). d3d10core.c:15751: Test failed: Got value 0xfcd787 (9.87663746e-01), expected 0xff5eb8 (9.97539103e-01). d3d10core.c:15751: Test failed: Got value 0xfe1bef (9.92613792e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xff6056 (9.97563779e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0x3341d (1.25139365e-02), expected 0x335c1 (1.25389704e-02). d3d10core.c:15751: Test failed: Got value 0x47886 (1.74640436e-02), expected 0x47d70 (1.75390262e-02). d3d10core.c:15751: Test failed: Got value 0x5bced (2.24140305e-02), expected 0x5c51e (2.25390214e-02). d3d10core.c:15751: Test failed: Got value 0x70154 (2.73640174e-02), expected 0x70ccc (2.75390167e-02). d3d10core.c:15751: Test failed: Got value 0x845bb (3.23140062e-02), expected 0x8547a (3.25390138e-02). d3d10core.c:15751: Test failed: Got value 0x98a23 (3.72640528e-02), expected 0x99c28 (3.75390090e-02). d3d10core.c:15751: Test failed: Got value 0xace8a (4.22140397e-02), expected 0xae3d6 (4.25390042e-02). d3d10core.c:15751: Test failed: Got value 0xc12f1 (4.71640266e-02), expected 0xc2b85 (4.75390591e-02). d3d10core.c:15751: Test failed: Got value 0xd5758 (5.21140136e-02), expected 0xd7333 (5.25390543e-02). d3d10core.c:15751: Test failed: Got value 0xe9bbf (5.70640005e-02), expected 0xebae1 (5.75390495e-02). d3d10core.c:15751: Test failed: Got value 0xfe027 (6.20140471e-02), expected 0x10028f (6.25390485e-02). d3d10core.c:15751: Test failed: Got value 0x11248e (6.69640377e-02), expected 0x114a3d (6.75390437e-02). d3d10core.c:15751: Test failed: Got value 0x1268f5 (7.19140247e-02), expected 0x1291eb (7.25390390e-02). d3d10core.c:15751: Test failed: Got value 0x13ad5c (7.68640116e-02), expected 0x13d999 (7.75390342e-02). d3d10core.c:15751: Test failed: Got value 0x14f1c3 (8.18139985e-02), expected 0x152147 (8.25390294e-02). d3d10core.c:15751: Test failed: Got value 0x16362a (8.67639855e-02), expected 0x1668f5 (8.75390247e-02). d3d10core.c:15751: Test failed: Got value 0x177a92 (9.17140320e-02), expected 0x17b0a3 (9.25390199e-02). d3d10core.c:15751: Test failed: Got value 0x18bef9 (9.66640189e-02), expected 0x18f851 (9.75390151e-02). d3d10core.c:15751: Test failed: Got value 0x1a0360 (1.01614006e-01), expected 0x1a3fff (1.02539010e-01). d3d10core.c:15751: Test failed: Got value 0x1b47c7 (1.06563993e-01), expected 0x1b87ae (1.07539065e-01). d3d10core.c:15751: Test failed: Got value 0x1c8c2e (1.11513980e-01), expected 0x1ccf5c (1.12539060e-01). d3d10core.c:15751: Test failed: Got value 0x1dd096 (1.16464026e-01), expected 0x1e170a (1.17539056e-01). d3d10core.c:15751: Test failed: Got value 0x1f14fd (1.21414013e-01), expected 0x1f5eb8 (1.22539051e-01). d3d10core.c:15751: Test failed: Got value 0x205964 (1.26364008e-01), expected 0x20a666 (1.27539054e-01). d3d10core.c:15751: Test failed: Got value 0x219dcb (1.31313995e-01), expected 0x21ee14 (1.32539049e-01). d3d10core.c:15751: Test failed: Got value 0x22e232 (1.36263981e-01), expected 0x2335c2 (1.37539044e-01). d3d10core.c:15751: Test failed: Got value 0x24269a (1.41214028e-01), expected 0x247d70 (1.42539039e-01). d3d10core.c:15751: Test failed: Got value 0x256b01 (1.46164015e-01), expected 0x25c51e (1.47539034e-01). d3d10core.c:15751: Test failed: Got value 0x26af68 (1.51114002e-01), expected 0x270ccc (1.52539030e-01). d3d10core.c:15751: Test failed: Got value 0x27f3cf (1.56063989e-01), expected 0x28547a (1.57539025e-01). d3d10core.c:15751: Test failed: Got value 0x293836 (1.61013976e-01), expected 0x299c28 (1.62539020e-01). d3d10core.c:15751: Test failed: Got value 0x2a7c9e (1.65964022e-01), expected 0x2ae3d6 (1.67539015e-01). d3d10core.c:15751: Test failed: Got value 0x2bc105 (1.70914009e-01), expected 0x2c2b84 (1.72539011e-01). d3d10core.c:15751: Test failed: Got value 0x2d056c (1.75863996e-01), expected 0x2d7332 (1.77539006e-01). d3d10core.c:15751: Test failed: Got value 0x2e49d3 (1.80813983e-01), expected 0x2ebae1 (1.82539061e-01). d3d10core.c:15751: Test failed: Got value 0x2f8e3a (1.85763970e-01), expected 0x30028f (1.87539056e-01). d3d10core.c:15751: Test failed: Got value 0x30d2a2 (1.90714017e-01), expected 0x314a3d (1.92539051e-01). d3d10core.c:15751: Test failed: Got value 0x321709 (1.95664003e-01), expected 0x3291eb (1.97539046e-01). d3d10core.c:15751: Test failed: Got value 0x335b70 (2.00613990e-01), expected 0x33d999 (2.02539042e-01). d3d10core.c:15751: Test failed: Got value 0x349fd7 (2.05563977e-01), expected 0x352147 (2.07539037e-01). d3d10core.c:15751: Test failed: Got value 0x35e43e (2.10513964e-01), expected 0x3668f5 (2.12539032e-01). d3d10core.c:15751: Test failed: Got value 0x3728a6 (2.15464011e-01), expected 0x37b0a3 (2.17539027e-01). d3d10core.c:15751: Test failed: Got value 0x386d0d (2.20413998e-01), expected 0x38f851 (2.22539023e-01). d3d10core.c:15751: Test failed: Got value 0x39b174 (2.25363985e-01), expected 0x3a4000 (2.27539077e-01). d3d10core.c:15751: Test failed: Got value 0x3af5db (2.30313972e-01), expected 0x3b87ae (2.32539073e-01). d3d10core.c:15751: Test failed: Got value 0x3c3a42 (2.35263959e-01), expected 0x3ccf5c (2.37539068e-01). d3d10core.c:15751: Test failed: Got value 0x3d7eaa (2.40214005e-01), expected 0x3e170a (2.42539063e-01). d3d10core.c:15751: Test failed: Got value 0x3ec311 (2.45163992e-01), expected 0x3f5eb8 (2.47539058e-01). d3d10core.c:15751: Test failed: Got value 0x400778 (2.50113994e-01), expected 0x40a666 (2.52539068e-01). d3d10core.c:15751: Test failed: Got value 0x414bde (2.55063921e-01), expected 0x41ee14 (2.57539064e-01). d3d10core.c:15751: Test failed: Got value 0x429046 (2.60013968e-01), expected 0x4335c2 (2.62539059e-01). d3d10core.c:15751: Test failed: Got value 0x43d4ae (2.64964014e-01), expected 0x447d70 (2.67539054e-01). d3d10core.c:15751: Test failed: Got value 0x451914 (2.69913942e-01), expected 0x45c51e (2.72539049e-01). d3d10core.c:15751: Test failed: Got value 0x465d7c (2.74863988e-01), expected 0x470ccc (2.77539045e-01). d3d10core.c:15751: Test failed: Got value 0x47a1e2 (2.79813915e-01), expected 0x48547a (2.82539040e-01). d3d10core.c:15751: Test failed: Got value 0x48e64a (2.84763962e-01), expected 0x499c28 (2.87539035e-01). d3d10core.c:15751: Test failed: Got value 0x4a2ab2 (2.89714009e-01), expected 0x4ae3d6 (2.92539030e-01). d3d10core.c:15751: Test failed: Got value 0x4b6f18 (2.94663936e-01), expected 0x4c2b84 (2.97539026e-01). d3d10core.c:15751: Test failed: Got value 0x4cb380 (2.99613982e-01), expected 0x4d7332 (3.02539021e-01). d3d10core.c:15751: Test failed: Got value 0x4df7e6 (3.04563910e-01), expected 0x4ebae0 (3.07539016e-01). d3d10core.c:15751: Test failed: Got value 0x4f3c4e (3.09513956e-01), expected 0x50028e (3.12539011e-01). d3d10core.c:15751: Test failed: Got value 0x5080b6 (3.14464003e-01), expected 0x514a3c (3.17539006e-01). d3d10core.c:15751: Test failed: Got value 0x51c51c (3.19413930e-01), expected 0x5291eb (3.22539061e-01). d3d10core.c:15751: Test failed: Got value 0x530984 (3.24363977e-01), expected 0x53d999 (3.27539057e-01). d3d10core.c:15751: Test failed: Got value 0x544dea (3.29313904e-01), expected 0x552147 (3.32539052e-01). d3d10core.c:15751: Test failed: Got value 0x559252 (3.34263951e-01), expected 0x5668f5 (3.37539047e-01). d3d10core.c:15751: Test failed: Got value 0x56d6ba (3.39213997e-01), expected 0x57b0a3 (3.42539042e-01). d3d10core.c:15751: Test failed: Got value 0x581b20 (3.44163924e-01), expected 0x58f852 (3.47539097e-01). d3d10core.c:15751: Test failed: Got value 0x595f88 (3.49113971e-01), expected 0x5a4000 (3.52539092e-01). d3d10core.c:15751: Test failed: Got value 0x5aa3ee (3.54063898e-01), expected 0x5b87ae (3.57539088e-01). d3d10core.c:15751: Test failed: Got value 0x5be856 (3.59013945e-01), expected 0x5ccf5c (3.62539083e-01). d3d10core.c:15751: Test failed: Got value 0x5d2cbe (3.63963991e-01), expected 0x5e170a (3.67539078e-01). d3d10core.c:15751: Test failed: Got value 0x5e7124 (3.68913919e-01), expected 0x5f5eb8 (3.72539073e-01). d3d10core.c:15751: Test failed: Got value 0x5fb58c (3.73863965e-01), expected 0x60a666 (3.77539068e-01). d3d10core.c:15751: Test failed: Got value 0x60f9f2 (3.78813893e-01), expected 0x61ee14 (3.82539064e-01). d3d10core.c:15751: Test failed: Got value 0x623e5a (3.83763939e-01), expected 0x6335c2 (3.87539059e-01). d3d10core.c:15751: Test failed: Got value 0x6382c2 (3.88713986e-01), expected 0x647d70 (3.92539054e-01). d3d10core.c:15751: Test failed: Got value 0x64c728 (3.93663913e-01), expected 0x65c51e (3.97539049e-01). d3d10core.c:15751: Test failed: Got value 0x660b90 (3.98613960e-01), expected 0x670ccc (4.02539045e-01). d3d10core.c:15751: Test failed: Got value 0x674ff6 (4.03563887e-01), expected 0x68547a (4.07539040e-01). d3d10core.c:15751: Test failed: Got value 0x68945e (4.08513933e-01), expected 0x699c28 (4.12539035e-01). d3d10core.c:15751: Test failed: Got value 0x69d8c6 (4.13463980e-01), expected 0x6ae3d6 (4.17539030e-01). d3d10core.c:15751: Test failed: Got value 0x6b1d2c (4.18413907e-01), expected 0x6c2b84 (4.22539026e-01). d3d10core.c:15751: Test failed: Got value 0x6c6194 (4.23363954e-01), expected 0x6d7332 (4.27539021e-01). d3d10core.c:15751: Test failed: Got value 0x6da5fa (4.28313881e-01), expected 0x6ebae0 (4.32539016e-01). d3d10core.c:15751: Test failed: Got value 0x6eea62 (4.33263928e-01), expected 0x70028f (4.37539071e-01). d3d10core.c:15751: Test failed: Got value 0x702eca (4.38213974e-01), expected 0x714a3d (4.42539066e-01). d3d10core.c:15751: Test failed: Got value 0x717330 (4.43163902e-01), expected 0x7291eb (4.47539061e-01). d3d10core.c:15751: Test failed: Got value 0x72b798 (4.48113948e-01), expected 0x73d999 (4.52539057e-01). d3d10core.c:15751: Test failed: Got value 0x73fbfe (4.53063875e-01), expected 0x752147 (4.57539052e-01). d3d10core.c:15751: Test failed: Got value 0x754066 (4.58013922e-01), expected 0x7668f5 (4.62539047e-01). d3d10core.c:15751: Test failed: Got value 0x7684ce (4.62963969e-01), expected 0x77b0a4 (4.67539102e-01). d3d10core.c:15751: Test failed: Got value 0x77c934 (4.67913896e-01), expected 0x78f852 (4.72539097e-01). d3d10core.c:15751: Test failed: Got value 0x790d9c (4.72863942e-01), expected 0x7a4000 (4.77539092e-01). d3d10core.c:15751: Test failed: Got value 0x7a5202 (4.77813870e-01), expected 0x7b87ae (4.82539088e-01). d3d10core.c:15751: Test failed: Got value 0x7b966a (4.82763916e-01), expected 0x7ccf5c (4.87539083e-01). d3d10core.c:15751: Test failed: Got value 0x7cdad2 (4.87713963e-01), expected 0x7e170a (4.92539078e-01). d3d10core.c:15751: Test failed: Got value 0x7e1f38 (4.92663890e-01), expected 0x7f5eb8 (4.97539073e-01). d3d10core.c:15751: Test failed: Got value 0x7f63a0 (4.97613937e-01), expected 0x80a666 (5.02539098e-01). d3d10core.c:15751: Test failed: Got value 0x80a806 (5.02563894e-01), expected 0x81ee14 (5.07539093e-01). d3d10core.c:15751: Test failed: Got value 0x81ec6d (5.07513881e-01), expected 0x8335c3 (5.12539148e-01). d3d10core.c:15751: Test failed: Got value 0x8330d4 (5.12463868e-01), expected 0x847d71 (5.17539144e-01). d3d10core.c:15751: Test failed: Got value 0x84753c (5.17413914e-01), expected 0x85c51f (5.22539139e-01). d3d10core.c:15751: Test failed: Got value 0x85b9a3 (5.22363901e-01), expected 0x870ccd (5.27539134e-01). d3d10core.c:15751: Test failed: Got value 0x86fe0a (5.27313888e-01), expected 0x88547b (5.32539129e-01). d3d10core.c:15751: Test failed: Got value 0x884272 (5.32263935e-01), expected 0x899c29 (5.37539124e-01). d3d10core.c:15751: Test failed: Got value 0x8986d9 (5.37213922e-01), expected 0x8ae3d7 (5.42539120e-01). d3d10core.c:15751: Test failed: Got value 0x8acb40 (5.42163908e-01), expected 0x8c2b85 (5.47539115e-01). d3d10core.c:15751: Test failed: Got value 0x8c0fa7 (5.47113895e-01), expected 0x8d7333 (5.52539110e-01). d3d10core.c:15751: Test failed: Got value 0x8d540e (5.52063882e-01), expected 0x8ebae1 (5.57539105e-01). d3d10core.c:15751: Test failed: Got value 0x8e9875 (5.57013869e-01), expected 0x90028f (5.62539101e-01). d3d10core.c:15751: Test failed: Got value 0x8fdcdd (5.61963916e-01), expected 0x914a3e (5.67539155e-01). d3d10core.c:15751: Test failed: Got value 0x912144 (5.66913903e-01), expected 0x9291ec (5.72539151e-01). d3d10core.c:15751: Test failed: Got value 0x9265ab (5.71863890e-01), expected 0x93d99a (5.77539146e-01). d3d10core.c:15751: Test failed: Got value 0x93aa12 (5.76813877e-01), expected 0x952148 (5.82539141e-01). d3d10core.c:15751: Test failed: Got value 0x94ee79 (5.81763864e-01), expected 0x9668f6 (5.87539136e-01). d3d10core.c:15751: Test failed: Got value 0x9632e1 (5.86713910e-01), expected 0x97b0a4 (5.92539132e-01). d3d10core.c:15751: Test failed: Got value 0x977748 (5.91663897e-01), expected 0x98f852 (5.97539127e-01). d3d10core.c:15751: Test failed: Got value 0x98bbaf (5.96613884e-01), expected 0x9a4000 (6.02539122e-01). d3d10core.c:15751: Test failed: Got value 0x9a0016 (6.01563871e-01), expected 0x9b87ae (6.07539117e-01). d3d10core.c:15751: Test failed: Got value 0x9b447d (6.06513858e-01), expected 0x9ccf5c (6.12539113e-01). d3d10core.c:15751: Test failed: Got value 0x9c88e5 (6.11463904e-01), expected 0x9e170a (6.17539108e-01). d3d10core.c:15751: Test failed: Got value 0x9dcd4c (6.16413891e-01), expected 0x9f5eb8 (6.22539103e-01). d3d10core.c:15751: Test failed: Got value 0x9f11b3 (6.21363878e-01), expected 0xa0a667 (6.27539158e-01). d3d10core.c:15751: Test failed: Got value 0xa0561a (6.26313865e-01), expected 0xa1ee15 (6.32539153e-01). d3d10core.c:15751: Test failed: Got value 0xa19a81 (6.31263852e-01), expected 0xa335c3 (6.37539148e-01). d3d10core.c:15751: Test failed: Got value 0xa2dee9 (6.36213899e-01), expected 0xa47d71 (6.42539144e-01). d3d10core.c:15751: Test failed: Got value 0xa42350 (6.41163886e-01), expected 0xa5c51f (6.47539139e-01). d3d10core.c:15751: Test failed: Got value 0xa567b7 (6.46113873e-01), expected 0xa70ccd (6.52539134e-01). d3d10core.c:15751: Test failed: Got value 0xa6ac1e (6.51063859e-01), expected 0xa8547a (6.57539070e-01). d3d10core.c:15751: Test failed: Got value 0xa7f085 (6.56013846e-01), expected 0xa99c28 (6.62539065e-01). d3d10core.c:15751: Test failed: Got value 0xa934ed (6.60963893e-01), expected 0xaae3d6 (6.67539060e-01). d3d10core.c:15751: Test failed: Got value 0xaa7954 (6.65913880e-01), expected 0xac2b84 (6.72539055e-01). d3d10core.c:15751: Test failed: Got value 0xabbdbb (6.70863867e-01), expected 0xad7332 (6.77539051e-01). d3d10core.c:15751: Test failed: Got value 0xad0222 (6.75813854e-01), expected 0xaebae1 (6.82539105e-01). d3d10core.c:15751: Test failed: Got value 0xae4689 (6.80763841e-01), expected 0xb0028f (6.87539101e-01). d3d10core.c:15751: Test failed: Got value 0xaf8af1 (6.85713887e-01), expected 0xb14a3d (6.92539096e-01). d3d10core.c:15751: Test failed: Got value 0xb0cf58 (6.90663874e-01), expected 0xb291eb (6.97539091e-01). d3d10core.c:15751: Test failed: Got value 0xb213bf (6.95613861e-01), expected 0xb3d999 (7.02539086e-01). d3d10core.c:15751: Test failed: Got value 0xb35826 (7.00563848e-01), expected 0xb52147 (7.07539082e-01). d3d10core.c:15751: Test failed: Got value 0xb49c8d (7.05513835e-01), expected 0xb668f5 (7.12539077e-01). d3d10core.c:15751: Test failed: Got value 0xb5e0f5 (7.10463881e-01), expected 0xb7b0a3 (7.17539072e-01). d3d10core.c:15751: Test failed: Got value 0xb7255c (7.15413868e-01), expected 0xb8f851 (7.22539067e-01). d3d10core.c:15751: Test failed: Got value 0xb869c3 (7.20363855e-01), expected 0xba3fff (7.27539062e-01). d3d10core.c:15751: Test failed: Got value 0xb9ae2a (7.25313842e-01), expected 0xbb87ad (7.32539058e-01). d3d10core.c:15751: Test failed: Got value 0xbaf291 (7.30263829e-01), expected 0xbccf5b (7.37539053e-01). d3d10core.c:15751: Test failed: Got value 0xbc36f9 (7.35213876e-01), expected 0xbe170a (7.42539108e-01). d3d10core.c:15751: Test failed: Got value 0xbd7b60 (7.40163863e-01), expected 0xbf5eb8 (7.47539103e-01). d3d10core.c:15751: Test failed: Got value 0xbebfc7 (7.45113850e-01), expected 0xc0a666 (7.52539098e-01). d3d10core.c:15751: Test failed: Got value 0xc0042e (7.50063837e-01), expected 0xc1ee14 (7.57539093e-01). d3d10core.c:15751: Test failed: Got value 0xc14895 (7.55013824e-01), expected 0xc335c2 (7.62539089e-01). d3d10core.c:15751: Test failed: Got value 0xc28cfc (7.59963810e-01), expected 0xc47d70 (7.67539084e-01). d3d10core.c:15751: Test failed: Got value 0xc3d164 (7.64913857e-01), expected 0xc5c51e (7.72539079e-01). d3d10core.c:15751: Test failed: Got value 0xc515cb (7.69863844e-01), expected 0xc70ccc (7.77539074e-01). d3d10core.c:15751: Test failed: Got value 0xc65a32 (7.74813831e-01), expected 0xc8547a (7.82539070e-01). d3d10core.c:15751: Test failed: Got value 0xc79e99 (7.79763818e-01), expected 0xc99c28 (7.87539065e-01). d3d10core.c:15751: Test failed: Got value 0xc8e300 (7.84713805e-01), expected 0xcae3d6 (7.92539060e-01). d3d10core.c:15751: Test failed: Got value 0xca2768 (7.89663851e-01), expected 0xcc2b84 (7.97539055e-01). d3d10core.c:15751: Test failed: Got value 0xcb6bcf (7.94613838e-01), expected 0xcd7333 (8.02539110e-01). d3d10core.c:15751: Test failed: Got value 0xccb036 (7.99563825e-01), expected 0xcebae1 (8.07539105e-01). d3d10core.c:15751: Test failed: Got value 0xcdf49d (8.04513812e-01), expected 0xd0028f (8.12539101e-01). d3d10core.c:15751: Test failed: Got value 0xcf3904 (8.09463799e-01), expected 0xd14a3d (8.17539096e-01). d3d10core.c:15751: Test failed: Got value 0xd07d6c (8.14413846e-01), expected 0xd291eb (8.22539091e-01). d3d10core.c:15751: Test failed: Got value 0xd1c1d3 (8.19363832e-01), expected 0xd3d999 (8.27539086e-01). d3d10core.c:15751: Test failed: Got value 0xd3063a (8.24313819e-01), expected 0xd52147 (8.32539082e-01). d3d10core.c:15751: Test failed: Got value 0xd44aa1 (8.29263806e-01), expected 0xd668f5 (8.37539077e-01). d3d10core.c:15751: Test failed: Got value 0xd58f08 (8.34213793e-01), expected 0xd7b0a3 (8.42539072e-01). d3d10core.c:15751: Test failed: Got value 0xd6d370 (8.39163840e-01), expected 0xd8f851 (8.47539067e-01). d3d10core.c:15751: Test failed: Got value 0xd817d7 (8.44113827e-01), expected 0xda3fff (8.52539062e-01). d3d10core.c:15751: Test failed: Got value 0xd95c3e (8.49063814e-01), expected 0xdb87ae (8.57539117e-01). d3d10core.c:15751: Test failed: Got value 0xdaa0a5 (8.54013801e-01), expected 0xdccf5c (8.62539113e-01). d3d10core.c:15751: Test failed: Got value 0xdbe50c (8.58963788e-01), expected 0xde170a (8.67539108e-01). d3d10core.c:15751: Test failed: Got value 0xdd2974 (8.63913834e-01), expected 0xdf5eb8 (8.72539103e-01). d3d10core.c:15751: Test failed: Got value 0xde6ddb (8.68863821e-01), expected 0xe0a666 (8.77539098e-01). d3d10core.c:15751: Test failed: Got value 0xdfb242 (8.73813808e-01), expected 0xe1ee14 (8.82539093e-01). d3d10core.c:15751: Test failed: Got value 0xe0f6a9 (8.78763795e-01), expected 0xe335c2 (8.87539089e-01). d3d10core.c:15751: Test failed: Got value 0xe23b10 (8.83713782e-01), expected 0xe47d70 (8.92539084e-01). d3d10core.c:15751: Test failed: Got value 0xe37f78 (8.88663828e-01), expected 0xe5c51e (8.97539079e-01). d3d10core.c:15751: Test failed: Got value 0xe4c3df (8.93613815e-01), expected 0xe70ccc (9.02539074e-01). d3d10core.c:15751: Test failed: Got value 0xe60846 (8.98563802e-01), expected 0xe8547a (9.07539070e-01). d3d10core.c:15751: Test failed: Got value 0xe74cad (9.03513789e-01), expected 0xe99c28 (9.12539065e-01). d3d10core.c:15751: Test failed: Got value 0xe89114 (9.08463776e-01), expected 0xeae3d7 (9.17539120e-01). d3d10core.c:15751: Test failed: Got value 0xe9d57c (9.13413823e-01), expected 0xec2b85 (9.22539115e-01). d3d10core.c:15751: Test failed: Got value 0xeb19e3 (9.18363810e-01), expected 0xed7333 (9.27539110e-01). d3d10core.c:15751: Test failed: Got value 0xec5e4a (9.23313797e-01), expected 0xeebae1 (9.32539105e-01). d3d10core.c:15751: Test failed: Got value 0xeda2b1 (9.28263783e-01), expected 0xf0028f (9.37539101e-01). d3d10core.c:15751: Test failed: Got value 0xeee718 (9.33213770e-01), expected 0xf14a3d (9.42539096e-01). d3d10core.c:15751: Test failed: Got value 0xf02b80 (9.38163817e-01), expected 0xf291eb (9.47539091e-01). d3d10core.c:15751: Test failed: Got value 0xf16fe7 (9.43113804e-01), expected 0xf3d999 (9.52539086e-01). d3d10core.c:15751: Test failed: Got value 0xf2b44e (9.48063791e-01), expected 0xf52147 (9.57539082e-01). d3d10core.c:15751: Test failed: Got value 0xf3f8b5 (9.53013778e-01), expected 0xf668f5 (9.62539077e-01). d3d10core.c:15751: Test failed: Got value 0xf53d1c (9.57963765e-01), expected 0xf7b0a3 (9.67539072e-01). d3d10core.c:15751: Test failed: Got value 0xf68184 (9.62913811e-01), expected 0xf8f851 (9.72539067e-01). d3d10core.c:15751: Test failed: Got value 0xf7c5eb (9.67863798e-01), expected 0xfa4000 (9.77539122e-01). d3d10core.c:15751: Test failed: Got value 0xf90a52 (9.72813785e-01), expected 0xfb87ae (9.82539117e-01). d3d10core.c:15751: Test failed: Got value 0xfa4eb9 (9.77763772e-01), expected 0xfccf5c (9.87539113e-01). d3d10core.c:15751: Test failed: Got value 0xfb9320 (9.82713759e-01), expected 0xfe170a (9.92539108e-01). d3d10core.c:15751: Test failed: Got value 0xfcd787 (9.87663746e-01), expected 0xff5eb8 (9.97539103e-01). d3d10core.c:15751: Test failed: Got value 0xfe1bef (9.92613792e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xff6056 (9.97563779e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0x5c5c2 (2.25487966e-02), expected 0x5c5c6 (2.25490350e-02). d3d10core.c:15751: Test failed: Got value 0x70d70 (2.75487918e-02), expected 0x70d74 (2.75490303e-02). d3d10core.c:15751: Test failed: Got value 0x8551d (3.25487293e-02), expected 0x85522 (3.25490274e-02). d3d10core.c:15751: Test failed: Got value 0x99cca (3.75486650e-02), expected 0x99cd1 (3.75490822e-02). d3d10core.c:15751: Test failed: Got value 0xae477 (4.25486006e-02), expected 0xae47f (4.25490774e-02). d3d10core.c:15751: Test failed: Got value 0xc2c24 (4.75485362e-02), expected 0xc2c2d (4.75490727e-02). d3d10core.c:15751: Test failed: Got value 0xd73d2 (5.25485314e-02), expected 0xd73db (5.25490679e-02). d3d10core.c:15751: Test failed: Got value 0xebb7f (5.75484671e-02), expected 0xebb89 (5.75490631e-02). d3d10core.c:15751: Test failed: Got value 0x10032c (6.25484064e-02), expected 0x100337 (6.25490621e-02). d3d10core.c:15751: Test failed: Got value 0x114ad9 (6.75483420e-02), expected 0x114ae5 (6.75490573e-02). d3d10core.c:15751: Test failed: Got value 0x129287 (7.25483373e-02), expected 0x129293 (7.25490525e-02). d3d10core.c:15751: Test failed: Got value 0x13da34 (7.75482729e-02), expected 0x13da41 (7.75490478e-02). d3d10core.c:15751: Test failed: Got value 0x1521e1 (8.25482085e-02), expected 0x1521ef (8.25490430e-02). d3d10core.c:15751: Test failed: Got value 0x16698e (8.75481442e-02), expected 0x16699d (8.75490382e-02). d3d10core.c:15751: Test failed: Got value 0x17b13c (9.25481394e-02), expected 0x17b14b (9.25490335e-02). d3d10core.c:15751: Test failed: Got value 0x18f8e9 (9.75480750e-02), expected 0x18f8fa (9.75490883e-02). d3d10core.c:15751: Test failed: Got value 0x1a4096 (1.02548011e-01), expected 0x1a40a8 (1.02549084e-01). d3d10core.c:15751: Test failed: Got value 0x1b8843 (1.07547946e-01), expected 0x1b8856 (1.07549079e-01). d3d10core.c:15751: Test failed: Got value 0x1ccff1 (1.12547942e-01), expected 0x1cd004 (1.12549074e-01). d3d10core.c:15751: Test failed: Got value 0x1e179e (1.17547877e-01), expected 0x1e17b2 (1.17549069e-01). d3d10core.c:15751: Test failed: Got value 0x1f5f4b (1.22547813e-01), expected 0x1f5f60 (1.22549064e-01). d3d10core.c:15751: Test failed: Got value 0x20a6f8 (1.27547756e-01), expected 0x20a70e (1.27549067e-01). d3d10core.c:15751: Test failed: Got value 0x21eea6 (1.32547751e-01), expected 0x21eebc (1.32549062e-01). d3d10core.c:15751: Test failed: Got value 0x233653 (1.37547687e-01), expected 0x23366a (1.37549058e-01). d3d10core.c:15751: Test failed: Got value 0x247e00 (1.42547622e-01), expected 0x247e18 (1.42549053e-01). d3d10core.c:15751: Test failed: Got value 0x25c5ad (1.47547558e-01), expected 0x25c5c6 (1.47549048e-01). d3d10core.c:15751: Test failed: Got value 0x270d5a (1.52547494e-01), expected 0x270d74 (1.52549043e-01). d3d10core.c:15751: Test failed: Got value 0x285508 (1.57547489e-01), expected 0x285522 (1.57549039e-01). d3d10core.c:15751: Test failed: Got value 0x299cb5 (1.62547424e-01), expected 0x299cd0 (1.62549034e-01). d3d10core.c:15751: Test failed: Got value 0x2ae462 (1.67547360e-01), expected 0x2ae47e (1.67549029e-01). d3d10core.c:15751: Test failed: Got value 0x2c2c10 (1.72547355e-01), expected 0x2c2c2d (1.72549084e-01). d3d10core.c:15751: Test failed: Got value 0x2d73bd (1.77547291e-01), expected 0x2d73db (1.77549079e-01). d3d10core.c:15751: Test failed: Got value 0x2ebb6a (1.82547227e-01), expected 0x2ebb89 (1.82549074e-01). d3d10core.c:15751: Test failed: Got value 0x300317 (1.87547162e-01), expected 0x300337 (1.87549070e-01). d3d10core.c:15751: Test failed: Got value 0x314ac4 (1.92547098e-01), expected 0x314ae5 (1.92549065e-01). d3d10core.c:15751: Test failed: Got value 0x329272 (1.97547093e-01), expected 0x329293 (1.97549060e-01). d3d10core.c:15751: Test failed: Got value 0x33da1f (2.02547029e-01), expected 0x33da41 (2.02549055e-01). d3d10core.c:15751: Test failed: Got value 0x3521cc (2.07546964e-01), expected 0x3521ef (2.07549050e-01). d3d10core.c:15751: Test failed: Got value 0x36697a (2.12546960e-01), expected 0x36699d (2.12549046e-01). d3d10core.c:15751: Test failed: Got value 0x37b127 (2.17546895e-01), expected 0x37b14c (2.17549101e-01). d3d10core.c:15751: Test failed: Got value 0x38f8d4 (2.22546831e-01), expected 0x38f8fa (2.22549096e-01). d3d10core.c:15751: Test failed: Got value 0x3a4081 (2.27546766e-01), expected 0x3a40a8 (2.27549091e-01). d3d10core.c:15751: Test failed: Got value 0x3b882e (2.32546702e-01), expected 0x3b8856 (2.32549086e-01). d3d10core.c:15751: Test failed: Got value 0x3ccfdc (2.37546697e-01), expected 0x3cd004 (2.37549081e-01). d3d10core.c:15751: Test failed: Got value 0x3e1789 (2.42546633e-01), expected 0x3e17b2 (2.42549077e-01). d3d10core.c:15751: Test failed: Got value 0x3f5f36 (2.47546569e-01), expected 0x3f5f60 (2.47549072e-01). d3d10core.c:15751: Test failed: Got value 0x40a6e3 (2.52546519e-01), expected 0x40a70e (2.52549082e-01). d3d10core.c:15751: Test failed: Got value 0x41ee90 (2.57546455e-01), expected 0x41eebc (2.57549077e-01). d3d10core.c:15751: Test failed: Got value 0x43363e (2.62546450e-01), expected 0x43366a (2.62549073e-01). d3d10core.c:15751: Test failed: Got value 0x447deb (2.67546386e-01), expected 0x447e18 (2.67549068e-01). d3d10core.c:15751: Test failed: Got value 0x45c598 (2.72546321e-01), expected 0x45c5c6 (2.72549063e-01). d3d10core.c:15751: Test failed: Got value 0x470d46 (2.77546316e-01), expected 0x470d74 (2.77549058e-01). d3d10core.c:15751: Test failed: Got value 0x4854f2 (2.82546192e-01), expected 0x485522 (2.82549053e-01). d3d10core.c:15751: Test failed: Got value 0x499ca0 (2.87546188e-01), expected 0x499cd0 (2.87549049e-01). d3d10core.c:15751: Test failed: Got value 0x4ae44d (2.92546123e-01), expected 0x4ae47e (2.92549044e-01). d3d10core.c:15751: Test failed: Got value 0x4c2bfa (2.97546059e-01), expected 0x4c2c2c (2.97549039e-01). d3d10core.c:15751: Test failed: Got value 0x4d73a8 (3.02546054e-01), expected 0x4d73da (3.02549034e-01). d3d10core.c:15751: Test failed: Got value 0x4ebb55 (3.07545990e-01), expected 0x4ebb88 (3.07549030e-01). d3d10core.c:15751: Test failed: Got value 0x500302 (3.12545925e-01), expected 0x500337 (3.12549084e-01). d3d10core.c:15751: Test failed: Got value 0x514ab0 (3.17545921e-01), expected 0x514ae5 (3.17549080e-01). d3d10core.c:15751: Test failed: Got value 0x52925c (3.22545797e-01), expected 0x529293 (3.22549075e-01). d3d10core.c:15751: Test failed: Got value 0x53da0a (3.27545792e-01), expected 0x53da41 (3.27549070e-01). d3d10core.c:15751: Test failed: Got value 0x5521b7 (3.32545727e-01), expected 0x5521ef (3.32549065e-01). d3d10core.c:15751: Test failed: Got value 0x566964 (3.37545663e-01), expected 0x56699e (3.37549120e-01). d3d10core.c:15751: Test failed: Got value 0x57b112 (3.42545658e-01), expected 0x57b14c (3.42549115e-01). d3d10core.c:15751: Test failed: Got value 0x58f8be (3.47545534e-01), expected 0x58f8fa (3.47549111e-01). d3d10core.c:15751: Test failed: Got value 0x5a406c (3.52545530e-01), expected 0x5a40a8 (3.52549106e-01). d3d10core.c:15751: Test failed: Got value 0x5b8819 (3.57545465e-01), expected 0x5b8856 (3.57549101e-01). d3d10core.c:15751: Test failed: Got value 0x5ccfc6 (3.62545401e-01), expected 0x5cd004 (3.62549096e-01). d3d10core.c:15751: Test failed: Got value 0x5e1774 (3.67545396e-01), expected 0x5e17b2 (3.67549092e-01). d3d10core.c:15751: Test failed: Got value 0x5f5f21 (3.72545332e-01), expected 0x5f5f60 (3.72549087e-01). d3d10core.c:15751: Test failed: Got value 0x60a6ce (3.77545267e-01), expected 0x60a70e (3.77549082e-01). d3d10core.c:15751: Test failed: Got value 0x61ee7c (3.82545263e-01), expected 0x61eebc (3.82549077e-01). d3d10core.c:15751: Test failed: Got value 0x633628 (3.87545139e-01), expected 0x63366a (3.87549073e-01). d3d10core.c:15751: Test failed: Got value 0x647dd6 (3.92545134e-01), expected 0x647e18 (3.92549068e-01). d3d10core.c:15751: Test failed: Got value 0x65c583 (3.97545069e-01), expected 0x65c5c6 (3.97549063e-01). d3d10core.c:15751: Test failed: Got value 0x670d30 (4.02545005e-01), expected 0x670d74 (4.02549058e-01). d3d10core.c:15751: Test failed: Got value 0x6854de (4.07545000e-01), expected 0x685522 (4.07549053e-01). d3d10core.c:15751: Test failed: Got value 0x699c8b (4.12544936e-01), expected 0x699cd0 (4.12549049e-01). d3d10core.c:15751: Test failed: Got value 0x6ae438 (4.17544872e-01), expected 0x6ae47e (4.17549044e-01). d3d10core.c:15751: Test failed: Got value 0x6c2be6 (4.22544867e-01), expected 0x6c2c2c (4.22549039e-01). d3d10core.c:15751: Test failed: Got value 0x6d7392 (4.27544743e-01), expected 0x6d73db (4.27549094e-01). d3d10core.c:15751: Test failed: Got value 0x6ebb40 (4.32544738e-01), expected 0x6ebb89 (4.32549089e-01). d3d10core.c:15751: Test failed: Got value 0x7002ed (4.37544674e-01), expected 0x700337 (4.37549084e-01). d3d10core.c:15751: Test failed: Got value 0x714a9a (4.42544609e-01), expected 0x714ae5 (4.42549080e-01). d3d10core.c:15751: Test failed: Got value 0x729248 (4.47544605e-01), expected 0x729293 (4.47549075e-01). d3d10core.c:15751: Test failed: Got value 0x73d9f5 (4.52544540e-01), expected 0x73da41 (4.52549070e-01). d3d10core.c:15751: Test failed: Got value 0x7521a2 (4.57544476e-01), expected 0x7521f0 (4.57549125e-01). d3d10core.c:15751: Test failed: Got value 0x766950 (4.62544471e-01), expected 0x76699e (4.62549120e-01). d3d10core.c:15751: Test failed: Got value 0x77b0fc (4.67544347e-01), expected 0x77b14c (4.67549115e-01). d3d10core.c:15751: Test failed: Got value 0x78f8aa (4.72544342e-01), expected 0x78f8fa (4.72549111e-01). d3d10core.c:15751: Test failed: Got value 0x7a4057 (4.77544278e-01), expected 0x7a40a8 (4.77549106e-01). d3d10core.c:15751: Test failed: Got value 0x7b8804 (4.82544214e-01), expected 0x7b8856 (4.82549101e-01). d3d10core.c:15751: Test failed: Got value 0x7ccfb2 (4.87544209e-01), expected 0x7cd004 (4.87549096e-01). d3d10core.c:15751: Test failed: Got value 0x7e175e (4.92544085e-01), expected 0x7e17b2 (4.92549092e-01). d3d10core.c:15751: Test failed: Got value 0x7f5f0c (4.97544080e-01), expected 0x7f5f60 (4.97549087e-01). d3d10core.c:15751: Test failed: Got value 0x80a6b8 (5.02543986e-01), expected 0x80a70e (5.02549112e-01). d3d10core.c:15751: Test failed: Got value 0x81ee65 (5.07543921e-01), expected 0x81eebc (5.07549107e-01). d3d10core.c:15751: Test failed: Got value 0x833613 (5.12543917e-01), expected 0x83366a (5.12549102e-01). d3d10core.c:15751: Test failed: Got value 0x847dc0 (5.17543852e-01), expected 0x847e18 (5.17549098e-01). d3d10core.c:15751: Test failed: Got value 0x85c56d (5.22543788e-01), expected 0x85c5c6 (5.22549093e-01). d3d10core.c:15751: Test failed: Got value 0x870d1a (5.27543724e-01), expected 0x870d74 (5.27549088e-01). d3d10core.c:15751: Test failed: Got value 0x8854c8 (5.32543719e-01), expected 0x885522 (5.32549083e-01). d3d10core.c:15751: Test failed: Got value 0x899c75 (5.37543654e-01), expected 0x899cd0 (5.37549078e-01). d3d10core.c:15751: Test failed: Got value 0x8ae422 (5.42543590e-01), expected 0x8ae47e (5.42549074e-01). d3d10core.c:15751: Test failed: Got value 0x8c2bcf (5.47543526e-01), expected 0x8c2c2c (5.47549069e-01). d3d10core.c:15751: Test failed: Got value 0x8d737d (5.52543521e-01), expected 0x8d73da (5.52549064e-01). d3d10core.c:15751: Test failed: Got value 0x8ebb2a (5.57543457e-01), expected 0x8ebb89 (5.57549119e-01). d3d10core.c:15751: Test failed: Got value 0x9002d7 (5.62543392e-01), expected 0x900337 (5.62549114e-01). d3d10core.c:15751: Test failed: Got value 0x914a84 (5.67543328e-01), expected 0x914ae5 (5.67549109e-01). d3d10core.c:15751: Test failed: Got value 0x929232 (5.72543323e-01), expected 0x929293 (5.72549105e-01). d3d10core.c:15751: Test failed: Got value 0x93d9df (5.77543259e-01), expected 0x93da41 (5.77549100e-01). d3d10core.c:15751: Test failed: Got value 0x95218c (5.82543194e-01), expected 0x9521ef (5.82549095e-01). d3d10core.c:15751: Test failed: Got value 0x966939 (5.87543130e-01), expected 0x96699d (5.87549090e-01). d3d10core.c:15751: Test failed: Got value 0x97b0e7 (5.92543125e-01), expected 0x97b14b (5.92549086e-01). d3d10core.c:15751: Test failed: Got value 0x98f894 (5.97543061e-01), expected 0x98f8f9 (5.97549081e-01). d3d10core.c:15751: Test failed: Got value 0x9a4041 (6.02542996e-01), expected 0x9a40a7 (6.02549076e-01). d3d10core.c:15751: Test failed: Got value 0x9b87ee (6.07542932e-01), expected 0x9b8855 (6.07549071e-01). d3d10core.c:15751: Test failed: Got value 0x9ccf9c (6.12542927e-01), expected 0x9cd003 (6.12549067e-01). d3d10core.c:15751: Test failed: Got value 0x9e1749 (6.17542863e-01), expected 0x9e17b2 (6.17549121e-01). d3d10core.c:15751: Test failed: Got value 0x9f5ef6 (6.22542799e-01), expected 0x9f5f60 (6.22549117e-01). d3d10core.c:15751: Test failed: Got value 0xa0a6a3 (6.27542734e-01), expected 0xa0a70e (6.27549112e-01). d3d10core.c:15751: Test failed: Got value 0xa1ee51 (6.32542729e-01), expected 0xa1eebc (6.32549107e-01). d3d10core.c:15751: Test failed: Got value 0xa335fe (6.37542665e-01), expected 0xa3366a (6.37549102e-01). d3d10core.c:15751: Test failed: Got value 0xa47dab (6.42542601e-01), expected 0xa47e18 (6.42549098e-01). d3d10core.c:15751: Test failed: Got value 0xa5c558 (6.47542536e-01), expected 0xa5c5c6 (6.47549093e-01). d3d10core.c:15751: Test failed: Got value 0xa70d05 (6.52542472e-01), expected 0xa70d74 (6.52549088e-01). d3d10core.c:15751: Test failed: Got value 0xa854b3 (6.57542467e-01), expected 0xa85522 (6.57549083e-01). d3d10core.c:15751: Test failed: Got value 0xa99c60 (6.62542403e-01), expected 0xa99cd0 (6.62549078e-01). d3d10core.c:15751: Test failed: Got value 0xaae40d (6.67542338e-01), expected 0xaae47e (6.67549074e-01). d3d10core.c:15751: Test failed: Got value 0xac2bba (6.72542274e-01), expected 0xac2c2d (6.72549129e-01). d3d10core.c:15751: Test failed: Got value 0xad7368 (6.77542269e-01), expected 0xad73db (6.77549124e-01). d3d10core.c:15751: Test failed: Got value 0xaebb15 (6.82542205e-01), expected 0xaebb89 (6.82549119e-01). d3d10core.c:15751: Test failed: Got value 0xb002c2 (6.87542140e-01), expected 0xb00337 (6.87549114e-01). d3d10core.c:15751: Test failed: Got value 0xb14a6f (6.92542076e-01), expected 0xb14ae5 (6.92549109e-01). d3d10core.c:15751: Test failed: Got value 0xb2921d (6.97542071e-01), expected 0xb29293 (6.97549105e-01). d3d10core.c:15751: Test failed: Got value 0xb3d9ca (7.02542007e-01), expected 0xb3da41 (7.02549100e-01). d3d10core.c:15751: Test failed: Got value 0xb52177 (7.07541943e-01), expected 0xb521ef (7.07549095e-01). d3d10core.c:15751: Test failed: Got value 0xb66924 (7.12541878e-01), expected 0xb6699d (7.12549090e-01). d3d10core.c:15751: Test failed: Got value 0xb7b0d2 (7.17541873e-01), expected 0xb7b14b (7.17549086e-01). d3d10core.c:15751: Test failed: Got value 0xb8f87f (7.22541809e-01), expected 0xb8f8f9 (7.22549081e-01). d3d10core.c:15751: Test failed: Got value 0xba402c (7.27541745e-01), expected 0xba40a7 (7.27549076e-01). d3d10core.c:15751: Test failed: Got value 0xbb87d9 (7.32541680e-01), expected 0xbb8856 (7.32549131e-01). d3d10core.c:15751: Test failed: Got value 0xbccf87 (7.37541676e-01), expected 0xbcd004 (7.37549126e-01). d3d10core.c:15751: Test failed: Got value 0xbe1734 (7.42541611e-01), expected 0xbe17b2 (7.42549121e-01). d3d10core.c:15751: Test failed: Got value 0xbf5ee1 (7.47541547e-01), expected 0xbf5f60 (7.47549117e-01). d3d10core.c:15751: Test failed: Got value 0xc0a68e (7.52541482e-01), expected 0xc0a70e (7.52549112e-01). d3d10core.c:15751: Test failed: Got value 0xc1ee3c (7.57541478e-01), expected 0xc1eebc (7.57549107e-01). d3d10core.c:15751: Test failed: Got value 0xc335e9 (7.62541413e-01), expected 0xc3366a (7.62549102e-01). d3d10core.c:15751: Test failed: Got value 0xc47d96 (7.67541349e-01), expected 0xc47e18 (7.67549098e-01). d3d10core.c:15751: Test failed: Got value 0xc5c543 (7.72541285e-01), expected 0xc5c5c6 (7.72549093e-01). d3d10core.c:15751: Test failed: Got value 0xc70cf1 (7.77541280e-01), expected 0xc70d74 (7.77549088e-01). d3d10core.c:15751: Test failed: Got value 0xc8549e (7.82541215e-01), expected 0xc85522 (7.82549083e-01). d3d10core.c:15751: Test failed: Got value 0xc99c4b (7.87541151e-01), expected 0xc99cd0 (7.87549078e-01). d3d10core.c:15751: Test failed: Got value 0xcae3f8 (7.92541087e-01), expected 0xcae47f (7.92549133e-01). d3d10core.c:15751: Test failed: Got value 0xcc2ba6 (7.97541082e-01), expected 0xcc2c2d (7.97549129e-01). d3d10core.c:15751: Test failed: Got value 0xcd7353 (8.02541018e-01), expected 0xcd73db (8.02549124e-01). d3d10core.c:15751: Test failed: Got value 0xcebb00 (8.07540953e-01), expected 0xcebb89 (8.07549119e-01). d3d10core.c:15751: Test failed: Got value 0xd002ad (8.12540889e-01), expected 0xd00337 (8.12549114e-01). d3d10core.c:15751: Test failed: Got value 0xd14a5a (8.17540824e-01), expected 0xd14ae5 (8.17549109e-01). d3d10core.c:15751: Test failed: Got value 0xd29208 (8.22540820e-01), expected 0xd29293 (8.22549105e-01). d3d10core.c:15751: Test failed: Got value 0xd3d9b5 (8.27540755e-01), expected 0xd3da41 (8.27549100e-01). d3d10core.c:15751: Test failed: Got value 0xd52162 (8.32540691e-01), expected 0xd521ef (8.32549095e-01). d3d10core.c:15751: Test failed: Got value 0xd6690f (8.37540627e-01), expected 0xd6699d (8.37549090e-01). d3d10core.c:15751: Test failed: Got value 0xd7b0bd (8.42540622e-01), expected 0xd7b14b (8.42549086e-01). d3d10core.c:15751: Test failed: Got value 0xd8f86a (8.47540557e-01), expected 0xd8f8fa (8.47549140e-01). d3d10core.c:15751: Test failed: Got value 0xda4017 (8.52540493e-01), expected 0xda40a8 (8.52549136e-01). d3d10core.c:15751: Test failed: Got value 0xdb87c4 (8.57540429e-01), expected 0xdb8856 (8.57549131e-01). d3d10core.c:15751: Test failed: Got value 0xdccf72 (8.62540424e-01), expected 0xdcd004 (8.62549126e-01). d3d10core.c:15751: Test failed: Got value 0xde171f (8.67540359e-01), expected 0xde17b2 (8.67549121e-01). d3d10core.c:15751: Test failed: Got value 0xdf5ecc (8.72540295e-01), expected 0xdf5f60 (8.72549117e-01). d3d10core.c:15751: Test failed: Got value 0xe0a679 (8.77540231e-01), expected 0xe0a70e (8.77549112e-01). d3d10core.c:15751: Test failed: Got value 0xe1ee27 (8.82540226e-01), expected 0xe1eebc (8.82549107e-01). d3d10core.c:15751: Test failed: Got value 0xe335d4 (8.87540162e-01), expected 0xe3366a (8.87549102e-01). d3d10core.c:15751: Test failed: Got value 0xe47d81 (8.92540097e-01), expected 0xe47e18 (8.92549098e-01). d3d10core.c:15751: Test failed: Got value 0xe5c52e (8.97540033e-01), expected 0xe5c5c6 (8.97549093e-01). d3d10core.c:15751: Test failed: Got value 0xe70cdc (9.02540028e-01), expected 0xe70d74 (9.02549088e-01). d3d10core.c:15751: Test failed: Got value 0xe85489 (9.07539964e-01), expected 0xe85523 (9.07549143e-01). d3d10core.c:15751: Test failed: Got value 0xe99c36 (9.12539899e-01), expected 0xe99cd1 (9.12549138e-01). d3d10core.c:15751: Test failed: Got value 0xeae3e3 (9.17539835e-01), expected 0xeae47f (9.17549133e-01). d3d10core.c:15751: Test failed: Got value 0xec2b91 (9.22539830e-01), expected 0xec2c2d (9.22549129e-01). d3d10core.c:15751: Test failed: Got value 0xed733e (9.27539766e-01), expected 0xed73db (9.27549124e-01). d3d10core.c:15751: Test failed: Got value 0xeebaeb (9.32539701e-01), expected 0xeebb89 (9.32549119e-01). d3d10core.c:15751: Test failed: Got value 0xf00298 (9.37539637e-01), expected 0xf00337 (9.37549114e-01). d3d10core.c:15751: Test failed: Got value 0xf14a46 (9.42539632e-01), expected 0xf14ae5 (9.42549109e-01). d3d10core.c:15751: Test failed: Got value 0xf291f3 (9.47539568e-01), expected 0xf29293 (9.47549105e-01). d3d10core.c:15751: Test failed: Got value 0xf3d9a0 (9.52539504e-01), expected 0xf3da41 (9.52549100e-01). d3d10core.c:15751: Test failed: Got value 0xf5214d (9.57539439e-01), expected 0xf521ef (9.57549095e-01). d3d10core.c:15751: Test failed: Got value 0xf668fa (9.62539375e-01), expected 0xf6699d (9.62549090e-01). d3d10core.c:15751: Test failed: Got value 0xf7b0a8 (9.67539370e-01), expected 0xf7b14c (9.67549145e-01). d3d10core.c:15751: Test failed: Got value 0xf8f855 (9.72539306e-01), expected 0xf8f8fa (9.72549140e-01). d3d10core.c:15751: Test failed: Got value 0xfa4002 (9.77539241e-01), expected 0xfa40a8 (9.77549136e-01). d3d10core.c:15751: Test failed: Got value 0xfb87af (9.82539177e-01), expected 0xfb8856 (9.82549131e-01). d3d10core.c:15751: Test failed: Got value 0xfccf5d (9.87539172e-01), expected 0xfcd004 (9.87549126e-01). d3d10core.c:15751: Test failed: Got value 0xfe170a (9.92539108e-01), expected 0xfe17b2 (9.92549121e-01). d3d10core.c:15751: Test failed: Got value 0xff5eb7 (9.97539043e-01), expected 0xff5f60 (9.97549117e-01). d3d10core.c:15751: Test failed: Got value 0xa41493 (6.40938997e-01), expected 0xa47d6e (6.42538965e-01). d3d10core.c:15751: Test failed: Got value 0xa48a87 (6.42738819e-01), expected 0xa5c51d (6.47539020e-01). d3d10core.c:15751: Test failed: Got value 0xa5007c (6.44538701e-01), expected 0xa70ccb (6.52539015e-01). d3d10core.c:15751: Test failed: Got value 0xa57671 (6.46338582e-01), expected 0xa85479 (6.57539010e-01). d3d10core.c:15751: Test failed: Got value 0xa5ec66 (6.48138463e-01), expected 0xa99c27 (6.62539005e-01). d3d10core.c:15751: Test failed: Got value 0xa6625a (6.49938285e-01), expected 0xaae3d5 (6.67539001e-01). d3d10core.c:15751: Test failed: Got value 0xa6d84f (6.51738167e-01), expected 0xac2b83 (6.72538996e-01). d3d10core.c:15751: Test failed: Got value 0xa74e44 (6.53538048e-01), expected 0xad7332 (6.77539051e-01). d3d10core.c:15751: Test failed: Got value 0xa7c439 (6.55337930e-01), expected 0xaebae0 (6.82539046e-01). d3d10core.c:15751: Test failed: Got value 0xa83a2e (6.57137811e-01), expected 0xb0028e (6.87539041e-01). d3d10core.c:15751: Test failed: Got value 0xa8b023 (6.58937693e-01), expected 0xb14a3c (6.92539036e-01). d3d10core.c:15751: Test failed: Got value 0xa92618 (6.60737574e-01), expected 0xb291ea (6.97539032e-01). d3d10core.c:15751: Test failed: Got value 0xa99c0d (6.62537456e-01), expected 0xb3d998 (7.02539027e-01). d3d10core.c:15751: Test failed: Got value 0xaa1202 (6.64337337e-01), expected 0xb52146 (7.07539022e-01). d3d10core.c:15751: Test failed: Got value 0xaa87f7 (6.66137218e-01), expected 0xb668f4 (7.12539017e-01). d3d10core.c:15751: Test failed: Got value 0xaafdeb (6.67937040e-01), expected 0xb7b0a2 (7.17539012e-01). d3d10core.c:15751: Test failed: Got value 0xab73e0 (6.69736922e-01), expected 0xb8f850 (7.22539008e-01). d3d10core.c:15751: Test failed: Got value 0xabe9d5 (6.71536803e-01), expected 0xba3ffe (7.27539003e-01). d3d10core.c:15751: Test failed: Got value 0xac5fca (6.73336685e-01), expected 0xbb87ac (7.32538998e-01). d3d10core.c:15751: Test failed: Got value 0xacd5bf (6.75136566e-01), expected 0xbccf5b (7.37539053e-01). d3d10core.c:15751: Test failed: Got value 0xad4bb4 (6.76936448e-01), expected 0xbe1709 (7.42539048e-01). d3d10core.c:15751: Test failed: Got value 0xadc1a9 (6.78736329e-01), expected 0xbf5eb7 (7.47539043e-01). d3d10core.c:15751: Test failed: Got value 0xae379e (6.80536211e-01), expected 0xc0a665 (7.52539039e-01). d3d10core.c:15751: Test failed: Got value 0xaead93 (6.82336092e-01), expected 0xc1ee13 (7.57539034e-01). d3d10core.c:15751: Test failed: Got value 0xaf2387 (6.84135914e-01), expected 0xc335c1 (7.62539029e-01). d3d10core.c:15751: Test failed: Got value 0xaf997c (6.85935795e-01), expected 0xc47d6f (7.67539024e-01). d3d10core.c:15751: Test failed: Got value 0xb00f71 (6.87735677e-01), expected 0xc5c51d (7.72539020e-01). d3d10core.c:15751: Test failed: Got value 0xb08566 (6.89535558e-01), expected 0xc70ccb (7.77539015e-01). d3d10core.c:15751: Test failed: Got value 0xb0fb5b (6.91335440e-01), expected 0xc85479 (7.82539010e-01). d3d10core.c:15751: Test failed: Got value 0xb17150 (6.93135321e-01), expected 0xc99c27 (7.87539005e-01). d3d10core.c:15751: Test failed: Got value 0xb1e745 (6.94935203e-01), expected 0xcae3d5 (7.92539001e-01). d3d10core.c:15751: Test failed: Got value 0xb25d3a (6.96735084e-01), expected 0xcc2b83 (7.97538996e-01). d3d10core.c:15751: Test failed: Got value 0xb2d32f (6.98534966e-01), expected 0xcd7331 (8.02538991e-01). d3d10core.c:15751: Test failed: Got value 0xb34923 (7.00334787e-01), expected 0xcebadf (8.07538986e-01). d3d10core.c:15751: Test failed: Got value 0xb3bf18 (7.02134669e-01), expected 0xd0028e (8.12539041e-01). d3d10core.c:15751: Test failed: Got value 0xb4350d (7.03934550e-01), expected 0xd14a3c (8.17539036e-01). d3d10core.c:15751: Test failed: Got value 0xb4ab02 (7.05734432e-01), expected 0xd291ea (8.22539032e-01). d3d10core.c:15751: Test failed: Got value 0xb520f7 (7.07534313e-01), expected 0xd3d998 (8.27539027e-01). d3d10core.c:15751: Test failed: Got value 0xb596ec (7.09334195e-01), expected 0xd52146 (8.32539022e-01). d3d10core.c:15751: Test failed: Got value 0xb60ce1 (7.11134076e-01), expected 0xd668f4 (8.37539017e-01). d3d10core.c:15751: Test failed: Got value 0xb682d6 (7.12933958e-01), expected 0xd7b0a2 (8.42539012e-01). d3d10core.c:15751: Test failed: Got value 0xb6f8cb (7.14733839e-01), expected 0xd8f850 (8.47539008e-01). d3d10core.c:15751: Test failed: Got value 0xb76ec0 (7.16533720e-01), expected 0xda3ffe (8.52539003e-01). d3d10core.c:15751: Test failed: Got value 0xb7e4b5 (7.18333602e-01), expected 0xdb87ad (8.57539058e-01). d3d10core.c:15751: Test failed: Got value 0xb85aa9 (7.20133424e-01), expected 0xdccf5b (8.62539053e-01). d3d10core.c:15751: Test failed: Got value 0xb8d09e (7.21933305e-01), expected 0xde1709 (8.67539048e-01). d3d10core.c:15751: Test failed: Got value 0xb94693 (7.23733187e-01), expected 0xdf5eb7 (8.72539043e-01). d3d10core.c:15751: Test failed: Got value 0xb9bc88 (7.25533068e-01), expected 0xe0a665 (8.77539039e-01). d3d10core.c:15751: Test failed: Got value 0xba327d (7.27332950e-01), expected 0xe1ee13 (8.82539034e-01). d3d10core.c:15751: Test failed: Got value 0xbaa872 (7.29132831e-01), expected 0xe335c1 (8.87539029e-01). d3d10core.c:15751: Test failed: Got value 0xbb1e67 (7.30932713e-01), expected 0xe47d70 (8.92539084e-01). d3d10core.c:15751: Test failed: Got value 0xbb945c (7.32732594e-01), expected 0xe5c51e (8.97539079e-01). d3d10core.c:15751: Test failed: Got value 0xbc0a51 (7.34532475e-01), expected 0xe70ccc (9.02539074e-01). d3d10core.c:15751: Test failed: Got value 0xbc8045 (7.36332297e-01), expected 0xe8547a (9.07539070e-01). d3d10core.c:15751: Test failed: Got value 0xbcf63a (7.38132179e-01), expected 0xe99c28 (9.12539065e-01). d3d10core.c:15751: Test failed: Got value 0xbd6c2f (7.39932060e-01), expected 0xeae3d6 (9.17539060e-01). d3d10core.c:15751: Test failed: Got value 0xbde224 (7.41731942e-01), expected 0xec2b84 (9.22539055e-01). d3d10core.c:15751: Test failed: Got value 0xbe5819 (7.43531823e-01), expected 0xed7332 (9.27539051e-01). d3d10core.c:15751: Test failed: Got value 0xbece0e (7.45331705e-01), expected 0xeebae0 (9.32539046e-01). d3d10core.c:15751: Test failed: Got value 0xbf4403 (7.47131586e-01), expected 0xf0028e (9.37539041e-01). d3d10core.c:15751: Test failed: Got value 0xbfb9f8 (7.48931468e-01), expected 0xf14a3c (9.42539036e-01). d3d10core.c:15751: Test failed: Got value 0xc02fed (7.50731349e-01), expected 0xf291ea (9.47539032e-01). d3d10core.c:15751: Test failed: Got value 0xc0a5e1 (7.52531171e-01), expected 0xf3d999 (9.52539086e-01). d3d10core.c:15751: Test failed: Got value 0xc11bd6 (7.54331052e-01), expected 0xf52147 (9.57539082e-01). d3d10core.c:15751: Test failed: Got value 0xc191cb (7.56130934e-01), expected 0xf668f5 (9.62539077e-01). d3d10core.c:15751: Test failed: Got value 0xc207c0 (7.57930815e-01), expected 0xf7b0a3 (9.67539072e-01). d3d10core.c:15751: Test failed: Got value 0xc27db5 (7.59730697e-01), expected 0xf8f851 (9.72539067e-01). d3d10core.c:15751: Test failed: Got value 0xc2f3aa (7.61530578e-01), expected 0xfa4000 (9.77539122e-01). d3d10core.c:15751: Test failed: Got value 0xc3699f (7.63330460e-01), expected 0xfb87ae (9.82539117e-01). d3d10core.c:15751: Test failed: Got value 0xc3df94 (7.65130341e-01), expected 0xfccf5c (9.87539113e-01). d3d10core.c:15751: Test failed: Got value 0xc45589 (7.66930223e-01), expected 0xfe170a (9.92539108e-01). d3d10core.c:15751: Test failed: Got value 0xc4cb7d (7.68730044e-01), expected 0xff5eb8 (9.97539103e-01). d3d10core.c:15751: Test failed: Got value 0xc54173 (7.70529985e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc5b767 (7.72329807e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc62d5c (7.74129689e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc6a351 (7.75929570e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc71946 (7.77729452e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc78f3b (7.79529333e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc80530 (7.81329215e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc87b25 (7.83129096e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc8f119 (7.84928918e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc9670f (7.86728859e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc9dd03 (7.88528681e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xca52f8 (7.90328562e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcac8ed (7.92128444e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcb3ee2 (7.93928325e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcbb4d7 (7.95728207e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcc2acc (7.97528088e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcca0c1 (7.99327970e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcd16b5 (8.01127791e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcd8cab (8.02927732e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xce029f (8.04727554e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xce7894 (8.06527436e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xceee89 (8.08327317e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcf647e (8.10127199e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcfda73 (8.11927080e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd05068 (8.13726962e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd0c65d (8.15526843e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd13c52 (8.17326725e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd1b247 (8.19126606e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd2283b (8.20926428e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd29e30 (8.22726309e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd31425 (8.24526191e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd38a1a (8.26326072e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd4000f (8.28125954e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd47604 (8.29925835e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd4ebf9 (8.31725717e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd561ee (8.33525598e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd5d7e3 (8.35325480e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd64dd7 (8.37125301e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd6c3cd (8.38925242e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd739c1 (8.40725064e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd7afb6 (8.42524946e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd825ab (8.44324827e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd89ba0 (8.46124709e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd91195 (8.47924590e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd9878a (8.49724472e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd9fd7f (8.51524353e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xda7373 (8.53324175e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdae969 (8.55124116e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdb5f5d (8.56923938e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdbd552 (8.58723819e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdc4b47 (8.60523701e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdcc13c (8.62323582e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdd3731 (8.64123464e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xddad26 (8.65923345e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xde231b (8.67723227e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xde990f (8.69523048e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdf0f05 (8.71322989e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdf84f9 (8.73122811e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdffaee (8.74922693e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe070e3 (8.76722574e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe0e6d8 (8.78522456e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe15ccd (8.80322337e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe1d2c2 (8.82122219e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe248b7 (8.83922100e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe2beac (8.85721982e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe334a1 (8.87521863e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe3aa95 (8.89321685e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe4208b (8.91121626e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe4967f (8.92921448e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe50c74 (8.94721329e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe58269 (8.96521211e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe5f85e (8.98321092e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe66e53 (9.00120974e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe6e447 (9.01920795e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe75a3d (9.03720737e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe7d031 (9.05520558e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe84627 (9.07320499e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe8bc1b (9.09120321e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe93210 (9.10920203e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe9a805 (9.12720084e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xea1dfa (9.14519966e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xea93ef (9.16319847e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xeb09e4 (9.18119729e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xeb7fd9 (9.19919610e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xebf5cd (9.21719432e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xec6bc3 (9.23519373e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xece1b7 (9.25319195e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xed57ac (9.27119076e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xedcda1 (9.28918958e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xee4396 (9.30718839e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xeeb98b (9.32518721e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xef2f80 (9.34318602e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xefa575 (9.36118484e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf01b69 (9.37918305e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf0915f (9.39718246e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf10753 (9.41518068e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf17d49 (9.43318009e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf1f33d (9.45117831e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf26932 (9.46917713e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf2df27 (9.48717594e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf3551c (9.50517476e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf3cb11 (9.52317357e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf44105 (9.54117179e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf4b6fb (9.55917120e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf52cef (9.57716942e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf5a2e5 (9.59516883e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf618d9 (9.61316705e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf68ece (9.63116586e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf704c3 (9.64916468e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf77ab8 (9.66716349e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf7f0ad (9.68516231e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf866a1 (9.70316052e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf8dc97 (9.72115993e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf9528b (9.73915815e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf9c881 (9.75715756e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfa3e75 (9.77515578e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfab46a (9.79315460e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfb2a5f (9.81115341e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfba054 (9.82915223e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfc1649 (9.84715104e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfc8c3e (9.86514986e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfd0233 (9.88314867e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfd7827 (9.90114689e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfdee1d (9.91914630e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfe6411 (9.93714452e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfeda06 (9.95514333e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xff4ffb (9.97314215e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xffc5f0 (9.99114096e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xa41493 (6.40938997e-01), expected 0xa47d6e (6.42538965e-01). d3d10core.c:15751: Test failed: Got value 0xa48a87 (6.42738819e-01), expected 0xa5c51d (6.47539020e-01). d3d10core.c:15751: Test failed: Got value 0xa5007c (6.44538701e-01), expected 0xa70ccb (6.52539015e-01). d3d10core.c:15751: Test failed: Got value 0xa57671 (6.46338582e-01), expected 0xa85479 (6.57539010e-01). d3d10core.c:15751: Test failed: Got value 0xa5ec66 (6.48138463e-01), expected 0xa99c27 (6.62539005e-01). d3d10core.c:15751: Test failed: Got value 0xa6625a (6.49938285e-01), expected 0xaae3d5 (6.67539001e-01). d3d10core.c:15751: Test failed: Got value 0xa6d84f (6.51738167e-01), expected 0xac2b83 (6.72538996e-01). d3d10core.c:15751: Test failed: Got value 0xa74e44 (6.53538048e-01), expected 0xad7332 (6.77539051e-01). d3d10core.c:15751: Test failed: Got value 0xa7c439 (6.55337930e-01), expected 0xaebae0 (6.82539046e-01). d3d10core.c:15751: Test failed: Got value 0xa83a2e (6.57137811e-01), expected 0xb0028e (6.87539041e-01). d3d10core.c:15751: Test failed: Got value 0xa8b023 (6.58937693e-01), expected 0xb14a3c (6.92539036e-01). d3d10core.c:15751: Test failed: Got value 0xa92618 (6.60737574e-01), expected 0xb291ea (6.97539032e-01). d3d10core.c:15751: Test failed: Got value 0xa99c0d (6.62537456e-01), expected 0xb3d998 (7.02539027e-01). d3d10core.c:15751: Test failed: Got value 0xaa1202 (6.64337337e-01), expected 0xb52146 (7.07539022e-01). d3d10core.c:15751: Test failed: Got value 0xaa87f7 (6.66137218e-01), expected 0xb668f4 (7.12539017e-01). d3d10core.c:15751: Test failed: Got value 0xaafdeb (6.67937040e-01), expected 0xb7b0a2 (7.17539012e-01). d3d10core.c:15751: Test failed: Got value 0xab73e0 (6.69736922e-01), expected 0xb8f850 (7.22539008e-01). d3d10core.c:15751: Test failed: Got value 0xabe9d5 (6.71536803e-01), expected 0xba3ffe (7.27539003e-01). d3d10core.c:15751: Test failed: Got value 0xac5fca (6.73336685e-01), expected 0xbb87ac (7.32538998e-01). d3d10core.c:15751: Test failed: Got value 0xacd5bf (6.75136566e-01), expected 0xbccf5b (7.37539053e-01). d3d10core.c:15751: Test failed: Got value 0xad4bb4 (6.76936448e-01), expected 0xbe1709 (7.42539048e-01). d3d10core.c:15751: Test failed: Got value 0xadc1a9 (6.78736329e-01), expected 0xbf5eb7 (7.47539043e-01). d3d10core.c:15751: Test failed: Got value 0xae379e (6.80536211e-01), expected 0xc0a665 (7.52539039e-01). d3d10core.c:15751: Test failed: Got value 0xaead93 (6.82336092e-01), expected 0xc1ee13 (7.57539034e-01). d3d10core.c:15751: Test failed: Got value 0xaf2387 (6.84135914e-01), expected 0xc335c1 (7.62539029e-01). d3d10core.c:15751: Test failed: Got value 0xaf997c (6.85935795e-01), expected 0xc47d6f (7.67539024e-01). d3d10core.c:15751: Test failed: Got value 0xb00f71 (6.87735677e-01), expected 0xc5c51d (7.72539020e-01). d3d10core.c:15751: Test failed: Got value 0xb08566 (6.89535558e-01), expected 0xc70ccb (7.77539015e-01). d3d10core.c:15751: Test failed: Got value 0xb0fb5b (6.91335440e-01), expected 0xc85479 (7.82539010e-01). d3d10core.c:15751: Test failed: Got value 0xb17150 (6.93135321e-01), expected 0xc99c27 (7.87539005e-01). d3d10core.c:15751: Test failed: Got value 0xb1e745 (6.94935203e-01), expected 0xcae3d5 (7.92539001e-01). d3d10core.c:15751: Test failed: Got value 0xb25d3a (6.96735084e-01), expected 0xcc2b83 (7.97538996e-01). d3d10core.c:15751: Test failed: Got value 0xb2d32f (6.98534966e-01), expected 0xcd7331 (8.02538991e-01). d3d10core.c:15751: Test failed: Got value 0xb34923 (7.00334787e-01), expected 0xcebadf (8.07538986e-01). d3d10core.c:15751: Test failed: Got value 0xb3bf18 (7.02134669e-01), expected 0xd0028e (8.12539041e-01). d3d10core.c:15751: Test failed: Got value 0xb4350d (7.03934550e-01), expected 0xd14a3c (8.17539036e-01). d3d10core.c:15751: Test failed: Got value 0xb4ab02 (7.05734432e-01), expected 0xd291ea (8.22539032e-01). d3d10core.c:15751: Test failed: Got value 0xb520f7 (7.07534313e-01), expected 0xd3d998 (8.27539027e-01). d3d10core.c:15751: Test failed: Got value 0xb596ec (7.09334195e-01), expected 0xd52146 (8.32539022e-01). d3d10core.c:15751: Test failed: Got value 0xb60ce1 (7.11134076e-01), expected 0xd668f4 (8.37539017e-01). d3d10core.c:15751: Test failed: Got value 0xb682d6 (7.12933958e-01), expected 0xd7b0a2 (8.42539012e-01). d3d10core.c:15751: Test failed: Got value 0xb6f8cb (7.14733839e-01), expected 0xd8f850 (8.47539008e-01). d3d10core.c:15751: Test failed: Got value 0xb76ec0 (7.16533720e-01), expected 0xda3ffe (8.52539003e-01). d3d10core.c:15751: Test failed: Got value 0xb7e4b5 (7.18333602e-01), expected 0xdb87ad (8.57539058e-01). d3d10core.c:15751: Test failed: Got value 0xb85aa9 (7.20133424e-01), expected 0xdccf5b (8.62539053e-01). d3d10core.c:15751: Test failed: Got value 0xb8d09e (7.21933305e-01), expected 0xde1709 (8.67539048e-01). d3d10core.c:15751: Test failed: Got value 0xb94693 (7.23733187e-01), expected 0xdf5eb7 (8.72539043e-01). d3d10core.c:15751: Test failed: Got value 0xb9bc88 (7.25533068e-01), expected 0xe0a665 (8.77539039e-01). d3d10core.c:15751: Test failed: Got value 0xba327d (7.27332950e-01), expected 0xe1ee13 (8.82539034e-01). d3d10core.c:15751: Test failed: Got value 0xbaa872 (7.29132831e-01), expected 0xe335c1 (8.87539029e-01). d3d10core.c:15751: Test failed: Got value 0xbb1e67 (7.30932713e-01), expected 0xe47d70 (8.92539084e-01). d3d10core.c:15751: Test failed: Got value 0xbb945c (7.32732594e-01), expected 0xe5c51e (8.97539079e-01). d3d10core.c:15751: Test failed: Got value 0xbc0a51 (7.34532475e-01), expected 0xe70ccc (9.02539074e-01). d3d10core.c:15751: Test failed: Got value 0xbc8045 (7.36332297e-01), expected 0xe8547a (9.07539070e-01). d3d10core.c:15751: Test failed: Got value 0xbcf63a (7.38132179e-01), expected 0xe99c28 (9.12539065e-01). d3d10core.c:15751: Test failed: Got value 0xbd6c2f (7.39932060e-01), expected 0xeae3d6 (9.17539060e-01). d3d10core.c:15751: Test failed: Got value 0xbde224 (7.41731942e-01), expected 0xec2b84 (9.22539055e-01). d3d10core.c:15751: Test failed: Got value 0xbe5819 (7.43531823e-01), expected 0xed7332 (9.27539051e-01). d3d10core.c:15751: Test failed: Got value 0xbece0e (7.45331705e-01), expected 0xeebae0 (9.32539046e-01). d3d10core.c:15751: Test failed: Got value 0xbf4403 (7.47131586e-01), expected 0xf0028e (9.37539041e-01). d3d10core.c:15751: Test failed: Got value 0xbfb9f8 (7.48931468e-01), expected 0xf14a3c (9.42539036e-01). d3d10core.c:15751: Test failed: Got value 0xc02fed (7.50731349e-01), expected 0xf291ea (9.47539032e-01). d3d10core.c:15751: Test failed: Got value 0xc0a5e1 (7.52531171e-01), expected 0xf3d999 (9.52539086e-01). d3d10core.c:15751: Test failed: Got value 0xc11bd6 (7.54331052e-01), expected 0xf52147 (9.57539082e-01). d3d10core.c:15751: Test failed: Got value 0xc191cb (7.56130934e-01), expected 0xf668f5 (9.62539077e-01). d3d10core.c:15751: Test failed: Got value 0xc207c0 (7.57930815e-01), expected 0xf7b0a3 (9.67539072e-01). d3d10core.c:15751: Test failed: Got value 0xc27db5 (7.59730697e-01), expected 0xf8f851 (9.72539067e-01). d3d10core.c:15751: Test failed: Got value 0xc2f3aa (7.61530578e-01), expected 0xfa4000 (9.77539122e-01). d3d10core.c:15751: Test failed: Got value 0xc3699f (7.63330460e-01), expected 0xfb87ae (9.82539117e-01). d3d10core.c:15751: Test failed: Got value 0xc3df94 (7.65130341e-01), expected 0xfccf5c (9.87539113e-01). d3d10core.c:15751: Test failed: Got value 0xc45589 (7.66930223e-01), expected 0xfe170a (9.92539108e-01). d3d10core.c:15751: Test failed: Got value 0xc4cb7d (7.68730044e-01), expected 0xff5eb8 (9.97539103e-01). d3d10core.c:15751: Test failed: Got value 0xc54173 (7.70529985e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc5b767 (7.72329807e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc62d5c (7.74129689e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc6a351 (7.75929570e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc71946 (7.77729452e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc78f3b (7.79529333e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc80530 (7.81329215e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc87b25 (7.83129096e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc8f119 (7.84928918e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc9670f (7.86728859e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xc9dd03 (7.88528681e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xca52f8 (7.90328562e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcac8ed (7.92128444e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcb3ee2 (7.93928325e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcbb4d7 (7.95728207e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcc2acc (7.97528088e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcca0c1 (7.99327970e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcd16b5 (8.01127791e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcd8cab (8.02927732e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xce029f (8.04727554e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xce7894 (8.06527436e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xceee89 (8.08327317e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcf647e (8.10127199e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xcfda73 (8.11927080e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd05068 (8.13726962e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd0c65d (8.15526843e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd13c52 (8.17326725e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd1b247 (8.19126606e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd2283b (8.20926428e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd29e30 (8.22726309e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd31425 (8.24526191e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd38a1a (8.26326072e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd4000f (8.28125954e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd47604 (8.29925835e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd4ebf9 (8.31725717e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd561ee (8.33525598e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd5d7e3 (8.35325480e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd64dd7 (8.37125301e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd6c3cd (8.38925242e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd739c1 (8.40725064e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd7afb6 (8.42524946e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd825ab (8.44324827e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd89ba0 (8.46124709e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd91195 (8.47924590e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd9878a (8.49724472e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xd9fd7f (8.51524353e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xda7373 (8.53324175e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdae969 (8.55124116e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdb5f5d (8.56923938e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdbd552 (8.58723819e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdc4b47 (8.60523701e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdcc13c (8.62323582e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdd3731 (8.64123464e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xddad26 (8.65923345e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xde231b (8.67723227e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xde990f (8.69523048e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdf0f05 (8.71322989e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdf84f9 (8.73122811e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xdffaee (8.74922693e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe070e3 (8.76722574e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe0e6d8 (8.78522456e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe15ccd (8.80322337e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe1d2c2 (8.82122219e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe248b7 (8.83922100e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe2beac (8.85721982e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe334a1 (8.87521863e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe3aa95 (8.89321685e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe4208b (8.91121626e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe4967f (8.92921448e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe50c74 (8.94721329e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe58269 (8.96521211e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe5f85e (8.98321092e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe66e53 (9.00120974e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe6e447 (9.01920795e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe75a3d (9.03720737e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe7d031 (9.05520558e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe84627 (9.07320499e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe8bc1b (9.09120321e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe93210 (9.10920203e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xe9a805 (9.12720084e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xea1dfa (9.14519966e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xea93ef (9.16319847e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xeb09e4 (9.18119729e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xeb7fd9 (9.19919610e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xebf5cd (9.21719432e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xec6bc3 (9.23519373e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xece1b7 (9.25319195e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xed57ac (9.27119076e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xedcda1 (9.28918958e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xee4396 (9.30718839e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xeeb98b (9.32518721e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xef2f80 (9.34318602e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xefa575 (9.36118484e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf01b69 (9.37918305e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf0915f (9.39718246e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf10753 (9.41518068e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf17d49 (9.43318009e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf1f33d (9.45117831e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf26932 (9.46917713e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf2df27 (9.48717594e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf3551c (9.50517476e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf3cb11 (9.52317357e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf44105 (9.54117179e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf4b6fb (9.55917120e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf52cef (9.57716942e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf5a2e5 (9.59516883e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf618d9 (9.61316705e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf68ece (9.63116586e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf704c3 (9.64916468e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf77ab8 (9.66716349e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf7f0ad (9.68516231e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf866a1 (9.70316052e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf8dc97 (9.72115993e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf9528b (9.73915815e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xf9c881 (9.75715756e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfa3e75 (9.77515578e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfab46a (9.79315460e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfb2a5f (9.81115341e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfba054 (9.82915223e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfc1649 (9.84715104e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfc8c3e (9.86514986e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfd0233 (9.88314867e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfd7827 (9.90114689e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfdee1d (9.91914630e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfe6411 (9.93714452e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xfeda06 (9.95514333e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xff4ffb (9.97314215e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0xffc5f0 (9.99114096e-01), expected 0xffffff (1.00000000e+00). d3d10core.c:15751: Test failed: Got value 0x5c5c2 (2.25487966e-02), expected 0x5c5c6 (2.25490350e-02). d3d10core.c:15751: Test failed: Got value 0x70d70 (2.75487918e-02), expected 0x70d74 (2.75490303e-02). d3d10core.c:15751: Test failed: Got value 0x8551d (3.25487293e-02), expected 0x85522 (3.25490274e-02). d3d10core.c:15751: Test failed: Got value 0x99cca (3.75486650e-02), expected 0x99cd1 (3.75490822e-02). d3d10core.c:15751: Test failed: Got value 0xae477 (4.25486006e-02), expected 0xae47f (4.25490774e-02). d3d10core.c:15751: Test failed: Got value 0xc2c24 (4.75485362e-02), expected 0xc2c2d (4.75490727e-02). d3d10core.c:15751: Test failed: Got value 0xd73d2 (5.25485314e-02), expected 0xd73db (5.25490679e-02). d3d10core.c:15751: Test failed: Got value 0xebb7f (5.75484671e-02), expected 0xebb89 (5.75490631e-02). d3d10core.c:15751: Test failed: Got value 0x10032c (6.25484064e-02), expected 0x100337 (6.25490621e-02). d3d10core.c:15751: Test failed: Got value 0x114ad9 (6.75483420e-02), expected 0x114ae5 (6.75490573e-02). d3d10core.c:15751: Test failed: Got value 0x129287 (7.25483373e-02), expected 0x129293 (7.25490525e-02). d3d10core.c:15751: Test failed: Got value 0x13da34 (7.75482729e-02), expected 0x13da41 (7.75490478e-02). d3d10core.c:15751: Test failed: Got value 0x1521e1 (8.25482085e-02), expected 0x1521ef (8.25490430e-02). d3d10core.c:15751: Test failed: Got value 0x16698e (8.75481442e-02), expected 0x16699d (8.75490382e-02). d3d10core.c:15751: Test failed: Got value 0x17b13c (9.25481394e-02), expected 0x17b14b (9.25490335e-02). d3d10core.c:15751: Test failed: Got value 0x18f8e9 (9.75480750e-02), expected 0x18f8fa (9.75490883e-02). d3d10core.c:15751: Test failed: Got value 0x1a4096 (1.02548011e-01), expected 0x1a40a8 (1.02549084e-01). d3d10core.c:15751: Test failed: Got value 0x1b8843 (1.07547946e-01), expected 0x1b8856 (1.07549079e-01). d3d10core.c:15751: Test failed: Got value 0x1ccff1 (1.12547942e-01), expected 0x1cd004 (1.12549074e-01). d3d10core.c:15751: Test failed: Got value 0x1e179e (1.17547877e-01), expected 0x1e17b2 (1.17549069e-01). d3d10core.c:15751: Test failed: Got value 0x1f5f4b (1.22547813e-01), expected 0x1f5f60 (1.22549064e-01). d3d10core.c:15751: Test failed: Got value 0x20a6f8 (1.27547756e-01), expected 0x20a70e (1.27549067e-01). d3d10core.c:15751: Test failed: Got value 0x21eea6 (1.32547751e-01), expected 0x21eebc (1.32549062e-01). d3d10core.c:15751: Test failed: Got value 0x233653 (1.37547687e-01), expected 0x23366a (1.37549058e-01). d3d10core.c:15751: Test failed: Got value 0x247e00 (1.42547622e-01), expected 0x247e18 (1.42549053e-01). d3d10core.c:15751: Test failed: Got value 0x25c5ad (1.47547558e-01), expected 0x25c5c6 (1.47549048e-01). d3d10core.c:15751: Test failed: Got value 0x270d5a (1.52547494e-01), expected 0x270d74 (1.52549043e-01). d3d10core.c:15751: Test failed: Got value 0x285508 (1.57547489e-01), expected 0x285522 (1.57549039e-01). d3d10core.c:15751: Test failed: Got value 0x299cb5 (1.62547424e-01), expected 0x299cd0 (1.62549034e-01). d3d10core.c:15751: Test failed: Got value 0x2ae462 (1.67547360e-01), expected 0x2ae47e (1.67549029e-01). d3d10core.c:15751: Test failed: Got value 0x2c2c10 (1.72547355e-01), expected 0x2c2c2d (1.72549084e-01). d3d10core.c:15751: Test failed: Got value 0x2d73bd (1.77547291e-01), expected 0x2d73db (1.77549079e-01). d3d10core.c:15751: Test failed: Got value 0x2ebb6a (1.82547227e-01), expected 0x2ebb89 (1.82549074e-01). d3d10core.c:15751: Test failed: Got value 0x300317 (1.87547162e-01), expected 0x300337 (1.87549070e-01). d3d10core.c:15751: Test failed: Got value 0x314ac4 (1.92547098e-01), expected 0x314ae5 (1.92549065e-01). d3d10core.c:15751: Test failed: Got value 0x329272 (1.97547093e-01), expected 0x329293 (1.97549060e-01). d3d10core.c:15751: Test failed: Got value 0x33da1f (2.02547029e-01), expected 0x33da41 (2.02549055e-01). d3d10core.c:15751: Test failed: Got value 0x3521cc (2.07546964e-01), expected 0x3521ef (2.07549050e-01). d3d10core.c:15751: Test failed: Got value 0x36697a (2.12546960e-01), expected 0x36699d (2.12549046e-01). d3d10core.c:15751: Test failed: Got value 0x37b127 (2.17546895e-01), expected 0x37b14c (2.17549101e-01). d3d10core.c:15751: Test failed: Got value 0x38f8d4 (2.22546831e-01), expected 0x38f8fa (2.22549096e-01). d3d10core.c:15751: Test failed: Got value 0x3a4081 (2.27546766e-01), expected 0x3a40a8 (2.27549091e-01). d3d10core.c:15751: Test failed: Got value 0x3b882e (2.32546702e-01), expected 0x3b8856 (2.32549086e-01). d3d10core.c:15751: Test failed: Got value 0x3ccfdc (2.37546697e-01), expected 0x3cd004 (2.37549081e-01). d3d10core.c:15751: Test failed: Got value 0x3e1789 (2.42546633e-01), expected 0x3e17b2 (2.42549077e-01). d3d10core.c:15751: Test failed: Got value 0x3f5f36 (2.47546569e-01), expected 0x3f5f60 (2.47549072e-01). d3d10core.c:15751: Test failed: Got value 0x40a6e3 (2.52546519e-01), expected 0x40a70e (2.52549082e-01). d3d10core.c:15751: Test failed: Got value 0x41ee90 (2.57546455e-01), expected 0x41eebc (2.57549077e-01). d3d10core.c:15751: Test failed: Got value 0x43363e (2.62546450e-01), expected 0x43366a (2.62549073e-01). d3d10core.c:15751: Test failed: Got value 0x447deb (2.67546386e-01), expected 0x447e18 (2.67549068e-01). d3d10core.c:15751: Test failed: Got value 0x45c598 (2.72546321e-01), expected 0x45c5c6 (2.72549063e-01). d3d10core.c:15751: Test failed: Got value 0x470d46 (2.77546316e-01), expected 0x470d74 (2.77549058e-01). d3d10core.c:15751: Test failed: Got value 0x4854f2 (2.82546192e-01), expected 0x485522 (2.82549053e-01). d3d10core.c:15751: Test failed: Got value 0x499ca0 (2.87546188e-01), expected 0x499cd0 (2.87549049e-01). d3d10core.c:15751: Test failed: Got value 0x4ae44d (2.92546123e-01), expected 0x4ae47e (2.92549044e-01). d3d10core.c:15751: Test failed: Got value 0x4c2bfa (2.97546059e-01), expected 0x4c2c2c (2.97549039e-01). d3d10core.c:15751: Test failed: Got value 0x4d73a8 (3.02546054e-01), expected 0x4d73da (3.02549034e-01). d3d10core.c:15751: Test failed: Got value 0x4ebb55 (3.07545990e-01), expected 0x4ebb88 (3.07549030e-01). d3d10core.c:15751: Test failed: Got value 0x500302 (3.12545925e-01), expected 0x500337 (3.12549084e-01). d3d10core.c:15751: Test failed: Got value 0x514ab0 (3.17545921e-01), expected 0x514ae5 (3.17549080e-01). d3d10core.c:15751: Test failed: Got value 0x52925c (3.22545797e-01), expected 0x529293 (3.22549075e-01). d3d10core.c:15751: Test failed: Got value 0x53da0a (3.27545792e-01), expected 0x53da41 (3.27549070e-01). d3d10core.c:15751: Test failed: Got value 0x5521b7 (3.32545727e-01), expected 0x5521ef (3.32549065e-01). d3d10core.c:15751: Test failed: Got value 0x566964 (3.37545663e-01), expected 0x56699e (3.37549120e-01). d3d10core.c:15751: Test failed: Got value 0x57b112 (3.42545658e-01), expected 0x57b14c (3.42549115e-01). d3d10core.c:15751: Test failed: Got value 0x58f8be (3.47545534e-01), expected 0x58f8fa (3.47549111e-01). d3d10core.c:15751: Test failed: Got value 0x5a406c (3.52545530e-01), expected 0x5a40a8 (3.52549106e-01). d3d10core.c:15751: Test failed: Got value 0x5b8819 (3.57545465e-01), expected 0x5b8856 (3.57549101e-01). d3d10core.c:15751: Test failed: Got value 0x5ccfc6 (3.62545401e-01), expected 0x5cd004 (3.62549096e-01). d3d10core.c:15751: Test failed: Got value 0x5e1774 (3.67545396e-01), expected 0x5e17b2 (3.67549092e-01). d3d10core.c:15751: Test failed: Got value 0x5f5f21 (3.72545332e-01), expected 0x5f5f60 (3.72549087e-01). d3d10core.c:15751: Test failed: Got value 0x60a6ce (3.77545267e-01), expected 0x60a70e (3.77549082e-01). d3d10core.c:15751: Test failed: Got value 0x61ee7c (3.82545263e-01), expected 0x61eebc (3.82549077e-01). d3d10core.c:15751: Test failed: Got value 0x633628 (3.87545139e-01), expected 0x63366a (3.87549073e-01). d3d10core.c:15751: Test failed: Got value 0x647dd6 (3.92545134e-01), expected 0x647e18 (3.92549068e-01). d3d10core.c:15751: Test failed: Got value 0x65c583 (3.97545069e-01), expected 0x65c5c6 (3.97549063e-01). d3d10core.c:15751: Test failed: Got value 0x670d30 (4.02545005e-01), expected 0x670d74 (4.02549058e-01). d3d10core.c:15751: Test failed: Got value 0x6854de (4.07545000e-01), expected 0x685522 (4.07549053e-01). d3d10core.c:15751: Test failed: Got value 0x699c8b (4.12544936e-01), expected 0x699cd0 (4.12549049e-01). d3d10core.c:15751: Test failed: Got value 0x6ae438 (4.17544872e-01), expected 0x6ae47e (4.17549044e-01). d3d10core.c:15751: Test failed: Got value 0x6c2be6 (4.22544867e-01), expected 0x6c2c2c (4.22549039e-01). d3d10core.c:15751: Test failed: Got value 0x6d7392 (4.27544743e-01), expected 0x6d73db (4.27549094e-01). d3d10core.c:15751: Test failed: Got value 0x6ebb40 (4.32544738e-01), expected 0x6ebb89 (4.32549089e-01). d3d10core.c:15751: Test failed: Got value 0x7002ed (4.37544674e-01), expected 0x700337 (4.37549084e-01). d3d10core.c:15751: Test failed: Got value 0x714a9a (4.42544609e-01), expected 0x714ae5 (4.42549080e-01). d3d10core.c:15751: Test failed: Got value 0x729248 (4.47544605e-01), expected 0x729293 (4.47549075e-01). d3d10core.c:15751: Test failed: Got value 0x73d9f5 (4.52544540e-01), expected 0x73da41 (4.52549070e-01). d3d10core.c:15751: Test failed: Got value 0x7521a2 (4.57544476e-01), expected 0x7521f0 (4.57549125e-01). d3d10core.c:15751: Test failed: Got value 0x766950 (4.62544471e-01), expected 0x76699e (4.62549120e-01). d3d10core.c:15751: Test failed: Got value 0x77b0fc (4.67544347e-01), expected 0x77b14c (4.67549115e-01). d3d10core.c:15751: Test failed: Got value 0x78f8aa (4.72544342e-01), expected 0x78f8fa (4.72549111e-01). d3d10core.c:15751: Test failed: Got value 0x7a4057 (4.77544278e-01), expected 0x7a40a8 (4.77549106e-01). d3d10core.c:15751: Test failed: Got value 0x7b8804 (4.82544214e-01), expected 0x7b8856 (4.82549101e-01). d3d10core.c:15751: Test failed: Got value 0x7ccfb2 (4.87544209e-01), expected 0x7cd004 (4.87549096e-01). d3d10core.c:15751: Test failed: Got value 0x7e175e (4.92544085e-01), expected 0x7e17b2 (4.92549092e-01). d3d10core.c:15751: Test failed: Got value 0x7f5f0c (4.97544080e-01), expected 0x7f5f60 (4.97549087e-01). d3d10core.c:15751: Test failed: Got value 0x80a6b8 (5.02543986e-01), expected 0x80a70e (5.02549112e-01). d3d10core.c:15751: Test failed: Got value 0x81ee65 (5.07543921e-01), expected 0x81eebc (5.07549107e-01). d3d10core.c:15751: Test failed: Got value 0x833613 (5.12543917e-01), expected 0x83366a (5.12549102e-01). d3d10core.c:15751: Test failed: Got value 0x847dc0 (5.17543852e-01), expected 0x847e18 (5.17549098e-01). d3d10core.c:15751: Test failed: Got value 0x85c56d (5.22543788e-01), expected 0x85c5c6 (5.22549093e-01). d3d10core.c:15751: Test failed: Got value 0x870d1a (5.27543724e-01), expected 0x870d74 (5.27549088e-01). d3d10core.c:15751: Test failed: Got value 0x8854c8 (5.32543719e-01), expected 0x885522 (5.32549083e-01). d3d10core.c:15751: Test failed: Got value 0x899c75 (5.37543654e-01), expected 0x899cd0 (5.37549078e-01). d3d10core.c:15751: Test failed: Got value 0x8ae422 (5.42543590e-01), expected 0x8ae47e (5.42549074e-01). d3d10core.c:15751: Test failed: Got value 0x8c2bcf (5.47543526e-01), expected 0x8c2c2c (5.47549069e-01). d3d10core.c:15751: Test failed: Got value 0x8d737d (5.52543521e-01), expected 0x8d73da (5.52549064e-01). d3d10core.c:15751: Test failed: Got value 0x8ebb2a (5.57543457e-01), expected 0x8ebb89 (5.57549119e-01). d3d10core.c:15751: Test failed: Got value 0x9002d7 (5.62543392e-01), expected 0x900337 (5.62549114e-01). d3d10core.c:15751: Test failed: Got value 0x914a84 (5.67543328e-01), expected 0x914ae5 (5.67549109e-01). d3d10core.c:15751: Test failed: Got value 0x929232 (5.72543323e-01), expected 0x929293 (5.72549105e-01). d3d10core.c:15751: Test failed: Got value 0x93d9df (5.77543259e-01), expected 0x93da41 (5.77549100e-01). d3d10core.c:15751: Test failed: Got value 0x95218c (5.82543194e-01), expected 0x9521ef (5.82549095e-01). d3d10core.c:15751: Test failed: Got value 0x966939 (5.87543130e-01), expected 0x96699d (5.87549090e-01). d3d10core.c:15751: Test failed: Got value 0x97b0e7 (5.92543125e-01), expected 0x97b14b (5.92549086e-01). d3d10core.c:15751: Test failed: Got value 0x98f894 (5.97543061e-01), expected 0x98f8f9 (5.97549081e-01). d3d10core.c:15751: Test failed: Got value 0x9a4041 (6.02542996e-01), expected 0x9a40a7 (6.02549076e-01). d3d10core.c:15751: Test failed: Got value 0x9b87ee (6.07542932e-01), expected 0x9b8855 (6.07549071e-01). d3d10core.c:15751: Test failed: Got value 0x9ccf9c (6.12542927e-01), expected 0x9cd003 (6.12549067e-01). d3d10core.c:15751: Test failed: Got value 0x9e1749 (6.17542863e-01), expected 0x9e17b2 (6.17549121e-01). d3d10core.c:15751: Test failed: Got value 0x9f5ef6 (6.22542799e-01), expected 0x9f5f60 (6.22549117e-01). d3d10core.c:15751: Test failed: Got value 0xa0a6a3 (6.27542734e-01), expected 0xa0a70e (6.27549112e-01). d3d10core.c:15751: Test failed: Got value 0xa1ee51 (6.32542729e-01), expected 0xa1eebc (6.32549107e-01). d3d10core.c:15751: Test failed: Got value 0xa335fe (6.37542665e-01), expected 0xa3366a (6.37549102e-01). d3d10core.c:15751: Test failed: Got value 0xa47dab (6.42542601e-01), expected 0xa47e18 (6.42549098e-01). d3d10core.c:15751: Test failed: Got value 0xa5c558 (6.47542536e-01), expected 0xa5c5c6 (6.47549093e-01). d3d10core.c:15751: Test failed: Got value 0xa70d05 (6.52542472e-01), expected 0xa70d74 (6.52549088e-01). d3d10core.c:15751: Test failed: Got value 0xa854b3 (6.57542467e-01), expected 0xa85522 (6.57549083e-01). d3d10core.c:15751: Test failed: Got value 0xa99c60 (6.62542403e-01), expected 0xa99cd0 (6.62549078e-01). d3d10core.c:15751: Test failed: Got value 0xaae40d (6.67542338e-01), expected 0xaae47e (6.67549074e-01). d3d10core.c:15751: Test failed: Got value 0xac2bba (6.72542274e-01), expected 0xac2c2d (6.72549129e-01). d3d10core.c:15751: Test failed: Got value 0xad7368 (6.77542269e-01), expected 0xad73db (6.77549124e-01). d3d10core.c:15751: Test failed: Got value 0xaebb15 (6.82542205e-01), expected 0xaebb89 (6.82549119e-01). d3d10core.c:15751: Test failed: Got value 0xb002c2 (6.87542140e-01), expected 0xb00337 (6.87549114e-01). d3d10core.c:15751: Test failed: Got value 0xb14a6f (6.92542076e-01), expected 0xb14ae5 (6.92549109e-01). d3d10core.c:15751: Test failed: Got value 0xb2921d (6.97542071e-01), expected 0xb29293 (6.97549105e-01). d3d10core.c:15751: Test failed: Got value 0xb3d9ca (7.02542007e-01), expected 0xb3da41 (7.02549100e-01). d3d10core.c:15751: Test failed: Got value 0xb52177 (7.07541943e-01), expected 0xb521ef (7.07549095e-01). d3d10core.c:15751: Test failed: Got value 0xb66924 (7.12541878e-01), expected 0xb6699d (7.12549090e-01). d3d10core.c:15751: Test failed: Got value 0xb7b0d2 (7.17541873e-01), expected 0xb7b14b (7.17549086e-01). d3d10core.c:15751: Test failed: Got value 0xb8f87f (7.22541809e-01), expected 0xb8f8f9 (7.22549081e-01). d3d10core.c:15751: Test failed: Got value 0xba402c (7.27541745e-01), expected 0xba40a7 (7.27549076e-01). d3d10core.c:15751: Test failed: Got value 0xbb87d9 (7.32541680e-01), expected 0xbb8856 (7.32549131e-01). d3d10core.c:15751: Test failed: Got value 0xbccf87 (7.37541676e-01), expected 0xbcd004 (7.37549126e-01). d3d10core.c:15751: Test failed: Got value 0xbe1734 (7.42541611e-01), expected 0xbe17b2 (7.42549121e-01). d3d10core.c:15751: Test failed: Got value 0xbf5ee1 (7.47541547e-01), expected 0xbf5f60 (7.47549117e-01). d3d10core.c:15751: Test failed: Got value 0xc0a68e (7.52541482e-01), expected 0xc0a70e (7.52549112e-01). d3d10core.c:15751: Test failed: Got value 0xc1ee3c (7.57541478e-01), expected 0xc1eebc (7.57549107e-01). d3d10core.c:15751: Test failed: Got value 0xc335e9 (7.62541413e-01), expected 0xc3366a (7.62549102e-01). d3d10core.c:15751: Test failed: Got value 0xc47d96 (7.67541349e-01), expected 0xc47e18 (7.67549098e-01). d3d10core.c:15751: Test failed: Got value 0xc5c543 (7.72541285e-01), expected 0xc5c5c6 (7.72549093e-01). d3d10core.c:15751: Test failed: Got value 0xc70cf1 (7.77541280e-01), expected 0xc70d74 (7.77549088e-01). d3d10core.c:15751: Test failed: Got value 0xc8549e (7.82541215e-01), expected 0xc85522 (7.82549083e-01). d3d10core.c:15751: Test failed: Got value 0xc99c4b (7.87541151e-01), expected 0xc99cd0 (7.87549078e-01). d3d10core.c:15751: Test failed: Got value 0xcae3f8 (7.92541087e-01), expected 0xcae47f (7.92549133e-01). d3d10core.c:15751: Test failed: Got value 0xcc2ba6 (7.97541082e-01), expected 0xcc2c2d (7.97549129e-01). d3d10core.c:15751: Test failed: Got value 0xcd7353 (8.02541018e-01), expected 0xcd73db (8.02549124e-01). d3d10core.c:15751: Test failed: Got value 0xcebb00 (8.07540953e-01), expected 0xcebb89 (8.07549119e-01). d3d10core.c:15751: Test failed: Got value 0xd002ad (8.12540889e-01), expected 0xd00337 (8.12549114e-01). d3d10core.c:15751: Test failed: Got value 0xd14a5a (8.17540824e-01), expected 0xd14ae5 (8.17549109e-01). d3d10core.c:15751: Test failed: Got value 0xd29208 (8.22540820e-01), expected 0xd29293 (8.22549105e-01). d3d10core.c:15751: Test failed: Got value 0xd3d9b5 (8.27540755e-01), expected 0xd3da41 (8.27549100e-01). d3d10core.c:15751: Test failed: Got value 0xd52162 (8.32540691e-01), expected 0xd521ef (8.32549095e-01). d3d10core.c:15751: Test failed: Got value 0xd6690f (8.37540627e-01), expected 0xd6699d (8.37549090e-01). d3d10core.c:15751: Test failed: Got value 0xd7b0bd (8.42540622e-01), expected 0xd7b14b (8.42549086e-01). d3d10core.c:15751: Test failed: Got value 0xd8f86a (8.47540557e-01), expected 0xd8f8fa (8.47549140e-01). d3d10core.c:15751: Test failed: Got value 0xda4017 (8.52540493e-01), expected 0xda40a8 (8.52549136e-01). d3d10core.c:15751: Test failed: Got value 0xdb87c4 (8.57540429e-01), expected 0xdb8856 (8.57549131e-01). d3d10core.c:15751: Test failed: Got value 0xdccf72 (8.62540424e-01), expected 0xdcd004 (8.62549126e-01). d3d10core.c:15751: Test failed: Got value 0xde171f (8.67540359e-01), expected 0xde17b2 (8.67549121e-01). d3d10core.c:15751: Test failed: Got value 0xdf5ecc (8.72540295e-01), expected 0xdf5f60 (8.72549117e-01). d3d10core.c:15751: Test failed: Got value 0xe0a679 (8.77540231e-01), expected 0xe0a70e (8.77549112e-01). d3d10core.c:15751: Test failed: Got value 0xe1ee27 (8.82540226e-01), expected 0xe1eebc (8.82549107e-01). d3d10core.c:15751: Test failed: Got value 0xe335d4 (8.87540162e-01), expected 0xe3366a (8.87549102e-01). d3d10core.c:15751: Test failed: Got value 0xe47d81 (8.92540097e-01), expected 0xe47e18 (8.92549098e-01). d3d10core.c:15751: Test failed: Got value 0xe5c52e (8.97540033e-01), expected 0xe5c5c6 (8.97549093e-01). d3d10core.c:15751: Test failed: Got value 0xe70cdc (9.02540028e-01), expected 0xe70d74 (9.02549088e-01). d3d10core.c:15751: Test failed: Got value 0xe85489 (9.07539964e-01), expected 0xe85523 (9.07549143e-01). d3d10core.c:15751: Test failed: Got value 0xe99c36 (9.12539899e-01), expected 0xe99cd1 (9.12549138e-01). d3d10core.c:15751: Test failed: Got value 0xeae3e3 (9.17539835e-01), expected 0xeae47f (9.17549133e-01). d3d10core.c:15751: Test failed: Got value 0xec2b91 (9.22539830e-01), expected 0xec2c2d (9.22549129e-01). d3d10core.c:15751: Test failed: Got value 0xed733e (9.27539766e-01), expected 0xed73db (9.27549124e-01). d3d10core.c:15751: Test failed: Got value 0xeebaeb (9.32539701e-01), expected 0xeebb89 (9.32549119e-01). d3d10core.c:15751: Test failed: Got value 0xf00298 (9.37539637e-01), expected 0xf00337 (9.37549114e-01). d3d10core.c:15751: Test failed: Got value 0xf14a46 (9.42539632e-01), expected 0xf14ae5 (9.42549109e-01). d3d10core.c:15751: Test failed: Got value 0xf291f3 (9.47539568e-01), expected 0xf29293 (9.47549105e-01). d3d10core.c:15751: Test failed: Got value 0xf3d9a0 (9.52539504e-01), expected 0xf3da41 (9.52549100e-01). d3d10core.c:15751: Test failed: Got value 0xf5214d (9.57539439e-01), expected 0xf521ef (9.57549095e-01). d3d10core.c:15751: Test failed: Got value 0xf668fa (9.62539375e-01), expected 0xf6699d (9.62549090e-01). d3d10core.c:15751: Test failed: Got value 0xf7b0a8 (9.67539370e-01), expected 0xf7b14c (9.67549145e-01). d3d10core.c:15751: Test failed: Got value 0xf8f855 (9.72539306e-01), expected 0xf8f8fa (9.72549140e-01). d3d10core.c:15751: Test failed: Got value 0xfa4002 (9.77539241e-01), expected 0xfa40a8 (9.77549136e-01). d3d10core.c:15751: Test failed: Got value 0xfb87af (9.82539177e-01), expected 0xfb8856 (9.82549131e-01). d3d10core.c:15751: Test failed: Got value 0xfccf5d (9.87539172e-01), expected 0xfcd004 (9.87549126e-01). d3d10core.c:15751: Test failed: Got value 0xfe170a (9.92539108e-01), expected 0xfe17b2 (9.92549121e-01). d3d10core.c:15751: Test failed: Got value 0xff5eb7 (9.97539043e-01), expected 0xff5f60 (9.97549117e-01). d3d10core.c:15751: Test failed: Got value 0x5c5c2 (2.25487966e-02), expected 0x5c5c6 (2.25490350e-02). d3d10core.c:15751: Test failed: Got value 0x70d70 (2.75487918e-02), expected 0x70d74 (2.75490303e-02). d3d10core.c:15751: Test failed: Got value 0x8551d (3.25487293e-02), expected 0x85522 (3.25490274e-02). d3d10core.c:15751: Test failed: Got value 0x99cca (3.75486650e-02), expected 0x99cd1 (3.75490822e-02). d3d10core.c:15751: Test failed: Got value 0xae477 (4.25486006e-02), expected 0xae47f (4.25490774e-02). d3d10core.c:15751: Test failed: Got value 0xc2c24 (4.75485362e-02), expected 0xc2c2d (4.75490727e-02). d3d10core.c:15751: Test failed: Got value 0xd73d2 (5.25485314e-02), expected 0xd73db (5.25490679e-02). d3d10core.c:15751: Test failed: Got value 0xebb7f (5.75484671e-02), expected 0xebb89 (5.75490631e-02). d3d10core.c:15751: Test failed: Got value 0x10032c (6.25484064e-02), expected 0x100337 (6.25490621e-02). d3d10core.c:15751: Test failed: Got value 0x114ad9 (6.75483420e-02), expected 0x114ae5 (6.75490573e-02). d3d10core.c:15751: Test failed: Got value 0x129287 (7.25483373e-02), expected 0x129293 (7.25490525e-02). d3d10core.c:15751: Test failed: Got value 0x13da34 (7.75482729e-02), expected 0x13da41 (7.75490478e-02). d3d10core.c:15751: Test failed: Got value 0x1521e1 (8.25482085e-02), expected 0x1521ef (8.25490430e-02). d3d10core.c:15751: Test failed: Got value 0x16698e (8.75481442e-02), expected 0x16699d (8.75490382e-02). d3d10core.c:15751: Test failed: Got value 0x17b13c (9.25481394e-02), expected 0x17b14b (9.25490335e-02). d3d10core.c:15751: Test failed: Got value 0x18f8e9 (9.75480750e-02), expected 0x18f8fa (9.75490883e-02). d3d10core.c:15751: Test failed: Got value 0x1a4096 (1.02548011e-01), expected 0x1a40a8 (1.02549084e-01). d3d10core.c:15751: Test failed: Got value 0x1b8843 (1.07547946e-01), expected 0x1b8856 (1.07549079e-01). d3d10core.c:15751: Test failed: Got value 0x1ccff1 (1.12547942e-01), expected 0x1cd004 (1.12549074e-01). d3d10core.c:15751: Test failed: Got value 0x1e179e (1.17547877e-01), expected 0x1e17b2 (1.17549069e-01). d3d10core.c:15751: Test failed: Got value 0x1f5f4b (1.22547813e-01), expected 0x1f5f60 (1.22549064e-01). d3d10core.c:15751: Test failed: Got value 0x20a6f8 (1.27547756e-01), expected 0x20a70e (1.27549067e-01). d3d10core.c:15751: Test failed: Got value 0x21eea6 (1.32547751e-01), expected 0x21eebc (1.32549062e-01). d3d10core.c:15751: Test failed: Got value 0x233653 (1.37547687e-01), expected 0x23366a (1.37549058e-01). d3d10core.c:15751: Test failed: Got value 0x247e00 (1.42547622e-01), expected 0x247e18 (1.42549053e-01). d3d10core.c:15751: Test failed: Got value 0x25c5ad (1.47547558e-01), expected 0x25c5c6 (1.47549048e-01). d3d10core.c:15751: Test failed: Got value 0x270d5a (1.52547494e-01), expected 0x270d74 (1.52549043e-01). d3d10core.c:15751: Test failed: Got value 0x285508 (1.57547489e-01), expected 0x285522 (1.57549039e-01). d3d10core.c:15751: Test failed: Got value 0x299cb5 (1.62547424e-01), expected 0x299cd0 (1.62549034e-01). d3d10core.c:15751: Test failed: Got value 0x2ae462 (1.67547360e-01), expected 0x2ae47e (1.67549029e-01). d3d10core.c:15751: Test failed: Got value 0x2c2c10 (1.72547355e-01), expected 0x2c2c2d (1.72549084e-01). d3d10core.c:15751: Test failed: Got value 0x2d73bd (1.77547291e-01), expected 0x2d73db (1.77549079e-01). d3d10core.c:15751: Test failed: Got value 0x2ebb6a (1.82547227e-01), expected 0x2ebb89 (1.82549074e-01). d3d10core.c:15751: Test failed: Got value 0x300317 (1.87547162e-01), expected 0x300337 (1.87549070e-01). d3d10core.c:15751: Test failed: Got value 0x314ac4 (1.92547098e-01), expected 0x314ae5 (1.92549065e-01). d3d10core.c:15751: Test failed: Got value 0x329272 (1.97547093e-01), expected 0x329293 (1.97549060e-01). d3d10core.c:15751: Test failed: Got value 0x33da1f (2.02547029e-01), expected 0x33da41 (2.02549055e-01). d3d10core.c:15751: Test failed: Got value 0x3521cc (2.07546964e-01), expected 0x3521ef (2.07549050e-01). d3d10core.c:15751: Test failed: Got value 0x36697a (2.12546960e-01), expected 0x36699d (2.12549046e-01). d3d10core.c:15751: Test failed: Got value 0x37b127 (2.17546895e-01), expected 0x37b14c (2.17549101e-01). d3d10core.c:15751: Test failed: Got value 0x38f8d4 (2.22546831e-01), expected 0x38f8fa (2.22549096e-01). d3d10core.c:15751: Test failed: Got value 0x3a4081 (2.27546766e-01), expected 0x3a40a8 (2.27549091e-01). d3d10core.c:15751: Test failed: Got value 0x3b882e (2.32546702e-01), expected 0x3b8856 (2.32549086e-01). d3d10core.c:15751: Test failed: Got value 0x3ccfdc (2.37546697e-01), expected 0x3cd004 (2.37549081e-01). d3d10core.c:15751: Test failed: Got value 0x3e1789 (2.42546633e-01), expected 0x3e17b2 (2.42549077e-01). d3d10core.c:15751: Test failed: Got value 0x3f5f36 (2.47546569e-01), expected 0x3f5f60 (2.47549072e-01). d3d10core.c:15751: Test failed: Got value 0x40a6e3 (2.52546519e-01), expected 0x40a70e (2.52549082e-01). d3d10core.c:15751: Test failed: Got value 0x41ee90 (2.57546455e-01), expected 0x41eebc (2.57549077e-01). d3d10core.c:15751: Test failed: Got value 0x43363e (2.62546450e-01), expected 0x43366a (2.62549073e-01). d3d10core.c:15751: Test failed: Got value 0x447deb (2.67546386e-01), expected 0x447e18 (2.67549068e-01). d3d10core.c:15751: Test failed: Got value 0x45c598 (2.72546321e-01), expected 0x45c5c6 (2.72549063e-01). d3d10core.c:15751: Test failed: Got value 0x470d46 (2.77546316e-01), expected 0x470d74 (2.77549058e-01). d3d10core.c:15751: Test failed: Got value 0x4854f2 (2.82546192e-01), expected 0x485522 (2.82549053e-01). d3d10core.c:15751: Test failed: Got value 0x499ca0 (2.87546188e-01), expected 0x499cd0 (2.87549049e-01). d3d10core.c:15751: Test failed: Got value 0x4ae44d (2.92546123e-01), expected 0x4ae47e (2.92549044e-01). d3d10core.c:15751: Test failed: Got value 0x4c2bfa (2.97546059e-01), expected 0x4c2c2c (2.97549039e-01). d3d10core.c:15751: Test failed: Got value 0x4d73a8 (3.02546054e-01), expected 0x4d73da (3.02549034e-01). d3d10core.c:15751: Test failed: Got value 0x4ebb55 (3.07545990e-01), expected 0x4ebb88 (3.07549030e-01). d3d10core.c:15751: Test failed: Got value 0x500302 (3.12545925e-01), expected 0x500337 (3.12549084e-01). d3d10core.c:15751: Test failed: Got value 0x514ab0 (3.17545921e-01), expected 0x514ae5 (3.17549080e-01). d3d10core.c:15751: Test failed: Got value 0x52925c (3.22545797e-01), expected 0x529293 (3.22549075e-01). d3d10core.c:15751: Test failed: Got value 0x53da0a (3.27545792e-01), expected 0x53da41 (3.27549070e-01). d3d10core.c:15751: Test failed: Got value 0x5521b7 (3.32545727e-01), expected 0x5521ef (3.32549065e-01). d3d10core.c:15751: Test failed: Got value 0x566964 (3.37545663e-01), expected 0x56699e (3.37549120e-01). d3d10core.c:15751: Test failed: Got value 0x57b112 (3.42545658e-01), expected 0x57b14c (3.42549115e-01). d3d10core.c:15751: Test failed: Got value 0x58f8be (3.47545534e-01), expected 0x58f8fa (3.47549111e-01). d3d10core.c:15751: Test failed: Got value 0x5a406c (3.52545530e-01), expected 0x5a40a8 (3.52549106e-01). d3d10core.c:15751: Test failed: Got value 0x5b8819 (3.57545465e-01), expected 0x5b8856 (3.57549101e-01). d3d10core.c:15751: Test failed: Got value 0x5ccfc6 (3.62545401e-01), expected 0x5cd004 (3.62549096e-01). d3d10core.c:15751: Test failed: Got value 0x5e1774 (3.67545396e-01), expected 0x5e17b2 (3.67549092e-01). d3d10core.c:15751: Test failed: Got value 0x5f5f21 (3.72545332e-01), expected 0x5f5f60 (3.72549087e-01). d3d10core.c:15751: Test failed: Got value 0x60a6ce (3.77545267e-01), expected 0x60a70e (3.77549082e-01). d3d10core.c:15751: Test failed: Got value 0x61ee7c (3.82545263e-01), expected 0x61eebc (3.82549077e-01). d3d10core.c:15751: Test failed: Got value 0x633628 (3.87545139e-01), expected 0x63366a (3.87549073e-01). d3d10core.c:15751: Test failed: Got value 0x647dd6 (3.92545134e-01), expected 0x647e18 (3.92549068e-01). d3d10core.c:15751: Test failed: Got value 0x65c583 (3.97545069e-01), expected 0x65c5c6 (3.97549063e-01). d3d10core.c:15751: Test failed: Got value 0x670d30 (4.02545005e-01), expected 0x670d74 (4.02549058e-01). d3d10core.c:15751: Test failed: Got value 0x6854de (4.07545000e-01), expected 0x685522 (4.07549053e-01). d3d10core.c:15751: Test failed: Got value 0x699c8b (4.12544936e-01), expected 0x699cd0 (4.12549049e-01). d3d10core.c:15751: Test failed: Got value 0x6ae438 (4.17544872e-01), expected 0x6ae47e (4.17549044e-01). d3d10core.c:15751: Test failed: Got value 0x6c2be6 (4.22544867e-01), expected 0x6c2c2c (4.22549039e-01). d3d10core.c:15751: Test failed: Got value 0x6d7392 (4.27544743e-01), expected 0x6d73db (4.27549094e-01). d3d10core.c:15751: Test failed: Got value 0x6ebb40 (4.32544738e-01), expected 0x6ebb89 (4.32549089e-01). d3d10core.c:15751: Test failed: Got value 0x7002ed (4.37544674e-01), expected 0x700337 (4.37549084e-01). d3d10core.c:15751: Test failed: Got value 0x714a9a (4.42544609e-01), expected 0x714ae5 (4.42549080e-01). d3d10core.c:15751: Test failed: Got value 0x729248 (4.47544605e-01), expected 0x729293 (4.47549075e-01). d3d10core.c:15751: Test failed: Got value 0x73d9f5 (4.52544540e-01), expected 0x73da41 (4.52549070e-01). d3d10core.c:15751: Test failed: Got value 0x7521a2 (4.57544476e-01), expected 0x7521f0 (4.57549125e-01). d3d10core.c:15751: Test failed: Got value 0x766950 (4.62544471e-01), expected 0x76699e (4.62549120e-01). d3d10core.c:15751: Test failed: Got value 0x77b0fc (4.67544347e-01), expected 0x77b14c (4.67549115e-01). d3d10core.c:15751: Test failed: Got value 0x78f8aa (4.72544342e-01), expected 0x78f8fa (4.72549111e-01). d3d10core.c:15751: Test failed: Got value 0x7a4057 (4.77544278e-01), expected 0x7a40a8 (4.77549106e-01). d3d10core.c:15751: Test failed: Got value 0x7b8804 (4.82544214e-01), expected 0x7b8856 (4.82549101e-01). d3d10core.c:15751: Test failed: Got value 0x7ccfb2 (4.87544209e-01), expected 0x7cd004 (4.87549096e-01). d3d10core.c:15751: Test failed: Got value 0x7e175e (4.92544085e-01), expected 0x7e17b2 (4.92549092e-01). d3d10core.c:15751: Test failed: Got value 0x7f5f0c (4.97544080e-01), expected 0x7f5f60 (4.97549087e-01). d3d10core.c:15751: Test failed: Got value 0x80a6b8 (5.02543986e-01), expected 0x80a70e (5.02549112e-01). d3d10core.c:15751: Test failed: Got value 0x81ee65 (5.07543921e-01), expected 0x81eebc (5.07549107e-01). d3d10core.c:15751: Test failed: Got value 0x833613 (5.12543917e-01), expected 0x83366a (5.12549102e-01). d3d10core.c:15751: Test failed: Got value 0x847dc0 (5.17543852e-01), expected 0x847e18 (5.17549098e-01). d3d10core.c:15751: Test failed: Got value 0x85c56d (5.22543788e-01), expected 0x85c5c6 (5.22549093e-01). d3d10core.c:15751: Test failed: Got value 0x870d1a (5.27543724e-01), expected 0x870d74 (5.27549088e-01). d3d10core.c:15751: Test failed: Got value 0x8854c8 (5.32543719e-01), expected 0x885522 (5.32549083e-01). d3d10core.c:15751: Test failed: Got value 0x899c75 (5.37543654e-01), expected 0x899cd0 (5.37549078e-01). d3d10core.c:15751: Test failed: Got value 0x8ae422 (5.42543590e-01), expected 0x8ae47e (5.42549074e-01). d3d10core.c:15751: Test failed: Got value 0x8c2bcf (5.47543526e-01), expected 0x8c2c2c (5.47549069e-01). d3d10core.c:15751: Test failed: Got value 0x8d737d (5.52543521e-01), expected 0x8d73da (5.52549064e-01). d3d10core.c:15751: Test failed: Got value 0x8ebb2a (5.57543457e-01), expected 0x8ebb89 (5.57549119e-01). d3d10core.c:15751: Test failed: Got value 0x9002d7 (5.62543392e-01), expected 0x900337 (5.62549114e-01). d3d10core.c:15751: Test failed: Got value 0x914a84 (5.67543328e-01), expected 0x914ae5 (5.67549109e-01). d3d10core.c:15751: Test failed: Got value 0x929232 (5.72543323e-01), expected 0x929293 (5.72549105e-01). d3d10core.c:15751: Test failed: Got value 0x93d9df (5.77543259e-01), expected 0x93da41 (5.77549100e-01). d3d10core.c:15751: Test failed: Got value 0x95218c (5.82543194e-01), expected 0x9521ef (5.82549095e-01). d3d10core.c:15751: Test failed: Got value 0x966939 (5.87543130e-01), expected 0x96699d (5.87549090e-01). d3d10core.c:15751: Test failed: Got value 0x97b0e7 (5.92543125e-01), expected 0x97b14b (5.92549086e-01). d3d10core.c:15751: Test failed: Got value 0x98f894 (5.97543061e-01), expected 0x98f8f9 (5.97549081e-01). d3d10core.c:15751: Test failed: Got value 0x9a4041 (6.02542996e-01), expected 0x9a40a7 (6.02549076e-01). d3d10core.c:15751: Test failed: Got value 0x9b87ee (6.07542932e-01), expected 0x9b8855 (6.07549071e-01). d3d10core.c:15751: Test failed: Got value 0x9ccf9c (6.12542927e-01), expected 0x9cd003 (6.12549067e-01). d3d10core.c:15751: Test failed: Got value 0x9e1749 (6.17542863e-01), expected 0x9e17b2 (6.17549121e-01). d3d10core.c:15751: Test failed: Got value 0x9f5ef6 (6.22542799e-01), expected 0x9f5f60 (6.22549117e-01). d3d10core.c:15751: Test failed: Got value 0xa0a6a3 (6.27542734e-01), expected 0xa0a70e (6.27549112e-01). d3d10core.c:15751: Test failed: Got value 0xa1ee51 (6.32542729e-01), expected 0xa1eebc (6.32549107e-01). d3d10core.c:15751: Test failed: Got value 0xa335fe (6.37542665e-01), expected 0xa3366a (6.37549102e-01). d3d10core.c:15751: Test failed: Got value 0xa47dab (6.42542601e-01), expected 0xa47e18 (6.42549098e-01). d3d10core.c:15751: Test failed: Got value 0xa5c558 (6.47542536e-01), expected 0xa5c5c6 (6.47549093e-01). d3d10core.c:15751: Test failed: Got value 0xa70d05 (6.52542472e-01), expected 0xa70d74 (6.52549088e-01). d3d10core.c:15751: Test failed: Got value 0xa854b3 (6.57542467e-01), expected 0xa85522 (6.57549083e-01). d3d10core.c:15751: Test failed: Got value 0xa99c60 (6.62542403e-01), expected 0xa99cd0 (6.62549078e-01). d3d10core.c:15751: Test failed: Got value 0xaae40d (6.67542338e-01), expected 0xaae47e (6.67549074e-01). d3d10core.c:15751: Test failed: Got value 0xac2bba (6.72542274e-01), expected 0xac2c2d (6.72549129e-01). d3d10core.c:15751: Test failed: Got value 0xad7368 (6.77542269e-01), expected 0xad73db (6.77549124e-01). d3d10core.c:15751: Test failed: Got value 0xaebb15 (6.82542205e-01), expected 0xaebb89 (6.82549119e-01). d3d10core.c:15751: Test failed: Got value 0xb002c2 (6.87542140e-01), expected 0xb00337 (6.87549114e-01). d3d10core.c:15751: Test failed: Got value 0xb14a6f (6.92542076e-01), expected 0xb14ae5 (6.92549109e-01). d3d10core.c:15751: Test failed: Got value 0xb2921d (6.97542071e-01), expected 0xb29293 (6.97549105e-01). d3d10core.c:15751: Test failed: Got value 0xb3d9ca (7.02542007e-01), expected 0xb3da41 (7.02549100e-01). d3d10core.c:15751: Test failed: Got value 0xb52177 (7.07541943e-01), expected 0xb521ef (7.07549095e-01). d3d10core.c:15751: Test failed: Got value 0xb66924 (7.12541878e-01), expected 0xb6699d (7.12549090e-01). d3d10core.c:15751: Test failed: Got value 0xb7b0d2 (7.17541873e-01), expected 0xb7b14b (7.17549086e-01). d3d10core.c:15751: Test failed: Got value 0xb8f87f (7.22541809e-01), expected 0xb8f8f9 (7.22549081e-01). d3d10core.c:15751: Test failed: Got value 0xba402c (7.27541745e-01), expected 0xba40a7 (7.27549076e-01). d3d10core.c:15751: Test failed: Got value 0xbb87d9 (7.32541680e-01), expected 0xbb8856 (7.32549131e-01). d3d10core.c:15751: Test failed: Got value 0xbccf87 (7.37541676e-01), expected 0xbcd004 (7.37549126e-01). d3d10core.c:15751: Test failed: Got value 0xbe1734 (7.42541611e-01), expected 0xbe17b2 (7.42549121e-01). d3d10core.c:15751: Test failed: Got value 0xbf5ee1 (7.47541547e-01), expected 0xbf5f60 (7.47549117e-01). d3d10core.c:15751: Test failed: Got value 0xc0a68e (7.52541482e-01), expected 0xc0a70e (7.52549112e-01). d3d10core.c:15751: Test failed: Got value 0xc1ee3c (7.57541478e-01), expected 0xc1eebc (7.57549107e-01). d3d10core.c:15751: Test failed: Got value 0xc335e9 (7.62541413e-01), expected 0xc3366a (7.62549102e-01). d3d10core.c:15751: Test failed: Got value 0xc47d96 (7.67541349e-01), expected 0xc47e18 (7.67549098e-01). d3d10core.c:15751: Test failed: Got value 0xc5c543 (7.72541285e-01), expected 0xc5c5c6 (7.72549093e-01). d3d10core.c:15751: Test failed: Got value 0xc70cf1 (7.77541280e-01), expected 0xc70d74 (7.77549088e-01). d3d10core.c:15751: Test failed: Got value 0xc8549e (7.82541215e-01), expected 0xc85522 (7.82549083e-01). d3d10core.c:15751: Test failed: Got value 0xc99c4b (7.87541151e-01), expected 0xc99cd0 (7.87549078e-01). d3d10core.c:15751: Test failed: Got value 0xcae3f8 (7.92541087e-01), expected 0xcae47f (7.92549133e-01). d3d10core.c:15751: Test failed: Got value 0xcc2ba6 (7.97541082e-01), expected 0xcc2c2d (7.97549129e-01). d3d10core.c:15751: Test failed: Got value 0xcd7353 (8.02541018e-01), expected 0xcd73db (8.02549124e-01). d3d10core.c:15751: Test failed: Got value 0xcebb00 (8.07540953e-01), expected 0xcebb89 (8.07549119e-01). d3d10core.c:15751: Test failed: Got value 0xd002ad (8.12540889e-01), expected 0xd00337 (8.12549114e-01). d3d10core.c:15751: Test failed: Got value 0xd14a5a (8.17540824e-01), expected 0xd14ae5 (8.17549109e-01). d3d10core.c:15751: Test failed: Got value 0xd29208 (8.22540820e-01), expected 0xd29293 (8.22549105e-01). d3d10core.c:15751: Test failed: Got value 0xd3d9b5 (8.27540755e-01), expected 0xd3da41 (8.27549100e-01). d3d10core.c:15751: Test failed: Got value 0xd52162 (8.32540691e-01), expected 0xd521ef (8.32549095e-01). d3d10core.c:15751: Test failed: Got value 0xd6690f (8.37540627e-01), expected 0xd6699d (8.37549090e-01). d3d10core.c:15751: Test failed: Got value 0xd7b0bd (8.42540622e-01), expected 0xd7b14b (8.42549086e-01). d3d10core.c:15751: Test failed: Got value 0xd8f86a (8.47540557e-01), expected 0xd8f8fa (8.47549140e-01). d3d10core.c:15751: Test failed: Got value 0xda4017 (8.52540493e-01), expected 0xda40a8 (8.52549136e-01). d3d10core.c:15751: Test failed: Got value 0xdb87c4 (8.57540429e-01), expected 0xdb8856 (8.57549131e-01). d3d10core.c:15751: Test failed: Got value 0xdccf72 (8.62540424e-01), expected 0xdcd004 (8.62549126e-01). d3d10core.c:15751: Test failed: Got value 0xde171f (8.67540359e-01), expected 0xde17b2 (8.67549121e-01). d3d10core.c:15751: Test failed: Got value 0xdf5ecc (8.72540295e-01), expected 0xdf5f60 (8.72549117e-01). d3d10core.c:15751: Test failed: Got value 0xe0a679 (8.77540231e-01), expected 0xe0a70e (8.77549112e-01). d3d10core.c:15751: Test failed: Got value 0xe1ee27 (8.82540226e-01), expected 0xe1eebc (8.82549107e-01). d3d10core.c:15751: Test failed: Got value 0xe335d4 (8.87540162e-01), expected 0xe3366a (8.87549102e-01). d3d10core.c:15751: Test failed: Got value 0xe47d81 (8.92540097e-01), expected 0xe47e18 (8.92549098e-01). d3d10core.c:15751: Test failed: Got value 0xe5c52e (8.97540033e-01), expected 0xe5c5c6 (8.97549093e-01). d3d10core.c:15751: Test failed: Got value 0xe70cdc (9.02540028e-01), expected 0xe70d74 (9.02549088e-01). d3d10core.c:15751: Test failed: Got value 0xe85489 (9.07539964e-01), expected 0xe85523 (9.07549143e-01). d3d10core.c:15751: Test failed: Got value 0xe99c36 (9.12539899e-01), expected 0xe99cd1 (9.12549138e-01). d3d10core.c:15751: Test failed: Got value 0xeae3e3 (9.17539835e-01), expected 0xeae47f (9.17549133e-01). d3d10core.c:15751: Test failed: Got value 0xec2b91 (9.22539830e-01), expected 0xec2c2d (9.22549129e-01). d3d10core.c:15751: Test failed: Got value 0xed733e (9.27539766e-01), expected 0xed73db (9.27549124e-01). d3d10core.c:15751: Test failed: Got value 0xeebaeb (9.32539701e-01), expected 0xeebb89 (9.32549119e-01). d3d10core.c:15751: Test failed: Got value 0xf00298 (9.37539637e-01), expected 0xf00337 (9.37549114e-01). d3d10core.c:15751: Test failed: Got value 0xf14a46 (9.42539632e-01), expected 0xf14ae5 (9.42549109e-01). d3d10core.c:15751: Test failed: Got value 0xf291f3 (9.47539568e-01), expected 0xf29293 (9.47549105e-01). d3d10core.c:15751: Test failed: Got value 0xf3d9a0 (9.52539504e-01), expected 0xf3da41 (9.52549100e-01). d3d10core.c:15751: Test failed: Got value 0xf5214d (9.57539439e-01), expected 0xf521ef (9.57549095e-01). d3d10core.c:15751: Test failed: Got value 0xf668fa (9.62539375e-01), expected 0xf6699d (9.62549090e-01). d3d10core.c:15751: Test failed: Got value 0xf7b0a8 (9.67539370e-01), expected 0xf7b14c (9.67549145e-01). d3d10core.c:15751: Test failed: Got value 0xf8f855 (9.72539306e-01), expected 0xf8f8fa (9.72549140e-01). d3d10core.c:15751: Test failed: Got value 0xfa4002 (9.77539241e-01), expected 0xfa40a8 (9.77549136e-01). d3d10core.c:15751: Test failed: Got value 0xfb87af (9.82539177e-01), expected 0xfb8856 (9.82549131e-01). d3d10core.c:15751: Test failed: Got value 0xfccf5d (9.87539172e-01), expected 0xfcd004 (9.87549126e-01). d3d10core.c:15751: Test failed: Got value 0xfe170a (9.92539108e-01), expected 0xfe17b2 (9.92549121e-01). d3d10core.c:15751: Test failed: Got value 0xff5eb7 (9.97539043e-01), expected 0xff5f60 (9.97549117e-01). d3d10core.c:15751: Test failed: Got value 0x5c5c2 (2.25487966e-02), expected 0x5c5c6 (2.25490350e-02). d3d10core.c:15751: Test failed: Got value 0x70d70 (2.75487918e-02), expected 0x70d74 (2.75490303e-02). d3d10core.c:15751: Test failed: Got value 0x8551d (3.25487293e-02), expected 0x85522 (3.25490274e-02). d3d10core.c:15751: Test failed: Got value 0x99cca (3.75486650e-02), expected 0x99cd1 (3.75490822e-02). d3d10core.c:15751: Test failed: Got value 0xae477 (4.25486006e-02), expected 0xae47f (4.25490774e-02). d3d10core.c:15751: Test failed: Got value 0xc2c24 (4.75485362e-02), expected 0xc2c2d (4.75490727e-02). d3d10core.c:15751: Test failed: Got value 0xd73d2 (5.25485314e-02), expected 0xd73db (5.25490679e-02). d3d10core.c:15751: Test failed: Got value 0xebb7f (5.75484671e-02), expected 0xebb89 (5.75490631e-02). d3d10core.c:15751: Test failed: Got value 0x10032c (6.25484064e-02), expected 0x100337 (6.25490621e-02). d3d10core.c:15751: Test failed: Got value 0x114ad9 (6.75483420e-02), expected 0x114ae5 (6.75490573e-02). d3d10core.c:15751: Test failed: Got value 0x129287 (7.25483373e-02), expected 0x129293 (7.25490525e-02). d3d10core.c:15751: Test failed: Got value 0x13da34 (7.75482729e-02), expected 0x13da41 (7.75490478e-02). d3d10core.c:15751: Test failed: Got value 0x1521e1 (8.25482085e-02), expected 0x1521ef (8.25490430e-02). d3d10core.c:15751: Test failed: Got value 0x16698e (8.75481442e-02), expected 0x16699d (8.75490382e-02). d3d10core.c:15751: Test failed: Got value 0x17b13c (9.25481394e-02), expected 0x17b14b (9.25490335e-02). d3d10core.c:15751: Test failed: Got value 0x18f8e9 (9.75480750e-02), expected 0x18f8fa (9.75490883e-02). d3d10core.c:15751: Test failed: Got value 0x1a4096 (1.02548011e-01), expected 0x1a40a8 (1.02549084e-01). d3d10core.c:15751: Test failed: Got value 0x1b8843 (1.07547946e-01), expected 0x1b8856 (1.07549079e-01). d3d10core.c:15751: Test failed: Got value 0x1ccff1 (1.12547942e-01), expected 0x1cd004 (1.12549074e-01). d3d10core.c:15751: Test failed: Got value 0x1e179e (1.17547877e-01), expected 0x1e17b2 (1.17549069e-01). d3d10core.c:15751: Test failed: Got value 0x1f5f4b (1.22547813e-01), expected 0x1f5f60 (1.22549064e-01). d3d10core.c:15751: Test failed: Got value 0x20a6f8 (1.27547756e-01), expected 0x20a70e (1.27549067e-01). d3d10core.c:15751: Test failed: Got value 0x21eea6 (1.32547751e-01), expected 0x21eebc (1.32549062e-01). d3d10core.c:15751: Test failed: Got value 0x233653 (1.37547687e-01), expected 0x23366a (1.37549058e-01). d3d10core.c:15751: Test failed: Got value 0x247e00 (1.42547622e-01), expected 0x247e18 (1.42549053e-01). d3d10core.c:15751: Test failed: Got value 0x25c5ad (1.47547558e-01), expected 0x25c5c6 (1.47549048e-01). d3d10core.c:15751: Test failed: Got value 0x270d5a (1.52547494e-01), expected 0x270d74 (1.52549043e-01). d3d10core.c:15751: Test failed: Got value 0x285508 (1.57547489e-01), expected 0x285522 (1.57549039e-01). d3d10core.c:15751: Test failed: Got value 0x299cb5 (1.62547424e-01), expected 0x299cd0 (1.62549034e-01). d3d10core.c:15751: Test failed: Got value 0x2ae462 (1.67547360e-01), expected 0x2ae47e (1.67549029e-01). d3d10core.c:15751: Test failed: Got value 0x2c2c10 (1.72547355e-01), expected 0x2c2c2d (1.72549084e-01). d3d10core.c:15751: Test failed: Got value 0x2d73bd (1.77547291e-01), expected 0x2d73db (1.77549079e-01). d3d10core.c:15751: Test failed: Got value 0x2ebb6a (1.82547227e-01), expected 0x2ebb89 (1.82549074e-01). d3d10core.c:15751: Test failed: Got value 0x300317 (1.87547162e-01), expected 0x300337 (1.87549070e-01). d3d10core.c:15751: Test failed: Got value 0x314ac4 (1.92547098e-01), expected 0x314ae5 (1.92549065e-01). d3d10core.c:15751: Test failed: Got value 0x329272 (1.97547093e-01), expected 0x329293 (1.97549060e-01). d3d10core.c:15751: Test failed: Got value 0x33da1f (2.02547029e-01), expected 0x33da41 (2.02549055e-01). d3d10core.c:15751: Test failed: Got value 0x3521cc (2.07546964e-01), expected 0x3521ef (2.07549050e-01). d3d10core.c:15751: Test failed: Got value 0x36697a (2.12546960e-01), expected 0x36699d (2.12549046e-01). d3d10core.c:15751: Test failed: Got value 0x37b127 (2.17546895e-01), expected 0x37b14c (2.17549101e-01). d3d10core.c:15751: Test failed: Got value 0x38f8d4 (2.22546831e-01), expected 0x38f8fa (2.22549096e-01). d3d10core.c:15751: Test failed: Got value 0x3a4081 (2.27546766e-01), expected 0x3a40a8 (2.27549091e-01). d3d10core.c:15751: Test failed: Got value 0x3b882e (2.32546702e-01), expected 0x3b8856 (2.32549086e-01). d3d10core.c:15751: Test failed: Got value 0x3ccfdc (2.37546697e-01), expected 0x3cd004 (2.37549081e-01). d3d10core.c:15751: Test failed: Got value 0x3e1789 (2.42546633e-01), expected 0x3e17b2 (2.42549077e-01). d3d10core.c:15751: Test failed: Got value 0x3f5f36 (2.47546569e-01), expected 0x3f5f60 (2.47549072e-01). d3d10core.c:15751: Test failed: Got value 0x40a6e3 (2.52546519e-01), expected 0x40a70e (2.52549082e-01). d3d10core.c:15751: Test failed: Got value 0x41ee90 (2.57546455e-01), expected 0x41eebc (2.57549077e-01). d3d10core.c:15751: Test failed: Got value 0x43363e (2.62546450e-01), expected 0x43366a (2.62549073e-01). d3d10core.c:15751: Test failed: Got value 0x447deb (2.67546386e-01), expected 0x447e18 (2.67549068e-01). d3d10core.c:15751: Test failed: Got value 0x45c598 (2.72546321e-01), expected 0x45c5c6 (2.72549063e-01). d3d10core.c:15751: Test failed: Got value 0x470d46 (2.77546316e-01), expected 0x470d74 (2.77549058e-01). d3d10core.c:15751: Test failed: Got value 0x4854f2 (2.82546192e-01), expected 0x485522 (2.82549053e-01). d3d10core.c:15751: Test failed: Got value 0x499ca0 (2.87546188e-01), expected 0x499cd0 (2.87549049e-01). d3d10core.c:15751: Test failed: Got value 0x4ae44d (2.92546123e-01), expected 0x4ae47e (2.92549044e-01). d3d10core.c:15751: Test failed: Got value 0x4c2bfa (2.97546059e-01), expected 0x4c2c2c (2.97549039e-01). d3d10core.c:15751: Test failed: Got value 0x4d73a8 (3.02546054e-01), expected 0x4d73da (3.02549034e-01). d3d10core.c:15751: Test failed: Got value 0x4ebb55 (3.07545990e-01), expected 0x4ebb88 (3.07549030e-01). d3d10core.c:15751: Test failed: Got value 0x500302 (3.12545925e-01), expected 0x500337 (3.12549084e-01). d3d10core.c:15751: Test failed: Got value 0x514ab0 (3.17545921e-01), expected 0x514ae5 (3.17549080e-01). d3d10core.c:15751: Test failed: Got value 0x52925c (3.22545797e-01), expected 0x529293 (3.22549075e-01). d3d10core.c:15751: Test failed: Got value 0x53da0a (3.27545792e-01), expected 0x53da41 (3.27549070e-01). d3d10core.c:15751: Test failed: Got value 0x5521b7 (3.32545727e-01), expected 0x5521ef (3.32549065e-01). d3d10core.c:15751: Test failed: Got value 0x566964 (3.37545663e-01), expected 0x56699e (3.37549120e-01). d3d10core.c:15751: Test failed: Got value 0x57b112 (3.42545658e-01), expected 0x57b14c (3.42549115e-01). d3d10core.c:15751: Test failed: Got value 0x58f8be (3.47545534e-01), expected 0x58f8fa (3.47549111e-01). d3d10core.c:15751: Test failed: Got value 0x5a406c (3.52545530e-01), expected 0x5a40a8 (3.52549106e-01). d3d10core.c:15751: Test failed: Got value 0x5b8819 (3.57545465e-01), expected 0x5b8856 (3.57549101e-01). d3d10core.c:15751: Test failed: Got value 0x5ccfc6 (3.62545401e-01), expected 0x5cd004 (3.62549096e-01). d3d10core.c:15751: Test failed: Got value 0x5e1774 (3.67545396e-01), expected 0x5e17b2 (3.67549092e-01). d3d10core.c:15751: Test failed: Got value 0x5f5f21 (3.72545332e-01), expected 0x5f5f60 (3.72549087e-01). d3d10core.c:15751: Test failed: Got value 0x60a6ce (3.77545267e-01), expected 0x60a70e (3.77549082e-01). d3d10core.c:15751: Test failed: Got value 0x61ee7c (3.82545263e-01), expected 0x61eebc (3.82549077e-01). d3d10core.c:15751: Test failed: Got value 0x633628 (3.87545139e-01), expected 0x63366a (3.87549073e-01). d3d10core.c:15751: Test failed: Got value 0x647dd6 (3.92545134e-01), expected 0x647e18 (3.92549068e-01). d3d10core.c:15751: Test failed: Got value 0x65c583 (3.97545069e-01), expected 0x65c5c6 (3.97549063e-01). d3d10core.c:15751: Test failed: Got value 0x670d30 (4.02545005e-01), expected 0x670d74 (4.02549058e-01). d3d10core.c:15751: Test failed: Got value 0x6854de (4.07545000e-01), expected 0x685522 (4.07549053e-01). d3d10core.c:15751: Test failed: Got value 0x699c8b (4.12544936e-01), expected 0x699cd0 (4.12549049e-01). d3d10core.c:15751: Test failed: Got value 0x6ae438 (4.17544872e-01), expected 0x6ae47e (4.17549044e-01). d3d10core.c:15751: Test failed: Got value 0x6c2be6 (4.22544867e-01), expected 0x6c2c2c (4.22549039e-01). d3d10core.c:15751: Test failed: Got value 0x6d7392 (4.27544743e-01), expected 0x6d73db (4.27549094e-01). d3d10core.c:15751: Test failed: Got value 0x6ebb40 (4.32544738e-01), expected 0x6ebb89 (4.32549089e-01). d3d10core.c:15751: Test failed: Got value 0x7002ed (4.37544674e-01), expected 0x700337 (4.37549084e-01). d3d10core.c:15751: Test failed: Got value 0x714a9a (4.42544609e-01), expected 0x714ae5 (4.42549080e-01). d3d10core.c:15751: Test failed: Got value 0x729248 (4.47544605e-01), expected 0x729293 (4.47549075e-01). d3d10core.c:15751: Test failed: Got value 0x73d9f5 (4.52544540e-01), expected 0x73da41 (4.52549070e-01). d3d10core.c:15751: Test failed: Got value 0x7521a2 (4.57544476e-01), expected 0x7521f0 (4.57549125e-01). d3d10core.c:15751: Test failed: Got value 0x766950 (4.62544471e-01), expected 0x76699e (4.62549120e-01). d3d10core.c:15751: Test failed: Got value 0x77b0fc (4.67544347e-01), expected 0x77b14c (4.67549115e-01). d3d10core.c:15751: Test failed: Got value 0x78f8aa (4.72544342e-01), expected 0x78f8fa (4.72549111e-01). d3d10core.c:15751: Test failed: Got value 0x7a4057 (4.77544278e-01), expected 0x7a40a8 (4.77549106e-01). d3d10core.c:15751: Test failed: Got value 0x7b8804 (4.82544214e-01), expected 0x7b8856 (4.82549101e-01). d3d10core.c:15751: Test failed: Got value 0x7ccfb2 (4.87544209e-01), expected 0x7cd004 (4.87549096e-01). d3d10core.c:15751: Test failed: Got value 0x7e175e (4.92544085e-01), expected 0x7e17b2 (4.92549092e-01). d3d10core.c:15751: Test failed: Got value 0x7f5f0c (4.97544080e-01), expected 0x7f5f60 (4.97549087e-01). d3d10core.c:15751: Test failed: Got value 0x80a6b8 (5.02543986e-01), expected 0x80a70e (5.02549112e-01). d3d10core.c:15751: Test failed: Got value 0x81ee65 (5.07543921e-01), expected 0x81eebc (5.07549107e-01). d3d10core.c:15751: Test failed: Got value 0x833613 (5.12543917e-01), expected 0x83366a (5.12549102e-01). d3d10core.c:15751: Test failed: Got value 0x847dc0 (5.17543852e-01), expected 0x847e18 (5.17549098e-01). d3d10core.c:15751: Test failed: Got value 0x85c56d (5.22543788e-01), expected 0x85c5c6 (5.22549093e-01). d3d10core.c:15751: Test failed: Got value 0x870d1a (5.27543724e-01), expected 0x870d74 (5.27549088e-01). d3d10core.c:15751: Test failed: Got value 0x8854c8 (5.32543719e-01), expected 0x885522 (5.32549083e-01). d3d10core.c:15751: Test failed: Got value 0x899c75 (5.37543654e-01), expected 0x899cd0 (5.37549078e-01). d3d10core.c:15751: Test failed: Got value 0x8ae422 (5.42543590e-01), expected 0x8ae47e (5.42549074e-01). d3d10core.c:15751: Test failed: Got value 0x8c2bcf (5.47543526e-01), expected 0x8c2c2c (5.47549069e-01). d3d10core.c:15751: Test failed: Got value 0x8d737d (5.52543521e-01), expected 0x8d73da (5.52549064e-01). d3d10core.c:15751: Test failed: Got value 0x8ebb2a (5.57543457e-01), expected 0x8ebb89 (5.57549119e-01). d3d10core.c:15751: Test failed: Got value 0x9002d7 (5.62543392e-01), expected 0x900337 (5.62549114e-01). d3d10core.c:15751: Test failed: Got value 0x914a84 (5.67543328e-01), expected 0x914ae5 (5.67549109e-01). d3d10core.c:15751: Test failed: Got value 0x929232 (5.72543323e-01), expected 0x929293 (5.72549105e-01). d3d10core.c:15751: Test failed: Got value 0x93d9df (5.77543259e-01), expected 0x93da41 (5.77549100e-01). d3d10core.c:15751: Test failed: Got value 0x95218c (5.82543194e-01), expected 0x9521ef (5.82549095e-01). d3d10core.c:15751: Test failed: Got value 0x966939 (5.87543130e-01), expected 0x96699d (5.87549090e-01). d3d10core.c:15751: Test failed: Got value 0x97b0e7 (5.92543125e-01), expected 0x97b14b (5.92549086e-01). d3d10core.c:15751: Test failed: Got value 0x98f894 (5.97543061e-01), expected 0x98f8f9 (5.97549081e-01). d3d10core.c:15751: Test failed: Got value 0x9a4041 (6.02542996e-01), expected 0x9a40a7 (6.02549076e-01). d3d10core.c:15751: Test failed: Got value 0x9b87ee (6.07542932e-01), expected 0x9b8855 (6.07549071e-01). d3d10core.c:15751: Test failed: Got value 0x9ccf9c (6.12542927e-01), expected 0x9cd003 (6.12549067e-01). d3d10core.c:15751: Test failed: Got value 0x9e1749 (6.17542863e-01), expected 0x9e17b2 (6.17549121e-01). d3d10core.c:15751: Test failed: Got value 0x9f5ef6 (6.22542799e-01), expected 0x9f5f60 (6.22549117e-01). d3d10core.c:15751: Test failed: Got value 0xa0a6a3 (6.27542734e-01), expected 0xa0a70e (6.27549112e-01). d3d10core.c:15751: Test failed: Got value 0xa1ee51 (6.32542729e-01), expected 0xa1eebc (6.32549107e-01). d3d10core.c:15751: Test failed: Got value 0xa335fe (6.37542665e-01), expected 0xa3366a (6.37549102e-01). d3d10core.c:15751: Test failed: Got value 0xa47dab (6.42542601e-01), expected 0xa47e18 (6.42549098e-01). d3d10core.c:15751: Test failed: Got value 0xa5c558 (6.47542536e-01), expected 0xa5c5c6 (6.47549093e-01). d3d10core.c:15751: Test failed: Got value 0xa70d05 (6.52542472e-01), expected 0xa70d74 (6.52549088e-01). d3d10core.c:15751: Test failed: Got value 0xa854b3 (6.57542467e-01), expected 0xa85522 (6.57549083e-01). d3d10core.c:15751: Test failed: Got value 0xa99c60 (6.62542403e-01), expected 0xa99cd0 (6.62549078e-01). d3d10core.c:15751: Test failed: Got value 0xaae40d (6.67542338e-01), expected 0xaae47e (6.67549074e-01). d3d10core.c:15751: Test failed: Got value 0xac2bba (6.72542274e-01), expected 0xac2c2d (6.72549129e-01). d3d10core.c:15751: Test failed: Got value 0xad7368 (6.77542269e-01), expected 0xad73db (6.77549124e-01). d3d10core.c:15751: Test failed: Got value 0xaebb15 (6.82542205e-01), expected 0xaebb89 (6.82549119e-01). d3d10core.c:15751: Test failed: Got value 0xb002c2 (6.87542140e-01), expected 0xb00337 (6.87549114e-01). d3d10core.c:15751: Test failed: Got value 0xb14a6f (6.92542076e-01), expected 0xb14ae5 (6.92549109e-01). d3d10core.c:15751: Test failed: Got value 0xb2921d (6.97542071e-01), expected 0xb29293 (6.97549105e-01). d3d10core.c:15751: Test failed: Got value 0xb3d9ca (7.02542007e-01), expected 0xb3da41 (7.02549100e-01). d3d10core.c:15751: Test failed: Got value 0xb52177 (7.07541943e-01), expected 0xb521ef (7.07549095e-01). d3d10core.c:15751: Test failed: Got value 0xb66924 (7.12541878e-01), expected 0xb6699d (7.12549090e-01). d3d10core.c:15751: Test failed: Got value 0xb7b0d2 (7.17541873e-01), expected 0xb7b14b (7.17549086e-01). d3d10core.c:15751: Test failed: Got value 0xb8f87f (7.22541809e-01), expected 0xb8f8f9 (7.22549081e-01). d3d10core.c:15751: Test failed: Got value 0xba402c (7.27541745e-01), expected 0xba40a7 (7.27549076e-01). d3d10core.c:15751: Test failed: Got value 0xbb87d9 (7.32541680e-01), expected 0xbb8856 (7.32549131e-01). d3d10core.c:15751: Test failed: Got value 0xbccf87 (7.37541676e-01), expected 0xbcd004 (7.37549126e-01). d3d10core.c:15751: Test failed: Got value 0xbe1734 (7.42541611e-01), expected 0xbe17b2 (7.42549121e-01). d3d10core.c:15751: Test failed: Got value 0xbf5ee1 (7.47541547e-01), expected 0xbf5f60 (7.47549117e-01). d3d10core.c:15751: Test failed: Got value 0xc0a68e (7.52541482e-01), expected 0xc0a70e (7.52549112e-01). d3d10core.c:15751: Test failed: Got value 0xc1ee3c (7.57541478e-01), expected 0xc1eebc (7.57549107e-01). d3d10core.c:15751: Test failed: Got value 0xc335e9 (7.62541413e-01), expected 0xc3366a (7.62549102e-01). d3d10core.c:15751: Test failed: Got value 0xc47d96 (7.67541349e-01), expected 0xc47e18 (7.67549098e-01). d3d10core.c:15751: Test failed: Got value 0xc5c543 (7.72541285e-01), expected 0xc5c5c6 (7.72549093e-01). d3d10core.c:15751: Test failed: Got value 0xc70cf1 (7.77541280e-01), expected 0xc70d74 (7.77549088e-01). d3d10core.c:15751: Test failed: Got value 0xc8549e (7.82541215e-01), expected 0xc85522 (7.82549083e-01). d3d10core.c:15751: Test failed: Got value 0xc99c4b (7.87541151e-01), expected 0xc99cd0 (7.87549078e-01). d3d10core.c:15751: Test failed: Got value 0xcae3f8 (7.92541087e-01), expected 0xcae47f (7.92549133e-01). d3d10core.c:15751: Test failed: Got value 0xcc2ba6 (7.97541082e-01), expected 0xcc2c2d (7.97549129e-01). d3d10core.c:15751: Test failed: Got value 0xcd7353 (8.02541018e-01), expected 0xcd73db (8.02549124e-01). d3d10core.c:15751: Test failed: Got value 0xcebb00 (8.07540953e-01), expected 0xcebb89 (8.07549119e-01). d3d10core.c:15751: Test failed: Got value 0xd002ad (8.12540889e-01), expected 0xd00337 (8.12549114e-01). d3d10core.c:15751: Test failed: Got value 0xd14a5a (8.17540824e-01), expected 0xd14ae5 (8.17549109e-01). d3d10core.c:15751: Test failed: Got value 0xd29208 (8.22540820e-01), expected 0xd29293 (8.22549105e-01). d3d10core.c:15751: Test failed: Got value 0xd3d9b5 (8.27540755e-01), expected 0xd3da41 (8.27549100e-01). d3d10core.c:15751: Test failed: Got value 0xd52162 (8.32540691e-01), expected 0xd521ef (8.32549095e-01). d3d10core.c:15751: Test failed: Got value 0xd6690f (8.37540627e-01), expected 0xd6699d (8.37549090e-01). d3d10core.c:15751: Test failed: Got value 0xd7b0bd (8.42540622e-01), expected 0xd7b14b (8.42549086e-01). d3d10core.c:15751: Test failed: Got value 0xd8f86a (8.47540557e-01), expected 0xd8f8fa (8.47549140e-01). d3d10core.c:15751: Test failed: Got value 0xda4017 (8.52540493e-01), expected 0xda40a8 (8.52549136e-01). d3d10core.c:15751: Test failed: Got value 0xdb87c4 (8.57540429e-01), expected 0xdb8856 (8.57549131e-01). d3d10core.c:15751: Test failed: Got value 0xdccf72 (8.62540424e-01), expected 0xdcd004 (8.62549126e-01). d3d10core.c:15751: Test failed: Got value 0xde171f (8.67540359e-01), expected 0xde17b2 (8.67549121e-01). d3d10core.c:15751: Test failed: Got value 0xdf5ecc (8.72540295e-01), expected 0xdf5f60 (8.72549117e-01). d3d10core.c:15751: Test failed: Got value 0xe0a679 (8.77540231e-01), expected 0xe0a70e (8.77549112e-01). d3d10core.c:15751: Test failed: Got value 0xe1ee27 (8.82540226e-01), expected 0xe1eebc (8.82549107e-01). d3d10core.c:15751: Test failed: Got value 0xe335d4 (8.87540162e-01), expected 0xe3366a (8.87549102e-01). d3d10core.c:15751: Test failed: Got value 0xe47d81 (8.92540097e-01), expected 0xe47e18 (8.92549098e-01). d3d10core.c:15751: Test failed: Got value 0xe5c52e (8.97540033e-01), expected 0xe5c5c6 (8.97549093e-01). d3d10core.c:15751: Test failed: Got value 0xe70cdc (9.02540028e-01), expected 0xe70d74 (9.02549088e-01). d3d10core.c:15751: Test failed: Got value 0xe85489 (9.07539964e-01), expected 0xe85523 (9.07549143e-01). d3d10core.c:15751: Test failed: Got value 0xe99c36 (9.12539899e-01), expected 0xe99cd1 (9.12549138e-01). d3d10core.c:15751: Test failed: Got value 0xeae3e3 (9.17539835e-01), expected 0xeae47f (9.17549133e-01). d3d10core.c:15751: Test failed: Got value 0xec2b91 (9.22539830e-01), expected 0xec2c2d (9.22549129e-01). d3d10core.c:15751: Test failed: Got value 0xed733e (9.27539766e-01), expected 0xed73db (9.27549124e-01). d3d10core.c:15751: Test failed: Got value 0xeebaeb (9.32539701e-01), expected 0xeebb89 (9.32549119e-01). d3d10core.c:15751: Test failed: Got value 0xf00298 (9.37539637e-01), expected 0xf00337 (9.37549114e-01). d3d10core.c:15751: Test failed: Got value 0xf14a46 (9.42539632e-01), expected 0xf14ae5 (9.42549109e-01). d3d10core.c:15751: Test failed: Got value 0xf291f3 (9.47539568e-01), expected 0xf29293 (9.47549105e-01). d3d10core.c:15751: Test failed: Got value 0xf3d9a0 (9.52539504e-01), expected 0xf3da41 (9.52549100e-01). d3d10core.c:15751: Test failed: Got value 0xf5214d (9.57539439e-01), expected 0xf521ef (9.57549095e-01). d3d10core.c:15751: Test failed: Got value 0xf668fa (9.62539375e-01), expected 0xf6699d (9.62549090e-01). d3d10core.c:15751: Test failed: Got value 0xf7b0a8 (9.67539370e-01), expected 0xf7b14c (9.67549145e-01). d3d10core.c:15751: Test failed: Got value 0xf8f855 (9.72539306e-01), expected 0xf8f8fa (9.72549140e-01). d3d10core.c:15751: Test failed: Got value 0xfa4002 (9.77539241e-01), expected 0xfa40a8 (9.77549136e-01). d3d10core.c:15751: Test failed: Got value 0xfb87af (9.82539177e-01), expected 0xfb8856 (9.82549131e-01). d3d10core.c:15751: Test failed: Got value 0xfccf5d (9.87539172e-01), expected 0xfcd004 (9.87549126e-01). d3d10core.c:15751: Test failed: Got value 0xfe170a (9.92539108e-01), expected 0xfe17b2 (9.92549121e-01). d3d10core.c:15751: Test failed: Got value 0xff5eb7 (9.97539043e-01), expected 0xff5f60 (9.97549117e-01). d3d10core.c:15759: Test failed: Got value 0x3d8 (1.50148775e-02), expected 0x3da (1.50453961e-02). d3d10core.c:15759: Test failed: Got value 0x51e (1.99893191e-02), expected 0x521 (2.00350955e-02). d3d10core.c:15759: Test failed: Got value 0x665 (2.49790195e-02), expected 0x669 (2.50400547e-02). d3d10core.c:15759: Test failed: Got value 0x7ac (2.99687199e-02), expected 0x7b1 (3.00450139e-02). d3d10core.c:15759: Test failed: Got value 0x8f3 (3.49584185e-02), expected 0x8f8 (3.50347161e-02). d3d10core.c:15759: Test failed: Got value 0xa3a (3.99481207e-02), expected 0xa40 (4.00396734e-02). d3d10core.c:15759: Test failed: Got value 0xb81 (4.49378192e-02), expected 0xb88 (4.50446345e-02). d3d10core.c:15759: Test failed: Got value 0xcc8 (4.99275215e-02), expected 0xccf (5.00343330e-02). d3d10core.c:15759: Test failed: Got value 0xe0e (5.49019612e-02), expected 0xe17 (5.50392903e-02). d3d10core.c:15759: Test failed: Got value 0xf55 (5.98916598e-02), expected 0xf5f (6.00442514e-02). d3d10core.c:15759: Test failed: Got value 0x109c (6.48813620e-02), expected 0x10a6 (6.50339499e-02). d3d10core.c:15759: Test failed: Got value 0x11e3 (6.98710606e-02), expected 0x11ee (7.00389072e-02). d3d10core.c:15759: Test failed: Got value 0x132a (7.48607591e-02), expected 0x1336 (7.50438720e-02). d3d10core.c:15759: Test failed: Got value 0x1471 (7.98504651e-02), expected 0x147e (8.00488293e-02). d3d10core.c:15759: Test failed: Got value 0x15b8 (8.48401636e-02), expected 0x15c5 (8.50385278e-02). d3d10core.c:15759: Test failed: Got value 0x16fe (8.98146033e-02), expected 0x170d (9.00434852e-02). d3d10core.c:15759: Test failed: Got value 0x1845 (9.48043019e-02), expected 0x1855 (9.50484499e-02). d3d10core.c:15759: Test failed: Got value 0x198c (9.97940004e-02), expected 0x199c (1.00038148e-01). d3d10core.c:15759: Test failed: Got value 0x1ad3 (1.04783706e-01), expected 0x1ae4 (1.05043106e-01). d3d10core.c:15759: Test failed: Got value 0x1c1a (1.09773405e-01), expected 0x1c2c (1.10048063e-01). d3d10core.c:15759: Test failed: Got value 0x1d61 (1.14763103e-01), expected 0x1d73 (1.15037769e-01). d3d10core.c:15759: Test failed: Got value 0x1ea8 (1.19752802e-01), expected 0x1ebb (1.20042726e-01). d3d10core.c:15759: Test failed: Got value 0x1fee (1.24727242e-01), expected 0x2003 (1.25047684e-01). d3d10core.c:15759: Test failed: Got value 0x2135 (1.29716948e-01), expected 0x214a (1.30037382e-01). d3d10core.c:15759: Test failed: Got value 0x227c (1.34706646e-01), expected 0x2292 (1.35042340e-01). d3d10core.c:15759: Test failed: Got value 0x23c3 (1.39696345e-01), expected 0x23da (1.40047297e-01). d3d10core.c:15759: Test failed: Got value 0x250a (1.44686043e-01), expected 0x2521 (1.45037010e-01). d3d10core.c:15759: Test failed: Got value 0x2651 (1.49675742e-01), expected 0x2669 (1.50041968e-01). d3d10core.c:15759: Test failed: Got value 0x2797 (1.54650182e-01), expected 0x27b1 (1.55046925e-01). d3d10core.c:15759: Test failed: Got value 0x28de (1.59639880e-01), expected 0x28f8 (1.60036623e-01). d3d10core.c:15759: Test failed: Got value 0x2a25 (1.64629593e-01), expected 0x2a40 (1.65041581e-01). d3d10core.c:15759: Test failed: Got value 0x2b6c (1.69619292e-01), expected 0x2b88 (1.70046538e-01). d3d10core.c:15759: Test failed: Got value 0x2cb3 (1.74608991e-01), expected 0x2ccf (1.75036237e-01). d3d10core.c:15759: Test failed: Got value 0x2dfa (1.79598689e-01), expected 0x2e17 (1.80041194e-01). d3d10core.c:15759: Test failed: Got value 0x2f41 (1.84588388e-01), expected 0x2f5f (1.85046151e-01). d3d10core.c:15759: Test failed: Got value 0x3087 (1.89562827e-01), expected 0x30a6 (1.90035865e-01). d3d10core.c:15759: Test failed: Got value 0x31ce (1.94552526e-01), expected 0x31ee (1.95040822e-01). d3d10core.c:15759: Test failed: Got value 0x3315 (1.99542224e-01), expected 0x3336 (2.00045779e-01). d3d10core.c:15759: Test failed: Got value 0x345c (2.04531923e-01), expected 0x347d (2.05035478e-01). d3d10core.c:15759: Test failed: Got value 0x35a3 (2.09521636e-01), expected 0x35c5 (2.10040435e-01). d3d10core.c:15759: Test failed: Got value 0x36ea (2.14511335e-01), expected 0x370d (2.15045393e-01). d3d10core.c:15759: Test failed: Got value 0x3831 (2.19501033e-01), expected 0x3854 (2.20035091e-01). d3d10core.c:15759: Test failed: Got value 0x3977 (2.24475473e-01), expected 0x399c (2.25040048e-01). d3d10core.c:15759: Test failed: Got value 0x3abe (2.29465172e-01), expected 0x3ae4 (2.30045021e-01). d3d10core.c:15759: Test failed: Got value 0x3c05 (2.34454870e-01), expected 0x3c2b (2.35034719e-01). d3d10core.c:15759: Test failed: Got value 0x3d4c (2.39444569e-01), expected 0x3d73 (2.40039676e-01). d3d10core.c:15759: Test failed: Got value 0x3e93 (2.44434267e-01), expected 0x3ebb (2.45044634e-01). d3d10core.c:15759: Test failed: Got value 0x3fda (2.49423966e-01), expected 0x4002 (2.50034332e-01). d3d10core.c:15759: Test failed: Got value 0x4121 (2.54413664e-01), expected 0x414a (2.55039304e-01). d3d10core.c:15759: Test failed: Got value 0x4267 (2.59388119e-01), expected 0x4292 (2.60044247e-01). d3d10core.c:15759: Test failed: Got value 0x43ae (2.64377803e-01), expected 0x43d9 (2.65033960e-01). d3d10core.c:15759: Test failed: Got value 0x44f5 (2.69367516e-01), expected 0x4521 (2.70038903e-01). d3d10core.c:15759: Test failed: Got value 0x463c (2.74357200e-01), expected 0x4669 (2.75043875e-01). d3d10core.c:15759: Test failed: Got value 0x4783 (2.79346913e-01), expected 0x47b1 (2.80048817e-01). d3d10core.c:15759: Test failed: Got value 0x48ca (2.84336627e-01), expected 0x48f8 (2.85038531e-01). d3d10core.c:15759: Test failed: Got value 0x4a11 (2.89326310e-01), expected 0x4a40 (2.90043503e-01). d3d10core.c:15759: Test failed: Got value 0x4b57 (2.94300765e-01), expected 0x4b88 (2.95048445e-01). d3d10core.c:15759: Test failed: Got value 0x4c9e (2.99290448e-01), expected 0x4ccf (3.00038159e-01). d3d10core.c:15759: Test failed: Got value 0x4de5 (3.04280162e-01), expected 0x4e17 (3.05043101e-01). d3d10core.c:15759: Test failed: Got value 0x4f2c (3.09269845e-01), expected 0x4f5f (3.10048074e-01). d3d10core.c:15759: Test failed: Got value 0x5073 (3.14259559e-01), expected 0x50a6 (3.15037757e-01). d3d10core.c:15759: Test failed: Got value 0x51ba (3.19249243e-01), expected 0x51ee (3.20042729e-01). d3d10core.c:15759: Test failed: Got value 0x5301 (3.24238956e-01), expected 0x5336 (3.25047672e-01). d3d10core.c:15759: Test failed: Got value 0x5447 (3.29213411e-01), expected 0x547d (3.30037385e-01). d3d10core.c:15759: Test failed: Got value 0x558e (3.34203094e-01), expected 0x55c5 (3.35042357e-01). d3d10core.c:15759: Test failed: Got value 0x56d5 (3.39192808e-01), expected 0x570d (3.40047300e-01). d3d10core.c:15759: Test failed: Got value 0x581c (3.44182491e-01), expected 0x5854 (3.45037013e-01). d3d10core.c:15759: Test failed: Got value 0x5963 (3.49172205e-01), expected 0x599c (3.50041956e-01). d3d10core.c:15759: Test failed: Got value 0x5aaa (3.54161888e-01), expected 0x5ae4 (3.55046928e-01). d3d10core.c:15759: Test failed: Got value 0x5bf1 (3.59151602e-01), expected 0x5c2b (3.60036612e-01). d3d10core.c:15759: Test failed: Got value 0x5d37 (3.64126027e-01), expected 0x5d73 (3.65041584e-01). d3d10core.c:15759: Test failed: Got value 0x5e7e (3.69115740e-01), expected 0x5ebb (3.70046526e-01). d3d10core.c:15759: Test failed: Got value 0x5fc5 (3.74105453e-01), expected 0x6002 (3.75036240e-01). d3d10core.c:15759: Test failed: Got value 0x610c (3.79095137e-01), expected 0x614a (3.80041212e-01). d3d10core.c:15759: Test failed: Got value 0x6253 (3.84084851e-01), expected 0x6292 (3.85046154e-01). d3d10core.c:15759: Test failed: Got value 0x639a (3.89074534e-01), expected 0x63d9 (3.90035868e-01). d3d10core.c:15759: Test failed: Got value 0x64e1 (3.94064248e-01), expected 0x6521 (3.95040810e-01). d3d10core.c:15759: Test failed: Got value 0x6627 (3.99038672e-01), expected 0x6669 (4.00045782e-01). d3d10core.c:15759: Test failed: Got value 0x676e (4.04028386e-01), expected 0x67b0 (4.05035466e-01). d3d10core.c:15759: Test failed: Got value 0x68b5 (4.09018070e-01), expected 0x68f8 (4.10040438e-01). d3d10core.c:15759: Test failed: Got value 0x69fc (4.14007783e-01), expected 0x6a40 (4.15045410e-01). d3d10core.c:15759: Test failed: Got value 0x6b43 (4.18997496e-01), expected 0x6b87 (4.20035094e-01). d3d10core.c:15759: Test failed: Got value 0x6c8a (4.23987180e-01), expected 0x6ccf (4.25040066e-01). d3d10core.c:15759: Test failed: Got value 0x6dd1 (4.28976893e-01), expected 0x6e17 (4.30045009e-01). d3d10core.c:15759: Test failed: Got value 0x6f17 (4.33951318e-01), expected 0x6f5e (4.35034722e-01). d3d10core.c:15759: Test failed: Got value 0x705e (4.38941032e-01), expected 0x70a6 (4.40039665e-01). d3d10core.c:15759: Test failed: Got value 0x71a5 (4.43930715e-01), expected 0x71ee (4.45044637e-01). d3d10core.c:15759: Test failed: Got value 0x72ec (4.48920429e-01), expected 0x7335 (4.50034320e-01). d3d10core.c:15759: Test failed: Got value 0x7433 (4.53910112e-01), expected 0x747d (4.55039293e-01). d3d10core.c:15759: Test failed: Got value 0x757a (4.58899826e-01), expected 0x75c5 (4.60044265e-01). d3d10core.c:15759: Test failed: Got value 0x76c1 (4.63889539e-01), expected 0x770c (4.65033948e-01). d3d10core.c:15759: Test failed: Got value 0x7807 (4.68863964e-01), expected 0x7854 (4.70038921e-01). d3d10core.c:15759: Test failed: Got value 0x794e (4.73853678e-01), expected 0x799c (4.75043863e-01). d3d10core.c:15759: Test failed: Got value 0x7a95 (4.78843361e-01), expected 0x7ae4 (4.80048835e-01). d3d10core.c:15759: Test failed: Got value 0x7bdc (4.83833075e-01), expected 0x7c2b (4.85038519e-01). d3d10core.c:15759: Test failed: Got value 0x7d23 (4.88822758e-01), expected 0x7d73 (4.90043491e-01). d3d10core.c:15759: Test failed: Got value 0x7e6a (4.93812472e-01), expected 0x7ebb (4.95048434e-01). d3d10core.c:15759: Test failed: Got value 0x7fb1 (4.98802155e-01), expected 0x8002 (5.00038147e-01). d3d10core.c:15759: Test failed: Got value 0x80f7 (5.03776610e-01), expected 0x814a (5.05043089e-01). d3d10core.c:15759: Test failed: Got value 0x823e (5.08766294e-01), expected 0x8292 (5.10048091e-01). d3d10core.c:15759: Test failed: Got value 0x8385 (5.13756037e-01), expected 0x83d9 (5.15037775e-01). d3d10core.c:15759: Test failed: Got value 0x84cc (5.18745720e-01), expected 0x8521 (5.20042717e-01). d3d10core.c:15759: Test failed: Got value 0x8613 (5.23735404e-01), expected 0x8669 (5.25047660e-01). d3d10core.c:15759: Test failed: Got value 0x875a (5.28725088e-01), expected 0x87b0 (5.30037403e-01). d3d10core.c:15759: Test failed: Got value 0x88a1 (5.33714831e-01), expected 0x88f8 (5.35042346e-01). d3d10core.c:15759: Test failed: Got value 0x89e7 (5.38689256e-01), expected 0x8a40 (5.40047288e-01). d3d10core.c:15759: Test failed: Got value 0x8b2e (5.43678939e-01), expected 0x8b87 (5.45037031e-01). d3d10core.c:15759: Test failed: Got value 0x8c75 (5.48668623e-01), expected 0x8ccf (5.50041974e-01). d3d10core.c:15759: Test failed: Got value 0x8dbc (5.53658366e-01), expected 0x8e17 (5.55046916e-01). d3d10core.c:15759: Test failed: Got value 0x8f03 (5.58648050e-01), expected 0x8f5e (5.60036600e-01). d3d10core.c:15759: Test failed: Got value 0x904a (5.63637733e-01), expected 0x90a6 (5.65041602e-01). d3d10core.c:15759: Test failed: Got value 0x9191 (5.68627477e-01), expected 0x91ee (5.70046544e-01). d3d10core.c:15759: Test failed: Got value 0x92d7 (5.73601902e-01), expected 0x9335 (5.75036228e-01). d3d10core.c:15759: Test failed: Got value 0x941e (5.78591585e-01), expected 0x947d (5.80041170e-01). d3d10core.c:15759: Test failed: Got value 0x9565 (5.83581269e-01), expected 0x95c5 (5.85046172e-01). d3d10core.c:15759: Test failed: Got value 0x96ac (5.88571012e-01), expected 0x970c (5.90035856e-01). d3d10core.c:15759: Test failed: Got value 0x97f3 (5.93560696e-01), expected 0x9854 (5.95040798e-01). d3d10core.c:15759: Test failed: Got value 0x993a (5.98550379e-01), expected 0x999c (6.00045800e-01). d3d10core.c:15759: Test failed: Got value 0x9a81 (6.03540123e-01), expected 0x9ae3 (6.05035484e-01). d3d10core.c:15759: Test failed: Got value 0x9bc7 (6.08514547e-01), expected 0x9c2b (6.10040426e-01). d3d10core.c:15759: Test failed: Got value 0x9d0e (6.13504231e-01), expected 0x9d73 (6.15045369e-01). d3d10core.c:15759: Test failed: Got value 0x9e55 (6.18493915e-01), expected 0x9eba (6.20035112e-01). d3d10core.c:15759: Test failed: Got value 0x9f9c (6.23483658e-01), expected 0xa002 (6.25040054e-01). d3d10core.c:15759: Test failed: Got value 0xa0e3 (6.28473341e-01), expected 0xa14a (6.30044997e-01). d3d10core.c:15759: Test failed: Got value 0xa22a (6.33463025e-01), expected 0xa291 (6.35034740e-01). d3d10core.c:15759: Test failed: Got value 0xa371 (6.38452709e-01), expected 0xa3d9 (6.40039682e-01). d3d10core.c:15759: Test failed: Got value 0xa4b7 (6.43427193e-01), expected 0xa521 (6.45044625e-01). d3d10core.c:15759: Test failed: Got value 0xa5fe (6.48416877e-01), expected 0xa668 (6.50034308e-01). d3d10core.c:15759: Test failed: Got value 0xa745 (6.53406560e-01), expected 0xa7b0 (6.55039310e-01). d3d10core.c:15759: Test failed: Got value 0xa88c (6.58396304e-01), expected 0xa8f8 (6.60044253e-01). d3d10core.c:15759: Test failed: Got value 0xa9d3 (6.63385987e-01), expected 0xaa3f (6.65033937e-01). d3d10core.c:15759: Test failed: Got value 0xab1a (6.68375671e-01), expected 0xab87 (6.70038939e-01). d3d10core.c:15759: Test failed: Got value 0xac60 (6.73350096e-01), expected 0xaccf (6.75043881e-01). d3d10core.c:15759: Test failed: Got value 0xada7 (6.78339839e-01), expected 0xae17 (6.80048823e-01). d3d10core.c:15759: Test failed: Got value 0xaeee (6.83329523e-01), expected 0xaf5e (6.85038507e-01). d3d10core.c:15759: Test failed: Got value 0xb035 (6.88319206e-01), expected 0xb0a6 (6.90043509e-01). d3d10core.c:15759: Test failed: Got value 0xb17c (6.93308890e-01), expected 0xb1ee (6.95048451e-01). d3d10core.c:15759: Test failed: Got value 0xb2c3 (6.98298633e-01), expected 0xb335 (7.00038135e-01). d3d10core.c:15759: Test failed: Got value 0xb40a (7.03288317e-01), expected 0xb47d (7.05043077e-01). d3d10core.c:15759: Test failed: Got value 0xb550 (7.08262742e-01), expected 0xb5c5 (7.10048079e-01). d3d10core.c:15759: Test failed: Got value 0xb697 (7.13252485e-01), expected 0xb70c (7.15037763e-01). d3d10core.c:15759: Test failed: Got value 0xb7de (7.18242168e-01), expected 0xb854 (7.20042706e-01). d3d10core.c:15759: Test failed: Got value 0xb925 (7.23231852e-01), expected 0xb99c (7.25047708e-01). d3d10core.c:15759: Test failed: Got value 0xba6c (7.28221536e-01), expected 0xbae3 (7.30037391e-01). d3d10core.c:15759: Test failed: Got value 0xbbb3 (7.33211279e-01), expected 0xbc2b (7.35042334e-01). d3d10core.c:15759: Test failed: Got value 0xbcfa (7.38200963e-01), expected 0xbd73 (7.40047276e-01). d3d10core.c:15759: Test failed: Got value 0xbe40 (7.43175387e-01), expected 0xbeba (7.45037019e-01). d3d10core.c:15759: Test failed: Got value 0xbf87 (7.48165131e-01), expected 0xc002 (7.50041962e-01). d3d10core.c:15759: Test failed: Got value 0xc0ce (7.53154814e-01), expected 0xc14a (7.55046904e-01). d3d10core.c:15759: Test failed: Got value 0xc215 (7.58144498e-01), expected 0xc291 (7.60036647e-01). d3d10core.c:15759: Test failed: Got value 0xc35c (7.63134181e-01), expected 0xc3d9 (7.65041590e-01). d3d10core.c:15759: Test failed: Got value 0xc4a3 (7.68123925e-01), expected 0xc521 (7.70046532e-01). d3d10core.c:15759: Test failed: Got value 0xc5ea (7.73113608e-01), expected 0xc668 (7.75036216e-01). d3d10core.c:15759: Test failed: Got value 0xc730 (7.78088033e-01), expected 0xc7b0 (7.80041218e-01). d3d10core.c:15759: Test failed: Got value 0xc877 (7.83077717e-01), expected 0xc8f8 (7.85046160e-01). d3d10core.c:15759: Test failed: Got value 0xc9be (7.88067460e-01), expected 0xca3f (7.90035844e-01). d3d10core.c:15759: Test failed: Got value 0xcb05 (7.93057144e-01), expected 0xcb87 (7.95040846e-01). d3d10core.c:15759: Test failed: Got value 0xcc4c (7.98046827e-01), expected 0xcccf (8.00045788e-01). d3d10core.c:15759: Test failed: Got value 0xcd93 (8.03036571e-01), expected 0xce16 (8.05035472e-01). d3d10core.c:15759: Test failed: Got value 0xceda (8.08026254e-01), expected 0xcf5e (8.10040414e-01). d3d10core.c:15759: Test failed: Got value 0xd020 (8.13000679e-01), expected 0xd0a6 (8.15045416e-01). d3d10core.c:15759: Test failed: Got value 0xd167 (8.17990363e-01), expected 0xd1ed (8.20035100e-01). d3d10core.c:15759: Test failed: Got value 0xd2ae (8.22980106e-01), expected 0xd335 (8.25040042e-01). d3d10core.c:15759: Test failed: Got value 0xd3f5 (8.27969790e-01), expected 0xd47d (8.30044985e-01). d3d10core.c:15759: Test failed: Got value 0xd53c (8.32959473e-01), expected 0xd5c4 (8.35034728e-01). d3d10core.c:15759: Test failed: Got value 0xd683 (8.37949216e-01), expected 0xd70c (8.40039670e-01). d3d10core.c:15759: Test failed: Got value 0xd7ca (8.42938900e-01), expected 0xd854 (8.45044613e-01). d3d10core.c:15759: Test failed: Got value 0xd910 (8.47913325e-01), expected 0xd99b (8.50034356e-01). d3d10core.c:15759: Test failed: Got value 0xda57 (8.52903008e-01), expected 0xdae3 (8.55039299e-01). d3d10core.c:15759: Test failed: Got value 0xdb9e (8.57892752e-01), expected 0xdc2b (8.60044241e-01). d3d10core.c:15759: Test failed: Got value 0xdce5 (8.62882435e-01), expected 0xdd72 (8.65033925e-01). d3d10core.c:15759: Test failed: Got value 0xde2c (8.67872119e-01), expected 0xdeba (8.70038927e-01). d3d10core.c:15759: Test failed: Got value 0xdf73 (8.72861803e-01), expected 0xe002 (8.75043869e-01). d3d10core.c:15759: Test failed: Got value 0xe0ba (8.77851546e-01), expected 0xe14a (8.80048811e-01). d3d10core.c:15759: Test failed: Got value 0xe200 (8.82825971e-01), expected 0xe291 (8.85038555e-01). d3d10core.c:15759: Test failed: Got value 0xe347 (8.87815654e-01), expected 0xe3d9 (8.90043497e-01). d3d10core.c:15759: Test failed: Got value 0xe48e (8.92805398e-01), expected 0xe521 (8.95048440e-01). d3d10core.c:15759: Test failed: Got value 0xe5d5 (8.97795081e-01), expected 0xe668 (9.00038123e-01). d3d10core.c:15759: Test failed: Got value 0xe71c (9.02784765e-01), expected 0xe7b0 (9.05043125e-01). d3d10core.c:15759: Test failed: Got value 0xe863 (9.07774448e-01), expected 0xe8f8 (9.10048068e-01). d3d10core.c:15759: Test failed: Got value 0xe9aa (9.12764192e-01), expected 0xea3f (9.15037751e-01). d3d10core.c:15759: Test failed: Got value 0xeaf0 (9.17738616e-01), expected 0xeb87 (9.20042753e-01). d3d10core.c:15759: Test failed: Got value 0xec37 (9.22728300e-01), expected 0xeccf (9.25047696e-01). d3d10core.c:15759: Test failed: Got value 0xed7e (9.27717984e-01), expected 0xee16 (9.30037379e-01). d3d10core.c:15759: Test failed: Got value 0xeec5 (9.32707727e-01), expected 0xef5e (9.35042322e-01). d3d10core.c:15759: Test failed: Got value 0xf00c (9.37697411e-01), expected 0xf0a6 (9.40047324e-01). d3d10core.c:15759: Test failed: Got value 0xf153 (9.42687094e-01), expected 0xf1ed (9.45037007e-01). d3d10core.c:15759: Test failed: Got value 0xf29a (9.47676837e-01), expected 0xf335 (9.50041950e-01). d3d10core.c:15759: Test failed: Got value 0xf3e0 (9.52651262e-01), expected 0xf47d (9.55046892e-01). d3d10core.c:15759: Test failed: Got value 0xf527 (9.57640946e-01), expected 0xf5c4 (9.60036635e-01). d3d10core.c:15759: Test failed: Got value 0xf66e (9.62630630e-01), expected 0xf70c (9.65041578e-01). d3d10core.c:15759: Test failed: Got value 0xf7b5 (9.67620373e-01), expected 0xf854 (9.70046520e-01). d3d10core.c:15759: Test failed: Got value 0xf8fc (9.72610056e-01), expected 0xf99b (9.75036263e-01). d3d10core.c:15759: Test failed: Got value 0xfa43 (9.77599740e-01), expected 0xfae3 (9.80041206e-01). d3d10core.c:15759: Test failed: Got value 0xfb8a (9.82589483e-01), expected 0xfc2b (9.85046148e-01). d3d10core.c:15759: Test failed: Got value 0xfcd0 (9.87563908e-01), expected 0xfd72 (9.90035832e-01). d3d10core.c:15759: Test failed: Got value 0xfe17 (9.92553592e-01), expected 0xfeba (9.95040834e-01). d3d10core.c:15759: Test failed: Got value 0xff5e (9.97543275e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0x3d8 (1.50148775e-02), expected 0x3da (1.50453961e-02). d3d10core.c:15759: Test failed: Got value 0x51e (1.99893191e-02), expected 0x521 (2.00350955e-02). d3d10core.c:15759: Test failed: Got value 0x665 (2.49790195e-02), expected 0x669 (2.50400547e-02). d3d10core.c:15759: Test failed: Got value 0x7ac (2.99687199e-02), expected 0x7b1 (3.00450139e-02). d3d10core.c:15759: Test failed: Got value 0x8f3 (3.49584185e-02), expected 0x8f8 (3.50347161e-02). d3d10core.c:15759: Test failed: Got value 0xa3a (3.99481207e-02), expected 0xa40 (4.00396734e-02). d3d10core.c:15759: Test failed: Got value 0xb81 (4.49378192e-02), expected 0xb88 (4.50446345e-02). d3d10core.c:15759: Test failed: Got value 0xcc8 (4.99275215e-02), expected 0xccf (5.00343330e-02). d3d10core.c:15759: Test failed: Got value 0xe0e (5.49019612e-02), expected 0xe17 (5.50392903e-02). d3d10core.c:15759: Test failed: Got value 0xf55 (5.98916598e-02), expected 0xf5f (6.00442514e-02). d3d10core.c:15759: Test failed: Got value 0x109c (6.48813620e-02), expected 0x10a6 (6.50339499e-02). d3d10core.c:15759: Test failed: Got value 0x11e3 (6.98710606e-02), expected 0x11ee (7.00389072e-02). d3d10core.c:15759: Test failed: Got value 0x132a (7.48607591e-02), expected 0x1336 (7.50438720e-02). d3d10core.c:15759: Test failed: Got value 0x1471 (7.98504651e-02), expected 0x147e (8.00488293e-02). d3d10core.c:15759: Test failed: Got value 0x15b8 (8.48401636e-02), expected 0x15c5 (8.50385278e-02). d3d10core.c:15759: Test failed: Got value 0x16fe (8.98146033e-02), expected 0x170d (9.00434852e-02). d3d10core.c:15759: Test failed: Got value 0x1845 (9.48043019e-02), expected 0x1855 (9.50484499e-02). d3d10core.c:15759: Test failed: Got value 0x198c (9.97940004e-02), expected 0x199c (1.00038148e-01). d3d10core.c:15759: Test failed: Got value 0x1ad3 (1.04783706e-01), expected 0x1ae4 (1.05043106e-01). d3d10core.c:15759: Test failed: Got value 0x1c1a (1.09773405e-01), expected 0x1c2c (1.10048063e-01). d3d10core.c:15759: Test failed: Got value 0x1d61 (1.14763103e-01), expected 0x1d73 (1.15037769e-01). d3d10core.c:15759: Test failed: Got value 0x1ea8 (1.19752802e-01), expected 0x1ebb (1.20042726e-01). d3d10core.c:15759: Test failed: Got value 0x1fee (1.24727242e-01), expected 0x2003 (1.25047684e-01). d3d10core.c:15759: Test failed: Got value 0x2135 (1.29716948e-01), expected 0x214a (1.30037382e-01). d3d10core.c:15759: Test failed: Got value 0x227c (1.34706646e-01), expected 0x2292 (1.35042340e-01). d3d10core.c:15759: Test failed: Got value 0x23c3 (1.39696345e-01), expected 0x23da (1.40047297e-01). d3d10core.c:15759: Test failed: Got value 0x250a (1.44686043e-01), expected 0x2521 (1.45037010e-01). d3d10core.c:15759: Test failed: Got value 0x2651 (1.49675742e-01), expected 0x2669 (1.50041968e-01). d3d10core.c:15759: Test failed: Got value 0x2797 (1.54650182e-01), expected 0x27b1 (1.55046925e-01). d3d10core.c:15759: Test failed: Got value 0x28de (1.59639880e-01), expected 0x28f8 (1.60036623e-01). d3d10core.c:15759: Test failed: Got value 0x2a25 (1.64629593e-01), expected 0x2a40 (1.65041581e-01). d3d10core.c:15759: Test failed: Got value 0x2b6c (1.69619292e-01), expected 0x2b88 (1.70046538e-01). d3d10core.c:15759: Test failed: Got value 0x2cb3 (1.74608991e-01), expected 0x2ccf (1.75036237e-01). d3d10core.c:15759: Test failed: Got value 0x2dfa (1.79598689e-01), expected 0x2e17 (1.80041194e-01). d3d10core.c:15759: Test failed: Got value 0x2f41 (1.84588388e-01), expected 0x2f5f (1.85046151e-01). d3d10core.c:15759: Test failed: Got value 0x3087 (1.89562827e-01), expected 0x30a6 (1.90035865e-01). d3d10core.c:15759: Test failed: Got value 0x31ce (1.94552526e-01), expected 0x31ee (1.95040822e-01). d3d10core.c:15759: Test failed: Got value 0x3315 (1.99542224e-01), expected 0x3336 (2.00045779e-01). d3d10core.c:15759: Test failed: Got value 0x345c (2.04531923e-01), expected 0x347d (2.05035478e-01). d3d10core.c:15759: Test failed: Got value 0x35a3 (2.09521636e-01), expected 0x35c5 (2.10040435e-01). d3d10core.c:15759: Test failed: Got value 0x36ea (2.14511335e-01), expected 0x370d (2.15045393e-01). d3d10core.c:15759: Test failed: Got value 0x3831 (2.19501033e-01), expected 0x3854 (2.20035091e-01). d3d10core.c:15759: Test failed: Got value 0x3977 (2.24475473e-01), expected 0x399c (2.25040048e-01). d3d10core.c:15759: Test failed: Got value 0x3abe (2.29465172e-01), expected 0x3ae4 (2.30045021e-01). d3d10core.c:15759: Test failed: Got value 0x3c05 (2.34454870e-01), expected 0x3c2b (2.35034719e-01). d3d10core.c:15759: Test failed: Got value 0x3d4c (2.39444569e-01), expected 0x3d73 (2.40039676e-01). d3d10core.c:15759: Test failed: Got value 0x3e93 (2.44434267e-01), expected 0x3ebb (2.45044634e-01). d3d10core.c:15759: Test failed: Got value 0x3fda (2.49423966e-01), expected 0x4002 (2.50034332e-01). d3d10core.c:15759: Test failed: Got value 0x4121 (2.54413664e-01), expected 0x414a (2.55039304e-01). d3d10core.c:15759: Test failed: Got value 0x4267 (2.59388119e-01), expected 0x4292 (2.60044247e-01). d3d10core.c:15759: Test failed: Got value 0x43ae (2.64377803e-01), expected 0x43d9 (2.65033960e-01). d3d10core.c:15759: Test failed: Got value 0x44f5 (2.69367516e-01), expected 0x4521 (2.70038903e-01). d3d10core.c:15759: Test failed: Got value 0x463c (2.74357200e-01), expected 0x4669 (2.75043875e-01). d3d10core.c:15759: Test failed: Got value 0x4783 (2.79346913e-01), expected 0x47b1 (2.80048817e-01). d3d10core.c:15759: Test failed: Got value 0x48ca (2.84336627e-01), expected 0x48f8 (2.85038531e-01). d3d10core.c:15759: Test failed: Got value 0x4a11 (2.89326310e-01), expected 0x4a40 (2.90043503e-01). d3d10core.c:15759: Test failed: Got value 0x4b57 (2.94300765e-01), expected 0x4b88 (2.95048445e-01). d3d10core.c:15759: Test failed: Got value 0x4c9e (2.99290448e-01), expected 0x4ccf (3.00038159e-01). d3d10core.c:15759: Test failed: Got value 0x4de5 (3.04280162e-01), expected 0x4e17 (3.05043101e-01). d3d10core.c:15759: Test failed: Got value 0x4f2c (3.09269845e-01), expected 0x4f5f (3.10048074e-01). d3d10core.c:15759: Test failed: Got value 0x5073 (3.14259559e-01), expected 0x50a6 (3.15037757e-01). d3d10core.c:15759: Test failed: Got value 0x51ba (3.19249243e-01), expected 0x51ee (3.20042729e-01). d3d10core.c:15759: Test failed: Got value 0x5301 (3.24238956e-01), expected 0x5336 (3.25047672e-01). d3d10core.c:15759: Test failed: Got value 0x5447 (3.29213411e-01), expected 0x547d (3.30037385e-01). d3d10core.c:15759: Test failed: Got value 0x558e (3.34203094e-01), expected 0x55c5 (3.35042357e-01). d3d10core.c:15759: Test failed: Got value 0x56d5 (3.39192808e-01), expected 0x570d (3.40047300e-01). d3d10core.c:15759: Test failed: Got value 0x581c (3.44182491e-01), expected 0x5854 (3.45037013e-01). d3d10core.c:15759: Test failed: Got value 0x5963 (3.49172205e-01), expected 0x599c (3.50041956e-01). d3d10core.c:15759: Test failed: Got value 0x5aaa (3.54161888e-01), expected 0x5ae4 (3.55046928e-01). d3d10core.c:15759: Test failed: Got value 0x5bf1 (3.59151602e-01), expected 0x5c2b (3.60036612e-01). d3d10core.c:15759: Test failed: Got value 0x5d37 (3.64126027e-01), expected 0x5d73 (3.65041584e-01). d3d10core.c:15759: Test failed: Got value 0x5e7e (3.69115740e-01), expected 0x5ebb (3.70046526e-01). d3d10core.c:15759: Test failed: Got value 0x5fc5 (3.74105453e-01), expected 0x6002 (3.75036240e-01). d3d10core.c:15759: Test failed: Got value 0x610c (3.79095137e-01), expected 0x614a (3.80041212e-01). d3d10core.c:15759: Test failed: Got value 0x6253 (3.84084851e-01), expected 0x6292 (3.85046154e-01). d3d10core.c:15759: Test failed: Got value 0x639a (3.89074534e-01), expected 0x63d9 (3.90035868e-01). d3d10core.c:15759: Test failed: Got value 0x64e1 (3.94064248e-01), expected 0x6521 (3.95040810e-01). d3d10core.c:15759: Test failed: Got value 0x6627 (3.99038672e-01), expected 0x6669 (4.00045782e-01). d3d10core.c:15759: Test failed: Got value 0x676e (4.04028386e-01), expected 0x67b0 (4.05035466e-01). d3d10core.c:15759: Test failed: Got value 0x68b5 (4.09018070e-01), expected 0x68f8 (4.10040438e-01). d3d10core.c:15759: Test failed: Got value 0x69fc (4.14007783e-01), expected 0x6a40 (4.15045410e-01). d3d10core.c:15759: Test failed: Got value 0x6b43 (4.18997496e-01), expected 0x6b87 (4.20035094e-01). d3d10core.c:15759: Test failed: Got value 0x6c8a (4.23987180e-01), expected 0x6ccf (4.25040066e-01). d3d10core.c:15759: Test failed: Got value 0x6dd1 (4.28976893e-01), expected 0x6e17 (4.30045009e-01). d3d10core.c:15759: Test failed: Got value 0x6f17 (4.33951318e-01), expected 0x6f5e (4.35034722e-01). d3d10core.c:15759: Test failed: Got value 0x705e (4.38941032e-01), expected 0x70a6 (4.40039665e-01). d3d10core.c:15759: Test failed: Got value 0x71a5 (4.43930715e-01), expected 0x71ee (4.45044637e-01). d3d10core.c:15759: Test failed: Got value 0x72ec (4.48920429e-01), expected 0x7335 (4.50034320e-01). d3d10core.c:15759: Test failed: Got value 0x7433 (4.53910112e-01), expected 0x747d (4.55039293e-01). d3d10core.c:15759: Test failed: Got value 0x757a (4.58899826e-01), expected 0x75c5 (4.60044265e-01). d3d10core.c:15759: Test failed: Got value 0x76c1 (4.63889539e-01), expected 0x770c (4.65033948e-01). d3d10core.c:15759: Test failed: Got value 0x7807 (4.68863964e-01), expected 0x7854 (4.70038921e-01). d3d10core.c:15759: Test failed: Got value 0x794e (4.73853678e-01), expected 0x799c (4.75043863e-01). d3d10core.c:15759: Test failed: Got value 0x7a95 (4.78843361e-01), expected 0x7ae4 (4.80048835e-01). d3d10core.c:15759: Test failed: Got value 0x7bdc (4.83833075e-01), expected 0x7c2b (4.85038519e-01). d3d10core.c:15759: Test failed: Got value 0x7d23 (4.88822758e-01), expected 0x7d73 (4.90043491e-01). d3d10core.c:15759: Test failed: Got value 0x7e6a (4.93812472e-01), expected 0x7ebb (4.95048434e-01). d3d10core.c:15759: Test failed: Got value 0x7fb1 (4.98802155e-01), expected 0x8002 (5.00038147e-01). d3d10core.c:15759: Test failed: Got value 0x80f7 (5.03776610e-01), expected 0x814a (5.05043089e-01). d3d10core.c:15759: Test failed: Got value 0x823e (5.08766294e-01), expected 0x8292 (5.10048091e-01). d3d10core.c:15759: Test failed: Got value 0x8385 (5.13756037e-01), expected 0x83d9 (5.15037775e-01). d3d10core.c:15759: Test failed: Got value 0x84cc (5.18745720e-01), expected 0x8521 (5.20042717e-01). d3d10core.c:15759: Test failed: Got value 0x8613 (5.23735404e-01), expected 0x8669 (5.25047660e-01). d3d10core.c:15759: Test failed: Got value 0x875a (5.28725088e-01), expected 0x87b0 (5.30037403e-01). d3d10core.c:15759: Test failed: Got value 0x88a1 (5.33714831e-01), expected 0x88f8 (5.35042346e-01). d3d10core.c:15759: Test failed: Got value 0x89e7 (5.38689256e-01), expected 0x8a40 (5.40047288e-01). d3d10core.c:15759: Test failed: Got value 0x8b2e (5.43678939e-01), expected 0x8b87 (5.45037031e-01). d3d10core.c:15759: Test failed: Got value 0x8c75 (5.48668623e-01), expected 0x8ccf (5.50041974e-01). d3d10core.c:15759: Test failed: Got value 0x8dbc (5.53658366e-01), expected 0x8e17 (5.55046916e-01). d3d10core.c:15759: Test failed: Got value 0x8f03 (5.58648050e-01), expected 0x8f5e (5.60036600e-01). d3d10core.c:15759: Test failed: Got value 0x904a (5.63637733e-01), expected 0x90a6 (5.65041602e-01). d3d10core.c:15759: Test failed: Got value 0x9191 (5.68627477e-01), expected 0x91ee (5.70046544e-01). d3d10core.c:15759: Test failed: Got value 0x92d7 (5.73601902e-01), expected 0x9335 (5.75036228e-01). d3d10core.c:15759: Test failed: Got value 0x941e (5.78591585e-01), expected 0x947d (5.80041170e-01). d3d10core.c:15759: Test failed: Got value 0x9565 (5.83581269e-01), expected 0x95c5 (5.85046172e-01). d3d10core.c:15759: Test failed: Got value 0x96ac (5.88571012e-01), expected 0x970c (5.90035856e-01). d3d10core.c:15759: Test failed: Got value 0x97f3 (5.93560696e-01), expected 0x9854 (5.95040798e-01). d3d10core.c:15759: Test failed: Got value 0x993a (5.98550379e-01), expected 0x999c (6.00045800e-01). d3d10core.c:15759: Test failed: Got value 0x9a81 (6.03540123e-01), expected 0x9ae3 (6.05035484e-01). d3d10core.c:15759: Test failed: Got value 0x9bc7 (6.08514547e-01), expected 0x9c2b (6.10040426e-01). d3d10core.c:15759: Test failed: Got value 0x9d0e (6.13504231e-01), expected 0x9d73 (6.15045369e-01). d3d10core.c:15759: Test failed: Got value 0x9e55 (6.18493915e-01), expected 0x9eba (6.20035112e-01). d3d10core.c:15759: Test failed: Got value 0x9f9c (6.23483658e-01), expected 0xa002 (6.25040054e-01). d3d10core.c:15759: Test failed: Got value 0xa0e3 (6.28473341e-01), expected 0xa14a (6.30044997e-01). d3d10core.c:15759: Test failed: Got value 0xa22a (6.33463025e-01), expected 0xa291 (6.35034740e-01). d3d10core.c:15759: Test failed: Got value 0xa371 (6.38452709e-01), expected 0xa3d9 (6.40039682e-01). d3d10core.c:15759: Test failed: Got value 0xa4b7 (6.43427193e-01), expected 0xa521 (6.45044625e-01). d3d10core.c:15759: Test failed: Got value 0xa5fe (6.48416877e-01), expected 0xa668 (6.50034308e-01). d3d10core.c:15759: Test failed: Got value 0xa745 (6.53406560e-01), expected 0xa7b0 (6.55039310e-01). d3d10core.c:15759: Test failed: Got value 0xa88c (6.58396304e-01), expected 0xa8f8 (6.60044253e-01). d3d10core.c:15759: Test failed: Got value 0xa9d3 (6.63385987e-01), expected 0xaa3f (6.65033937e-01). d3d10core.c:15759: Test failed: Got value 0xab1a (6.68375671e-01), expected 0xab87 (6.70038939e-01). d3d10core.c:15759: Test failed: Got value 0xac60 (6.73350096e-01), expected 0xaccf (6.75043881e-01). d3d10core.c:15759: Test failed: Got value 0xada7 (6.78339839e-01), expected 0xae17 (6.80048823e-01). d3d10core.c:15759: Test failed: Got value 0xaeee (6.83329523e-01), expected 0xaf5e (6.85038507e-01). d3d10core.c:15759: Test failed: Got value 0xb035 (6.88319206e-01), expected 0xb0a6 (6.90043509e-01). d3d10core.c:15759: Test failed: Got value 0xb17c (6.93308890e-01), expected 0xb1ee (6.95048451e-01). d3d10core.c:15759: Test failed: Got value 0xb2c3 (6.98298633e-01), expected 0xb335 (7.00038135e-01). d3d10core.c:15759: Test failed: Got value 0xb40a (7.03288317e-01), expected 0xb47d (7.05043077e-01). d3d10core.c:15759: Test failed: Got value 0xb550 (7.08262742e-01), expected 0xb5c5 (7.10048079e-01). d3d10core.c:15759: Test failed: Got value 0xb697 (7.13252485e-01), expected 0xb70c (7.15037763e-01). d3d10core.c:15759: Test failed: Got value 0xb7de (7.18242168e-01), expected 0xb854 (7.20042706e-01). d3d10core.c:15759: Test failed: Got value 0xb925 (7.23231852e-01), expected 0xb99c (7.25047708e-01). d3d10core.c:15759: Test failed: Got value 0xba6c (7.28221536e-01), expected 0xbae3 (7.30037391e-01). d3d10core.c:15759: Test failed: Got value 0xbbb3 (7.33211279e-01), expected 0xbc2b (7.35042334e-01). d3d10core.c:15759: Test failed: Got value 0xbcfa (7.38200963e-01), expected 0xbd73 (7.40047276e-01). d3d10core.c:15759: Test failed: Got value 0xbe40 (7.43175387e-01), expected 0xbeba (7.45037019e-01). d3d10core.c:15759: Test failed: Got value 0xbf87 (7.48165131e-01), expected 0xc002 (7.50041962e-01). d3d10core.c:15759: Test failed: Got value 0xc0ce (7.53154814e-01), expected 0xc14a (7.55046904e-01). d3d10core.c:15759: Test failed: Got value 0xc215 (7.58144498e-01), expected 0xc291 (7.60036647e-01). d3d10core.c:15759: Test failed: Got value 0xc35c (7.63134181e-01), expected 0xc3d9 (7.65041590e-01). d3d10core.c:15759: Test failed: Got value 0xc4a3 (7.68123925e-01), expected 0xc521 (7.70046532e-01). d3d10core.c:15759: Test failed: Got value 0xc5ea (7.73113608e-01), expected 0xc668 (7.75036216e-01). d3d10core.c:15759: Test failed: Got value 0xc730 (7.78088033e-01), expected 0xc7b0 (7.80041218e-01). d3d10core.c:15759: Test failed: Got value 0xc877 (7.83077717e-01), expected 0xc8f8 (7.85046160e-01). d3d10core.c:15759: Test failed: Got value 0xc9be (7.88067460e-01), expected 0xca3f (7.90035844e-01). d3d10core.c:15759: Test failed: Got value 0xcb05 (7.93057144e-01), expected 0xcb87 (7.95040846e-01). d3d10core.c:15759: Test failed: Got value 0xcc4c (7.98046827e-01), expected 0xcccf (8.00045788e-01). d3d10core.c:15759: Test failed: Got value 0xcd93 (8.03036571e-01), expected 0xce16 (8.05035472e-01). d3d10core.c:15759: Test failed: Got value 0xceda (8.08026254e-01), expected 0xcf5e (8.10040414e-01). d3d10core.c:15759: Test failed: Got value 0xd020 (8.13000679e-01), expected 0xd0a6 (8.15045416e-01). d3d10core.c:15759: Test failed: Got value 0xd167 (8.17990363e-01), expected 0xd1ed (8.20035100e-01). d3d10core.c:15759: Test failed: Got value 0xd2ae (8.22980106e-01), expected 0xd335 (8.25040042e-01). d3d10core.c:15759: Test failed: Got value 0xd3f5 (8.27969790e-01), expected 0xd47d (8.30044985e-01). d3d10core.c:15759: Test failed: Got value 0xd53c (8.32959473e-01), expected 0xd5c4 (8.35034728e-01). d3d10core.c:15759: Test failed: Got value 0xd683 (8.37949216e-01), expected 0xd70c (8.40039670e-01). d3d10core.c:15759: Test failed: Got value 0xd7ca (8.42938900e-01), expected 0xd854 (8.45044613e-01). d3d10core.c:15759: Test failed: Got value 0xd910 (8.47913325e-01), expected 0xd99b (8.50034356e-01). d3d10core.c:15759: Test failed: Got value 0xda57 (8.52903008e-01), expected 0xdae3 (8.55039299e-01). d3d10core.c:15759: Test failed: Got value 0xdb9e (8.57892752e-01), expected 0xdc2b (8.60044241e-01). d3d10core.c:15759: Test failed: Got value 0xdce5 (8.62882435e-01), expected 0xdd72 (8.65033925e-01). d3d10core.c:15759: Test failed: Got value 0xde2c (8.67872119e-01), expected 0xdeba (8.70038927e-01). d3d10core.c:15759: Test failed: Got value 0xdf73 (8.72861803e-01), expected 0xe002 (8.75043869e-01). d3d10core.c:15759: Test failed: Got value 0xe0ba (8.77851546e-01), expected 0xe14a (8.80048811e-01). d3d10core.c:15759: Test failed: Got value 0xe200 (8.82825971e-01), expected 0xe291 (8.85038555e-01). d3d10core.c:15759: Test failed: Got value 0xe347 (8.87815654e-01), expected 0xe3d9 (8.90043497e-01). d3d10core.c:15759: Test failed: Got value 0xe48e (8.92805398e-01), expected 0xe521 (8.95048440e-01). d3d10core.c:15759: Test failed: Got value 0xe5d5 (8.97795081e-01), expected 0xe668 (9.00038123e-01). d3d10core.c:15759: Test failed: Got value 0xe71c (9.02784765e-01), expected 0xe7b0 (9.05043125e-01). d3d10core.c:15759: Test failed: Got value 0xe863 (9.07774448e-01), expected 0xe8f8 (9.10048068e-01). d3d10core.c:15759: Test failed: Got value 0xe9aa (9.12764192e-01), expected 0xea3f (9.15037751e-01). d3d10core.c:15759: Test failed: Got value 0xeaf0 (9.17738616e-01), expected 0xeb87 (9.20042753e-01). d3d10core.c:15759: Test failed: Got value 0xec37 (9.22728300e-01), expected 0xeccf (9.25047696e-01). d3d10core.c:15759: Test failed: Got value 0xed7e (9.27717984e-01), expected 0xee16 (9.30037379e-01). d3d10core.c:15759: Test failed: Got value 0xeec5 (9.32707727e-01), expected 0xef5e (9.35042322e-01). d3d10core.c:15759: Test failed: Got value 0xf00c (9.37697411e-01), expected 0xf0a6 (9.40047324e-01). d3d10core.c:15759: Test failed: Got value 0xf153 (9.42687094e-01), expected 0xf1ed (9.45037007e-01). d3d10core.c:15759: Test failed: Got value 0xf29a (9.47676837e-01), expected 0xf335 (9.50041950e-01). d3d10core.c:15759: Test failed: Got value 0xf3e0 (9.52651262e-01), expected 0xf47d (9.55046892e-01). d3d10core.c:15759: Test failed: Got value 0xf527 (9.57640946e-01), expected 0xf5c4 (9.60036635e-01). d3d10core.c:15759: Test failed: Got value 0xf66e (9.62630630e-01), expected 0xf70c (9.65041578e-01). d3d10core.c:15759: Test failed: Got value 0xf7b5 (9.67620373e-01), expected 0xf854 (9.70046520e-01). d3d10core.c:15759: Test failed: Got value 0xf8fc (9.72610056e-01), expected 0xf99b (9.75036263e-01). d3d10core.c:15759: Test failed: Got value 0xfa43 (9.77599740e-01), expected 0xfae3 (9.80041206e-01). d3d10core.c:15759: Test failed: Got value 0xfb8a (9.82589483e-01), expected 0xfc2b (9.85046148e-01). d3d10core.c:15759: Test failed: Got value 0xfcd0 (9.87563908e-01), expected 0xfd72 (9.90035832e-01). d3d10core.c:15759: Test failed: Got value 0xfe17 (9.92553592e-01), expected 0xfeba (9.95040834e-01). d3d10core.c:15759: Test failed: Got value 0xff5e (9.97543275e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0x333 (1.24971392e-02), expected 0x336 (1.25429165e-02). d3d10core.c:15759: Test failed: Got value 0x479 (1.74715798e-02), expected 0x47e (1.75478756e-02). d3d10core.c:15759: Test failed: Got value 0x5bf (2.24460214e-02), expected 0x5c5 (2.25375760e-02). d3d10core.c:15759: Test failed: Got value 0x705 (2.74204630e-02), expected 0x70d (2.75425352e-02). d3d10core.c:15759: Test failed: Got value 0x84b (3.23949046e-02), expected 0x855 (3.25474925e-02). d3d10core.c:15759: Test failed: Got value 0x991 (3.73693444e-02), expected 0x99c (3.75371948e-02). d3d10core.c:15759: Test failed: Got value 0xad8 (4.23590466e-02), expected 0xae4 (4.25421521e-02). d3d10core.c:15759: Test failed: Got value 0xc1e (4.73334864e-02), expected 0xc2c (4.75471132e-02). d3d10core.c:15759: Test failed: Got value 0xd64 (5.23079261e-02), expected 0xd73 (5.25368117e-02). d3d10core.c:15759: Test failed: Got value 0xeaa (5.72823696e-02), expected 0xebb (5.75417727e-02). d3d10core.c:15759: Test failed: Got value 0xff0 (6.22568093e-02), expected 0x1003 (6.25467300e-02). d3d10core.c:15759: Test failed: Got value 0x1136 (6.72312528e-02), expected 0x114a (6.75364286e-02). d3d10core.c:15759: Test failed: Got value 0x127c (7.22056925e-02), expected 0x1292 (7.25413933e-02). d3d10core.c:15759: Test failed: Got value 0x13c2 (7.71801323e-02), expected 0x13da (7.75463507e-02). d3d10core.c:15759: Test failed: Got value 0x1508 (8.21545720e-02), expected 0x1522 (8.25513080e-02). d3d10core.c:15759: Test failed: Got value 0x164e (8.71290118e-02), expected 0x1669 (8.75410065e-02). d3d10core.c:15759: Test failed: Got value 0x1794 (9.21034589e-02), expected 0x17b1 (9.25459713e-02). d3d10core.c:15759: Test failed: Got value 0x18da (9.70778987e-02), expected 0x18f9 (9.75509286e-02). d3d10core.c:15759: Test failed: Got value 0x1a20 (1.02052338e-01), expected 0x1a40 (1.02540627e-01). d3d10core.c:15759: Test failed: Got value 0x1b66 (1.07026778e-01), expected 0x1b88 (1.07545584e-01). d3d10core.c:15759: Test failed: Got value 0x1cac (1.12001218e-01), expected 0x1cd0 (1.12550549e-01). d3d10core.c:15759: Test failed: Got value 0x1df2 (1.16975665e-01), expected 0x1e17 (1.17540248e-01). d3d10core.c:15759: Test failed: Got value 0x1f38 (1.21950105e-01), expected 0x1f5f (1.22545205e-01). d3d10core.c:15759: Test failed: Got value 0x207e (1.26924545e-01), expected 0x20a7 (1.27550170e-01). d3d10core.c:15759: Test failed: Got value 0x21c4 (1.31898984e-01), expected 0x21ee (1.32539868e-01). d3d10core.c:15759: Test failed: Got value 0x230a (1.36873424e-01), expected 0x2336 (1.37544826e-01). d3d10core.c:15759: Test failed: Got value 0x2450 (1.41847864e-01), expected 0x247e (1.42549783e-01). d3d10core.c:15759: Test failed: Got value 0x2596 (1.46822304e-01), expected 0x25c5 (1.47539482e-01). d3d10core.c:15759: Test failed: Got value 0x26dc (1.51796743e-01), expected 0x270d (1.52544439e-01). d3d10core.c:15759: Test failed: Got value 0x2822 (1.56771198e-01), expected 0x2855 (1.57549396e-01). d3d10core.c:15759: Test failed: Got value 0x2968 (1.61745638e-01), expected 0x299c (1.62539095e-01). d3d10core.c:15759: Test failed: Got value 0x2aae (1.66720077e-01), expected 0x2ae4 (1.67544067e-01). d3d10core.c:15759: Test failed: Got value 0x2bf4 (1.71694517e-01), expected 0x2c2c (1.72549024e-01). d3d10core.c:15759: Test failed: Got value 0x2d3a (1.76668957e-01), expected 0x2d73 (1.77538723e-01). d3d10core.c:15759: Test failed: Got value 0x2e81 (1.81658655e-01), expected 0x2ebb (1.82543680e-01). d3d10core.c:15759: Test failed: Got value 0x2fc7 (1.86633095e-01), expected 0x3003 (1.87548637e-01). d3d10core.c:15759: Test failed: Got value 0x310d (1.91607535e-01), expected 0x314a (1.92538336e-01). d3d10core.c:15759: Test failed: Got value 0x3253 (1.96581975e-01), expected 0x3292 (1.97543293e-01). d3d10core.c:15759: Test failed: Got value 0x3399 (2.01556414e-01), expected 0x33da (2.02548251e-01). d3d10core.c:15759: Test failed: Got value 0x34df (2.06530854e-01), expected 0x3521 (2.07537964e-01). d3d10core.c:15759: Test failed: Got value 0x3625 (2.11505309e-01), expected 0x3669 (2.12542921e-01). d3d10core.c:15759: Test failed: Got value 0x376b (2.16479748e-01), expected 0x37b1 (2.17547879e-01). d3d10core.c:15759: Test failed: Got value 0x38b1 (2.21454188e-01), expected 0x38f8 (2.22537577e-01). d3d10core.c:15759: Test failed: Got value 0x39f7 (2.26428628e-01), expected 0x3a40 (2.27542534e-01). d3d10core.c:15759: Test failed: Got value 0x3b3d (2.31403068e-01), expected 0x3b88 (2.32547492e-01). d3d10core.c:15759: Test failed: Got value 0x3c83 (2.36377507e-01), expected 0x3ccf (2.37537190e-01). d3d10core.c:15759: Test failed: Got value 0x3dc9 (2.41351947e-01), expected 0x3e17 (2.42542148e-01). d3d10core.c:15759: Test failed: Got value 0x3f0f (2.46326387e-01), expected 0x3f5f (2.47547105e-01). d3d10core.c:15759: Test failed: Got value 0x4055 (2.51300842e-01), expected 0x40a6 (2.52536803e-01). d3d10core.c:15759: Test failed: Got value 0x419b (2.56275266e-01), expected 0x41ee (2.57541776e-01). d3d10core.c:15759: Test failed: Got value 0x42e1 (2.61249721e-01), expected 0x4336 (2.62546718e-01). d3d10core.c:15759: Test failed: Got value 0x4427 (2.66224146e-01), expected 0x447d (2.67536432e-01). d3d10core.c:15759: Test failed: Got value 0x456d (2.71198601e-01), expected 0x45c5 (2.72541404e-01). d3d10core.c:15759: Test failed: Got value 0x46b3 (2.76173025e-01), expected 0x470d (2.77546346e-01). d3d10core.c:15759: Test failed: Got value 0x47f9 (2.81147480e-01), expected 0x4855 (2.82551318e-01). d3d10core.c:15759: Test failed: Got value 0x493f (2.86121905e-01), expected 0x499c (2.87541002e-01). d3d10core.c:15759: Test failed: Got value 0x4a85 (2.91096359e-01), expected 0x4ae4 (2.92545974e-01). d3d10core.c:15759: Test failed: Got value 0x4bcb (2.96070814e-01), expected 0x4c2c (2.97550917e-01). d3d10core.c:15759: Test failed: Got value 0x4d11 (3.01045239e-01), expected 0x4d73 (3.02540630e-01). d3d10core.c:15759: Test failed: Got value 0x4e57 (3.06019694e-01), expected 0x4ebb (3.07545573e-01). d3d10core.c:15759: Test failed: Got value 0x4f9d (3.10994118e-01), expected 0x5003 (3.12550545e-01). d3d10core.c:15759: Test failed: Got value 0x50e4 (3.15983832e-01), expected 0x514a (3.17540258e-01). d3d10core.c:15759: Test failed: Got value 0x522a (3.20958257e-01), expected 0x5292 (3.22545201e-01). d3d10core.c:15759: Test failed: Got value 0x5370 (3.25932711e-01), expected 0x53da (3.27550173e-01). d3d10core.c:15759: Test failed: Got value 0x54b6 (3.30907136e-01), expected 0x5521 (3.32539856e-01). d3d10core.c:15759: Test failed: Got value 0x55fc (3.35881591e-01), expected 0x5669 (3.37544829e-01). d3d10core.c:15759: Test failed: Got value 0x5742 (3.40856045e-01), expected 0x57b1 (3.42549771e-01). d3d10core.c:15759: Test failed: Got value 0x5888 (3.45830470e-01), expected 0x58f8 (3.47539485e-01). d3d10core.c:15759: Test failed: Got value 0x59ce (3.50804925e-01), expected 0x5a40 (3.52544457e-01). d3d10core.c:15759: Test failed: Got value 0x5b14 (3.55779350e-01), expected 0x5b88 (3.57549399e-01). d3d10core.c:15759: Test failed: Got value 0x5c5a (3.60753804e-01), expected 0x5ccf (3.62539113e-01). d3d10core.c:15759: Test failed: Got value 0x5da0 (3.65728229e-01), expected 0x5e17 (3.67544055e-01). d3d10core.c:15759: Test failed: Got value 0x5ee6 (3.70702684e-01), expected 0x5f5f (3.72549027e-01). d3d10core.c:15759: Test failed: Got value 0x602c (3.75677109e-01), expected 0x60a6 (3.77538711e-01). d3d10core.c:15759: Test failed: Got value 0x6172 (3.80651563e-01), expected 0x61ee (3.82543683e-01). d3d10core.c:15759: Test failed: Got value 0x62b8 (3.85625988e-01), expected 0x6336 (3.87548625e-01). d3d10core.c:15759: Test failed: Got value 0x63fe (3.90600443e-01), expected 0x647d (3.92538339e-01). d3d10core.c:15759: Test failed: Got value 0x6544 (3.95574898e-01), expected 0x65c5 (3.97543311e-01). d3d10core.c:15759: Test failed: Got value 0x668a (4.00549322e-01), expected 0x670d (4.02548254e-01). d3d10core.c:15759: Test failed: Got value 0x67d0 (4.05523777e-01), expected 0x6854 (4.07537967e-01). d3d10core.c:15759: Test failed: Got value 0x6916 (4.10498202e-01), expected 0x699c (4.12542909e-01). d3d10core.c:15759: Test failed: Got value 0x6a5c (4.15472656e-01), expected 0x6ae4 (4.17547882e-01). d3d10core.c:15759: Test failed: Got value 0x6ba2 (4.20447081e-01), expected 0x6c2b (4.22537565e-01). d3d10core.c:15759: Test failed: Got value 0x6ce8 (4.25421536e-01), expected 0x6d73 (4.27542537e-01). d3d10core.c:15759: Test failed: Got value 0x6e2e (4.30395961e-01), expected 0x6ebb (4.32547480e-01). d3d10core.c:15759: Test failed: Got value 0x6f74 (4.35370415e-01), expected 0x7002 (4.37537193e-01). d3d10core.c:15759: Test failed: Got value 0x70ba (4.40344840e-01), expected 0x714a (4.42542166e-01). d3d10core.c:15759: Test failed: Got value 0x7200 (4.45319295e-01), expected 0x7292 (4.47547108e-01). d3d10core.c:15759: Test failed: Got value 0x7347 (4.50309008e-01), expected 0x73d9 (4.52536821e-01). d3d10core.c:15759: Test failed: Got value 0x748d (4.55283433e-01), expected 0x7521 (4.57541764e-01). d3d10core.c:15759: Test failed: Got value 0x75d3 (4.60257888e-01), expected 0x7669 (4.62546736e-01). d3d10core.c:15759: Test failed: Got value 0x7719 (4.65232313e-01), expected 0x77b0 (4.67536420e-01). d3d10core.c:15759: Test failed: Got value 0x785f (4.70206767e-01), expected 0x78f8 (4.72541392e-01). d3d10core.c:15759: Test failed: Got value 0x79a5 (4.75181192e-01), expected 0x7a40 (4.77546364e-01). d3d10core.c:15759: Test failed: Got value 0x7aeb (4.80155647e-01), expected 0x7b88 (4.82551306e-01). d3d10core.c:15759: Test failed: Got value 0x7c31 (4.85130072e-01), expected 0x7ccf (4.87541020e-01). d3d10core.c:15759: Test failed: Got value 0x7d77 (4.90104526e-01), expected 0x7e17 (4.92545962e-01). d3d10core.c:15759: Test failed: Got value 0x7ebd (4.95078951e-01), expected 0x7f5f (4.97550935e-01). d3d10core.c:15759: Test failed: Got value 0x8003 (5.00053406e-01), expected 0x80a6 (5.02540648e-01). d3d10core.c:15759: Test failed: Got value 0x8149 (5.05027831e-01), expected 0x81ee (5.07545590e-01). d3d10core.c:15759: Test failed: Got value 0x828f (5.10002315e-01), expected 0x8336 (5.12550533e-01). d3d10core.c:15759: Test failed: Got value 0x83d5 (5.14976740e-01), expected 0x847d (5.17540216e-01). d3d10core.c:15759: Test failed: Got value 0x851b (5.19951165e-01), expected 0x85c5 (5.22545218e-01). d3d10core.c:15759: Test failed: Got value 0x8661 (5.24925590e-01), expected 0x870d (5.27550161e-01). d3d10core.c:15759: Test failed: Got value 0x87a7 (5.29900074e-01), expected 0x8854 (5.32539845e-01). d3d10core.c:15759: Test failed: Got value 0x88ed (5.34874499e-01), expected 0x899c (5.37544847e-01). d3d10core.c:15759: Test failed: Got value 0x8a33 (5.39848924e-01), expected 0x8ae4 (5.42549789e-01). d3d10core.c:15759: Test failed: Got value 0x8b79 (5.44823349e-01), expected 0x8c2b (5.47539473e-01). d3d10core.c:15759: Test failed: Got value 0x8cbf (5.49797833e-01), expected 0x8d73 (5.52544415e-01). d3d10core.c:15759: Test failed: Got value 0x8e05 (5.54772258e-01), expected 0x8ebb (5.57549417e-01). d3d10core.c:15759: Test failed: Got value 0x8f4b (5.59746683e-01), expected 0x9002 (5.62539101e-01). d3d10core.c:15759: Test failed: Got value 0x9091 (5.64721167e-01), expected 0x914a (5.67544043e-01). d3d10core.c:15759: Test failed: Got value 0x91d7 (5.69695592e-01), expected 0x9292 (5.72549045e-01). d3d10core.c:15759: Test failed: Got value 0x931d (5.74670017e-01), expected 0x93d9 (5.77538729e-01). d3d10core.c:15759: Test failed: Got value 0x9463 (5.79644442e-01), expected 0x9521 (5.82543671e-01). d3d10core.c:15759: Test failed: Got value 0x95a9 (5.84618926e-01), expected 0x9669 (5.87548614e-01). d3d10core.c:15759: Test failed: Got value 0x96f0 (5.89608610e-01), expected 0x97b0 (5.92538357e-01). d3d10core.c:15759: Test failed: Got value 0x9836 (5.94583035e-01), expected 0x98f8 (5.97543299e-01). d3d10core.c:15759: Test failed: Got value 0x997c (5.99557459e-01), expected 0x9a40 (6.02548242e-01). d3d10core.c:15759: Test failed: Got value 0x9ac2 (6.04531944e-01), expected 0x9b87 (6.07537985e-01). d3d10core.c:15759: Test failed: Got value 0x9c08 (6.09506369e-01), expected 0x9ccf (6.12542927e-01). d3d10core.c:15759: Test failed: Got value 0x9d4e (6.14480793e-01), expected 0x9e17 (6.17547870e-01). d3d10core.c:15759: Test failed: Got value 0x9e94 (6.19455278e-01), expected 0x9f5e (6.22537553e-01). d3d10core.c:15759: Test failed: Got value 0x9fda (6.24429703e-01), expected 0xa0a6 (6.27542555e-01). d3d10core.c:15759: Test failed: Got value 0xa120 (6.29404128e-01), expected 0xa1ee (6.32547498e-01). d3d10core.c:15759: Test failed: Got value 0xa266 (6.34378552e-01), expected 0xa335 (6.37537181e-01). d3d10core.c:15759: Test failed: Got value 0xa3ac (6.39353037e-01), expected 0xa47d (6.42542124e-01). d3d10core.c:15759: Test failed: Got value 0xa4f2 (6.44327462e-01), expected 0xa5c5 (6.47547126e-01). d3d10core.c:15759: Test failed: Got value 0xa638 (6.49301887e-01), expected 0xa70c (6.52536809e-01). d3d10core.c:15759: Test failed: Got value 0xa77e (6.54276311e-01), expected 0xa854 (6.57541752e-01). d3d10core.c:15759: Test failed: Got value 0xa8c4 (6.59250796e-01), expected 0xa99c (6.62546754e-01). d3d10core.c:15759: Test failed: Got value 0xaa0a (6.64225221e-01), expected 0xaae3 (6.67536438e-01). d3d10core.c:15759: Test failed: Got value 0xab50 (6.69199646e-01), expected 0xac2b (6.72541380e-01). d3d10core.c:15759: Test failed: Got value 0xac96 (6.74174130e-01), expected 0xad73 (6.77546322e-01). d3d10core.c:15759: Test failed: Got value 0xaddc (6.79148555e-01), expected 0xaebb (6.82551324e-01). d3d10core.c:15759: Test failed: Got value 0xaf22 (6.84122980e-01), expected 0xb002 (6.87541008e-01). d3d10core.c:15759: Test failed: Got value 0xb068 (6.89097404e-01), expected 0xb14a (6.92545950e-01). d3d10core.c:15759: Test failed: Got value 0xb1ae (6.94071889e-01), expected 0xb292 (6.97550952e-01). d3d10core.c:15759: Test failed: Got value 0xb2f4 (6.99046314e-01), expected 0xb3d9 (7.02540636e-01). d3d10core.c:15759: Test failed: Got value 0xb43a (7.04020739e-01), expected 0xb521 (7.07545578e-01). d3d10core.c:15759: Test failed: Got value 0xb580 (7.08995223e-01), expected 0xb669 (7.12550521e-01). d3d10core.c:15759: Test failed: Got value 0xb6c6 (7.13969648e-01), expected 0xb7b0 (7.17540264e-01). d3d10core.c:15759: Test failed: Got value 0xb80c (7.18944073e-01), expected 0xb8f8 (7.22545207e-01). d3d10core.c:15759: Test failed: Got value 0xb953 (7.23933756e-01), expected 0xba40 (7.27550149e-01). d3d10core.c:15759: Test failed: Got value 0xba99 (7.28908241e-01), expected 0xbb87 (7.32539892e-01). d3d10core.c:15759: Test failed: Got value 0xbbdf (7.33882666e-01), expected 0xbccf (7.37544835e-01). d3d10core.c:15759: Test failed: Got value 0xbd25 (7.38857090e-01), expected 0xbe17 (7.42549777e-01). d3d10core.c:15759: Test failed: Got value 0xbe6b (7.43831515e-01), expected 0xbf5e (7.47539461e-01). d3d10core.c:15759: Test failed: Got value 0xbfb1 (7.48806000e-01), expected 0xc0a6 (7.52544463e-01). d3d10core.c:15759: Test failed: Got value 0xc0f7 (7.53780425e-01), expected 0xc1ee (7.57549405e-01). d3d10core.c:15759: Test failed: Got value 0xc23d (7.58754849e-01), expected 0xc335 (7.62539089e-01). d3d10core.c:15759: Test failed: Got value 0xc383 (7.63729334e-01), expected 0xc47d (7.67544031e-01). d3d10core.c:15759: Test failed: Got value 0xc4c9 (7.68703759e-01), expected 0xc5c5 (7.72549033e-01). d3d10core.c:15759: Test failed: Got value 0xc60f (7.73678184e-01), expected 0xc70c (7.77538717e-01). d3d10core.c:15759: Test failed: Got value 0xc755 (7.78652608e-01), expected 0xc854 (7.82543659e-01). d3d10core.c:15759: Test failed: Got value 0xc89b (7.83627093e-01), expected 0xc99c (7.87548661e-01). d3d10core.c:15759: Test failed: Got value 0xc9e1 (7.88601518e-01), expected 0xcae3 (7.92538345e-01). d3d10core.c:15759: Test failed: Got value 0xcb27 (7.93575943e-01), expected 0xcc2b (7.97543287e-01). d3d10core.c:15759: Test failed: Got value 0xcc6d (7.98550367e-01), expected 0xcd73 (8.02548230e-01). d3d10core.c:15759: Test failed: Got value 0xcdb3 (8.03524852e-01), expected 0xceba (8.07537973e-01). d3d10core.c:15759: Test failed: Got value 0xcef9 (8.08499277e-01), expected 0xd002 (8.12542915e-01). d3d10core.c:15759: Test failed: Got value 0xd03f (8.13473701e-01), expected 0xd14a (8.17547858e-01). d3d10core.c:15759: Test failed: Got value 0xd185 (8.18448186e-01), expected 0xd291 (8.22537601e-01). d3d10core.c:15759: Test failed: Got value 0xd2cb (8.23422611e-01), expected 0xd3d9 (8.27542543e-01). d3d10core.c:15759: Test failed: Got value 0xd411 (8.28397036e-01), expected 0xd521 (8.32547486e-01). d3d10core.c:15759: Test failed: Got value 0xd557 (8.33371460e-01), expected 0xd668 (8.37537169e-01). d3d10core.c:15759: Test failed: Got value 0xd69d (8.38345945e-01), expected 0xd7b0 (8.42542171e-01). d3d10core.c:15759: Test failed: Got value 0xd7e3 (8.43320370e-01), expected 0xd8f8 (8.47547114e-01). d3d10core.c:15759: Test failed: Got value 0xd929 (8.48294795e-01), expected 0xda3f (8.52536798e-01). d3d10core.c:15759: Test failed: Got value 0xda6f (8.53269219e-01), expected 0xdb87 (8.57541800e-01). d3d10core.c:15759: Test failed: Got value 0xdbb6 (8.58258963e-01), expected 0xdccf (8.62546742e-01). d3d10core.c:15759: Test failed: Got value 0xdcfc (8.63233387e-01), expected 0xde16 (8.67536426e-01). d3d10core.c:15759: Test failed: Got value 0xde42 (8.68207812e-01), expected 0xdf5e (8.72541368e-01). d3d10core.c:15759: Test failed: Got value 0xdf88 (8.73182297e-01), expected 0xe0a6 (8.77546370e-01). d3d10core.c:15759: Test failed: Got value 0xe0ce (8.78156722e-01), expected 0xe1ee (8.82551312e-01). d3d10core.c:15759: Test failed: Got value 0xe214 (8.83131146e-01), expected 0xe335 (8.87540996e-01). d3d10core.c:15759: Test failed: Got value 0xe35a (8.88105571e-01), expected 0xe47d (8.92545938e-01). d3d10core.c:15759: Test failed: Got value 0xe4a0 (8.93080056e-01), expected 0xe5c5 (8.97550941e-01). d3d10core.c:15759: Test failed: Got value 0xe5e6 (8.98054481e-01), expected 0xe70c (9.02540624e-01). d3d10core.c:15759: Test failed: Got value 0xe72c (9.03028905e-01), expected 0xe854 (9.07545567e-01). d3d10core.c:15759: Test failed: Got value 0xe872 (9.08003330e-01), expected 0xe99c (9.12550569e-01). d3d10core.c:15759: Test failed: Got value 0xe9b8 (9.12977815e-01), expected 0xeae3 (9.17540252e-01). d3d10core.c:15759: Test failed: Got value 0xeafe (9.17952240e-01), expected 0xec2b (9.22545195e-01). d3d10core.c:15759: Test failed: Got value 0xec44 (9.22926664e-01), expected 0xed73 (9.27550137e-01). d3d10core.c:15759: Test failed: Got value 0xed8a (9.27901149e-01), expected 0xeeba (9.32539880e-01). d3d10core.c:15759: Test failed: Got value 0xeed0 (9.32875574e-01), expected 0xf002 (9.37544823e-01). d3d10core.c:15759: Test failed: Got value 0xf016 (9.37849998e-01), expected 0xf14a (9.42549765e-01). d3d10core.c:15759: Test failed: Got value 0xf15c (9.42824423e-01), expected 0xf291 (9.47539508e-01). d3d10core.c:15759: Test failed: Got value 0xf2a2 (9.47798908e-01), expected 0xf3d9 (9.52544451e-01). d3d10core.c:15759: Test failed: Got value 0xf3e8 (9.52773333e-01), expected 0xf521 (9.57549393e-01). d3d10core.c:15759: Test failed: Got value 0xf52e (9.57747757e-01), expected 0xf668 (9.62539077e-01). d3d10core.c:15759: Test failed: Got value 0xf674 (9.62722182e-01), expected 0xf7b0 (9.67544079e-01). d3d10core.c:15759: Test failed: Got value 0xf7ba (9.67696667e-01), expected 0xf8f8 (9.72549021e-01). d3d10core.c:15759: Test failed: Got value 0xf900 (9.72671092e-01), expected 0xfa3f (9.77538705e-01). d3d10core.c:15759: Test failed: Got value 0xfa46 (9.77645516e-01), expected 0xfb87 (9.82543707e-01). d3d10core.c:15759: Test failed: Got value 0xfb8c (9.82620001e-01), expected 0xfccf (9.87548649e-01). d3d10core.c:15759: Test failed: Got value 0xfcd2 (9.87594426e-01), expected 0xfe16 (9.92538333e-01). d3d10core.c:15759: Test failed: Got value 0xfe18 (9.92568851e-01), expected 0xff5e (9.97543275e-01). d3d10core.c:15759: Test failed: Got value 0xff5f (9.97558534e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0x333 (1.24971392e-02), expected 0x336 (1.25429165e-02). d3d10core.c:15759: Test failed: Got value 0x479 (1.74715798e-02), expected 0x47e (1.75478756e-02). d3d10core.c:15759: Test failed: Got value 0x5bf (2.24460214e-02), expected 0x5c5 (2.25375760e-02). d3d10core.c:15759: Test failed: Got value 0x705 (2.74204630e-02), expected 0x70d (2.75425352e-02). d3d10core.c:15759: Test failed: Got value 0x84b (3.23949046e-02), expected 0x855 (3.25474925e-02). d3d10core.c:15759: Test failed: Got value 0x991 (3.73693444e-02), expected 0x99c (3.75371948e-02). d3d10core.c:15759: Test failed: Got value 0xad8 (4.23590466e-02), expected 0xae4 (4.25421521e-02). d3d10core.c:15759: Test failed: Got value 0xc1e (4.73334864e-02), expected 0xc2c (4.75471132e-02). d3d10core.c:15759: Test failed: Got value 0xd64 (5.23079261e-02), expected 0xd73 (5.25368117e-02). d3d10core.c:15759: Test failed: Got value 0xeaa (5.72823696e-02), expected 0xebb (5.75417727e-02). d3d10core.c:15759: Test failed: Got value 0xff0 (6.22568093e-02), expected 0x1003 (6.25467300e-02). d3d10core.c:15759: Test failed: Got value 0x1136 (6.72312528e-02), expected 0x114a (6.75364286e-02). d3d10core.c:15759: Test failed: Got value 0x127c (7.22056925e-02), expected 0x1292 (7.25413933e-02). d3d10core.c:15759: Test failed: Got value 0x13c2 (7.71801323e-02), expected 0x13da (7.75463507e-02). d3d10core.c:15759: Test failed: Got value 0x1508 (8.21545720e-02), expected 0x1522 (8.25513080e-02). d3d10core.c:15759: Test failed: Got value 0x164e (8.71290118e-02), expected 0x1669 (8.75410065e-02). d3d10core.c:15759: Test failed: Got value 0x1794 (9.21034589e-02), expected 0x17b1 (9.25459713e-02). d3d10core.c:15759: Test failed: Got value 0x18da (9.70778987e-02), expected 0x18f9 (9.75509286e-02). d3d10core.c:15759: Test failed: Got value 0x1a20 (1.02052338e-01), expected 0x1a40 (1.02540627e-01). d3d10core.c:15759: Test failed: Got value 0x1b66 (1.07026778e-01), expected 0x1b88 (1.07545584e-01). d3d10core.c:15759: Test failed: Got value 0x1cac (1.12001218e-01), expected 0x1cd0 (1.12550549e-01). d3d10core.c:15759: Test failed: Got value 0x1df2 (1.16975665e-01), expected 0x1e17 (1.17540248e-01). d3d10core.c:15759: Test failed: Got value 0x1f38 (1.21950105e-01), expected 0x1f5f (1.22545205e-01). d3d10core.c:15759: Test failed: Got value 0x207e (1.26924545e-01), expected 0x20a7 (1.27550170e-01). d3d10core.c:15759: Test failed: Got value 0x21c4 (1.31898984e-01), expected 0x21ee (1.32539868e-01). d3d10core.c:15759: Test failed: Got value 0x230a (1.36873424e-01), expected 0x2336 (1.37544826e-01). d3d10core.c:15759: Test failed: Got value 0x2450 (1.41847864e-01), expected 0x247e (1.42549783e-01). d3d10core.c:15759: Test failed: Got value 0x2596 (1.46822304e-01), expected 0x25c5 (1.47539482e-01). d3d10core.c:15759: Test failed: Got value 0x26dc (1.51796743e-01), expected 0x270d (1.52544439e-01). d3d10core.c:15759: Test failed: Got value 0x2822 (1.56771198e-01), expected 0x2855 (1.57549396e-01). d3d10core.c:15759: Test failed: Got value 0x2968 (1.61745638e-01), expected 0x299c (1.62539095e-01). d3d10core.c:15759: Test failed: Got value 0x2aae (1.66720077e-01), expected 0x2ae4 (1.67544067e-01). d3d10core.c:15759: Test failed: Got value 0x2bf4 (1.71694517e-01), expected 0x2c2c (1.72549024e-01). d3d10core.c:15759: Test failed: Got value 0x2d3a (1.76668957e-01), expected 0x2d73 (1.77538723e-01). d3d10core.c:15759: Test failed: Got value 0x2e81 (1.81658655e-01), expected 0x2ebb (1.82543680e-01). d3d10core.c:15759: Test failed: Got value 0x2fc7 (1.86633095e-01), expected 0x3003 (1.87548637e-01). d3d10core.c:15759: Test failed: Got value 0x310d (1.91607535e-01), expected 0x314a (1.92538336e-01). d3d10core.c:15759: Test failed: Got value 0x3253 (1.96581975e-01), expected 0x3292 (1.97543293e-01). d3d10core.c:15759: Test failed: Got value 0x3399 (2.01556414e-01), expected 0x33da (2.02548251e-01). d3d10core.c:15759: Test failed: Got value 0x34df (2.06530854e-01), expected 0x3521 (2.07537964e-01). d3d10core.c:15759: Test failed: Got value 0x3625 (2.11505309e-01), expected 0x3669 (2.12542921e-01). d3d10core.c:15759: Test failed: Got value 0x376b (2.16479748e-01), expected 0x37b1 (2.17547879e-01). d3d10core.c:15759: Test failed: Got value 0x38b1 (2.21454188e-01), expected 0x38f8 (2.22537577e-01). d3d10core.c:15759: Test failed: Got value 0x39f7 (2.26428628e-01), expected 0x3a40 (2.27542534e-01). d3d10core.c:15759: Test failed: Got value 0x3b3d (2.31403068e-01), expected 0x3b88 (2.32547492e-01). d3d10core.c:15759: Test failed: Got value 0x3c83 (2.36377507e-01), expected 0x3ccf (2.37537190e-01). d3d10core.c:15759: Test failed: Got value 0x3dc9 (2.41351947e-01), expected 0x3e17 (2.42542148e-01). d3d10core.c:15759: Test failed: Got value 0x3f0f (2.46326387e-01), expected 0x3f5f (2.47547105e-01). d3d10core.c:15759: Test failed: Got value 0x4055 (2.51300842e-01), expected 0x40a6 (2.52536803e-01). d3d10core.c:15759: Test failed: Got value 0x419b (2.56275266e-01), expected 0x41ee (2.57541776e-01). d3d10core.c:15759: Test failed: Got value 0x42e1 (2.61249721e-01), expected 0x4336 (2.62546718e-01). d3d10core.c:15759: Test failed: Got value 0x4427 (2.66224146e-01), expected 0x447d (2.67536432e-01). d3d10core.c:15759: Test failed: Got value 0x456d (2.71198601e-01), expected 0x45c5 (2.72541404e-01). d3d10core.c:15759: Test failed: Got value 0x46b3 (2.76173025e-01), expected 0x470d (2.77546346e-01). d3d10core.c:15759: Test failed: Got value 0x47f9 (2.81147480e-01), expected 0x4855 (2.82551318e-01). d3d10core.c:15759: Test failed: Got value 0x493f (2.86121905e-01), expected 0x499c (2.87541002e-01). d3d10core.c:15759: Test failed: Got value 0x4a85 (2.91096359e-01), expected 0x4ae4 (2.92545974e-01). d3d10core.c:15759: Test failed: Got value 0x4bcb (2.96070814e-01), expected 0x4c2c (2.97550917e-01). d3d10core.c:15759: Test failed: Got value 0x4d11 (3.01045239e-01), expected 0x4d73 (3.02540630e-01). d3d10core.c:15759: Test failed: Got value 0x4e57 (3.06019694e-01), expected 0x4ebb (3.07545573e-01). d3d10core.c:15759: Test failed: Got value 0x4f9d (3.10994118e-01), expected 0x5003 (3.12550545e-01). d3d10core.c:15759: Test failed: Got value 0x50e4 (3.15983832e-01), expected 0x514a (3.17540258e-01). d3d10core.c:15759: Test failed: Got value 0x522a (3.20958257e-01), expected 0x5292 (3.22545201e-01). d3d10core.c:15759: Test failed: Got value 0x5370 (3.25932711e-01), expected 0x53da (3.27550173e-01). d3d10core.c:15759: Test failed: Got value 0x54b6 (3.30907136e-01), expected 0x5521 (3.32539856e-01). d3d10core.c:15759: Test failed: Got value 0x55fc (3.35881591e-01), expected 0x5669 (3.37544829e-01). d3d10core.c:15759: Test failed: Got value 0x5742 (3.40856045e-01), expected 0x57b1 (3.42549771e-01). d3d10core.c:15759: Test failed: Got value 0x5888 (3.45830470e-01), expected 0x58f8 (3.47539485e-01). d3d10core.c:15759: Test failed: Got value 0x59ce (3.50804925e-01), expected 0x5a40 (3.52544457e-01). d3d10core.c:15759: Test failed: Got value 0x5b14 (3.55779350e-01), expected 0x5b88 (3.57549399e-01). d3d10core.c:15759: Test failed: Got value 0x5c5a (3.60753804e-01), expected 0x5ccf (3.62539113e-01). d3d10core.c:15759: Test failed: Got value 0x5da0 (3.65728229e-01), expected 0x5e17 (3.67544055e-01). d3d10core.c:15759: Test failed: Got value 0x5ee6 (3.70702684e-01), expected 0x5f5f (3.72549027e-01). d3d10core.c:15759: Test failed: Got value 0x602c (3.75677109e-01), expected 0x60a6 (3.77538711e-01). d3d10core.c:15759: Test failed: Got value 0x6172 (3.80651563e-01), expected 0x61ee (3.82543683e-01). d3d10core.c:15759: Test failed: Got value 0x62b8 (3.85625988e-01), expected 0x6336 (3.87548625e-01). d3d10core.c:15759: Test failed: Got value 0x63fe (3.90600443e-01), expected 0x647d (3.92538339e-01). d3d10core.c:15759: Test failed: Got value 0x6544 (3.95574898e-01), expected 0x65c5 (3.97543311e-01). d3d10core.c:15759: Test failed: Got value 0x668a (4.00549322e-01), expected 0x670d (4.02548254e-01). d3d10core.c:15759: Test failed: Got value 0x67d0 (4.05523777e-01), expected 0x6854 (4.07537967e-01). d3d10core.c:15759: Test failed: Got value 0x6916 (4.10498202e-01), expected 0x699c (4.12542909e-01). d3d10core.c:15759: Test failed: Got value 0x6a5c (4.15472656e-01), expected 0x6ae4 (4.17547882e-01). d3d10core.c:15759: Test failed: Got value 0x6ba2 (4.20447081e-01), expected 0x6c2b (4.22537565e-01). d3d10core.c:15759: Test failed: Got value 0x6ce8 (4.25421536e-01), expected 0x6d73 (4.27542537e-01). d3d10core.c:15759: Test failed: Got value 0x6e2e (4.30395961e-01), expected 0x6ebb (4.32547480e-01). d3d10core.c:15759: Test failed: Got value 0x6f74 (4.35370415e-01), expected 0x7002 (4.37537193e-01). d3d10core.c:15759: Test failed: Got value 0x70ba (4.40344840e-01), expected 0x714a (4.42542166e-01). d3d10core.c:15759: Test failed: Got value 0x7200 (4.45319295e-01), expected 0x7292 (4.47547108e-01). d3d10core.c:15759: Test failed: Got value 0x7347 (4.50309008e-01), expected 0x73d9 (4.52536821e-01). d3d10core.c:15759: Test failed: Got value 0x748d (4.55283433e-01), expected 0x7521 (4.57541764e-01). d3d10core.c:15759: Test failed: Got value 0x75d3 (4.60257888e-01), expected 0x7669 (4.62546736e-01). d3d10core.c:15759: Test failed: Got value 0x7719 (4.65232313e-01), expected 0x77b0 (4.67536420e-01). d3d10core.c:15759: Test failed: Got value 0x785f (4.70206767e-01), expected 0x78f8 (4.72541392e-01). d3d10core.c:15759: Test failed: Got value 0x79a5 (4.75181192e-01), expected 0x7a40 (4.77546364e-01). d3d10core.c:15759: Test failed: Got value 0x7aeb (4.80155647e-01), expected 0x7b88 (4.82551306e-01). d3d10core.c:15759: Test failed: Got value 0x7c31 (4.85130072e-01), expected 0x7ccf (4.87541020e-01). d3d10core.c:15759: Test failed: Got value 0x7d77 (4.90104526e-01), expected 0x7e17 (4.92545962e-01). d3d10core.c:15759: Test failed: Got value 0x7ebd (4.95078951e-01), expected 0x7f5f (4.97550935e-01). d3d10core.c:15759: Test failed: Got value 0x8003 (5.00053406e-01), expected 0x80a6 (5.02540648e-01). d3d10core.c:15759: Test failed: Got value 0x8149 (5.05027831e-01), expected 0x81ee (5.07545590e-01). d3d10core.c:15759: Test failed: Got value 0x828f (5.10002315e-01), expected 0x8336 (5.12550533e-01). d3d10core.c:15759: Test failed: Got value 0x83d5 (5.14976740e-01), expected 0x847d (5.17540216e-01). d3d10core.c:15759: Test failed: Got value 0x851b (5.19951165e-01), expected 0x85c5 (5.22545218e-01). d3d10core.c:15759: Test failed: Got value 0x8661 (5.24925590e-01), expected 0x870d (5.27550161e-01). d3d10core.c:15759: Test failed: Got value 0x87a7 (5.29900074e-01), expected 0x8854 (5.32539845e-01). d3d10core.c:15759: Test failed: Got value 0x88ed (5.34874499e-01), expected 0x899c (5.37544847e-01). d3d10core.c:15759: Test failed: Got value 0x8a33 (5.39848924e-01), expected 0x8ae4 (5.42549789e-01). d3d10core.c:15759: Test failed: Got value 0x8b79 (5.44823349e-01), expected 0x8c2b (5.47539473e-01). d3d10core.c:15759: Test failed: Got value 0x8cbf (5.49797833e-01), expected 0x8d73 (5.52544415e-01). d3d10core.c:15759: Test failed: Got value 0x8e05 (5.54772258e-01), expected 0x8ebb (5.57549417e-01). d3d10core.c:15759: Test failed: Got value 0x8f4b (5.59746683e-01), expected 0x9002 (5.62539101e-01). d3d10core.c:15759: Test failed: Got value 0x9091 (5.64721167e-01), expected 0x914a (5.67544043e-01). d3d10core.c:15759: Test failed: Got value 0x91d7 (5.69695592e-01), expected 0x9292 (5.72549045e-01). d3d10core.c:15759: Test failed: Got value 0x931d (5.74670017e-01), expected 0x93d9 (5.77538729e-01). d3d10core.c:15759: Test failed: Got value 0x9463 (5.79644442e-01), expected 0x9521 (5.82543671e-01). d3d10core.c:15759: Test failed: Got value 0x95a9 (5.84618926e-01), expected 0x9669 (5.87548614e-01). d3d10core.c:15759: Test failed: Got value 0x96f0 (5.89608610e-01), expected 0x97b0 (5.92538357e-01). d3d10core.c:15759: Test failed: Got value 0x9836 (5.94583035e-01), expected 0x98f8 (5.97543299e-01). d3d10core.c:15759: Test failed: Got value 0x997c (5.99557459e-01), expected 0x9a40 (6.02548242e-01). d3d10core.c:15759: Test failed: Got value 0x9ac2 (6.04531944e-01), expected 0x9b87 (6.07537985e-01). d3d10core.c:15759: Test failed: Got value 0x9c08 (6.09506369e-01), expected 0x9ccf (6.12542927e-01). d3d10core.c:15759: Test failed: Got value 0x9d4e (6.14480793e-01), expected 0x9e17 (6.17547870e-01). d3d10core.c:15759: Test failed: Got value 0x9e94 (6.19455278e-01), expected 0x9f5e (6.22537553e-01). d3d10core.c:15759: Test failed: Got value 0x9fda (6.24429703e-01), expected 0xa0a6 (6.27542555e-01). d3d10core.c:15759: Test failed: Got value 0xa120 (6.29404128e-01), expected 0xa1ee (6.32547498e-01). d3d10core.c:15759: Test failed: Got value 0xa266 (6.34378552e-01), expected 0xa335 (6.37537181e-01). d3d10core.c:15759: Test failed: Got value 0xa3ac (6.39353037e-01), expected 0xa47d (6.42542124e-01). d3d10core.c:15759: Test failed: Got value 0xa4f2 (6.44327462e-01), expected 0xa5c5 (6.47547126e-01). d3d10core.c:15759: Test failed: Got value 0xa638 (6.49301887e-01), expected 0xa70c (6.52536809e-01). d3d10core.c:15759: Test failed: Got value 0xa77e (6.54276311e-01), expected 0xa854 (6.57541752e-01). d3d10core.c:15759: Test failed: Got value 0xa8c4 (6.59250796e-01), expected 0xa99c (6.62546754e-01). d3d10core.c:15759: Test failed: Got value 0xaa0a (6.64225221e-01), expected 0xaae3 (6.67536438e-01). d3d10core.c:15759: Test failed: Got value 0xab50 (6.69199646e-01), expected 0xac2b (6.72541380e-01). d3d10core.c:15759: Test failed: Got value 0xac96 (6.74174130e-01), expected 0xad73 (6.77546322e-01). d3d10core.c:15759: Test failed: Got value 0xaddc (6.79148555e-01), expected 0xaebb (6.82551324e-01). d3d10core.c:15759: Test failed: Got value 0xaf22 (6.84122980e-01), expected 0xb002 (6.87541008e-01). d3d10core.c:15759: Test failed: Got value 0xb068 (6.89097404e-01), expected 0xb14a (6.92545950e-01). d3d10core.c:15759: Test failed: Got value 0xb1ae (6.94071889e-01), expected 0xb292 (6.97550952e-01). d3d10core.c:15759: Test failed: Got value 0xb2f4 (6.99046314e-01), expected 0xb3d9 (7.02540636e-01). d3d10core.c:15759: Test failed: Got value 0xb43a (7.04020739e-01), expected 0xb521 (7.07545578e-01). d3d10core.c:15759: Test failed: Got value 0xb580 (7.08995223e-01), expected 0xb669 (7.12550521e-01). d3d10core.c:15759: Test failed: Got value 0xb6c6 (7.13969648e-01), expected 0xb7b0 (7.17540264e-01). d3d10core.c:15759: Test failed: Got value 0xb80c (7.18944073e-01), expected 0xb8f8 (7.22545207e-01). d3d10core.c:15759: Test failed: Got value 0xb953 (7.23933756e-01), expected 0xba40 (7.27550149e-01). d3d10core.c:15759: Test failed: Got value 0xba99 (7.28908241e-01), expected 0xbb87 (7.32539892e-01). d3d10core.c:15759: Test failed: Got value 0xbbdf (7.33882666e-01), expected 0xbccf (7.37544835e-01). d3d10core.c:15759: Test failed: Got value 0xbd25 (7.38857090e-01), expected 0xbe17 (7.42549777e-01). d3d10core.c:15759: Test failed: Got value 0xbe6b (7.43831515e-01), expected 0xbf5e (7.47539461e-01). d3d10core.c:15759: Test failed: Got value 0xbfb1 (7.48806000e-01), expected 0xc0a6 (7.52544463e-01). d3d10core.c:15759: Test failed: Got value 0xc0f7 (7.53780425e-01), expected 0xc1ee (7.57549405e-01). d3d10core.c:15759: Test failed: Got value 0xc23d (7.58754849e-01), expected 0xc335 (7.62539089e-01). d3d10core.c:15759: Test failed: Got value 0xc383 (7.63729334e-01), expected 0xc47d (7.67544031e-01). d3d10core.c:15759: Test failed: Got value 0xc4c9 (7.68703759e-01), expected 0xc5c5 (7.72549033e-01). d3d10core.c:15759: Test failed: Got value 0xc60f (7.73678184e-01), expected 0xc70c (7.77538717e-01). d3d10core.c:15759: Test failed: Got value 0xc755 (7.78652608e-01), expected 0xc854 (7.82543659e-01). d3d10core.c:15759: Test failed: Got value 0xc89b (7.83627093e-01), expected 0xc99c (7.87548661e-01). d3d10core.c:15759: Test failed: Got value 0xc9e1 (7.88601518e-01), expected 0xcae3 (7.92538345e-01). d3d10core.c:15759: Test failed: Got value 0xcb27 (7.93575943e-01), expected 0xcc2b (7.97543287e-01). d3d10core.c:15759: Test failed: Got value 0xcc6d (7.98550367e-01), expected 0xcd73 (8.02548230e-01). d3d10core.c:15759: Test failed: Got value 0xcdb3 (8.03524852e-01), expected 0xceba (8.07537973e-01). d3d10core.c:15759: Test failed: Got value 0xcef9 (8.08499277e-01), expected 0xd002 (8.12542915e-01). d3d10core.c:15759: Test failed: Got value 0xd03f (8.13473701e-01), expected 0xd14a (8.17547858e-01). d3d10core.c:15759: Test failed: Got value 0xd185 (8.18448186e-01), expected 0xd291 (8.22537601e-01). d3d10core.c:15759: Test failed: Got value 0xd2cb (8.23422611e-01), expected 0xd3d9 (8.27542543e-01). d3d10core.c:15759: Test failed: Got value 0xd411 (8.28397036e-01), expected 0xd521 (8.32547486e-01). d3d10core.c:15759: Test failed: Got value 0xd557 (8.33371460e-01), expected 0xd668 (8.37537169e-01). d3d10core.c:15759: Test failed: Got value 0xd69d (8.38345945e-01), expected 0xd7b0 (8.42542171e-01). d3d10core.c:15759: Test failed: Got value 0xd7e3 (8.43320370e-01), expected 0xd8f8 (8.47547114e-01). d3d10core.c:15759: Test failed: Got value 0xd929 (8.48294795e-01), expected 0xda3f (8.52536798e-01). d3d10core.c:15759: Test failed: Got value 0xda6f (8.53269219e-01), expected 0xdb87 (8.57541800e-01). d3d10core.c:15759: Test failed: Got value 0xdbb6 (8.58258963e-01), expected 0xdccf (8.62546742e-01). d3d10core.c:15759: Test failed: Got value 0xdcfc (8.63233387e-01), expected 0xde16 (8.67536426e-01). d3d10core.c:15759: Test failed: Got value 0xde42 (8.68207812e-01), expected 0xdf5e (8.72541368e-01). d3d10core.c:15759: Test failed: Got value 0xdf88 (8.73182297e-01), expected 0xe0a6 (8.77546370e-01). d3d10core.c:15759: Test failed: Got value 0xe0ce (8.78156722e-01), expected 0xe1ee (8.82551312e-01). d3d10core.c:15759: Test failed: Got value 0xe214 (8.83131146e-01), expected 0xe335 (8.87540996e-01). d3d10core.c:15759: Test failed: Got value 0xe35a (8.88105571e-01), expected 0xe47d (8.92545938e-01). d3d10core.c:15759: Test failed: Got value 0xe4a0 (8.93080056e-01), expected 0xe5c5 (8.97550941e-01). d3d10core.c:15759: Test failed: Got value 0xe5e6 (8.98054481e-01), expected 0xe70c (9.02540624e-01). d3d10core.c:15759: Test failed: Got value 0xe72c (9.03028905e-01), expected 0xe854 (9.07545567e-01). d3d10core.c:15759: Test failed: Got value 0xe872 (9.08003330e-01), expected 0xe99c (9.12550569e-01). d3d10core.c:15759: Test failed: Got value 0xe9b8 (9.12977815e-01), expected 0xeae3 (9.17540252e-01). d3d10core.c:15759: Test failed: Got value 0xeafe (9.17952240e-01), expected 0xec2b (9.22545195e-01). d3d10core.c:15759: Test failed: Got value 0xec44 (9.22926664e-01), expected 0xed73 (9.27550137e-01). d3d10core.c:15759: Test failed: Got value 0xed8a (9.27901149e-01), expected 0xeeba (9.32539880e-01). d3d10core.c:15759: Test failed: Got value 0xeed0 (9.32875574e-01), expected 0xf002 (9.37544823e-01). d3d10core.c:15759: Test failed: Got value 0xf016 (9.37849998e-01), expected 0xf14a (9.42549765e-01). d3d10core.c:15759: Test failed: Got value 0xf15c (9.42824423e-01), expected 0xf291 (9.47539508e-01). d3d10core.c:15759: Test failed: Got value 0xf2a2 (9.47798908e-01), expected 0xf3d9 (9.52544451e-01). d3d10core.c:15759: Test failed: Got value 0xf3e8 (9.52773333e-01), expected 0xf521 (9.57549393e-01). d3d10core.c:15759: Test failed: Got value 0xf52e (9.57747757e-01), expected 0xf668 (9.62539077e-01). d3d10core.c:15759: Test failed: Got value 0xf674 (9.62722182e-01), expected 0xf7b0 (9.67544079e-01). d3d10core.c:15759: Test failed: Got value 0xf7ba (9.67696667e-01), expected 0xf8f8 (9.72549021e-01). d3d10core.c:15759: Test failed: Got value 0xf900 (9.72671092e-01), expected 0xfa3f (9.77538705e-01). d3d10core.c:15759: Test failed: Got value 0xfa46 (9.77645516e-01), expected 0xfb87 (9.82543707e-01). d3d10core.c:15759: Test failed: Got value 0xfb8c (9.82620001e-01), expected 0xfccf (9.87548649e-01). d3d10core.c:15759: Test failed: Got value 0xfcd2 (9.87594426e-01), expected 0xfe16 (9.92538333e-01). d3d10core.c:15759: Test failed: Got value 0xfe18 (9.92568851e-01), expected 0xff5e (9.97543275e-01). d3d10core.c:15759: Test failed: Got value 0xff5f (9.97558534e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0x479 (1.74715798e-02), expected 0x47d (1.75326169e-02). d3d10core.c:15759: Test failed: Got value 0x5bd (2.24155039e-02), expected 0x5c5 (2.25375760e-02). d3d10core.c:15759: Test failed: Got value 0x701 (2.73594260e-02), expected 0x70c (2.75272764e-02). d3d10core.c:15759: Test failed: Got value 0x846 (3.23186070e-02), expected 0x854 (3.25322337e-02). d3d10core.c:15759: Test failed: Got value 0x98a (3.72625329e-02), expected 0x99c (3.75371948e-02). d3d10core.c:15759: Test failed: Got value 0xace (4.22064550e-02), expected 0xae3 (4.25268933e-02). d3d10core.c:15759: Test failed: Got value 0xc13 (4.71656360e-02), expected 0xc2b (4.75318544e-02). d3d10core.c:15759: Test failed: Got value 0xd57 (5.21095581e-02), expected 0xd73 (5.25368117e-02). d3d10core.c:15759: Test failed: Got value 0xe9c (5.70687428e-02), expected 0xeba (5.75265139e-02). d3d10core.c:15759: Test failed: Got value 0xfe0 (6.20126650e-02), expected 0x1002 (6.25314713e-02). d3d10core.c:15759: Test failed: Got value 0x1124 (6.69565871e-02), expected 0x114a (6.75364286e-02). d3d10core.c:15759: Test failed: Got value 0x1269 (7.19157681e-02), expected 0x1291 (7.25261346e-02). d3d10core.c:15759: Test failed: Got value 0x13ad (7.68596902e-02), expected 0x13d9 (7.75310919e-02). d3d10core.c:15759: Test failed: Got value 0x14f2 (8.18188787e-02), expected 0x1521 (8.25360492e-02). d3d10core.c:15759: Test failed: Got value 0x1636 (8.67628008e-02), expected 0x1669 (8.75410065e-02). d3d10core.c:15759: Test failed: Got value 0x177a (9.17067230e-02), expected 0x17b0 (9.25307125e-02). d3d10core.c:15759: Test failed: Got value 0x18bf (9.66659039e-02), expected 0x18f8 (9.75356698e-02). d3d10core.c:15759: Test failed: Got value 0x1a03 (1.01609826e-01), expected 0x1a40 (1.02540627e-01). d3d10core.c:15759: Test failed: Got value 0x1b48 (1.06569007e-01), expected 0x1b87 (1.07530326e-01). d3d10core.c:15759: Test failed: Got value 0x1c8c (1.11512929e-01), expected 0x1ccf (1.12535283e-01). d3d10core.c:15759: Test failed: Got value 0x1dd0 (1.16456859e-01), expected 0x1e17 (1.17540248e-01). d3d10core.c:15759: Test failed: Got value 0x1f15 (1.21416040e-01), expected 0x1f5e (1.22529946e-01). d3d10core.c:15759: Test failed: Got value 0x2059 (1.26359954e-01), expected 0x20a6 (1.27534911e-01). d3d10core.c:15759: Test failed: Got value 0x219e (1.31319135e-01), expected 0x21ee (1.32539868e-01). d3d10core.c:15759: Test failed: Got value 0x22e2 (1.36263072e-01), expected 0x2335 (1.37529567e-01). d3d10core.c:15759: Test failed: Got value 0x2426 (1.41206995e-01), expected 0x247d (1.42534524e-01). d3d10core.c:15759: Test failed: Got value 0x256b (1.46166176e-01), expected 0x25c5 (1.47539482e-01). d3d10core.c:15759: Test failed: Got value 0x26af (1.51110098e-01), expected 0x270c (1.52529180e-01). d3d10core.c:15759: Test failed: Got value 0x27f4 (1.56069279e-01), expected 0x2854 (1.57534137e-01). d3d10core.c:15759: Test failed: Got value 0x2938 (1.61013201e-01), expected 0x299c (1.62539095e-01). d3d10core.c:15759: Test failed: Got value 0x2a7c (1.65957123e-01), expected 0x2ae3 (1.67528808e-01). d3d10core.c:15759: Test failed: Got value 0x2bc1 (1.70916304e-01), expected 0x2c2b (1.72533765e-01). d3d10core.c:15759: Test failed: Got value 0x2d05 (1.75860226e-01), expected 0x2d73 (1.77538723e-01). d3d10core.c:15759: Test failed: Got value 0x2e4a (1.80819407e-01), expected 0x2eba (1.82528421e-01). d3d10core.c:15759: Test failed: Got value 0x2f8e (1.85763329e-01), expected 0x3002 (1.87533379e-01). d3d10core.c:15759: Test failed: Got value 0x30d2 (1.90707251e-01), expected 0x314a (1.92538336e-01). d3d10core.c:15759: Test failed: Got value 0x3217 (1.95666432e-01), expected 0x3291 (1.97528034e-01). d3d10core.c:15759: Test failed: Got value 0x335b (2.00610355e-01), expected 0x33d9 (2.02532992e-01). d3d10core.c:15759: Test failed: Got value 0x34a0 (2.05569550e-01), expected 0x3521 (2.07537964e-01). d3d10core.c:15759: Test failed: Got value 0x35e4 (2.10513473e-01), expected 0x3668 (2.12527663e-01). d3d10core.c:15759: Test failed: Got value 0x3728 (2.15457395e-01), expected 0x37b0 (2.17532620e-01). d3d10core.c:15759: Test failed: Got value 0x386d (2.20416576e-01), expected 0x38f8 (2.22537577e-01). d3d10core.c:15759: Test failed: Got value 0x39b1 (2.25360498e-01), expected 0x3a3f (2.27527276e-01). d3d10core.c:15759: Test failed: Got value 0x3af6 (2.30319679e-01), expected 0x3b87 (2.32532233e-01). d3d10core.c:15759: Test failed: Got value 0x3c3a (2.35263601e-01), expected 0x3ccf (2.37537190e-01). d3d10core.c:15759: Test failed: Got value 0x3d7e (2.40207523e-01), expected 0x3e16 (2.42526889e-01). d3d10core.c:15759: Test failed: Got value 0x3ec3 (2.45166704e-01), expected 0x3f5e (2.47531846e-01). d3d10core.c:15759: Test failed: Got value 0x4007 (2.50110626e-01), expected 0x40a6 (2.52536803e-01). d3d10core.c:15759: Test failed: Got value 0x414c (2.55069822e-01), expected 0x41ed (2.57526517e-01). d3d10core.c:15759: Test failed: Got value 0x4290 (2.60013729e-01), expected 0x4335 (2.62531459e-01). d3d10core.c:15759: Test failed: Got value 0x43d4 (2.64957666e-01), expected 0x447d (2.67536432e-01). d3d10core.c:15759: Test failed: Got value 0x4519 (2.69916832e-01), expected 0x45c4 (2.72526145e-01). d3d10core.c:15759: Test failed: Got value 0x465d (2.74860770e-01), expected 0x470c (2.77531087e-01). d3d10core.c:15759: Test failed: Got value 0x47a2 (2.79819936e-01), expected 0x4854 (2.82536060e-01). d3d10core.c:15759: Test failed: Got value 0x48e6 (2.84763873e-01), expected 0x499c (2.87541002e-01). d3d10core.c:15759: Test failed: Got value 0x4a2a (2.89707780e-01), expected 0x4ae3 (2.92530715e-01). d3d10core.c:15759: Test failed: Got value 0x4b6f (2.94666976e-01), expected 0x4c2b (2.97535658e-01). d3d10core.c:15759: Test failed: Got value 0x4cb3 (2.99610883e-01), expected 0x4d73 (3.02540630e-01). d3d10core.c:15759: Test failed: Got value 0x4df8 (3.04570079e-01), expected 0x4eba (3.07530314e-01). d3d10core.c:15759: Test failed: Got value 0x4f3c (3.09513986e-01), expected 0x5002 (3.12535286e-01). d3d10core.c:15759: Test failed: Got value 0x5080 (3.14457923e-01), expected 0x514a (3.17540258e-01). d3d10core.c:15759: Test failed: Got value 0x51c5 (3.19417119e-01), expected 0x5291 (3.22529942e-01). d3d10core.c:15759: Test failed: Got value 0x5309 (3.24361026e-01), expected 0x53d9 (3.27534914e-01). d3d10core.c:15759: Test failed: Got value 0x544e (3.29320222e-01), expected 0x5521 (3.32539856e-01). d3d10core.c:15759: Test failed: Got value 0x5592 (3.34264129e-01), expected 0x5668 (3.37529570e-01). d3d10core.c:15759: Test failed: Got value 0x56d6 (3.39208066e-01), expected 0x57b0 (3.42534512e-01). d3d10core.c:15759: Test failed: Got value 0x581b (3.44167233e-01), expected 0x58f8 (3.47539485e-01). d3d10core.c:15759: Test failed: Got value 0x595f (3.49111170e-01), expected 0x5a3f (3.52529168e-01). d3d10core.c:15759: Test failed: Got value 0x5aa4 (3.54070336e-01), expected 0x5b87 (3.57534140e-01). d3d10core.c:15759: Test failed: Got value 0x5be8 (3.59014273e-01), expected 0x5ccf (3.62539113e-01). d3d10core.c:15759: Test failed: Got value 0x5d2c (3.63958180e-01), expected 0x5e16 (3.67528796e-01). d3d10core.c:15759: Test failed: Got value 0x5e71 (3.68917376e-01), expected 0x5f5e (3.72533768e-01). d3d10core.c:15759: Test failed: Got value 0x5fb5 (3.73861283e-01), expected 0x60a6 (3.77538711e-01). d3d10core.c:15759: Test failed: Got value 0x60fa (3.78820479e-01), expected 0x61ed (3.82528424e-01). d3d10core.c:15759: Test failed: Got value 0x623e (3.83764386e-01), expected 0x6335 (3.87533367e-01). d3d10core.c:15759: Test failed: Got value 0x6382 (3.88708323e-01), expected 0x647d (3.92538339e-01). d3d10core.c:15759: Test failed: Got value 0x64c7 (3.93667519e-01), expected 0x65c4 (3.97528052e-01). d3d10core.c:15759: Test failed: Got value 0x660b (3.98611426e-01), expected 0x670c (4.02532995e-01). d3d10core.c:15759: Test failed: Got value 0x6750 (4.03570622e-01), expected 0x6854 (4.07537967e-01). d3d10core.c:15759: Test failed: Got value 0x6894 (4.08514529e-01), expected 0x699b (4.12527651e-01). d3d10core.c:15759: Test failed: Got value 0x69d8 (4.13458467e-01), expected 0x6ae3 (4.17532623e-01). d3d10core.c:15759: Test failed: Got value 0x6b1d (4.18417633e-01), expected 0x6c2b (4.22537565e-01). d3d10core.c:15759: Test failed: Got value 0x6c61 (4.23361570e-01), expected 0x6d72 (4.27527279e-01). d3d10core.c:15759: Test failed: Got value 0x6da6 (4.28320736e-01), expected 0x6eba (4.32532221e-01). d3d10core.c:15759: Test failed: Got value 0x6eea (4.33264673e-01), expected 0x7002 (4.37537193e-01). d3d10core.c:15759: Test failed: Got value 0x702e (4.38208580e-01), expected 0x7149 (4.42526907e-01). d3d10core.c:15759: Test failed: Got value 0x7173 (4.43167776e-01), expected 0x7291 (4.47531849e-01). d3d10core.c:15759: Test failed: Got value 0x72b7 (4.48111683e-01), expected 0x73d9 (4.52536821e-01). d3d10core.c:15759: Test failed: Got value 0x73fc (4.53070879e-01), expected 0x7520 (4.57526505e-01). d3d10core.c:15759: Test failed: Got value 0x7540 (4.58014816e-01), expected 0x7668 (4.62531477e-01). d3d10core.c:15759: Test failed: Got value 0x7684 (4.62958723e-01), expected 0x77b0 (4.67536420e-01). d3d10core.c:15759: Test failed: Got value 0x77c9 (4.67917919e-01), expected 0x78f7 (4.72526133e-01). d3d10core.c:15759: Test failed: Got value 0x790d (4.72861826e-01), expected 0x7a3f (4.77531075e-01). d3d10core.c:15759: Test failed: Got value 0x7a52 (4.77821022e-01), expected 0x7b87 (4.82536048e-01). d3d10core.c:15759: Test failed: Got value 0x7b96 (4.82764930e-01), expected 0x7ccf (4.87541020e-01). d3d10core.c:15759: Test failed: Got value 0x7cda (4.87708867e-01), expected 0x7e16 (4.92530704e-01). d3d10core.c:15759: Test failed: Got value 0x7e1f (4.92668033e-01), expected 0x7f5e (4.97535676e-01). d3d10core.c:15759: Test failed: Got value 0x7f63 (4.97611970e-01), expected 0x80a6 (5.02540648e-01). d3d10core.c:15759: Test failed: Got value 0x80a8 (5.02571166e-01), expected 0x81ed (5.07530332e-01). d3d10core.c:15759: Test failed: Got value 0x81ec (5.07515073e-01), expected 0x8335 (5.12535274e-01). d3d10core.c:15759: Test failed: Got value 0x8330 (5.12458980e-01), expected 0x847d (5.17540216e-01). d3d10core.c:15759: Test failed: Got value 0x8475 (5.17418146e-01), expected 0x85c4 (5.22529960e-01). d3d10core.c:15759: Test failed: Got value 0x85b9 (5.22362113e-01), expected 0x870c (5.27534902e-01). d3d10core.c:15759: Test failed: Got value 0x86fe (5.27321279e-01), expected 0x8854 (5.32539845e-01). d3d10core.c:15759: Test failed: Got value 0x8842 (5.32265186e-01), expected 0x899b (5.37529588e-01). d3d10core.c:15759: Test failed: Got value 0x8986 (5.37209153e-01), expected 0x8ae3 (5.42534530e-01). d3d10core.c:15759: Test failed: Got value 0x8acb (5.42168319e-01), expected 0x8c2b (5.47539473e-01). d3d10core.c:15759: Test failed: Got value 0x8c0f (5.47112226e-01), expected 0x8d72 (5.52529156e-01). d3d10core.c:15759: Test failed: Got value 0x8d54 (5.52071393e-01), expected 0x8eba (5.57534158e-01). d3d10core.c:15759: Test failed: Got value 0x8e98 (5.57015359e-01), expected 0x9002 (5.62539101e-01). d3d10core.c:15759: Test failed: Got value 0x8fdc (5.61959267e-01), expected 0x9149 (5.67528784e-01). d3d10core.c:15759: Test failed: Got value 0x9121 (5.66918433e-01), expected 0x9291 (5.72533786e-01). d3d10core.c:15759: Test failed: Got value 0x9265 (5.71862340e-01), expected 0x93d9 (5.77538729e-01). d3d10core.c:15759: Test failed: Got value 0x93a9 (5.76806307e-01), expected 0x9520 (5.82528412e-01). d3d10core.c:15759: Test failed: Got value 0x94ee (5.81765473e-01), expected 0x9668 (5.87533355e-01). d3d10core.c:15759: Test failed: Got value 0x9632 (5.86709380e-01), expected 0x97b0 (5.92538357e-01). d3d10core.c:15759: Test failed: Got value 0x9777 (5.91668546e-01), expected 0x98f7 (5.97528040e-01). d3d10core.c:15759: Test failed: Got value 0x98bb (5.96612513e-01), expected 0x9a3f (6.02532983e-01). d3d10core.c:15759: Test failed: Got value 0x99ff (6.01556420e-01), expected 0x9b87 (6.07537985e-01). d3d10core.c:15759: Test failed: Got value 0x9b44 (6.06515586e-01), expected 0x9cce (6.12527668e-01). d3d10core.c:15759: Test failed: Got value 0x9c88 (6.11459553e-01), expected 0x9e16 (6.17532611e-01). d3d10core.c:15759: Test failed: Got value 0x9dcd (6.16418719e-01), expected 0x9f5e (6.22537553e-01). d3d10core.c:15759: Test failed: Got value 0x9f11 (6.21362627e-01), expected 0xa0a5 (6.27527297e-01). d3d10core.c:15759: Test failed: Got value 0xa055 (6.26306534e-01), expected 0xa1ed (6.32532239e-01). d3d10core.c:15759: Test failed: Got value 0xa19a (6.31265759e-01), expected 0xa335 (6.37537181e-01). d3d10core.c:15759: Test failed: Got value 0xa2de (6.36209667e-01), expected 0xa47c (6.42526865e-01). d3d10core.c:15759: Test failed: Got value 0xa423 (6.41168833e-01), expected 0xa5c4 (6.47531867e-01). d3d10core.c:15759: Test failed: Got value 0xa567 (6.46112740e-01), expected 0xa70c (6.52536809e-01). d3d10core.c:15759: Test failed: Got value 0xa6ab (6.51056707e-01), expected 0xa853 (6.57526493e-01). d3d10core.c:15759: Test failed: Got value 0xa7f0 (6.56015873e-01), expected 0xa99b (6.62531495e-01). d3d10core.c:15759: Test failed: Got value 0xa934 (6.60959780e-01), expected 0xaae3 (6.67536438e-01). d3d10core.c:15759: Test failed: Got value 0xaa79 (6.65918946e-01), expected 0xac2a (6.72526121e-01). d3d10core.c:15759: Test failed: Got value 0xabbd (6.70862913e-01), expected 0xad72 (6.77531064e-01). d3d10core.c:15759: Test failed: Got value 0xad01 (6.75806820e-01), expected 0xaeba (6.82536066e-01). d3d10core.c:15759: Test failed: Got value 0xae46 (6.80765986e-01), expected 0xb002 (6.87541008e-01). d3d10core.c:15759: Test failed: Got value 0xaf8a (6.85709953e-01), expected 0xb149 (6.92530692e-01). d3d10core.c:15759: Test failed: Got value 0xb0cf (6.90669119e-01), expected 0xb291 (6.97535694e-01). d3d10core.c:15759: Test failed: Got value 0xb213 (6.95613027e-01), expected 0xb3d9 (7.02540636e-01). d3d10core.c:15759: Test failed: Got value 0xb357 (7.00556934e-01), expected 0xb520 (7.07530320e-01). d3d10core.c:15759: Test failed: Got value 0xb49c (7.05516160e-01), expected 0xb668 (7.12535262e-01). d3d10core.c:15759: Test failed: Got value 0xb5e0 (7.10460067e-01), expected 0xb7b0 (7.17540264e-01). d3d10core.c:15759: Test failed: Got value 0xb725 (7.15419233e-01), expected 0xb8f7 (7.22529948e-01). d3d10core.c:15759: Test failed: Got value 0xb869 (7.20363140e-01), expected 0xba3f (7.27534890e-01). d3d10core.c:15759: Test failed: Got value 0xb9ad (7.25307107e-01), expected 0xbb87 (7.32539892e-01). d3d10core.c:15759: Test failed: Got value 0xbaf2 (7.30266273e-01), expected 0xbcce (7.37529576e-01). d3d10core.c:15759: Test failed: Got value 0xbc36 (7.35210180e-01), expected 0xbe16 (7.42534518e-01). d3d10core.c:15759: Test failed: Got value 0xbd7b (7.40169346e-01), expected 0xbf5e (7.47539461e-01). d3d10core.c:15759: Test failed: Got value 0xbebf (7.45113313e-01), expected 0xc0a5 (7.52529204e-01). d3d10core.c:15759: Test failed: Got value 0xc003 (7.50057220e-01), expected 0xc1ed (7.57534146e-01). d3d10core.c:15759: Test failed: Got value 0xc148 (7.55016387e-01), expected 0xc335 (7.62539089e-01). d3d10core.c:15759: Test failed: Got value 0xc28c (7.59960353e-01), expected 0xc47c (7.67528772e-01). d3d10core.c:15759: Test failed: Got value 0xc3d1 (7.64919519e-01), expected 0xc5c4 (7.72533774e-01). d3d10core.c:15759: Test failed: Got value 0xc515 (7.69863427e-01), expected 0xc70c (7.77538717e-01). d3d10core.c:15759: Test failed: Got value 0xc659 (7.74807334e-01), expected 0xc853 (7.82528400e-01). d3d10core.c:15759: Test failed: Got value 0xc79e (7.79766560e-01), expected 0xc99b (7.87533402e-01). d3d10core.c:15759: Test failed: Got value 0xc8e2 (7.84710467e-01), expected 0xcae3 (7.92538345e-01). d3d10core.c:15759: Test failed: Got value 0xca27 (7.89669633e-01), expected 0xcc2a (7.97528028e-01). d3d10core.c:15759: Test failed: Got value 0xcb6b (7.94613540e-01), expected 0xcd72 (8.02532971e-01). d3d10core.c:15759: Test failed: Got value 0xccaf (7.99557507e-01), expected 0xceba (8.07537973e-01). d3d10core.c:15759: Test failed: Got value 0xcdf4 (8.04516673e-01), expected 0xd001 (8.12527657e-01). d3d10core.c:15759: Test failed: Got value 0xcf38 (8.09460580e-01), expected 0xd149 (8.17532599e-01). d3d10core.c:15759: Test failed: Got value 0xd07d (8.14419746e-01), expected 0xd291 (8.22537601e-01). d3d10core.c:15759: Test failed: Got value 0xd1c1 (8.19363713e-01), expected 0xd3d8 (8.27527285e-01). d3d10core.c:15759: Test failed: Got value 0xd305 (8.24307621e-01), expected 0xd520 (8.32532227e-01). d3d10core.c:15759: Test failed: Got value 0xd44a (8.29266787e-01), expected 0xd668 (8.37537169e-01). d3d10core.c:15759: Test failed: Got value 0xd58e (8.34210753e-01), expected 0xd7af (8.42526913e-01). d3d10core.c:15759: Test failed: Got value 0xd6d3 (8.39169919e-01), expected 0xd8f7 (8.47531855e-01). d3d10core.c:15759: Test failed: Got value 0xd817 (8.44113827e-01), expected 0xda3f (8.52536798e-01). d3d10core.c:15759: Test failed: Got value 0xd95b (8.49057734e-01), expected 0xdb86 (8.57526541e-01). d3d10core.c:15759: Test failed: Got value 0xdaa0 (8.54016960e-01), expected 0xdcce (8.62531483e-01). d3d10core.c:15759: Test failed: Got value 0xdbe4 (8.58960867e-01), expected 0xde16 (8.67536426e-01). d3d10core.c:15759: Test failed: Got value 0xdd29 (8.63920033e-01), expected 0xdf5d (8.72526109e-01). d3d10core.c:15759: Test failed: Got value 0xde6d (8.68863940e-01), expected 0xe0a5 (8.77531111e-01). d3d10core.c:15759: Test failed: Got value 0xdfb1 (8.73807907e-01), expected 0xe1ed (8.82536054e-01). d3d10core.c:15759: Test failed: Got value 0xe0f6 (8.78767073e-01), expected 0xe335 (8.87540996e-01). d3d10core.c:15759: Test failed: Got value 0xe23a (8.83710980e-01), expected 0xe47c (8.92530680e-01). d3d10core.c:15759: Test failed: Got value 0xe37f (8.88670146e-01), expected 0xe5c4 (8.97535682e-01). d3d10core.c:15759: Test failed: Got value 0xe4c3 (8.93614113e-01), expected 0xe70c (9.02540624e-01). d3d10core.c:15759: Test failed: Got value 0xe607 (8.98558021e-01), expected 0xe853 (9.07530308e-01). d3d10core.c:15759: Test failed: Got value 0xe74c (9.03517187e-01), expected 0xe99b (9.12535310e-01). d3d10core.c:15759: Test failed: Got value 0xe890 (9.08461154e-01), expected 0xeae3 (9.17540252e-01). d3d10core.c:15759: Test failed: Got value 0xe9d5 (9.13420320e-01), expected 0xec2a (9.22529936e-01). d3d10core.c:15759: Test failed: Got value 0xeb19 (9.18364227e-01), expected 0xed72 (9.27534878e-01). d3d10core.c:15759: Test failed: Got value 0xec5d (9.23308134e-01), expected 0xeeba (9.32539880e-01). d3d10core.c:15759: Test failed: Got value 0xeda2 (9.28267360e-01), expected 0xf001 (9.37529564e-01). d3d10core.c:15759: Test failed: Got value 0xeee6 (9.33211267e-01), expected 0xf149 (9.42534506e-01). d3d10core.c:15759: Test failed: Got value 0xf02b (9.38170433e-01), expected 0xf291 (9.47539508e-01). d3d10core.c:15759: Test failed: Got value 0xf16f (9.43114340e-01), expected 0xf3d8 (9.52529192e-01). d3d10core.c:15759: Test failed: Got value 0xf2b3 (9.48058307e-01), expected 0xf520 (9.57534134e-01). d3d10core.c:15759: Test failed: Got value 0xf3f8 (9.53017473e-01), expected 0xf668 (9.62539077e-01). d3d10core.c:15759: Test failed: Got value 0xf53c (9.57961380e-01), expected 0xf7af (9.67528820e-01). d3d10core.c:15759: Test failed: Got value 0xf681 (9.62920606e-01), expected 0xf8f7 (9.72533762e-01). d3d10core.c:15759: Test failed: Got value 0xf7c5 (9.67864513e-01), expected 0xfa3f (9.77538705e-01). d3d10core.c:15759: Test failed: Got value 0xf909 (9.72808421e-01), expected 0xfb86 (9.82528448e-01). d3d10core.c:15759: Test failed: Got value 0xfa4e (9.77767587e-01), expected 0xfcce (9.87533391e-01). d3d10core.c:15759: Test failed: Got value 0xfb92 (9.82711554e-01), expected 0xfe16 (9.92538333e-01). d3d10core.c:15759: Test failed: Got value 0xfcd7 (9.87670720e-01), expected 0xff5d (9.97528017e-01). d3d10core.c:15759: Test failed: Got value 0xfe1b (9.92614627e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xff5f (9.97558534e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0x479 (1.74715798e-02), expected 0x47d (1.75326169e-02). d3d10core.c:15759: Test failed: Got value 0x5bd (2.24155039e-02), expected 0x5c5 (2.25375760e-02). d3d10core.c:15759: Test failed: Got value 0x701 (2.73594260e-02), expected 0x70c (2.75272764e-02). d3d10core.c:15759: Test failed: Got value 0x846 (3.23186070e-02), expected 0x854 (3.25322337e-02). d3d10core.c:15759: Test failed: Got value 0x98a (3.72625329e-02), expected 0x99c (3.75371948e-02). d3d10core.c:15759: Test failed: Got value 0xace (4.22064550e-02), expected 0xae3 (4.25268933e-02). d3d10core.c:15759: Test failed: Got value 0xc13 (4.71656360e-02), expected 0xc2b (4.75318544e-02). d3d10core.c:15759: Test failed: Got value 0xd57 (5.21095581e-02), expected 0xd73 (5.25368117e-02). d3d10core.c:15759: Test failed: Got value 0xe9c (5.70687428e-02), expected 0xeba (5.75265139e-02). d3d10core.c:15759: Test failed: Got value 0xfe0 (6.20126650e-02), expected 0x1002 (6.25314713e-02). d3d10core.c:15759: Test failed: Got value 0x1124 (6.69565871e-02), expected 0x114a (6.75364286e-02). d3d10core.c:15759: Test failed: Got value 0x1269 (7.19157681e-02), expected 0x1291 (7.25261346e-02). d3d10core.c:15759: Test failed: Got value 0x13ad (7.68596902e-02), expected 0x13d9 (7.75310919e-02). d3d10core.c:15759: Test failed: Got value 0x14f2 (8.18188787e-02), expected 0x1521 (8.25360492e-02). d3d10core.c:15759: Test failed: Got value 0x1636 (8.67628008e-02), expected 0x1669 (8.75410065e-02). d3d10core.c:15759: Test failed: Got value 0x177a (9.17067230e-02), expected 0x17b0 (9.25307125e-02). d3d10core.c:15759: Test failed: Got value 0x18bf (9.66659039e-02), expected 0x18f8 (9.75356698e-02). d3d10core.c:15759: Test failed: Got value 0x1a03 (1.01609826e-01), expected 0x1a40 (1.02540627e-01). d3d10core.c:15759: Test failed: Got value 0x1b48 (1.06569007e-01), expected 0x1b87 (1.07530326e-01). d3d10core.c:15759: Test failed: Got value 0x1c8c (1.11512929e-01), expected 0x1ccf (1.12535283e-01). d3d10core.c:15759: Test failed: Got value 0x1dd0 (1.16456859e-01), expected 0x1e17 (1.17540248e-01). d3d10core.c:15759: Test failed: Got value 0x1f15 (1.21416040e-01), expected 0x1f5e (1.22529946e-01). d3d10core.c:15759: Test failed: Got value 0x2059 (1.26359954e-01), expected 0x20a6 (1.27534911e-01). d3d10core.c:15759: Test failed: Got value 0x219e (1.31319135e-01), expected 0x21ee (1.32539868e-01). d3d10core.c:15759: Test failed: Got value 0x22e2 (1.36263072e-01), expected 0x2335 (1.37529567e-01). d3d10core.c:15759: Test failed: Got value 0x2426 (1.41206995e-01), expected 0x247d (1.42534524e-01). d3d10core.c:15759: Test failed: Got value 0x256b (1.46166176e-01), expected 0x25c5 (1.47539482e-01). d3d10core.c:15759: Test failed: Got value 0x26af (1.51110098e-01), expected 0x270c (1.52529180e-01). d3d10core.c:15759: Test failed: Got value 0x27f4 (1.56069279e-01), expected 0x2854 (1.57534137e-01). d3d10core.c:15759: Test failed: Got value 0x2938 (1.61013201e-01), expected 0x299c (1.62539095e-01). d3d10core.c:15759: Test failed: Got value 0x2a7c (1.65957123e-01), expected 0x2ae3 (1.67528808e-01). d3d10core.c:15759: Test failed: Got value 0x2bc1 (1.70916304e-01), expected 0x2c2b (1.72533765e-01). d3d10core.c:15759: Test failed: Got value 0x2d05 (1.75860226e-01), expected 0x2d73 (1.77538723e-01). d3d10core.c:15759: Test failed: Got value 0x2e4a (1.80819407e-01), expected 0x2eba (1.82528421e-01). d3d10core.c:15759: Test failed: Got value 0x2f8e (1.85763329e-01), expected 0x3002 (1.87533379e-01). d3d10core.c:15759: Test failed: Got value 0x30d2 (1.90707251e-01), expected 0x314a (1.92538336e-01). d3d10core.c:15759: Test failed: Got value 0x3217 (1.95666432e-01), expected 0x3291 (1.97528034e-01). d3d10core.c:15759: Test failed: Got value 0x335b (2.00610355e-01), expected 0x33d9 (2.02532992e-01). d3d10core.c:15759: Test failed: Got value 0x34a0 (2.05569550e-01), expected 0x3521 (2.07537964e-01). d3d10core.c:15759: Test failed: Got value 0x35e4 (2.10513473e-01), expected 0x3668 (2.12527663e-01). d3d10core.c:15759: Test failed: Got value 0x3728 (2.15457395e-01), expected 0x37b0 (2.17532620e-01). d3d10core.c:15759: Test failed: Got value 0x386d (2.20416576e-01), expected 0x38f8 (2.22537577e-01). d3d10core.c:15759: Test failed: Got value 0x39b1 (2.25360498e-01), expected 0x3a3f (2.27527276e-01). d3d10core.c:15759: Test failed: Got value 0x3af6 (2.30319679e-01), expected 0x3b87 (2.32532233e-01). d3d10core.c:15759: Test failed: Got value 0x3c3a (2.35263601e-01), expected 0x3ccf (2.37537190e-01). d3d10core.c:15759: Test failed: Got value 0x3d7e (2.40207523e-01), expected 0x3e16 (2.42526889e-01). d3d10core.c:15759: Test failed: Got value 0x3ec3 (2.45166704e-01), expected 0x3f5e (2.47531846e-01). d3d10core.c:15759: Test failed: Got value 0x4007 (2.50110626e-01), expected 0x40a6 (2.52536803e-01). d3d10core.c:15759: Test failed: Got value 0x414c (2.55069822e-01), expected 0x41ed (2.57526517e-01). d3d10core.c:15759: Test failed: Got value 0x4290 (2.60013729e-01), expected 0x4335 (2.62531459e-01). d3d10core.c:15759: Test failed: Got value 0x43d4 (2.64957666e-01), expected 0x447d (2.67536432e-01). d3d10core.c:15759: Test failed: Got value 0x4519 (2.69916832e-01), expected 0x45c4 (2.72526145e-01). d3d10core.c:15759: Test failed: Got value 0x465d (2.74860770e-01), expected 0x470c (2.77531087e-01). d3d10core.c:15759: Test failed: Got value 0x47a2 (2.79819936e-01), expected 0x4854 (2.82536060e-01). d3d10core.c:15759: Test failed: Got value 0x48e6 (2.84763873e-01), expected 0x499c (2.87541002e-01). d3d10core.c:15759: Test failed: Got value 0x4a2a (2.89707780e-01), expected 0x4ae3 (2.92530715e-01). d3d10core.c:15759: Test failed: Got value 0x4b6f (2.94666976e-01), expected 0x4c2b (2.97535658e-01). d3d10core.c:15759: Test failed: Got value 0x4cb3 (2.99610883e-01), expected 0x4d73 (3.02540630e-01). d3d10core.c:15759: Test failed: Got value 0x4df8 (3.04570079e-01), expected 0x4eba (3.07530314e-01). d3d10core.c:15759: Test failed: Got value 0x4f3c (3.09513986e-01), expected 0x5002 (3.12535286e-01). d3d10core.c:15759: Test failed: Got value 0x5080 (3.14457923e-01), expected 0x514a (3.17540258e-01). d3d10core.c:15759: Test failed: Got value 0x51c5 (3.19417119e-01), expected 0x5291 (3.22529942e-01). d3d10core.c:15759: Test failed: Got value 0x5309 (3.24361026e-01), expected 0x53d9 (3.27534914e-01). d3d10core.c:15759: Test failed: Got value 0x544e (3.29320222e-01), expected 0x5521 (3.32539856e-01). d3d10core.c:15759: Test failed: Got value 0x5592 (3.34264129e-01), expected 0x5668 (3.37529570e-01). d3d10core.c:15759: Test failed: Got value 0x56d6 (3.39208066e-01), expected 0x57b0 (3.42534512e-01). d3d10core.c:15759: Test failed: Got value 0x581b (3.44167233e-01), expected 0x58f8 (3.47539485e-01). d3d10core.c:15759: Test failed: Got value 0x595f (3.49111170e-01), expected 0x5a3f (3.52529168e-01). d3d10core.c:15759: Test failed: Got value 0x5aa4 (3.54070336e-01), expected 0x5b87 (3.57534140e-01). d3d10core.c:15759: Test failed: Got value 0x5be8 (3.59014273e-01), expected 0x5ccf (3.62539113e-01). d3d10core.c:15759: Test failed: Got value 0x5d2c (3.63958180e-01), expected 0x5e16 (3.67528796e-01). d3d10core.c:15759: Test failed: Got value 0x5e71 (3.68917376e-01), expected 0x5f5e (3.72533768e-01). d3d10core.c:15759: Test failed: Got value 0x5fb5 (3.73861283e-01), expected 0x60a6 (3.77538711e-01). d3d10core.c:15759: Test failed: Got value 0x60fa (3.78820479e-01), expected 0x61ed (3.82528424e-01). d3d10core.c:15759: Test failed: Got value 0x623e (3.83764386e-01), expected 0x6335 (3.87533367e-01). d3d10core.c:15759: Test failed: Got value 0x6382 (3.88708323e-01), expected 0x647d (3.92538339e-01). d3d10core.c:15759: Test failed: Got value 0x64c7 (3.93667519e-01), expected 0x65c4 (3.97528052e-01). d3d10core.c:15759: Test failed: Got value 0x660b (3.98611426e-01), expected 0x670c (4.02532995e-01). d3d10core.c:15759: Test failed: Got value 0x6750 (4.03570622e-01), expected 0x6854 (4.07537967e-01). d3d10core.c:15759: Test failed: Got value 0x6894 (4.08514529e-01), expected 0x699b (4.12527651e-01). d3d10core.c:15759: Test failed: Got value 0x69d8 (4.13458467e-01), expected 0x6ae3 (4.17532623e-01). d3d10core.c:15759: Test failed: Got value 0x6b1d (4.18417633e-01), expected 0x6c2b (4.22537565e-01). d3d10core.c:15759: Test failed: Got value 0x6c61 (4.23361570e-01), expected 0x6d72 (4.27527279e-01). d3d10core.c:15759: Test failed: Got value 0x6da6 (4.28320736e-01), expected 0x6eba (4.32532221e-01). d3d10core.c:15759: Test failed: Got value 0x6eea (4.33264673e-01), expected 0x7002 (4.37537193e-01). d3d10core.c:15759: Test failed: Got value 0x702e (4.38208580e-01), expected 0x7149 (4.42526907e-01). d3d10core.c:15759: Test failed: Got value 0x7173 (4.43167776e-01), expected 0x7291 (4.47531849e-01). d3d10core.c:15759: Test failed: Got value 0x72b7 (4.48111683e-01), expected 0x73d9 (4.52536821e-01). d3d10core.c:15759: Test failed: Got value 0x73fc (4.53070879e-01), expected 0x7520 (4.57526505e-01). d3d10core.c:15759: Test failed: Got value 0x7540 (4.58014816e-01), expected 0x7668 (4.62531477e-01). d3d10core.c:15759: Test failed: Got value 0x7684 (4.62958723e-01), expected 0x77b0 (4.67536420e-01). d3d10core.c:15759: Test failed: Got value 0x77c9 (4.67917919e-01), expected 0x78f7 (4.72526133e-01). d3d10core.c:15759: Test failed: Got value 0x790d (4.72861826e-01), expected 0x7a3f (4.77531075e-01). d3d10core.c:15759: Test failed: Got value 0x7a52 (4.77821022e-01), expected 0x7b87 (4.82536048e-01). d3d10core.c:15759: Test failed: Got value 0x7b96 (4.82764930e-01), expected 0x7ccf (4.87541020e-01). d3d10core.c:15759: Test failed: Got value 0x7cda (4.87708867e-01), expected 0x7e16 (4.92530704e-01). d3d10core.c:15759: Test failed: Got value 0x7e1f (4.92668033e-01), expected 0x7f5e (4.97535676e-01). d3d10core.c:15759: Test failed: Got value 0x7f63 (4.97611970e-01), expected 0x80a6 (5.02540648e-01). d3d10core.c:15759: Test failed: Got value 0x80a8 (5.02571166e-01), expected 0x81ed (5.07530332e-01). d3d10core.c:15759: Test failed: Got value 0x81ec (5.07515073e-01), expected 0x8335 (5.12535274e-01). d3d10core.c:15759: Test failed: Got value 0x8330 (5.12458980e-01), expected 0x847d (5.17540216e-01). d3d10core.c:15759: Test failed: Got value 0x8475 (5.17418146e-01), expected 0x85c4 (5.22529960e-01). d3d10core.c:15759: Test failed: Got value 0x85b9 (5.22362113e-01), expected 0x870c (5.27534902e-01). d3d10core.c:15759: Test failed: Got value 0x86fe (5.27321279e-01), expected 0x8854 (5.32539845e-01). d3d10core.c:15759: Test failed: Got value 0x8842 (5.32265186e-01), expected 0x899b (5.37529588e-01). d3d10core.c:15759: Test failed: Got value 0x8986 (5.37209153e-01), expected 0x8ae3 (5.42534530e-01). d3d10core.c:15759: Test failed: Got value 0x8acb (5.42168319e-01), expected 0x8c2b (5.47539473e-01). d3d10core.c:15759: Test failed: Got value 0x8c0f (5.47112226e-01), expected 0x8d72 (5.52529156e-01). d3d10core.c:15759: Test failed: Got value 0x8d54 (5.52071393e-01), expected 0x8eba (5.57534158e-01). d3d10core.c:15759: Test failed: Got value 0x8e98 (5.57015359e-01), expected 0x9002 (5.62539101e-01). d3d10core.c:15759: Test failed: Got value 0x8fdc (5.61959267e-01), expected 0x9149 (5.67528784e-01). d3d10core.c:15759: Test failed: Got value 0x9121 (5.66918433e-01), expected 0x9291 (5.72533786e-01). d3d10core.c:15759: Test failed: Got value 0x9265 (5.71862340e-01), expected 0x93d9 (5.77538729e-01). d3d10core.c:15759: Test failed: Got value 0x93a9 (5.76806307e-01), expected 0x9520 (5.82528412e-01). d3d10core.c:15759: Test failed: Got value 0x94ee (5.81765473e-01), expected 0x9668 (5.87533355e-01). d3d10core.c:15759: Test failed: Got value 0x9632 (5.86709380e-01), expected 0x97b0 (5.92538357e-01). d3d10core.c:15759: Test failed: Got value 0x9777 (5.91668546e-01), expected 0x98f7 (5.97528040e-01). d3d10core.c:15759: Test failed: Got value 0x98bb (5.96612513e-01), expected 0x9a3f (6.02532983e-01). d3d10core.c:15759: Test failed: Got value 0x99ff (6.01556420e-01), expected 0x9b87 (6.07537985e-01). d3d10core.c:15759: Test failed: Got value 0x9b44 (6.06515586e-01), expected 0x9cce (6.12527668e-01). d3d10core.c:15759: Test failed: Got value 0x9c88 (6.11459553e-01), expected 0x9e16 (6.17532611e-01). d3d10core.c:15759: Test failed: Got value 0x9dcd (6.16418719e-01), expected 0x9f5e (6.22537553e-01). d3d10core.c:15759: Test failed: Got value 0x9f11 (6.21362627e-01), expected 0xa0a5 (6.27527297e-01). d3d10core.c:15759: Test failed: Got value 0xa055 (6.26306534e-01), expected 0xa1ed (6.32532239e-01). d3d10core.c:15759: Test failed: Got value 0xa19a (6.31265759e-01), expected 0xa335 (6.37537181e-01). d3d10core.c:15759: Test failed: Got value 0xa2de (6.36209667e-01), expected 0xa47c (6.42526865e-01). d3d10core.c:15759: Test failed: Got value 0xa423 (6.41168833e-01), expected 0xa5c4 (6.47531867e-01). d3d10core.c:15759: Test failed: Got value 0xa567 (6.46112740e-01), expected 0xa70c (6.52536809e-01). d3d10core.c:15759: Test failed: Got value 0xa6ab (6.51056707e-01), expected 0xa853 (6.57526493e-01). d3d10core.c:15759: Test failed: Got value 0xa7f0 (6.56015873e-01), expected 0xa99b (6.62531495e-01). d3d10core.c:15759: Test failed: Got value 0xa934 (6.60959780e-01), expected 0xaae3 (6.67536438e-01). d3d10core.c:15759: Test failed: Got value 0xaa79 (6.65918946e-01), expected 0xac2a (6.72526121e-01). d3d10core.c:15759: Test failed: Got value 0xabbd (6.70862913e-01), expected 0xad72 (6.77531064e-01). d3d10core.c:15759: Test failed: Got value 0xad01 (6.75806820e-01), expected 0xaeba (6.82536066e-01). d3d10core.c:15759: Test failed: Got value 0xae46 (6.80765986e-01), expected 0xb002 (6.87541008e-01). d3d10core.c:15759: Test failed: Got value 0xaf8a (6.85709953e-01), expected 0xb149 (6.92530692e-01). d3d10core.c:15759: Test failed: Got value 0xb0cf (6.90669119e-01), expected 0xb291 (6.97535694e-01). d3d10core.c:15759: Test failed: Got value 0xb213 (6.95613027e-01), expected 0xb3d9 (7.02540636e-01). d3d10core.c:15759: Test failed: Got value 0xb357 (7.00556934e-01), expected 0xb520 (7.07530320e-01). d3d10core.c:15759: Test failed: Got value 0xb49c (7.05516160e-01), expected 0xb668 (7.12535262e-01). d3d10core.c:15759: Test failed: Got value 0xb5e0 (7.10460067e-01), expected 0xb7b0 (7.17540264e-01). d3d10core.c:15759: Test failed: Got value 0xb725 (7.15419233e-01), expected 0xb8f7 (7.22529948e-01). d3d10core.c:15759: Test failed: Got value 0xb869 (7.20363140e-01), expected 0xba3f (7.27534890e-01). d3d10core.c:15759: Test failed: Got value 0xb9ad (7.25307107e-01), expected 0xbb87 (7.32539892e-01). d3d10core.c:15759: Test failed: Got value 0xbaf2 (7.30266273e-01), expected 0xbcce (7.37529576e-01). d3d10core.c:15759: Test failed: Got value 0xbc36 (7.35210180e-01), expected 0xbe16 (7.42534518e-01). d3d10core.c:15759: Test failed: Got value 0xbd7b (7.40169346e-01), expected 0xbf5e (7.47539461e-01). d3d10core.c:15759: Test failed: Got value 0xbebf (7.45113313e-01), expected 0xc0a5 (7.52529204e-01). d3d10core.c:15759: Test failed: Got value 0xc003 (7.50057220e-01), expected 0xc1ed (7.57534146e-01). d3d10core.c:15759: Test failed: Got value 0xc148 (7.55016387e-01), expected 0xc335 (7.62539089e-01). d3d10core.c:15759: Test failed: Got value 0xc28c (7.59960353e-01), expected 0xc47c (7.67528772e-01). d3d10core.c:15759: Test failed: Got value 0xc3d1 (7.64919519e-01), expected 0xc5c4 (7.72533774e-01). d3d10core.c:15759: Test failed: Got value 0xc515 (7.69863427e-01), expected 0xc70c (7.77538717e-01). d3d10core.c:15759: Test failed: Got value 0xc659 (7.74807334e-01), expected 0xc853 (7.82528400e-01). d3d10core.c:15759: Test failed: Got value 0xc79e (7.79766560e-01), expected 0xc99b (7.87533402e-01). d3d10core.c:15759: Test failed: Got value 0xc8e2 (7.84710467e-01), expected 0xcae3 (7.92538345e-01). d3d10core.c:15759: Test failed: Got value 0xca27 (7.89669633e-01), expected 0xcc2a (7.97528028e-01). d3d10core.c:15759: Test failed: Got value 0xcb6b (7.94613540e-01), expected 0xcd72 (8.02532971e-01). d3d10core.c:15759: Test failed: Got value 0xccaf (7.99557507e-01), expected 0xceba (8.07537973e-01). d3d10core.c:15759: Test failed: Got value 0xcdf4 (8.04516673e-01), expected 0xd001 (8.12527657e-01). d3d10core.c:15759: Test failed: Got value 0xcf38 (8.09460580e-01), expected 0xd149 (8.17532599e-01). d3d10core.c:15759: Test failed: Got value 0xd07d (8.14419746e-01), expected 0xd291 (8.22537601e-01). d3d10core.c:15759: Test failed: Got value 0xd1c1 (8.19363713e-01), expected 0xd3d8 (8.27527285e-01). d3d10core.c:15759: Test failed: Got value 0xd305 (8.24307621e-01), expected 0xd520 (8.32532227e-01). d3d10core.c:15759: Test failed: Got value 0xd44a (8.29266787e-01), expected 0xd668 (8.37537169e-01). d3d10core.c:15759: Test failed: Got value 0xd58e (8.34210753e-01), expected 0xd7af (8.42526913e-01). d3d10core.c:15759: Test failed: Got value 0xd6d3 (8.39169919e-01), expected 0xd8f7 (8.47531855e-01). d3d10core.c:15759: Test failed: Got value 0xd817 (8.44113827e-01), expected 0xda3f (8.52536798e-01). d3d10core.c:15759: Test failed: Got value 0xd95b (8.49057734e-01), expected 0xdb86 (8.57526541e-01). d3d10core.c:15759: Test failed: Got value 0xdaa0 (8.54016960e-01), expected 0xdcce (8.62531483e-01). d3d10core.c:15759: Test failed: Got value 0xdbe4 (8.58960867e-01), expected 0xde16 (8.67536426e-01). d3d10core.c:15759: Test failed: Got value 0xdd29 (8.63920033e-01), expected 0xdf5d (8.72526109e-01). d3d10core.c:15759: Test failed: Got value 0xde6d (8.68863940e-01), expected 0xe0a5 (8.77531111e-01). d3d10core.c:15759: Test failed: Got value 0xdfb1 (8.73807907e-01), expected 0xe1ed (8.82536054e-01). d3d10core.c:15759: Test failed: Got value 0xe0f6 (8.78767073e-01), expected 0xe335 (8.87540996e-01). d3d10core.c:15759: Test failed: Got value 0xe23a (8.83710980e-01), expected 0xe47c (8.92530680e-01). d3d10core.c:15759: Test failed: Got value 0xe37f (8.88670146e-01), expected 0xe5c4 (8.97535682e-01). d3d10core.c:15759: Test failed: Got value 0xe4c3 (8.93614113e-01), expected 0xe70c (9.02540624e-01). d3d10core.c:15759: Test failed: Got value 0xe607 (8.98558021e-01), expected 0xe853 (9.07530308e-01). d3d10core.c:15759: Test failed: Got value 0xe74c (9.03517187e-01), expected 0xe99b (9.12535310e-01). d3d10core.c:15759: Test failed: Got value 0xe890 (9.08461154e-01), expected 0xeae3 (9.17540252e-01). d3d10core.c:15759: Test failed: Got value 0xe9d5 (9.13420320e-01), expected 0xec2a (9.22529936e-01). d3d10core.c:15759: Test failed: Got value 0xeb19 (9.18364227e-01), expected 0xed72 (9.27534878e-01). d3d10core.c:15759: Test failed: Got value 0xec5d (9.23308134e-01), expected 0xeeba (9.32539880e-01). d3d10core.c:15759: Test failed: Got value 0xeda2 (9.28267360e-01), expected 0xf001 (9.37529564e-01). d3d10core.c:15759: Test failed: Got value 0xeee6 (9.33211267e-01), expected 0xf149 (9.42534506e-01). d3d10core.c:15759: Test failed: Got value 0xf02b (9.38170433e-01), expected 0xf291 (9.47539508e-01). d3d10core.c:15759: Test failed: Got value 0xf16f (9.43114340e-01), expected 0xf3d8 (9.52529192e-01). d3d10core.c:15759: Test failed: Got value 0xf2b3 (9.48058307e-01), expected 0xf520 (9.57534134e-01). d3d10core.c:15759: Test failed: Got value 0xf3f8 (9.53017473e-01), expected 0xf668 (9.62539077e-01). d3d10core.c:15759: Test failed: Got value 0xf53c (9.57961380e-01), expected 0xf7af (9.67528820e-01). d3d10core.c:15759: Test failed: Got value 0xf681 (9.62920606e-01), expected 0xf8f7 (9.72533762e-01). d3d10core.c:15759: Test failed: Got value 0xf7c5 (9.67864513e-01), expected 0xfa3f (9.77538705e-01). d3d10core.c:15759: Test failed: Got value 0xf909 (9.72808421e-01), expected 0xfb86 (9.82528448e-01). d3d10core.c:15759: Test failed: Got value 0xfa4e (9.77767587e-01), expected 0xfcce (9.87533391e-01). d3d10core.c:15759: Test failed: Got value 0xfb92 (9.82711554e-01), expected 0xfe16 (9.92538333e-01). d3d10core.c:15759: Test failed: Got value 0xfcd7 (9.87670720e-01), expected 0xff5d (9.97528017e-01). d3d10core.c:15759: Test failed: Got value 0xfe1b (9.92614627e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xff5f (9.97558534e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xa414 (6.40939951e-01), expected 0xa47c (6.42526865e-01). d3d10core.c:15759: Test failed: Got value 0xa48a (6.42740548e-01), expected 0xa5c4 (6.47531867e-01). d3d10core.c:15759: Test failed: Got value 0xa500 (6.44541085e-01), expected 0xa70c (6.52536809e-01). d3d10core.c:15759: Test failed: Got value 0xa576 (6.46341622e-01), expected 0xa853 (6.57526493e-01). d3d10core.c:15759: Test failed: Got value 0xa5ec (6.48142219e-01), expected 0xa99b (6.62531495e-01). d3d10core.c:15759: Test failed: Got value 0xa662 (6.49942756e-01), expected 0xaae3 (6.67536438e-01). d3d10core.c:15759: Test failed: Got value 0xa6d8 (6.51743352e-01), expected 0xac2a (6.72526121e-01). d3d10core.c:15759: Test failed: Got value 0xa74e (6.53543890e-01), expected 0xad72 (6.77531064e-01). d3d10core.c:15759: Test failed: Got value 0xa7c4 (6.55344486e-01), expected 0xaeba (6.82536066e-01). d3d10core.c:15759: Test failed: Got value 0xa83a (6.57145023e-01), expected 0xb001 (6.87525749e-01). d3d10core.c:15759: Test failed: Got value 0xa8af (6.58930361e-01), expected 0xb149 (6.92530692e-01). d3d10core.c:15759: Test failed: Got value 0xa925 (6.60730898e-01), expected 0xb291 (6.97535694e-01). d3d10core.c:15759: Test failed: Got value 0xa99b (6.62531495e-01), expected 0xb3d8 (7.02525377e-01). d3d10core.c:15759: Test failed: Got value 0xaa11 (6.64332032e-01), expected 0xb520 (7.07530320e-01). d3d10core.c:15759: Test failed: Got value 0xaa87 (6.66132629e-01), expected 0xb668 (7.12535262e-01). d3d10core.c:15759: Test failed: Got value 0xaafd (6.67933166e-01), expected 0xb7b0 (7.17540264e-01). d3d10core.c:15759: Test failed: Got value 0xab73 (6.69733703e-01), expected 0xb8f7 (7.22529948e-01). d3d10core.c:15759: Test failed: Got value 0xabe9 (6.71534300e-01), expected 0xba3f (7.27534890e-01). d3d10core.c:15759: Test failed: Got value 0xac5f (6.73334837e-01), expected 0xbb87 (7.32539892e-01). d3d10core.c:15759: Test failed: Got value 0xacd5 (6.75135434e-01), expected 0xbcce (7.37529576e-01). d3d10core.c:15759: Test failed: Got value 0xad4b (6.76935971e-01), expected 0xbe16 (7.42534518e-01). d3d10core.c:15759: Test failed: Got value 0xadc1 (6.78736567e-01), expected 0xbf5e (7.47539461e-01). d3d10core.c:15759: Test failed: Got value 0xae37 (6.80537105e-01), expected 0xc0a5 (7.52529204e-01). d3d10core.c:15759: Test failed: Got value 0xaead (6.82337701e-01), expected 0xc1ed (7.57534146e-01). d3d10core.c:15759: Test failed: Got value 0xaf23 (6.84138238e-01), expected 0xc335 (7.62539089e-01). d3d10core.c:15759: Test failed: Got value 0xaf99 (6.85938835e-01), expected 0xc47c (7.67528772e-01). d3d10core.c:15759: Test failed: Got value 0xb00f (6.87739372e-01), expected 0xc5c4 (7.72533774e-01). d3d10core.c:15759: Test failed: Got value 0xb085 (6.89539969e-01), expected 0xc70c (7.77538717e-01). d3d10core.c:15759: Test failed: Got value 0xb0fb (6.91340506e-01), expected 0xc853 (7.82528400e-01). d3d10core.c:15759: Test failed: Got value 0xb171 (6.93141043e-01), expected 0xc99b (7.87533402e-01). d3d10core.c:15759: Test failed: Got value 0xb1e7 (6.94941640e-01), expected 0xcae3 (7.92538345e-01). d3d10core.c:15759: Test failed: Got value 0xb25d (6.96742177e-01), expected 0xcc2a (7.97528028e-01). d3d10core.c:15759: Test failed: Got value 0xb2d2 (6.98527515e-01), expected 0xcd72 (8.02532971e-01). d3d10core.c:15759: Test failed: Got value 0xb348 (7.00328052e-01), expected 0xceba (8.07537973e-01). d3d10core.c:15759: Test failed: Got value 0xb3be (7.02128649e-01), expected 0xd001 (8.12527657e-01). d3d10core.c:15759: Test failed: Got value 0xb434 (7.03929186e-01), expected 0xd149 (8.17532599e-01). d3d10core.c:15759: Test failed: Got value 0xb4aa (7.05729783e-01), expected 0xd291 (8.22537601e-01). d3d10core.c:15759: Test failed: Got value 0xb520 (7.07530320e-01), expected 0xd3d8 (8.27527285e-01). d3d10core.c:15759: Test failed: Got value 0xb596 (7.09330916e-01), expected 0xd520 (8.32532227e-01). d3d10core.c:15759: Test failed: Got value 0xb60c (7.11131454e-01), expected 0xd668 (8.37537169e-01). d3d10core.c:15759: Test failed: Got value 0xb682 (7.12932050e-01), expected 0xd7af (8.42526913e-01). d3d10core.c:15759: Test failed: Got value 0xb6f8 (7.14732587e-01), expected 0xd8f7 (8.47531855e-01). d3d10core.c:15759: Test failed: Got value 0xb76e (7.16533124e-01), expected 0xda3f (8.52536798e-01). d3d10core.c:15759: Test failed: Got value 0xb7e4 (7.18333721e-01), expected 0xdb86 (8.57526541e-01). d3d10core.c:15759: Test failed: Got value 0xb85a (7.20134258e-01), expected 0xdcce (8.62531483e-01). d3d10core.c:15759: Test failed: Got value 0xb8d0 (7.21934855e-01), expected 0xde16 (8.67536426e-01). d3d10core.c:15759: Test failed: Got value 0xb946 (7.23735392e-01), expected 0xdf5d (8.72526109e-01). d3d10core.c:15759: Test failed: Got value 0xb9bc (7.25535989e-01), expected 0xe0a5 (8.77531111e-01). d3d10core.c:15759: Test failed: Got value 0xba32 (7.27336526e-01), expected 0xe1ed (8.82536054e-01). d3d10core.c:15759: Test failed: Got value 0xbaa8 (7.29137123e-01), expected 0xe334 (8.87525737e-01). d3d10core.c:15759: Test failed: Got value 0xbb1e (7.30937660e-01), expected 0xe47c (8.92530680e-01). d3d10core.c:15759: Test failed: Got value 0xbb94 (7.32738256e-01), expected 0xe5c4 (8.97535682e-01). d3d10core.c:15759: Test failed: Got value 0xbc0a (7.34538794e-01), expected 0xe70b (9.02525365e-01). d3d10core.c:15759: Test failed: Got value 0xbc80 (7.36339390e-01), expected 0xe853 (9.07530308e-01). d3d10core.c:15759: Test failed: Got value 0xbcf5 (7.38124669e-01), expected 0xe99b (9.12535310e-01). d3d10core.c:15759: Test failed: Got value 0xbd6b (7.39925206e-01), expected 0xeae3 (9.17540252e-01). d3d10core.c:15759: Test failed: Got value 0xbde1 (7.41725802e-01), expected 0xec2a (9.22529936e-01). d3d10core.c:15759: Test failed: Got value 0xbe57 (7.43526340e-01), expected 0xed72 (9.27534878e-01). d3d10core.c:15759: Test failed: Got value 0xbecd (7.45326936e-01), expected 0xeeba (9.32539880e-01). d3d10core.c:15759: Test failed: Got value 0xbf43 (7.47127473e-01), expected 0xf001 (9.37529564e-01). d3d10core.c:15759: Test failed: Got value 0xbfb9 (7.48928070e-01), expected 0xf149 (9.42534506e-01). d3d10core.c:15759: Test failed: Got value 0xc02f (7.50728607e-01), expected 0xf291 (9.47539508e-01). d3d10core.c:15759: Test failed: Got value 0xc0a5 (7.52529204e-01), expected 0xf3d8 (9.52529192e-01). d3d10core.c:15759: Test failed: Got value 0xc11b (7.54329741e-01), expected 0xf520 (9.57534134e-01). d3d10core.c:15759: Test failed: Got value 0xc191 (7.56130338e-01), expected 0xf668 (9.62539077e-01). d3d10core.c:15759: Test failed: Got value 0xc207 (7.57930875e-01), expected 0xf7af (9.67528820e-01). d3d10core.c:15759: Test failed: Got value 0xc27d (7.59731412e-01), expected 0xf8f7 (9.72533762e-01). d3d10core.c:15759: Test failed: Got value 0xc2f3 (7.61532009e-01), expected 0xfa3f (9.77538705e-01). d3d10core.c:15759: Test failed: Got value 0xc369 (7.63332546e-01), expected 0xfb86 (9.82528448e-01). d3d10core.c:15759: Test failed: Got value 0xc3df (7.65133142e-01), expected 0xfcce (9.87533391e-01). d3d10core.c:15759: Test failed: Got value 0xc455 (7.66933680e-01), expected 0xfe16 (9.92538333e-01). d3d10core.c:15759: Test failed: Got value 0xc4cb (7.68734276e-01), expected 0xff5d (9.97528017e-01). d3d10core.c:15759: Test failed: Got value 0xc541 (7.70534813e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc5b7 (7.72335410e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc62d (7.74135947e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc6a3 (7.75936544e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc718 (7.77721822e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc78e (7.79522419e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc804 (7.81322956e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc87a (7.83123493e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc8f0 (7.84924090e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc966 (7.86724627e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc9dc (7.88525224e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xca52 (7.90325761e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcac8 (7.92126358e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcb3e (7.93926895e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcbb4 (7.95727491e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcc2a (7.97528028e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcca0 (7.99328625e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcd16 (8.01129162e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcd8c (8.02929759e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xce02 (8.04730296e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xce78 (8.06530833e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xceee (8.08331430e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcf64 (8.10131967e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcfda (8.11932564e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd050 (8.13733101e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd0c6 (8.15533698e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd13c (8.17334235e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd1b1 (8.19119573e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd227 (8.20920110e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd29d (8.22720706e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd313 (8.24521244e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd389 (8.26321840e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd3ff (8.28122377e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd475 (8.29922915e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd4eb (8.31723511e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd561 (8.33524048e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd5d7 (8.35324645e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd64d (8.37125182e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd6c3 (8.38925779e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd739 (8.40726316e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd7af (8.42526913e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd825 (8.44327450e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd89b (8.46128047e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd911 (8.47928584e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd987 (8.49729180e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd9fd (8.51529717e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xda73 (8.53330255e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdae9 (8.55130851e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdb5f (8.56931388e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdbd4 (8.58716726e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdc4a (8.60517263e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdcc0 (8.62317860e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdd36 (8.64118397e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xddac (8.65918994e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xde22 (8.67719531e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xde98 (8.69520128e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdf0e (8.71320665e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdf84 (8.73121262e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdffa (8.74921799e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe070 (8.76722336e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe0e6 (8.78522933e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe15c (8.80323470e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe1d2 (8.82124066e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe248 (8.83924603e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe2be (8.85725200e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe334 (8.87525737e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe3aa (8.89326334e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe420 (8.91126871e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe496 (8.92927468e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe50c (8.94728005e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe582 (8.96528602e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe5f7 (8.98313880e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe66d (9.00114417e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe6e3 (9.01915014e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe759 (9.03715551e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe7cf (9.05516148e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe845 (9.07316685e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe8bb (9.09117281e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe931 (9.10917819e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe9a7 (9.12718415e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xea1d (9.14518952e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xea93 (9.16319549e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xeb09 (9.18120086e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xeb7f (9.19920623e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xebf5 (9.21721220e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xec6b (9.23521757e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xece1 (9.25322354e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xed57 (9.27122891e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xedcd (9.28923488e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xee43 (9.30724025e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xeeb9 (9.32524621e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xef2f (9.34325159e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xefa5 (9.36125755e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf01a (9.37911034e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf090 (9.39711630e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf106 (9.41512167e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf17c (9.43312705e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf1f2 (9.45113301e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf268 (9.46913838e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf2de (9.48714435e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf354 (9.50514972e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf3ca (9.52315569e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf440 (9.54116106e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf4b6 (9.55916703e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf52c (9.57717240e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf5a2 (9.59517837e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf618 (9.61318374e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf68e (9.63118970e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf704 (9.64919508e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf77a (9.66720045e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf7f0 (9.68520641e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf866 (9.70321178e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf8dc (9.72121775e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf952 (9.73922312e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf9c8 (9.75722909e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfa3d (9.77508187e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfab3 (9.79308784e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfb29 (9.81109321e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfb9f (9.82909918e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfc15 (9.84710455e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfc8b (9.86511052e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfd01 (9.88311589e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfd77 (9.90112126e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfded (9.91912723e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfe63 (9.93713260e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfed9 (9.95513856e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xff4f (9.97314394e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xffc5 (9.99114990e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xa414 (6.40939951e-01), expected 0xa47c (6.42526865e-01). d3d10core.c:15759: Test failed: Got value 0xa48a (6.42740548e-01), expected 0xa5c4 (6.47531867e-01). d3d10core.c:15759: Test failed: Got value 0xa500 (6.44541085e-01), expected 0xa70c (6.52536809e-01). d3d10core.c:15759: Test failed: Got value 0xa576 (6.46341622e-01), expected 0xa853 (6.57526493e-01). d3d10core.c:15759: Test failed: Got value 0xa5ec (6.48142219e-01), expected 0xa99b (6.62531495e-01). d3d10core.c:15759: Test failed: Got value 0xa662 (6.49942756e-01), expected 0xaae3 (6.67536438e-01). d3d10core.c:15759: Test failed: Got value 0xa6d8 (6.51743352e-01), expected 0xac2a (6.72526121e-01). d3d10core.c:15759: Test failed: Got value 0xa74e (6.53543890e-01), expected 0xad72 (6.77531064e-01). d3d10core.c:15759: Test failed: Got value 0xa7c4 (6.55344486e-01), expected 0xaeba (6.82536066e-01). d3d10core.c:15759: Test failed: Got value 0xa83a (6.57145023e-01), expected 0xb001 (6.87525749e-01). d3d10core.c:15759: Test failed: Got value 0xa8af (6.58930361e-01), expected 0xb149 (6.92530692e-01). d3d10core.c:15759: Test failed: Got value 0xa925 (6.60730898e-01), expected 0xb291 (6.97535694e-01). d3d10core.c:15759: Test failed: Got value 0xa99b (6.62531495e-01), expected 0xb3d8 (7.02525377e-01). d3d10core.c:15759: Test failed: Got value 0xaa11 (6.64332032e-01), expected 0xb520 (7.07530320e-01). d3d10core.c:15759: Test failed: Got value 0xaa87 (6.66132629e-01), expected 0xb668 (7.12535262e-01). d3d10core.c:15759: Test failed: Got value 0xaafd (6.67933166e-01), expected 0xb7b0 (7.17540264e-01). d3d10core.c:15759: Test failed: Got value 0xab73 (6.69733703e-01), expected 0xb8f7 (7.22529948e-01). d3d10core.c:15759: Test failed: Got value 0xabe9 (6.71534300e-01), expected 0xba3f (7.27534890e-01). d3d10core.c:15759: Test failed: Got value 0xac5f (6.73334837e-01), expected 0xbb87 (7.32539892e-01). d3d10core.c:15759: Test failed: Got value 0xacd5 (6.75135434e-01), expected 0xbcce (7.37529576e-01). d3d10core.c:15759: Test failed: Got value 0xad4b (6.76935971e-01), expected 0xbe16 (7.42534518e-01). d3d10core.c:15759: Test failed: Got value 0xadc1 (6.78736567e-01), expected 0xbf5e (7.47539461e-01). d3d10core.c:15759: Test failed: Got value 0xae37 (6.80537105e-01), expected 0xc0a5 (7.52529204e-01). d3d10core.c:15759: Test failed: Got value 0xaead (6.82337701e-01), expected 0xc1ed (7.57534146e-01). d3d10core.c:15759: Test failed: Got value 0xaf23 (6.84138238e-01), expected 0xc335 (7.62539089e-01). d3d10core.c:15759: Test failed: Got value 0xaf99 (6.85938835e-01), expected 0xc47c (7.67528772e-01). d3d10core.c:15759: Test failed: Got value 0xb00f (6.87739372e-01), expected 0xc5c4 (7.72533774e-01). d3d10core.c:15759: Test failed: Got value 0xb085 (6.89539969e-01), expected 0xc70c (7.77538717e-01). d3d10core.c:15759: Test failed: Got value 0xb0fb (6.91340506e-01), expected 0xc853 (7.82528400e-01). d3d10core.c:15759: Test failed: Got value 0xb171 (6.93141043e-01), expected 0xc99b (7.87533402e-01). d3d10core.c:15759: Test failed: Got value 0xb1e7 (6.94941640e-01), expected 0xcae3 (7.92538345e-01). d3d10core.c:15759: Test failed: Got value 0xb25d (6.96742177e-01), expected 0xcc2a (7.97528028e-01). d3d10core.c:15759: Test failed: Got value 0xb2d2 (6.98527515e-01), expected 0xcd72 (8.02532971e-01). d3d10core.c:15759: Test failed: Got value 0xb348 (7.00328052e-01), expected 0xceba (8.07537973e-01). d3d10core.c:15759: Test failed: Got value 0xb3be (7.02128649e-01), expected 0xd001 (8.12527657e-01). d3d10core.c:15759: Test failed: Got value 0xb434 (7.03929186e-01), expected 0xd149 (8.17532599e-01). d3d10core.c:15759: Test failed: Got value 0xb4aa (7.05729783e-01), expected 0xd291 (8.22537601e-01). d3d10core.c:15759: Test failed: Got value 0xb520 (7.07530320e-01), expected 0xd3d8 (8.27527285e-01). d3d10core.c:15759: Test failed: Got value 0xb596 (7.09330916e-01), expected 0xd520 (8.32532227e-01). d3d10core.c:15759: Test failed: Got value 0xb60c (7.11131454e-01), expected 0xd668 (8.37537169e-01). d3d10core.c:15759: Test failed: Got value 0xb682 (7.12932050e-01), expected 0xd7af (8.42526913e-01). d3d10core.c:15759: Test failed: Got value 0xb6f8 (7.14732587e-01), expected 0xd8f7 (8.47531855e-01). d3d10core.c:15759: Test failed: Got value 0xb76e (7.16533124e-01), expected 0xda3f (8.52536798e-01). d3d10core.c:15759: Test failed: Got value 0xb7e4 (7.18333721e-01), expected 0xdb86 (8.57526541e-01). d3d10core.c:15759: Test failed: Got value 0xb85a (7.20134258e-01), expected 0xdcce (8.62531483e-01). d3d10core.c:15759: Test failed: Got value 0xb8d0 (7.21934855e-01), expected 0xde16 (8.67536426e-01). d3d10core.c:15759: Test failed: Got value 0xb946 (7.23735392e-01), expected 0xdf5d (8.72526109e-01). d3d10core.c:15759: Test failed: Got value 0xb9bc (7.25535989e-01), expected 0xe0a5 (8.77531111e-01). d3d10core.c:15759: Test failed: Got value 0xba32 (7.27336526e-01), expected 0xe1ed (8.82536054e-01). d3d10core.c:15759: Test failed: Got value 0xbaa8 (7.29137123e-01), expected 0xe334 (8.87525737e-01). d3d10core.c:15759: Test failed: Got value 0xbb1e (7.30937660e-01), expected 0xe47c (8.92530680e-01). d3d10core.c:15759: Test failed: Got value 0xbb94 (7.32738256e-01), expected 0xe5c4 (8.97535682e-01). d3d10core.c:15759: Test failed: Got value 0xbc0a (7.34538794e-01), expected 0xe70b (9.02525365e-01). d3d10core.c:15759: Test failed: Got value 0xbc80 (7.36339390e-01), expected 0xe853 (9.07530308e-01). d3d10core.c:15759: Test failed: Got value 0xbcf5 (7.38124669e-01), expected 0xe99b (9.12535310e-01). d3d10core.c:15759: Test failed: Got value 0xbd6b (7.39925206e-01), expected 0xeae3 (9.17540252e-01). d3d10core.c:15759: Test failed: Got value 0xbde1 (7.41725802e-01), expected 0xec2a (9.22529936e-01). d3d10core.c:15759: Test failed: Got value 0xbe57 (7.43526340e-01), expected 0xed72 (9.27534878e-01). d3d10core.c:15759: Test failed: Got value 0xbecd (7.45326936e-01), expected 0xeeba (9.32539880e-01). d3d10core.c:15759: Test failed: Got value 0xbf43 (7.47127473e-01), expected 0xf001 (9.37529564e-01). d3d10core.c:15759: Test failed: Got value 0xbfb9 (7.48928070e-01), expected 0xf149 (9.42534506e-01). d3d10core.c:15759: Test failed: Got value 0xc02f (7.50728607e-01), expected 0xf291 (9.47539508e-01). d3d10core.c:15759: Test failed: Got value 0xc0a5 (7.52529204e-01), expected 0xf3d8 (9.52529192e-01). d3d10core.c:15759: Test failed: Got value 0xc11b (7.54329741e-01), expected 0xf520 (9.57534134e-01). d3d10core.c:15759: Test failed: Got value 0xc191 (7.56130338e-01), expected 0xf668 (9.62539077e-01). d3d10core.c:15759: Test failed: Got value 0xc207 (7.57930875e-01), expected 0xf7af (9.67528820e-01). d3d10core.c:15759: Test failed: Got value 0xc27d (7.59731412e-01), expected 0xf8f7 (9.72533762e-01). d3d10core.c:15759: Test failed: Got value 0xc2f3 (7.61532009e-01), expected 0xfa3f (9.77538705e-01). d3d10core.c:15759: Test failed: Got value 0xc369 (7.63332546e-01), expected 0xfb86 (9.82528448e-01). d3d10core.c:15759: Test failed: Got value 0xc3df (7.65133142e-01), expected 0xfcce (9.87533391e-01). d3d10core.c:15759: Test failed: Got value 0xc455 (7.66933680e-01), expected 0xfe16 (9.92538333e-01). d3d10core.c:15759: Test failed: Got value 0xc4cb (7.68734276e-01), expected 0xff5d (9.97528017e-01). d3d10core.c:15759: Test failed: Got value 0xc541 (7.70534813e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc5b7 (7.72335410e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc62d (7.74135947e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc6a3 (7.75936544e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc718 (7.77721822e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc78e (7.79522419e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc804 (7.81322956e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc87a (7.83123493e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc8f0 (7.84924090e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc966 (7.86724627e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xc9dc (7.88525224e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xca52 (7.90325761e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcac8 (7.92126358e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcb3e (7.93926895e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcbb4 (7.95727491e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcc2a (7.97528028e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcca0 (7.99328625e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcd16 (8.01129162e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcd8c (8.02929759e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xce02 (8.04730296e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xce78 (8.06530833e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xceee (8.08331430e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcf64 (8.10131967e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xcfda (8.11932564e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd050 (8.13733101e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd0c6 (8.15533698e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd13c (8.17334235e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd1b1 (8.19119573e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd227 (8.20920110e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd29d (8.22720706e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd313 (8.24521244e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd389 (8.26321840e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd3ff (8.28122377e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd475 (8.29922915e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd4eb (8.31723511e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd561 (8.33524048e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd5d7 (8.35324645e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd64d (8.37125182e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd6c3 (8.38925779e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd739 (8.40726316e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd7af (8.42526913e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd825 (8.44327450e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd89b (8.46128047e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd911 (8.47928584e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd987 (8.49729180e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xd9fd (8.51529717e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xda73 (8.53330255e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdae9 (8.55130851e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdb5f (8.56931388e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdbd4 (8.58716726e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdc4a (8.60517263e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdcc0 (8.62317860e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdd36 (8.64118397e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xddac (8.65918994e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xde22 (8.67719531e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xde98 (8.69520128e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdf0e (8.71320665e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdf84 (8.73121262e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xdffa (8.74921799e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe070 (8.76722336e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe0e6 (8.78522933e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe15c (8.80323470e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe1d2 (8.82124066e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe248 (8.83924603e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe2be (8.85725200e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe334 (8.87525737e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe3aa (8.89326334e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe420 (8.91126871e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe496 (8.92927468e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe50c (8.94728005e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe582 (8.96528602e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe5f7 (8.98313880e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe66d (9.00114417e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe6e3 (9.01915014e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe759 (9.03715551e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe7cf (9.05516148e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe845 (9.07316685e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe8bb (9.09117281e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe931 (9.10917819e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xe9a7 (9.12718415e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xea1d (9.14518952e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xea93 (9.16319549e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xeb09 (9.18120086e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xeb7f (9.19920623e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xebf5 (9.21721220e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xec6b (9.23521757e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xece1 (9.25322354e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xed57 (9.27122891e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xedcd (9.28923488e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xee43 (9.30724025e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xeeb9 (9.32524621e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xef2f (9.34325159e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xefa5 (9.36125755e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf01a (9.37911034e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf090 (9.39711630e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf106 (9.41512167e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf17c (9.43312705e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf1f2 (9.45113301e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf268 (9.46913838e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf2de (9.48714435e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf354 (9.50514972e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf3ca (9.52315569e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf440 (9.54116106e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf4b6 (9.55916703e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf52c (9.57717240e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf5a2 (9.59517837e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf618 (9.61318374e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf68e (9.63118970e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf704 (9.64919508e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf77a (9.66720045e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf7f0 (9.68520641e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf866 (9.70321178e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf8dc (9.72121775e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf952 (9.73922312e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xf9c8 (9.75722909e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfa3d (9.77508187e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfab3 (9.79308784e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfb29 (9.81109321e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfb9f (9.82909918e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfc15 (9.84710455e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfc8b (9.86511052e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfd01 (9.88311589e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfd77 (9.90112126e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfded (9.91912723e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfe63 (9.93713260e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xfed9 (9.95513856e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xff4f (9.97314394e-01), expected 0xffff (1.00000000e+00). d3d10core.c:15759: Test failed: Got value 0xffc5 (9.99114990e-01), expected 0xffff (1.00000000e+00).
Report errors: d3d10core:d3d10core prints too much data (699761 bytes)
=== debian9 (build log) ===
X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig)
On Tue, 2 Apr 2019 at 15:17, Francois Gouget fgouget@codeweavers.com wrote:
The nouveau graphics driver's support for multithreaded OpenGL is buggy at least up to (18.2.8) so that any Wine test that performs multithreaded OpenGL accesses freezes, crashes the Mesa stack and eventually freezes the whole computer. Typically the first such test is d2d1:d2d1. The relevant tests have a --single option but WineTest neither knows which tests accept this option, nor whether it is needed for the current host. The WINETEST_NO_MT_OPENGL environnement variable can be set on hosts that need it (such as the cw2-gtx560 box) and is automatically inherited by the relevant tests thus working around this issue.
Works for me. If you're not attached to the name though, could I suggest WINETEST_NO_MT_D3D (or perhaps simply WINETEST_NO_MT)? OpenGL is somewhat of a wined3d implementation detail, and this environment variable would also affect the tests running on Windows or with the wined3d Vulkan backend.
On Tue, 2 Apr 2019, Henri Verbeet wrote:
On Tue, 2 Apr 2019 at 15:17, Francois Gouget fgouget@codeweavers.com wrote:
The nouveau graphics driver's support for multithreaded OpenGL is buggy at least up to (18.2.8) so that any Wine test that performs multithreaded OpenGL accesses freezes, crashes the Mesa stack and eventually freezes the whole computer. Typically the first such test is d2d1:d2d1. The relevant tests have a --single option but WineTest neither knows which tests accept this option, nor whether it is needed for the current host. The WINETEST_NO_MT_OPENGL environnement variable can be set on hosts that need it (such as the cw2-gtx560 box) and is automatically inherited by the relevant tests thus working around this issue.
Works for me. If you're not attached to the name though, could I suggest WINETEST_NO_MT_D3D (or perhaps simply WINETEST_NO_MT)? OpenGL is somewhat of a wined3d implementation detail, and this environment variable would also affect the tests running on Windows or with the wined3d Vulkan backend.
Makes sense. I think WINETEST_NO_MT is too generic though: one could think it applies to kernel32's threading tests. So I'll resubmit the patch with WINETEST_NO_MT_D3D.
The nouveau graphics driver's support for multithreaded OpenGL is buggy at least up to (18.2.8) so that any Wine test that performs multithreaded OpenGL accesses freezes, crashes the Mesa stack and eventually freezes the whole computer. Typically the first such test is d2d1:d2d1. The relevant tests have a --single option but WineTest neither knows which tests accept this option, nor whether it is needed for the current host. The WINETEST_NO_MT_D3D environnement variable can be set on hosts that need it (such as the cw2-gtx560 box) and is automatically inherited by the relevant tests thus working around this issue.
Signed-off-by: Francois Gouget fgouget@codeweavers.com --- dlls/d2d1/tests/d2d1.c | 2 ++ dlls/d3d10core/tests/d3d10core.c | 2 ++ dlls/d3d11/tests/d3d11.c | 2 ++ dlls/dxgi/tests/dxgi.c | 2 ++ 4 files changed, 8 insertions(+)
diff --git a/dlls/d2d1/tests/d2d1.c b/dlls/d2d1/tests/d2d1.c index 2214be69155..f8fc1f5a291 100644 --- a/dlls/d2d1/tests/d2d1.c +++ b/dlls/d2d1/tests/d2d1.c @@ -8051,6 +8051,8 @@ START_TEST(d2d1) unsigned int argc, i; char **argv;
+ use_mt = !getenv("WINETEST_NO_MT_D3D"); + argc = winetest_get_mainargs(&argv); for (i = 2; i < argc; ++i) { diff --git a/dlls/d3d10core/tests/d3d10core.c b/dlls/d3d10core/tests/d3d10core.c index 59c90a697bb..526e2a21f06 100644 --- a/dlls/d3d10core/tests/d3d10core.c +++ b/dlls/d3d10core/tests/d3d10core.c @@ -17909,6 +17909,8 @@ START_TEST(d3d10core) unsigned int argc, i; char **argv;
+ use_mt = !getenv("WINETEST_NO_MT_D3D"); + argc = winetest_get_mainargs(&argv); for (i = 2; i < argc; ++i) { diff --git a/dlls/d3d11/tests/d3d11.c b/dlls/d3d11/tests/d3d11.c index 4a02b3f51f6..2d4de648176 100644 --- a/dlls/d3d11/tests/d3d11.c +++ b/dlls/d3d11/tests/d3d11.c @@ -29148,6 +29148,8 @@ START_TEST(d3d11) unsigned int argc, i; char **argv;
+ use_mt = !getenv("WINETEST_NO_MT_D3D"); + argc = winetest_get_mainargs(&argv); for (i = 2; i < argc; ++i) { diff --git a/dlls/dxgi/tests/dxgi.c b/dlls/dxgi/tests/dxgi.c index 91d218f3e8e..79e4bc0c15c 100644 --- a/dlls/dxgi/tests/dxgi.c +++ b/dlls/dxgi/tests/dxgi.c @@ -5041,6 +5041,8 @@ START_TEST(dxgi) registry_mode.dmSize = sizeof(registry_mode); ok(EnumDisplaySettingsW(NULL, ENUM_REGISTRY_SETTINGS, ®istry_mode), "Failed to get display mode.\n");
+ use_mt = !getenv("WINETEST_NO_MT_D3D"); + argc = winetest_get_mainargs(&argv); for (i = 2; i < argc; ++i) {
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=50387
Your paranoid android.
=== w2008s64 (32 bit report) ===
dxgi: dxgi.c:4515: Test failed: Got unexpected message 0x46, hwnd 00120086, wparam 0, lparam 0x27fb50. dxgi.c:4515: Test failed: Got unexpected message 0x24, hwnd 00120086, wparam 0, lparam 0x27f8d0. dxgi.c:4515: Test failed: Got unexpected message 0x1a, hwnd 00120086, wparam 0x2f, lparam 0x7e528.
=== debian9 (32 bit report) ===
d3d10core: Unhandled exception: page fault on read access to 0x00000028 in 32-bit code (0x7eda08c8).
d3d11: Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code (0x00000000).
=== debian9 (32 bit French report) ===
d3d10core: Unhandled exception: page fault on read access to 0x0000000b in 32-bit code (0x7eda18c3).
d3d11: Unhandled exception: page fault on read access to 0x00000001 in 32-bit code (0x7ed77f0d).
=== debian9 (32 bit Japanese:Japan report) ===
d3d10core: d3d10core.c:4626: Test failed: Got unexpected hr 0x8876086a. Unhandled exception: page fault on read access to 0x00000002 in 32-bit code (0x7eda18c3).
=== debian9 (32 bit Chinese:China report) ===
d3d11: Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code (0x00000000).
=== debian9 (build log) ===
X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig)
=== debian9 (32 bit WoW report) ===
d3d10core: Unhandled exception: page fault on read access to 0x0600005e in 32-bit code (0x7ed898c8).
d3d11: d3d11.c:5346: Test failed: Got unexpected hr 0x8876086a for query type 4. Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code (0x00000000).
=== debian9 (64 bit WoW report) ===
d3d10core: Unhandled exception: page fault on read access to 0x0000112c in 64-bit code (0x00007fa5fd0aad9a).
d3d11: d3d11.c:16708: Test failed: Got {-1.00787401e+00, 0.00000000e+00, 1.00000000e+00, 5.03937006e-01}, expected {-1.00000000e+00, 0.00000000e+00, 1.00000000e+00, 5.03937006e-01} at (0, 0), sub-resource 0.
Report errors: d3d10core:d3d10core crashed (c0000005)
=== debian9 (build log) ===
X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig) X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 140 (RANDR) Minor opcode of failed request: 21 (RRSetCrtcConfig)
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com