Searched defs:percentile (Results 1 – 14 of 14) sorted by relevance
/third_party/node/lib/internal/ |
D | histogram.js | 87 percentile(percentile) { argument
|
/third_party/grpc/tools/run_tests/performance/ |
D | massage_qps_stats_helpers.py | 40 def percentile(buckets, pctl, boundaries): function
|
/third_party/node/src/ |
D | histogram-inl.h | 39 double Histogram::Percentile(double percentile) { in Percentile()
|
D | histogram.cc | 95 double percentile = args[0].As<Number>()->Value(); in GetPercentile() local 336 double percentile = args[0].As<Number>()->Value(); in GetPercentile() local
|
/third_party/grpc/test/core/util/ |
D | histogram_test.cc | 28 static void expect_percentile(grpc_histogram* h, double percentile, in expect_percentile()
|
D | histogram.cc | 196 double grpc_histogram_percentile(grpc_histogram* h, double percentile) { in grpc_histogram_percentile()
|
/third_party/ffmpeg/libavfilter/ |
D | median.h | 34 float percentile; member
|
D | vf_xmedian.c | 40 float percentile; member
|
/third_party/grpc/src/core/lib/debug/ |
D | stats.cc | 138 double percentile) { in grpc_stats_histo_percentile()
|
/third_party/mindspore/mindspore/nn/metrics/ |
D | hausdorff_distance.py | 105 def __init__(self, distance_metric="euclidean", percentile=None, directed=False, crop=True): argument
|
/third_party/grpc/tools/profiling/latency_profile/ |
D | profile_analyzer.py | 186 def percentile(N, percent, key=lambda x: x): function
|
/third_party/ffmpeg/libavutil/ |
D | hdr_dynamic_metadata.h | 52 AVRational percentile; member
|
/third_party/node/deps/histogram/src/ |
D | hdr_histogram.h | 334 double percentile; member
|
D | hdr_histogram.c | 646 int64_t hdr_value_at_percentile(const struct hdr_histogram* h, double percentile) in hdr_value_at_percentile() 1127 double percentile = percentiles->percentile / 100.0; in hdr_percentiles_print() local
|