/third_party/boost/libs/math/example/ |
D | binomial_coinflip_example.cpp | 143 double probability = pdf(flip, successes); in main() local 155 double probability = cdf(flip, successes); // P(X <= heads) in main() local 163 double probability = 0.3; in main() local
|
D | binomial_quiz_example.cpp | 95 double probability = pdf(quiz, successes); in main() local
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttypefind.c | 141 gst_type_find_suggest (GstTypeFind * find, guint probability, GstCaps * caps) in gst_type_find_suggest() 167 guint probability, const char *media_type) in gst_type_find_suggest_empty_simple() 209 gst_type_find_suggest_simple (GstTypeFind * find, guint probability, in gst_type_find_suggest_simple()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | random_vertical_flip_with_bbox_op.h | 35 …explicit RandomVerticalFlipWithBBoxOp(float probability = kDefProbability) : distribution_(probabi… in distribution_() argument
|
D | random_horizontal_flip_with_bbox_op.h | 36 …explicit RandomHorizontalFlipWithBBoxOp(float probability = kDefProbability) : distribution_(proba… in distribution_() argument
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctionsdata.h | 37 guint probability; member
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | random_horizontal_flip_with_bbox_ir.cc | 31 RandomHorizontalFlipWithBBoxOperation::RandomHorizontalFlipWithBBoxOperation(float probability) in RandomHorizontalFlipWithBBoxOperation()
|
/third_party/boost/libs/random/test/ |
D | statistic_tests.hpp | 97 double probability(int /*i*/) const { return 1.0/classes(); } in probability() function in equidistribution_experiment 217 double probability(unsigned int r) const in probability() function in runs_experiment 250 double probability(unsigned int r) const in probability() function in gap_experiment 297 double probability(unsigned int r) const in probability() function in poker_experiment 345 double probability(unsigned int r) const in probability() function in coupon_collector_experiment 428 double probability(unsigned int r) const in probability() function in birthday_spacing_experiment 535 double probability(double x) const in probability() function in kolmogorov_experiment 593 UnaryFunction probability) in chi_square_value()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttypefindelement.c | 181 guint probability, GstCaps * caps) in gst_type_find_element_have_type() 223 guint probability, GstCaps * caps) in gst_type_find_element_emit_have_type() 930 GstTypeFindProbability * probability) in gst_type_find_guess_by_extension() 1042 GstTypeFindProbability probability; in gst_type_find_element_chain_do_typefinding() local 1244 GstTypeFindProbability probability = GST_TYPE_FIND_NONE; in gst_type_find_element_loop() local
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-typefind.c | 35 have_type_handler (GstElement * typefind, guint probability, in have_type_handler()
|
/third_party/ffmpeg/libavcodec/ |
D | mjpegenc_huffman.h | 62 int probability[514]; ///< probability of each item 3, 8, 18, 46 member
|
/third_party/boost/boost/accumulators/statistics/ |
D | extended_p_square_quantile.hpp | 196 ar & probability; in serialize() local 202 mutable float_type probability; member
|
/third_party/iptables/include/linux/netfilter/ |
D | xt_statistic.h | 25 __u32 probability; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | dboolhuff.h | 60 static inline int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | dboolhuff.h | 77 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool()
|
/third_party/boost/boost/math/distributions/ |
D | students_t.hpp | 191 RealType probability; in cdf() local 212 RealType probability = p; in quantile() local
|
D | geometric.hpp | 376 RealType probability = -boost::math::expm1(z, Policy()); in cdf() local 402 RealType probability = exp(z); in cdf() local
|
D | negative_binomial.hpp | 384 RealType probability = ibeta(r, static_cast<RealType>(k+1), p, Policy()); in cdf() local 417 RealType probability = ibetac(r, static_cast<RealType>(k+1), p, Policy()); in cdf() local
|
D | binomial.hpp | 319 RealType probability, in find_lower_bound_on_p() 344 RealType probability, in find_upper_bound_on_p()
|
D | beta.hpp | 228 RealType probability) // cdf in find_alpha() 251 RealType probability) // probability cdf. in find_beta()
|
/third_party/boost/libs/graph/example/ |
D | inclusive_mean_geodesic.cpp | 55 float probability; member
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gsttypefindhelper.c | 227 helper_find_suggest (gpointer data, guint probability, GstCaps * caps) in helper_find_suggest() 563 buf_helper_find_suggest (gpointer data, guint probability, GstCaps * caps) in buf_helper_find_suggest()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | breakmydata.c | 75 gdouble probability; member
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/ |
D | validators.cc | 21 Status ValidateProbability(const std::string &op_name, const double probability) { in ValidateProbability()
|
/third_party/boost/boost/math/special_functions/detail/ |
D | t_distribution_inv.hpp | 437 T probability = (p > 0.5) ? 1 - p : p; in fast_students_t_quantile_imp() local
|