Searched refs:count_so_far (Results 1 – 7 of 7) sorted by relevance
19 count_so_far = 021 count_so_far += buckets[lower_idx]22 if count_so_far >= count_below:24 if count_so_far == count_below:37 (count_so_far - count_below) / float(buckets[lower_idx]))
97 double count_so_far; in threshold_for_count_below() local104 count_so_far = 0.0; in threshold_for_count_below()106 count_so_far += static_cast<double>(bucket_counts[lower_idx]); in threshold_for_count_below()107 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()
148 double count_so_far; in threshold_for_count_below() local166 count_so_far = 0.0; in threshold_for_count_below()168 count_so_far += h->buckets[lower_idx]; 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()
283 count_so_far = 0 variable293 count_so_far += 1299 if num_prints is not None and count_so_far >= num_prints:
266 count_so_far = 0 variable276 count_so_far += 1277 if num_prints is not None and count_so_far >= num_prints:
508 count_so_far = 0 variable522 count_so_far += 1523 if num_prints is not None and count_so_far >= num_prints:
688 count_so_far = 0699 count_so_far += 1701 count_so_far >= self.args.count: