Searched refs:firstCandidateNdx (Results 1 – 1 of 1) sorted by relevance
1130 int firstCandidateNdx = binarySearchFirstVec3WithXAtLeast(supersetSorted, matchMin.x()); in oneWayComparePointSets() local1132 if (firstCandidateNdx >= 0) in oneWayComparePointSets()1135 …for (int superNdx = firstCandidateNdx; superNdx < (int)supersetSorted.size() && supersetSorted[sup… in oneWayComparePointSets()