OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rightData
(Results
1 - 6
of
6
) 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
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 2085 milliseconds