Home
last modified time | relevance | path

Searched defs:probability (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/libs/math/example/
Dbinomial_coinflip_example.cpp143 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
Dbinomial_quiz_example.cpp95 double probability = pdf(quiz, successes); in main() local
/third_party/gstreamer/gstreamer/gst/
Dgsttypefind.c141 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/
Dgsttypefindelement.c178 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/
Dstatistic_tests.hpp97 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/
Dmjpegenc_huffman.h62 int probability[514]; ///< probability of each item 3, 8, 18, 46 member
Dmagicyuvenc.c292 int probability[514]; ///< probability of each item 3, 8, 18, 46 member
/third_party/gstreamer/gstreamer/tools/
Dgst-typefind.c35 have_type_handler (GstElement * typefind, guint probability, in have_type_handler()
/third_party/boost/boost/accumulators/statistics/
Dextended_p_square_quantile.hpp196 ar & probability; in serialize() local
202 mutable float_type probability; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Ddboolhuff.h60 static inline int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Ddboolhuff.h77 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool()
/third_party/boost/boost/math/distributions/
Dstudents_t.hpp191 RealType probability; in cdf() local
212 RealType probability = p; in quantile() local
Dgeometric.hpp376 RealType probability = -boost::math::expm1(z, Policy()); in cdf() local
402 RealType probability = exp(z); in cdf() local
Dnegative_binomial.hpp384 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
Dbeta.hpp228 RealType probability) // cdf in find_alpha()
251 RealType probability) // probability cdf. in find_beta()
Dbinomial.hpp319 RealType probability, in find_lower_bound_on_p()
344 RealType probability, in find_upper_bound_on_p()
/third_party/boost/libs/graph/example/
Dinclusive_mean_geodesic.cpp55 float probability; member
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgsttypefindhelper.c227 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/
Dbreakmydata.c72 gdouble probability; member
/third_party/boost/boost/math/special_functions/detail/
Dt_distribution_inv.hpp437 T probability = (p > 0.5) ? 1 - p : p; in fast_students_t_quantile_imp() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.c628 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/
Dgsttypefindfunctions.c142 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/
Dhedley.hpp1252 # 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/
Dgstsplitmuxpartreader.c939 type_found (GstElement * typefind, guint probability, in type_found()
/third_party/libnl/include/linux-private/linux/
Dpkt_sched.h579 __u32 probability; member
584 __u32 probability; member

12