/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 760 …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/ |
D | pragma-attribute-cxx-subject-match-rules.cpp | 134 void testVarFunction(int testParam) { in testVarFunction() argument
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 425 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()
|
D | vktPipelineCreationFeedbackTests.cpp | 494 const CacheTestParam* testParam) in newTestCase() argument 497 testParam->generateTestName().c_str(), in newTestCase() 498 testParam->generateTestDescription().c_str(), in newTestCase() 499 testParam); in newTestCase()
|
D | vktPipelineExecutablePropertiesTests.cpp | 529 const ExecutablePropertiesTestParam* testParam) in newTestCase() argument 532 testParam->generateTestName().c_str(), in newTestCase() 533 testParam->generateTestDescription().c_str(), in newTestCase() 534 testParam); in newTestCase()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 297 const DepthRangeUnrestrictedParam testParam) in newTestCase() argument 300 generateTestName(testParam).c_str(), in newTestCase() 301 generateTestDescription(testParam).c_str(), in newTestCase() 302 testParam); in newTestCase()
|
D | vktPipelineTimestampTests.cpp | 611 TimestampTestParam* testParam) in newTestCase() argument 614 testParam->generateTestName().c_str(), in newTestCase() 615 testParam->generateTestDescription().c_str(), in newTestCase() 616 testParam); in newTestCase()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 837 const BlendOperationAdvancedParam testParam) in newTestCase() argument 840 generateTestName(testParam).c_str(), in newTestCase() 842 testParam); in newTestCase()
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | InlineObjCInstanceMethod.m | 53 + (int)testParam: (MyClass*) a {
|
/external/clang/test/Analysis/inlining/ |
D | InlineObjCInstanceMethod.m | 53 + (int)testParam: (MyClass*) a {
|