Searched refs:count_below (Results 1 – 3 of 3) sorted by relevance
18 def _threshold_for_count_below(buckets, boundaries, count_below): argument22 if count_so_far >= count_below:24 if count_so_far == count_below:37 (count_so_far - count_below) / float(buckets[lower_idx]))
147 static double threshold_for_count_below(grpc_histogram* h, double count_below) { in threshold_for_count_below() argument158 if (count_below <= 0) { in threshold_for_count_below()161 if (count_below >= h->count) { in threshold_for_count_below()169 if (count_so_far >= count_below) { in threshold_for_count_below()173 if (count_so_far == count_below) { in threshold_for_count_below()190 (count_so_far - count_below) / in threshold_for_count_below()
96 int num_buckets, double count_below) { in threshold_for_count_below() argument107 if (count_so_far >= count_below) { in threshold_for_count_below()111 if (count_so_far == count_below) { in threshold_for_count_below()126 (count_so_far - count_below) / in threshold_for_count_below()