Home
last modified time | relevance | path

Searched refs:testParam (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp760 …const LineParametersWithConfidence testParam = theilSenSiegelLinearRegression(testSamples, confide… in logAnalysis() local
761 const float usPerCall = testParam.coefficient; in logAnalysis()
769 …<< "[" << testParam.offsetConfidenceLower << ", " << testParam.offset << ", " << testParam.offset… in logAnalysis()
770 …<< "[" << testParam.coefficientConfidenceLower << ", " << testParam.coefficient << ", " << testPar… in logAnalysis()
776 if (testParam.coefficientConfidenceLower < 0.0f) in logAnalysis()
781 else if (testParam.coefficientConfidenceLower < testParam.coefficientConfidenceUpper*0.25) in logAnalysis()
1071 …const LineParametersWithConfidence testParam = theilSenSiegelLinearRegression(testSamples, confide… in logAnalysis() local
1099 …<< "[" << testParam.offsetConfidenceLower << ", " << testParam.offset << ", " << testParam.offset… in logAnalysis()
1100 …<< "[" << testParam.coefficientConfidenceLower << ", " << testParam.coefficient << ", " << testPar… in logAnalysis()
1105 if (de::inRange(0.0f, testParam.coefficientConfidenceLower, testParam.coefficientConfidenceUpper)) in logAnalysis()
[all …]
/external/llvm-project/clang/test/AST/
Dpragma-attribute-cxx-subject-match-rules.cpp134 void testVarFunction(int testParam) { in testVarFunction() argument
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp425 const CacheTestParam* testParam) in newTestCase() argument
428 testParam->generateTestName().c_str(), in newTestCase()
429 testParam->generateTestDescription().c_str(), in newTestCase()
430 testParam); in newTestCase()
2240 const CacheTestParam testParam(testParamShaders, DE_LENGTH_OF_ARRAY(testParamShaders), false); in createCacheTests() local
2246 &testParam)); in createCacheTests()
2251 &testParam)); in createCacheTests()
2256 &testParam)); in createCacheTests()
2261 &testParam)); in createCacheTests()
DvktPipelineCreationFeedbackTests.cpp494 const CacheTestParam* testParam) in newTestCase() argument
497 testParam->generateTestName().c_str(), in newTestCase()
498 testParam->generateTestDescription().c_str(), in newTestCase()
499 testParam); in newTestCase()
DvktPipelineExecutablePropertiesTests.cpp529 const ExecutablePropertiesTestParam* testParam) in newTestCase() argument
532 testParam->generateTestName().c_str(), in newTestCase()
533 testParam->generateTestDescription().c_str(), in newTestCase()
534 testParam); in newTestCase()
DvktPipelineDepthRangeUnrestrictedTests.cpp297 const DepthRangeUnrestrictedParam testParam) in newTestCase() argument
300 generateTestName(testParam).c_str(), in newTestCase()
301 generateTestDescription(testParam).c_str(), in newTestCase()
302 testParam); in newTestCase()
DvktPipelineTimestampTests.cpp611 TimestampTestParam* testParam) in newTestCase() argument
614 testParam->generateTestName().c_str(), in newTestCase()
615 testParam->generateTestDescription().c_str(), in newTestCase()
616 testParam); in newTestCase()
DvktPipelineBlendOperationAdvancedTests.cpp837 const BlendOperationAdvancedParam testParam) in newTestCase() argument
840 generateTestName(testParam).c_str(), in newTestCase()
842 testParam); in newTestCase()
/external/llvm-project/clang/test/Analysis/inlining/
DInlineObjCInstanceMethod.m53 + (int)testParam: (MyClass*) a {
/external/clang/test/Analysis/inlining/
DInlineObjCInstanceMethod.m53 + (int)testParam: (MyClass*) a {