Searched refs:lowerIndex (Results 1 – 1 of 1) sorted by relevance
6006 …const int lowerIndex = (int)(std::lower_bound(allSamples.begin(), allSamples.end(), testSample, … in sumOfRanks() local6008 const int lowerRank = lowerIndex + 1; // convert zero-indexed to rank in sumOfRanks()