Searched defs:testParam (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp759 const LineParametersWithConfidence testParam = theilSenSiegelLinearRegression(testSamples, confidence); local
760 const float usPerCall = testParam.coefficient;
768 << "[" << testParam.offsetConfidenceLower << ", " << testParam.offset << ", " << testParam.offsetConfidenceUpper << "]us +"
769 << "[" << testParam.coefficientConfidenceLower << ", " << testParam.coefficient << ", " << testParam.coefficientConfidenceUpper << "]"
775 if (testParam.coefficientConfidenceLower < 0.0f)
780 else if (testParam
1070 const LineParametersWithConfidence testParam = theilSenSiegelLinearRegression(testSamples, confidence); local
[all...]

Completed in 1395 milliseconds