Home
last modified time | relevance | path

Searched defs:maxDiff (Results 1 – 25 of 46) sorted by relevance

12

/external/grpc-grpc/src/python/grpcio_tests/tests/_sanity/
D_sanity_test.py26 maxDiff = 32768 variable in SanityTest
/external/deqp/modules/gles31/functional/
Des31fShaderPackingFunctionTests.cpp138 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
238 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
329 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
429 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
516 const int maxDiff = 0; // Values can be represented exactly in mediump. in iterate() local
622 const int maxDiff = 0; // All bits must be accurate. in iterate() local
736 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
846 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
945 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
1055 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
/external/deqp/modules/gles3/functional/
Des3fShaderPackingFunctionTests.cpp138 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
238 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
329 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
429 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
516 const int maxDiff = 0; // Values can be represented exactly in mediump. in iterate() local
622 const int maxDiff = 0; // All bits must be accurate. in iterate() local
Des3fColorClearTest.cpp239 RGBA maxDiff(0, 0, 0, 0); in iterate() local
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_cpython/
Dtest___main__.py48 maxDiff = None variable in CMDBase
182 maxDiff = None variable in ParseArgsTests
Dtest_supported.py43 maxDiff = None variable in IgnoredFromFileTests
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_common/
Dtest_show.py26 maxDiff = None variable in BasicTests
Dtest_files.py17 maxDiff = None variable in IterFilesTests
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderPackingFunctionTests.cpp147 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
261 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
366 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
480 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
583 const int maxDiff = 0; // Values can be represented exactly in mediump. in iterate() local
909 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
1029 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
1144 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only. in iterate() local
1264 const deUint32 maxDiff = 1; // Rounding error. in iterate() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DSonic.java56 private int maxDiff; field in Sonic
230 int maxDiff = 0; in findPitchPeriodInRange() local
260 private boolean previousPeriodBetter(int minDiff, int maxDiff) { in previousPeriodBetter()
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_variables/
Dtest_find.py13 maxDiff = None variable in _Base
Dtest_known.py16 maxDiff = None variable in _BaseTests
/external/deqp/framework/common/
DtcuImageCompare.cpp495 UVec4 maxDiff (0, 0, 0, 0); in floatUlpThresholdCompare() local
581 Vec4 maxDiff (0.0f, 0.0f, 0.0f, 0.0f); in floatThresholdCompare() local
669 Vec4 maxDiff (0.0f, 0.0f, 0.0f, 0.0f); in floatThresholdCompare() local
750 UVec4 maxDiff (0, 0, 0, 0); in intThresholdCompare() local
837 float maxDiff = 0.0; in dsThresholdCompare() local
/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py345 maxDiff = 4000 variable in TestSnapshot
655 maxDiff = 2048 variable in TestFilters
959 maxDiff = 80 * 20 variable in TestCAPI
Dtest_dtrace.py102 maxDiff = None variable in TraceTests
Dtest_multiprocessing_main_handling.py147 maxDiff = None # Show full tracebacks on subprocess failure variable in MultiProcessingCmdLineMixin
Dtest_venv.py50 maxDiff = 80 * 50 variable in BaseTest
/external/python/cpython3/Lib/test/test_email/
D__init__.py25 maxDiff = None variable in TestEmailBase
/external/autotest/server/hosts/
Dcros_repair_unittest.py311 maxDiff = None variable in CrosRepairUnittests
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CellIdTest.java289 int maxDiff = Math.min(6, S2CellId.MAX_LEVEL - id1.level() - 1); in testNeighbors() local
/external/fonttools/Tests/pens/
Dcu2quPen_test.py34 maxDiff = None variable in _TestPenMixin
/external/sonic/
DSonic.java522 int minDiff = 1, maxDiff = 0; in findPitchPeriodInRange() local
554 int maxDiff, in prevPeriodBetter()
587 Integer maxDiff = new Integer(0); in findPitchPeriod() local
Dsonic.c619 unsigned long diff, minDiff = 1, maxDiff = 0; in findPitchPeriodInRange() local
655 int maxDiff, in prevPeriodBetter()
690 int minDiff, maxDiff, retPeriod; in findPitchPeriod() local
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_parser/
Dtest_declarations.py15 maxDiff = None variable in TestCaseBase
/external/deqp/modules/gles2/functional/
Des2fColorClearTest.cpp239 RGBA maxDiff(0, 0, 0, 0); in iterate() local

12