Home
last modified time | relevance | path

Searched refs:rightLine (Results 1 – 4 of 4) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/
DTwoColumnOutput.java104 String rightLine = null; in write() local
114 rightLine = rightLines[i]; in write()
115 if (rightLine == null) { in write()
120 if (leftLine != null || rightLine != null) { in write()
134 if (rightLine != null) { in write()
135 out.write(rightLine); in write()
/external/icu/icu4c/source/test/cintltst/
Dsorttest.c129 const Line *rightLine=(const Line *)right; in linesComparator() local
131 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN); in linesComparator()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp549 const gls::LineParameters rightLine = gls::theilSenLinearRegression(rightData); in computeSegmentedEstimator() local
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f) in computeSegmentedEstimator()
558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp549 const gls::LineParameters rightLine = gls::theilSenLinearRegression(rightData); in computeSegmentedEstimator() local
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f) in computeSegmentedEstimator()
558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator()