/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/debug/ |
D | histogram_view.cc | 32 int upper_idx; in ThresholdForCountBelow() local 46 for (upper_idx = lower_idx + 1; upper_idx < num_buckets; upper_idx++) { in ThresholdForCountBelow() 47 if (buckets[upper_idx]) { in ThresholdForCountBelow() 51 return (bucket_boundaries[lower_idx] + bucket_boundaries[upper_idx]) / 2.0; in ThresholdForCountBelow()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/debug/ |
H A D | histogram_view.cc | 32 int upper_idx; in ThresholdForCountBelow() local 46 for (upper_idx = lower_idx + 1; upper_idx < num_buckets; upper_idx++) { in ThresholdForCountBelow() 47 if (buckets[upper_idx]) { in ThresholdForCountBelow() 51 return (bucket_boundaries[lower_idx] + bucket_boundaries[upper_idx]) / 2.0; in ThresholdForCountBelow()
|
/aosp_15_r20/external/grpc-grpc/test/core/util/ |
H A D | histogram.cc | 152 size_t upper_idx; in threshold_for_count_below() local 176 for (upper_idx = lower_idx + 1; upper_idx < h->num_buckets; upper_idx++) { in threshold_for_count_below() 177 if (h->buckets[upper_idx]) { in threshold_for_count_below() 182 bucket_start(h, static_cast<double>(upper_idx))) / in threshold_for_count_below()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/ |
D | histogram-inl.h | 243 size_t upper_idx = 0, lower_idx = 0; in Percentile() local 246 upper_idx = idx; in Percentile() 261 const double upper_perc = data.perc_[upper_idx]; in Percentile() 262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/ |
D | histogram-inl.h | 243 size_t upper_idx = 0, lower_idx = 0; in Percentile() local 246 upper_idx = idx; in Percentile() 261 const double upper_perc = data.perc_[upper_idx]; in Percentile() 262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/ |
D | histogram-inl.h | 243 size_t upper_idx = 0, lower_idx = 0; in Percentile() local 246 upper_idx = idx; in Percentile() 261 const double upper_perc = data.perc_[upper_idx]; in Percentile() 262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/ |
D | histogram-inl.h | 243 size_t upper_idx = 0, lower_idx = 0; in Percentile() local 246 upper_idx = idx; in Percentile() 261 const double upper_perc = data.perc_[upper_idx]; in Percentile() 262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/ |
D | histogram-inl.h | 243 size_t upper_idx = 0, lower_idx = 0; in Percentile() local 246 upper_idx = idx; in Percentile() 261 const double upper_perc = data.perc_[upper_idx]; in Percentile() 262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/ |
D | histogram-inl.h | 243 size_t upper_idx = 0, lower_idx = 0; in Percentile() local 246 upper_idx = idx; in Percentile() 261 const double upper_perc = data.perc_[upper_idx]; in Percentile() 262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/ |
D | histogram-inl.h | 243 size_t upper_idx = 0, lower_idx = 0; in Percentile() local 246 upper_idx = idx; in Percentile() 261 const double upper_perc = data.perc_[upper_idx]; in Percentile() 262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/ |
D | histogram-inl.h | 243 size_t upper_idx = 0, lower_idx = 0; in Percentile() local 246 upper_idx = idx; in Percentile() 261 const double upper_perc = data.perc_[upper_idx]; in Percentile() 262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
|
/aosp_15_r20/art/libartbase/base/ |
H A D | histogram-inl.h | 243 size_t upper_idx = 0, lower_idx = 0; in Percentile() local 246 upper_idx = idx; in Percentile() 261 const double upper_perc = data.perc_[upper_idx]; in Percentile() 262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
|
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/ |
D | histogram-inl.h | 243 size_t upper_idx = 0, lower_idx = 0; in Percentile() local 246 upper_idx = idx; in Percentile() 261 const double upper_perc = data.perc_[upper_idx]; in Percentile() 262 const double upper_value = static_cast<double>(GetRange(upper_idx)); in Percentile()
|
/aosp_15_r20/external/pytorch/torch/distributed/pipelining/ |
H A D | microbatch.py | 200 upper_idx = split_dim_idx + chunk_tensor.size(chunk_v.split_dim) 204 split_dim_idx, upper_idx
|
/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | big_int.h | 215 const size_t upper_idx = i < M ? i : M - 1; 217 for (size_t j = lower_idx; j <= upper_idx; ++j)
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 2870 int upper_idx = lower_idx == const0_idx ? const1_idx : const0_idx; in combine_clamp() local 2873 if (upper_idx != 0 || lower_idx == 0) in combine_clamp() 2876 if (upper_idx == 0 || lower_idx != 0) in combine_clamp()
|