Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp1070 …const LineParametersWithConfidence baseParam = theilSenSiegelLinearRegression(baseSamples, confide… in logAnalysis() local
1079 if (de::inRange(0.0f, baseParam.coefficientConfidenceLower, baseParam.coefficientConfidenceUpper)) in logAnalysis()
1094 …<< "[" << baseParam.offsetConfidenceLower << ", " << baseParam.offset << ", " << baseParam.offset… in logAnalysis()
1095 …<< "[" << baseParam.coefficientConfidenceLower << ", " << baseParam.coefficient << ", " << basePar… in logAnalysis()
1115 else if (baseParam.coefficientConfidenceLower < baseParam.coefficientConfidenceUpper*0.25) in logAnalysis()
1123 …T_RESULT_PASS, de::floatToString(de::abs(testParam.coefficient)/de::abs(baseParam.coefficient), 2)… in logAnalysis()