Searched refs:simpleLinearRegressionError (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp417 static float simpleLinearRegressionError (const vector<Vec2>& data) function in namespace:deqp::gles2::Performance::__anon19958
498 const float totalError = verticalVariance(leftData) + simpleLinearRegressionError(rightData);
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp417 static float simpleLinearRegressionError (const vector<Vec2>& data) function in namespace:deqp::gles3::Performance::__anon20243
498 const float totalError = verticalVariance(leftData) + simpleLinearRegressionError(rightData);

Completed in 54 milliseconds