Searched refs:max_bucket (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/lib/ |
D | tst_timer_test.c | 57 static float bucket_len(unsigned int bucket, unsigned int max_bucket, in bucket_len() argument 60 return 1.00 * bucket * cols / max_bucket; in bucket_len() 104 unsigned int max_bucket = buckets[0]; in frequency_plot() local 106 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()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution_test.cc | 155 const int max_bucket = bucket_index(param.max()); // inclusive in ChiSquaredTestImpl() local 156 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()
|
/third_party/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution_test.cc | 155 const int max_bucket = bucket_index(param.max()); // inclusive in ChiSquaredTestImpl() local 156 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()
|
/third_party/boost/boost/graph/distributed/ |
D | delta_stepping_shortest_paths.hpp | 252 BucketIndex max_bucket = (std::numeric_limits<BucketIndex>::max)(); in run() local 263 current_bucket = max_bucket; in run() 275 if (current_bucket == max_bucket) in run()
|
D | betweenness_centrality.hpp | 345 BucketIndex max_bucket = (std::numeric_limits<BucketIndex>::max)(); in run() local 364 current_bucket = max_bucket; in run() 372 if (current_bucket == max_bucket) in run()
|
/third_party/boost/libs/graph/doc/ |
D | minimum_degree_ordering.w | 256 bucket_sorter(size_type length, bucket_type max_bucket, 302 (size_type N, bucket_type max_bucket, 305 : head(max_bucket, invalid_value()),
|
/third_party/boost/boost/intrusive/ |
D | hashtable.hpp | 3486 for( const size_type max_bucket = this->bucket_count() in priv_equal_range() local 3487 ; n_bucket != max_bucket in priv_equal_range()
|