Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/util/
DTwoColumnOutput.java103 String leftLine = null; in write() local
107 leftLine = leftLines[i]; in write()
108 if (leftLine == null) { in write()
120 if (leftLine != null || rightLine != null) { in write()
122 if (leftLine != null) { in write()
123 out.write(leftLine); in write()
124 written = leftLine.length(); in write()
/external/icu/icu4c/source/test/cintltst/
Dsorttest.c129 const Line *leftLine=(const Line *)left; in linesComparator() local
132 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN); in linesComparator()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp548 const gls::LineParameters leftLine = gls::theilSenLinearRegression(leftData); 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.cpp548 const gls::LineParameters leftLine = gls::theilSenLinearRegression(leftData); in computeSegmentedEstimator() local
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f) in computeSegmentedEstimator()
558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator()