Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_timer_test.c57 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()
/external/abseil-cpp/absl/random/
Dlog_uniform_int_distribution_test.cc151 const int max_bucket = bucket_index(param.max()); // inclusive in ChiSquaredTestImpl() local
152 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()
/external/angle/third_party/abseil-cpp/absl/random/
Dlog_uniform_int_distribution_test.cc155 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()
/external/webrtc/third_party/abseil-cpp/absl/random/
Dlog_uniform_int_distribution_test.cc151 const int max_bucket = bucket_index(param.max()); // inclusive in ChiSquaredTestImpl() local
152 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()
/external/openscreen/third_party/abseil/src/absl/random/
Dlog_uniform_int_distribution_test.cc155 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()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Dlog_uniform_int_distribution_test.cc155 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()
/external/libtextclassifier/abseil-cpp/absl/random/
Dlog_uniform_int_distribution_test.cc155 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()
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto74 optional bool max_bucket = 2; field
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc559 if (bucket.max_bucket()) in FormatHistogram()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto7849 optional bool max_bucket = 2; field