Home
last modified time | relevance | path

Searched refs:baseParam (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRemoveDynamicIndexing.cpp181 TIntermSymbol *baseParam = new TIntermSymbol(func.getParam(0)); in GetIndexFunctionDefinition() local
196 new TIntermBinary(EOpIndexDirect, baseParam->deepCopy(), CreateIndexNode(i)); in GetIndexFunctionDefinition()
231 new TIntermBinary(EOpIndexDirect, baseParam->deepCopy(), CreateIndexNode(0)); in GetIndexFunctionDefinition()
233 new TIntermBinary(EOpIndexDirect, baseParam->deepCopy(), CreateIndexNode(numCases - 1)); in GetIndexFunctionDefinition()
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp1070 …const LineParametersWithConfidence baseParam = theilSenSiegelLinearRegression(baseSamples, confide… in logAnalysis() local
1079 if (de::inRange(0.0f, baseParam.coefficientConfidenceLower, baseParam.coefficientConfidenceUpper)) in logAnalysis()
1094 …<< "[" << baseParam.offsetConfidenceLower << ", " << baseParam.offset << ", " << baseParam.offset… in logAnalysis()
1095 …<< "[" << baseParam.coefficientConfidenceLower << ", " << baseParam.coefficient << ", " << basePar… in logAnalysis()
1115 else if (baseParam.coefficientConfidenceLower < baseParam.coefficientConfidenceUpper*0.25) in logAnalysis()
1123 …T_RESULT_PASS, de::floatToString(de::abs(testParam.coefficient)/de::abs(baseParam.coefficient), 2)… in logAnalysis()