Home
last modified time | relevance | path

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

/art/runtime/base/
Dhistogram-inl.h227 size_t upper_idx = 0, lower_idx = 0; in Percentile() local
230 upper_idx = idx; in Percentile()
245 const double upper_perc = data.perc_[upper_idx]; in Percentile()
246 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()