Searched refs:binarySearchFirstVec3WithXAtLeast (Results 1 – 2 of 2) sorted by relevance
262 int binarySearchFirstVec3WithXAtLeast(const std::vector<tcu::Vec3> &sorted, float x) in binarySearchFirstVec3WithXAtLeast() function292 … const int firstCandidateNdx = binarySearchFirstVec3WithXAtLeast(supersetSorted, matchMin.x()); in oneWayComparePointSets()
1189 static int binarySearchFirstVec3WithXAtLeast(const vector<Vec3> &sorted, float x) in binarySearchFirstVec3WithXAtLeast() function1234 int firstCandidateNdx = binarySearchFirstVec3WithXAtLeast(supersetSorted, matchMin.x()); in oneWayComparePointSets()