Home
last modified time | relevance | path

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

/third_party/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()