Home
last modified time | relevance | path

Searched defs:percentile (Results 1 – 14 of 14) sorted by relevance

/third_party/node/lib/internal/
Dhistogram.js87 percentile(percentile) { argument
/third_party/grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py40 def percentile(buckets, pctl, boundaries): function
/third_party/node/src/
Dhistogram-inl.h39 double Histogram::Percentile(double percentile) { in Percentile()
Dhistogram.cc95 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/
Dhistogram_test.cc28 static void expect_percentile(grpc_histogram* h, double percentile, in expect_percentile()
Dhistogram.cc196 double grpc_histogram_percentile(grpc_histogram* h, double percentile) { in grpc_histogram_percentile()
/third_party/ffmpeg/libavfilter/
Dmedian.h34 float percentile; member
Dvf_xmedian.c40 float percentile; member
/third_party/grpc/src/core/lib/debug/
Dstats.cc138 double percentile) { in grpc_stats_histo_percentile()
/third_party/mindspore/mindspore/nn/metrics/
Dhausdorff_distance.py105 def __init__(self, distance_metric="euclidean", percentile=None, directed=False, crop=True): argument
/third_party/grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py186 def percentile(N, percent, key=lambda x: x): function
/third_party/ffmpeg/libavutil/
Dhdr_dynamic_metadata.h52 AVRational percentile; member
/third_party/node/deps/histogram/src/
Dhdr_histogram.h334 double percentile; member
Dhdr_histogram.c646 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