Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp770 …<< "[" << 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()
1073 …if (!de::inRange(0.0f, nullParam.coefficientConfidenceLower, nullParam.coefficientConfidenceUpper)) in logAnalysis()
1079 if (de::inRange(0.0f, baseParam.coefficientConfidenceLower, baseParam.coefficientConfidenceUpper)) in logAnalysis()
1090 …<< "[" << nullParam.coefficientConfidenceLower << ", " << nullParam.coefficient << ", " << nullPar… in logAnalysis()
1095 …<< "[" << baseParam.coefficientConfidenceLower << ", " << baseParam.coefficient << ", " << basePar… in logAnalysis()
1100 …<< "[" << testParam.coefficientConfidenceLower << ", " << testParam.coefficient << ", " << testPar… in logAnalysis()
1105 if (de::inRange(0.0f, testParam.coefficientConfidenceLower, testParam.coefficientConfidenceUpper)) in logAnalysis()
1110 else if (testParam.coefficientConfidenceLower < testParam.coefficientConfidenceUpper*0.25) in logAnalysis()
[all …]
Des3pBufferDataUploadTests.cpp1769 …ence lower limit", "us / MB", QP_KEY_TAG_TIME, theilSenFitting.coefficientConfidenceLower * 1024.0… in analyzeSampleResults()
1836 …ence lower limit", "us / MB", QP_KEY_TAG_TIME, theilSenFitting.coefficientConfidenceLower * 1024.0… in analyzeSampleResults()
/external/deqp/modules/glshared/
DglsCalibration.hpp59 float coefficientConfidenceLower; member
DglsCalibration.cpp167 result.coefficientConfidenceLower = linearSample(medianSlopes, 0.5f - reportedConfidence*0.5f); in theilSenSiegelLinearRegression()