Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/util/
Dhistogram.cc71 static double bucket_start(grpc_histogram* h, double x) { in bucket_start() function
181 return (bucket_start(h, static_cast<double>(lower_idx)) + in threshold_for_count_below()
182 bucket_start(h, static_cast<double>(upper_idx))) / in threshold_for_count_below()
187 lower_bound = bucket_start(h, static_cast<double>(lower_idx)); in threshold_for_count_below()
188 upper_bound = bucket_start(h, static_cast<double>(lower_idx + 1)); in threshold_for_count_below()