Searched refs:testParam (Results 1 – 2 of 2) sorted by relevance
/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/clang/test/Analysis/inlining/ |
D | InlineObjCInstanceMethod.m | 53 + (int)testParam: (MyClass*) a {
|