Searched refs:unboundedIndex (Results 1 – 1 of 1) sorted by relevance
59 const int unboundedIndex = lround((value - mLow) / mBinSize) + 1; in add() local62 const int index = std::max(0, std::min((int)(mBins.size() - 1), unboundedIndex)); in add()