Home
last modified time | relevance | path

Searched refs:Percentile (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp71 uint64_t Percentile) { in getEntryForPercentile() argument
73 return Entry.Cutoff < Percentile; in getEntryForPercentile()
/third_party/node/src/
Dhistogram.cc141 double value = static_cast<double>((*histogram)->Percentile(percentile)); in GetPercentile()
152 int64_t value = (*histogram)->Percentile(percentile); in GetPercentileBigInt()
579 double value = static_cast<double>((*histogram)->Percentile(percentile)); in GetPercentile()
590 int64_t value = (*histogram)->Percentile(percentile); in GetPercentileBigInt()
Dhistogram-inl.h54 int64_t Histogram::Percentile(double percentile) const { in Percentile() function
Dhistogram.h42 inline int64_t Percentile(double percentile) const;
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc1094 double PercentileRatio(double Percentile = 0.95) const { in PercentileRatio()
1096 auto mid = r.begin() + static_cast<size_t>(r.size() * Percentile); in PercentileRatio()
1119 size_t PercentileProbe(double Percentile = 0.99) const { in PercentileProbe()
1122 if (Percentile > p) { in PercentileProbe()
1123 Percentile -= p; in PercentileProbe()