Searched refs:max_bucket (Results 1 – 10 of 10) sorted by relevance
57 static float bucket_len(unsigned int bucket, unsigned int max_bucket, in bucket_len() argument60 return 1.00 * bucket * cols / max_bucket; in bucket_len()104 unsigned int max_bucket = buckets[0]; in frequency_plot() local106 max_bucket = MAX(max_bucket, buckets[i]); in frequency_plot()126 float len = bucket_len(buckets[i], max_bucket, plot_line_len); in frequency_plot()145 float scale = 1.00 * plot_line_len / max_bucket; in frequency_plot()
151 const int max_bucket = bucket_index(param.max()); // inclusive in ChiSquaredTestImpl() local152 const size_t trials = 15 + (max_bucket + 1) * 10; in ChiSquaredTestImpl()156 std::vector<int64_t> buckets(max_bucket + 1); in ChiSquaredTestImpl()164 ABSL_ASSERT(bucket <= max_bucket); in ChiSquaredTestImpl()
155 const int max_bucket = bucket_index(param.max()); // inclusive in ChiSquaredTestImpl() local156 const size_t trials = 15 + (max_bucket + 1) * 10; in ChiSquaredTestImpl()160 std::vector<int64_t> buckets(max_bucket + 1); in ChiSquaredTestImpl()168 ABSL_ASSERT(bucket <= max_bucket); in ChiSquaredTestImpl()
74 optional bool max_bucket = 2; field
559 if (bucket.max_bucket()) in FormatHistogram()
7849 optional bool max_bucket = 2; field