Home
last modified time | relevance | path

Searched refs:highest_equivalent_value (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c254 static int64_t highest_equivalent_value(const struct hdr_histogram* h, int64_t value) in highest_equivalent_value() function
303 h->max_value = highest_equivalent_value(h, max_value); in hdr_reset_internal_counters()
656 return highest_equivalent_value(h, h->max_value); in hdr_max()
697 return highest_equivalent_value(h, value_from_idx); in hdr_value_at_percentile()
727 values[at_pos] = highest_equivalent_value(h, iter.value); in hdr_value_at_percentiles()
833 iter->highest_equivalent_value = leq + size_of_equivalent_value_range - 1; in move_next()
894 iter->highest_equivalent_value = 0; in hdr_iter_init()
944 update_iterated_values(iter, highest_equivalent_value(iter->h, iter->value)); in percentile_iter_next()
1196 double value = iter.highest_equivalent_value / value_scale; in hdr_percentiles_print()
/third_party/node/deps/histogram/include/hdr/
H A Dhdr_histogram.h391 int64_t highest_equivalent_value; member

Completed in 3 milliseconds