Searched refs:midIndex (Results 1 – 2 of 2) sorted by relevance
83 int midIndex = (startIndex + endIndex) / 2; in getInterpolation() local84 if (t < mX[midIndex]) { in getInterpolation()85 endIndex = midIndex; in getInterpolation()87 startIndex = midIndex; in getInterpolation()
253 val midIndex = totalIndices / 2 in <lambda>() constant255 return max(midIndex - halfPage, 0) to min(midIndex + halfPage, totalIndices - 1) in <lambda>()