Lines Matching defs:percentile
687 int64_t hdr_value_at_percentile(const struct hdr_histogram* h, double percentile)
689 double requested_percentile = percentile < 100.0 ? percentile : 100.0;
693 if (percentile == 0.0)
710 // i.e. to store the expected cumulative count at each percentile
928 percentiles->percentile = 100.0;
946 percentiles->percentile = percentiles->percentile_to_iterate_to;
969 iter->specifics.percentiles.percentile = 0.0;
1197 double percentile = percentiles->percentile / 100.0;
1199 double inverted_percentile = (1.0 / (1.0 - percentile));
1202 stream, line_format, value, percentile, total_count, inverted_percentile) < 0)