Home
last modified time | relevance | path

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

/art/runtime/base/
Dhistogram-inl.h225 inline double Histogram<Value>::Percentile(double per, const CumulativeData& data) const { in Percentile() argument
229 if (per <= data.perc_[idx]) { in Percentile()
234 if (per >= data.perc_[idx] && idx != 0 && data.perc_[idx] != data.perc_[idx - 1]) { in Percentile()
241 if (per == lower_perc) { in Percentile()
247 if (per == upper_perc) { in Percentile()
253 (per - lower_perc) / (upper_perc - lower_perc); in Percentile()
Dhistogram.h59 double Percentile(double per, const CumulativeData& data) const;