/external/sqlite/dist/ext/misc/ |
D | percentile.c | 71 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/ |
D | Percentile.java | 82 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/ |
D | ProfileSummaryInfo.cpp | 41 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/ |
D | Percentile.java | 96 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/ |
D | histogram_view.cc | 63 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/ |
D | histogram_view.cc | 63 double HistogramView::Percentile(double p) const { in Percentile() function in grpc_core::HistogramView
|
/external/chromium-trace/catapult/common/lab/ |
D | commits.py | 35 def Percentile(data, percentile): function
|
/external/tensorflow/tensorflow/core/lib/histogram/ |
D | histogram.cc | 126 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
|
D | histogram_test.cc | 78 TEST(Histogram, Percentile) { in TEST() argument
|
/external/grpc-grpc/test/cpp/qps/ |
D | histogram.h | 48 double Percentile(double pctile) const { in Percentile() function
|
/external/leveldb/util/ |
D | histogram.cc | 209 double Histogram::Percentile(double p) const { in Percentile() function in leveldb::Histogram
|
/external/grpc-grpc/test/core/util/ |
D | histogram_test.cc | 59 TEST(HistogramTest, Percentile) { in TEST() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 82 uint64_t Percentile) { in getEntryForPercentile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ProfileSummaryInfo.cpp | 71 uint64_t Percentile) { in getEntryForPercentile()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/metrics/v1/ |
D | metrics.pb.go | 1122 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/ |
D | service-2.json | 26559 "Percentile":{ object
|