Searched refs:upperRank (Results 1 – 1 of 1) sorted by relevance
6009 const int upperRank = upperIndex; // convert zero-indexed to rank, upperIndex is last equal + 1 in sumOfRanks() local6010 const float rankMidpoint = (lowerRank + upperRank) / 2.0f; in sumOfRanks()