/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() 176 gst_type_find_suggest_simple (GstTypeFind * find, guint probability, in gst_type_find_suggest_simple()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttypefindelement.c | 178 guint probability, GstCaps * caps) in gst_type_find_element_have_type() 220 guint probability, GstCaps * caps) in gst_type_find_element_emit_have_type() 904 GstTypeFindProbability * probability) in gst_type_find_guess_by_extension() 1016 GstTypeFindProbability probability; in gst_type_find_element_chain_do_typefinding() local 1218 GstTypeFindProbability probability = GST_TYPE_FIND_NONE; in gst_type_find_element_loop() local
|
/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/ffmpeg/libavcodec/ |
D | mjpegenc_huffman.h | 62 int probability[514]; ///< probability of each item 3, 8, 18, 46 member
|
D | magicyuvenc.c | 292 int probability[514]; ///< probability of each item 3, 8, 18, 46 member
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-typefind.c | 35 have_type_handler (GstElement * typefind, guint probability, in have_type_handler()
|
/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/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 | beta.hpp | 228 RealType probability) // cdf in find_alpha() 251 RealType probability) // probability cdf. in find_beta()
|
D | binomial.hpp | 319 RealType probability, in find_lower_bound_on_p() 344 RealType probability, in find_upper_bound_on_p()
|
/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 | 72 gdouble probability; member
|
/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
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gsttagdemux.c | 628 GstTypeFindProbability probability = 0; in gst_tag_demux_chain_buffer() local 1298 GstTypeFindProbability probability = 0; in gst_tag_demux_element_find() local
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctions.c | 142 guint probability = 95; /* starting probability */ in utf8_type_find_have_valid_utf8_at_offset() local 1557 guint probability = found * GST_TYPE_FIND_MAXIMUM * in mp3_type_find_at_offset() local 2529 gint probability; in mpeg_ts_type_find() local 2664 GstTypeFindProbability probability = 0; in mpeg4_video_type_find() local 3063 GstTypeFindProbability probability = 0; in mpeg_video_stream_type_find() local 3578 GstTypeFindProbability probability; in mod_type_find() local 5817 guint probability; member
|
/third_party/json/include/nlohmann/thirdparty/hedley/ |
D | hedley.hpp | 1252 # define JSON_HEDLEY_PREDICT(expr, value, probability) __builtin_expect_with_probability( (expr),… argument 1253 # define JSON_HEDLEY_PREDICT_TRUE(expr, probability) __builtin_expect_with_probability(!!(expr),… argument 1254 # define JSON_HEDLEY_PREDICT_FALSE(expr, probability) __builtin_expect_with_probability(!!(expr),… argument
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxpartreader.c | 939 type_found (GstElement * typefind, guint probability, in type_found()
|
/third_party/libnl/include/linux-private/linux/ |
D | pkt_sched.h | 579 __u32 probability; member 584 __u32 probability; member
|