HomeSort by relevance Sort by last modified time
    Searched defs:rightData (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 485 vector<Vec2> rightData;
491 rightData.push_back(data[i]);
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
498 const float totalError = verticalVariance(leftData) + simpleLinearRegressionError(rightData);
537 vector<Vec2> rightData;
544 rightData.push_back(data[i]);
549 const gls::LineParameters rightLine = gls::theilSenLinearRegression(rightData);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 485 vector<Vec2> rightData;
491 rightData.push_back(data[i]);
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
498 const float totalError = verticalVariance(leftData) + simpleLinearRegressionError(rightData);
537 vector<Vec2> rightData;
544 rightData.push_back(data[i]);
549 const gls::LineParameters rightLine = gls::theilSenLinearRegression(rightData);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 2446 milliseconds