Home
last modified time | relevance | path

Searched defs:Percentile (Results 1 – 16 of 16) sorted by relevance

/external/sqlite/dist/ext/misc/
Dpercentile.c71 typedef struct Percentile Percentile; typedef
72 struct Percentile { struct
73 unsigned nAlloc; /* Number of slots allocated for a[] */
74 unsigned nUsed; /* Number of slots actually used in a[] */
75 double rPct; /* 1.0 more than the value for P */
76 double *a; /* Array of Y values */
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
DPercentile.java82 public class Percentile extends AbstractUnivariateStatistic implements Serializable { class
104 public Percentile() { in Percentile() method in Percentile
114 public Percentile(final double p) { in Percentile() method in Percentile
125 public Percentile(Percentile original) { in Percentile() method in Percentile
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp41 uint64_t Percentile) { in getMinCountForPercentile()
42 auto Compare = [](const ProfileSummaryEntry &Entry, uint64_t Percentile) { in getMinCountForPercentile()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/rank/
DPercentile.java96 public class Percentile extends AbstractUnivariateStatistic implements Serializable { class
135 public Percentile() { in Percentile() method in Percentile
151 public Percentile(final double quantile) throws MathIllegalArgumentException { in Percentile() method in Percentile
163 public Percentile(final Percentile original) throws NullArgumentException { in Percentile() method in Percentile
189 protected Percentile(final double quantile, in Percentile() method in Percentile
/external/grpc-grpc/src/core/lib/debug/
Dhistogram_view.cc63 double HistogramView::Percentile(double p) const { in Percentile() function in grpc_core::HistogramView
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/debug/
Dhistogram_view.cc63 double HistogramView::Percentile(double p) const { in Percentile() function in grpc_core::HistogramView
/external/chromium-trace/catapult/common/lab/
Dcommits.py35 def Percentile(data, percentile): function
/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.cc126 double Histogram::Percentile(double p) const { in Percentile() function in tensorflow::histogram::Histogram
258 double ThreadSafeHistogram::Percentile(double p) const { in Percentile() function in tensorflow::histogram::ThreadSafeHistogram
Dhistogram_test.cc78 TEST(Histogram, Percentile) { in TEST() argument
/external/grpc-grpc/test/cpp/qps/
Dhistogram.h48 double Percentile(double pctile) const { in Percentile() function
/external/leveldb/util/
Dhistogram.cc209 double Histogram::Percentile(double p) const { in Percentile() function in leveldb::Histogram
/external/grpc-grpc/test/core/util/
Dhistogram_test.cc59 TEST(HistogramTest, Percentile) { in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp82 uint64_t Percentile) { in getEntryForPercentile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp71 uint64_t Percentile) { in getEntryForPercentile()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/metrics/v1/
Dmetrics.pb.go1122 Percentile float64 `protobuf:"fixed64,1,opt,name=percentile,proto3" json:"percentile,omitempty"` member
/external/aws-sdk-java-v2/services/sagemaker/src/main/resources/codegen-resources/
Dservice-2.json26559 "Percentile":{ object