Home
last modified time | relevance | path

Searched refs:GetRange (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dhistogram-inl.h139 template <class Value> inline Value Histogram<Value>::GetRange(size_t bucket_idx) const { in GetRange() function
170 os << GetRange(bin_idx) << ": " << data.freq_[bin_idx] << "\t" in PrintBins()
187 os << GetRange(bin_idx) << ":" << frequency_[bin_idx]; in DumpBins()
256 const double lower_value = static_cast<double>(GetRange(lower_idx)); in Percentile()
262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
Dhistogram.h68 Value GetRange(size_t bucket_idx) const;