Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dhistogram.js185 percentile(percentile) { method in Histogram
200 percentileBigInt(percentile) { argument
/third_party/node/src/
Dhistogram-inl.h54 int64_t Histogram::Percentile(double percentile) const { in Percentile()
Dhistogram.cc140 double percentile = args[0].As<Number>()->Value(); in GetPercentile() local
151 double percentile = args[0].As<Number>()->Value(); in GetPercentileBigInt() local
578 double percentile = args[0].As<Number>()->Value(); in GetPercentile() local
589 double percentile = args[0].As<Number>()->Value(); in GetPercentileBigInt() local
/third_party/ffmpeg/libavfilter/
Dmedian.h34 float percentile; member
Dvf_xmedian.c43 float percentile; member
/third_party/ffmpeg/libavutil/
Dhdr_dynamic_metadata.h52 AVRational percentile; member
/third_party/backends/backend/genesys/
Dutilities.h104 float percentile) in compute_array_percentile_approx()
/third_party/node/deps/histogram/include/hdr/
Dhdr_histogram.h346 double percentile; member
/third_party/node/deps/histogram/src/
Dhdr_histogram.c687 int64_t hdr_value_at_percentile(const struct hdr_histogram* h, double percentile) in hdr_value_at_percentile()
1197 double percentile = percentiles->percentile / 100.0; in hdr_percentiles_print() local