/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderPackingFunctionTests.cpp | 138 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local 194 if (diff0 > maxDiff || diff1 > maxDiff) in iterate() 201 << "\n diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff in iterate() 238 const deUint32 maxDiff = 1; // Rounding error. in iterate() local 283 if (diff0 > maxDiff || diff1 > maxDiff) in iterate() 291 << "\n ULP diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff in iterate() 329 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local 385 if (diff0 > maxDiff || diff in iterate() 429 const deUint32 maxDiff = 1; // Rounding error. iterate() local 516 const int maxDiff = 0; // Values can be represented exactly in mediump. iterate() local 622 const int maxDiff = 0; // All bits must be accurate. iterate() local [all...] |
H A D | es3fColorClearTest.cpp | 239 RGBA maxDiff(0, 0, 0, 0); in iterate() 263 maxDiff = max(maxDiff, diff); in iterate() 274 m_testCtx.getLog() << tcu::TestLog::Message << "Image comparison failed, max diff = " << maxDiff << ", threshold = " << colorThreshold << tcu::TestLog::EndMessage; in iterate()
|
H A D | es3fASTCDecompressionCases.cpp | 463 IVec4 maxDiff; in iterate() local 464 const bool compareOk = compareBlockImages(referenceFrame, renderedFrame, threshold, blockSize, curNumUsedBlocks, firstFailedBlockCoord, errorMask, maxDiff); in iterate() 480 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << TestLog::EndMessage in iterate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderPackingFunctionTests.cpp | 138 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local 194 if (diff0 > maxDiff || diff1 > maxDiff) in iterate() 201 << "\n diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff in iterate() 238 const deUint32 maxDiff = 1; // Rounding error. in iterate() local 283 if (diff0 > maxDiff || diff1 > maxDiff) in iterate() 291 << "\n ULP diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff in iterate() 329 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local 385 if (diff0 > maxDiff || diff in iterate() 429 const deUint32 maxDiff = 1; // Rounding error. iterate() local 516 const int maxDiff = 0; // Values can be represented exactly in mediump. iterate() local 622 const int maxDiff = 0; // All bits must be accurate. iterate() local 736 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. iterate() local 846 const deUint32 maxDiff = 1; // Rounding error. iterate() local 945 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. iterate() local 1055 const deUint32 maxDiff = 1; // Rounding error. iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 147 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local 198 if (diff0 > maxDiff || diff1 > maxDiff) in iterate() 205 << "\n diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff in iterate() 261 const deUint32 maxDiff = 1; // Rounding error. in iterate() local 305 if (diff0 > maxDiff || diff1 > maxDiff) in iterate() 313 << "\n ULP diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff in iterate() 366 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local 417 if (diff0 > maxDiff || diff in iterate() 480 const deUint32 maxDiff = 1; // Rounding error. iterate() local 583 const int maxDiff = 0; // Values can be represented exactly in mediump. iterate() local 909 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. iterate() local 1029 const deUint32 maxDiff = 1; // Rounding error. iterate() local 1144 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. iterate() local 1264 const deUint32 maxDiff = 1; // Rounding error. iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 147 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local 198 if (diff0 > maxDiff || diff1 > maxDiff) in iterate() 205 << "\n diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff in iterate() 261 const deUint32 maxDiff = 1; // Rounding error. in iterate() local 305 if (diff0 > maxDiff || diff1 > maxDiff) in iterate() 313 << "\n ULP diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff in iterate() 366 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local 417 if (diff0 > maxDiff || diff in iterate() 480 const deUint32 maxDiff = 1; // Rounding error. iterate() local 583 const int maxDiff = 0; // Values can be represented exactly in mediump. iterate() local 909 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. iterate() local 1029 const deUint32 maxDiff = 1; // Rounding error. iterate() local 1144 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. iterate() local 1264 const deUint32 maxDiff = 1; // Rounding error. iterate() local [all...] |
/third_party/node/deps/v8/third_party/test262-harness/test/ |
H A D | test_monkeyYaml.py | 105 self.maxDiff = None 116 self.maxDiff = None 126 self.maxDiff = None 135 self.maxDiff = None 146 self.maxDiff = None 157 self.maxDiff = None
|
/third_party/pulseaudio/sonic/ |
H A D | Sonic.java | 522 int minDiff = 1, maxDiff = 0; in findPitchPeriodInRange() 539 if(diff*worstPeriod > maxDiff*period) { in findPitchPeriodInRange() 540 maxDiff = diff; in findPitchPeriodInRange() 545 retMaxDiff = maxDiff/worstPeriod; in findPitchPeriodInRange() 554 int maxDiff, in prevPeriodBetter() 561 if(maxDiff > minDiff*3) { in prevPeriodBetter() 587 Integer maxDiff = new Integer(0); in findPitchPeriod() 595 period = findPitchPeriodInRange(samples, position, minPeriod, maxPeriod, minDiff, maxDiff); in findPitchPeriod() 599 maxPeriod/skip, minDiff, maxDiff); in findPitchPeriod() 611 period = findPitchPeriodInRange(samples, position, minP, maxP, minDiff, maxDiff); in findPitchPeriod() 551 prevPeriodBetter( int period, int minDiff, int maxDiff, boolean preferNewPeriod) prevPeriodBetter() argument [all...] |
H A D | sonic.c | 619 unsigned long diff, minDiff = 1, maxDiff = 0; in findPitchPeriodInRange() local 639 if(diff*worstPeriod > maxDiff*period) { in findPitchPeriodInRange() 640 maxDiff = diff; in findPitchPeriodInRange() 645 *retMaxDiff = maxDiff/worstPeriod; in findPitchPeriodInRange() 655 int maxDiff, in prevPeriodBetter() 662 if(maxDiff > minDiff*3) { in prevPeriodBetter() 690 int minDiff, maxDiff, retPeriod; in findPitchPeriod() local 698 period = findPitchPeriodInRange(samples, minPeriod, maxPeriod, &minDiff, &maxDiff); in findPitchPeriod() 702 maxPeriod/skip, &minDiff, &maxDiff); in findPitchPeriod() 715 &minDiff, &maxDiff); in findPitchPeriod() 651 prevPeriodBetter( sonicStream stream, int period, int minDiff, int maxDiff, int preferNewPeriod) prevPeriodBetter() argument [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageCompare.cpp | 590 UVec4 maxDiff (0, 0, 0, 0); in floatUlpThresholdCompare() 607 maxDiff = max(maxDiff, diff); in floatUlpThresholdCompare() 614 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatUlpThresholdCompare() 627 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << TestLog::EndMessage; in floatUlpThresholdCompare() 676 Vec4 maxDiff (0.0f, 0.0f, 0.0f, 0.0f); in floatThresholdCompare() 694 maxDiff = max(maxDiff, diff); in floatThresholdCompare() 701 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatThresholdCompare() 714 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshol in floatThresholdCompare() 1050 float maxDiff = 0.0; dsThresholdCompare() local [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSSettings_test.py | 1136 self.maxDiff = 9999 # on failure display a long diff 1538 self.maxDiff = 9999 # on failure display a long diff
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSSettings_test.py | 1136 self.maxDiff = 9999 # on failure display a long diff 1538 self.maxDiff = 9999 # on failure display a long diff
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fColorClearTest.cpp | 239 RGBA maxDiff(0, 0, 0, 0); in iterate() 263 maxDiff = max(maxDiff, diff); in iterate() 274 m_testCtx.getLog() << tcu::TestLog::Message << "Image comparison failed, max diff = " << maxDiff << ", threshold = " << colorThreshold << tcu::TestLog::EndMessage; in iterate()
|
/third_party/python/Lib/test/ |
H A D | test_c_locale_coercion.py | 250 self.maxDiff = None 304 self.maxDiff = None
|
H A D | test_dis.py | 718 maxDiff = None variable in DisTests 734 self.maxDiff = None 820 self.maxDiff = None 909 self.maxDiff = None 1245 self.maxDiff = 1000 1250 self.maxDiff = 1000 1558 self.maxDiff = None 1698 self.maxDiff = 1000 1715 self.maxDiff = None 1806 self.maxDiff [all...] |
H A D | test_dtrace.py | 107 maxDiff = None variable in TraceTests
|
H A D | test__osx_support.py | 19 self.maxDiff = None
|
H A D | test_audit.py | 19 maxDiff = None variable in AuditTest
|
/third_party/python/Lib/unittest/test/ |
H A D | test_case.py | 832 self.assertEqual(self.maxDiff, 80*8) 840 self.maxDiff = len(diff)//2 851 self.maxDiff = len(diff) * 2 861 self.maxDiff = None 872 self.maxDiff = 1 877 self.maxDiff = None 881 self.maxDiff = 4 913 self.maxDiff = None 1157 self.maxDiff = None
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureCompressedFormatTests.cpp | 275 tcu::UVec4 maxDiff (0u, 0u, 0u, 0u); in validateTexture() 315 maxDiff = tcu::max(maxDiff, smpDiff); in validateTexture() 343 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", color threshold = " << colorThreshold.toIVec().cast<deUint32>() in validateTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureCompressedFormatTests.cpp | 275 tcu::UVec4 maxDiff (0u, 0u, 0u, 0u); in validateTexture() 315 maxDiff = tcu::max(maxDiff, smpDiff); in validateTexture() 343 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", color threshold = " << colorThreshold.toIVec().cast<deUint32>() in validateTexture()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_values.py | 90 self.maxDiff = None
|
/third_party/python/Lib/test/test_email/ |
H A D | __init__.py | 25 maxDiff = None variable in TestEmailBase
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_pindent.py | 37 self.maxDiff = None
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | run_tests_test.py | 312 self.maxDiff = None 335 self.maxDiff = None
|