Home
last modified time | relevance | path

Searched defs:prob (Results 1 – 25 of 189) sorted by relevance

12345678

/aosp_15_r20/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp38 std::vector<double> prob = d.probabilities(); in main() local
56 std::vector<double> prob = d.probabilities(); in main() local
74 std::vector<double> prob = d.probabilities(); in main() local
92 std::vector<double> prob = d.probabilities(); in main() local
110 std::vector<double> prob = d.probabilities(); in main() local
128 std::vector<double> prob = d.probabilities(); in main() local
146 std::vector<double> prob = d.probabilities(); in main() local
167 std::vector<double> prob = d.probabilities(); in main() local
188 std::vector<double> prob = d.probabilities(); in main() local
209 std::vector<double> prob = d.probabilities(); in main() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp44 std::vector<double> prob = d.probabilities(); in tests() local
63 std::vector<double> prob = d.probabilities(); in tests() local
82 std::vector<double> prob = d.probabilities(); in tests() local
101 std::vector<double> prob = d.probabilities(); in tests() local
120 std::vector<double> prob = d.probabilities(); in tests() local
139 std::vector<double> prob = d.probabilities(); in tests() local
158 std::vector<double> prob = d.probabilities(); in tests() local
180 std::vector<double> prob = d.probabilities(); in tests() local
202 std::vector<double> prob = d.probabilities(); in tests() local
224 std::vector<double> prob = d.probabilities(); in tests() local
[all …]
/aosp_15_r20/external/lzma/C/
H A DLzmaEnc.c726 #define RC_BIT_PRE(p, prob) \ argument
734 #define RC_BIT(p, prob, bit) { \ argument
744 #define RC_BIT(p, prob, bit) { \ argument
766 #define RC_BIT_0_BASE(p, prob) \ argument
769 #define RC_BIT_1_BASE(p, prob) \ argument
772 #define RC_BIT_0(p, prob) \ argument
776 #define RC_BIT_1(p, prob) \ argument
780 static void RangeEnc_EncodeBit_0(CRangeEnc *p, CLzmaProb *prob) in RangeEnc_EncodeBit_0()
797 CLzmaProb *prob = probs + (sym >> 8); in LitEnc_Encode() local
814 CLzmaProb *prob; in LitEnc_EncodeMatched() local
[all …]
H A DLzmaDec.c257 CLzmaProb *prob; in LZMA_DECODE_REAL() local
726 const CLzmaProb *prob; in LzmaDec_TryDummy() local
736 prob = probs + Literal; in LzmaDec_TryDummy() local
772 prob = probs + IsRep + state; in LzmaDec_TryDummy() local
788 prob = probs + IsRep0Long + COMBINED_PS_STATE; in LzmaDec_TryDummy() local
802 prob = probs + IsRepG1 + state; in LzmaDec_TryDummy() local
810 prob = probs + IsRepG2 + state; in LzmaDec_TryDummy() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_vcn_dec.c53 ac_vcn_av1_init_mode_probs(void *prob) in ac_vcn_av1_init_mode_probs()
117 ac_vcn_av1_init_mv_probs(void *prob) in ac_vcn_av1_init_mv_probs()
174 ac_vcn_av1_default_coef_probs(void *prob, int index) in ac_vcn_av1_default_coef_probs()
196 ac_vcn_vcn4_av1_init_mode_probs(void *prob) in ac_vcn_vcn4_av1_init_mode_probs()
260 ac_vcn_vcn4_av1_init_mv_probs(void *prob) in ac_vcn_vcn4_av1_init_mv_probs()
317 ac_vcn_vcn4_av1_default_coef_probs(void *prob, int index) in ac_vcn_vcn4_av1_default_coef_probs()
351 ac_vcn_av1_init_probs(unsigned av1_version, uint8_t *prob) in ac_vcn_av1_init_probs()
/aosp_15_r20/external/libnl/lib/route/qdisc/
H A Dnetem.c460 void rtnl_netem_set_reorder_probability(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_reorder_probability()
495 void rtnl_netem_set_reorder_correlation(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_reorder_correlation()
537 void rtnl_netem_set_corruption_probability(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_corruption_probability()
572 void rtnl_netem_set_corruption_correlation(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_corruption_correlation()
614 void rtnl_netem_set_loss(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_loss()
649 void rtnl_netem_set_loss_correlation(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_loss_correlation()
691 void rtnl_netem_set_duplicate(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_duplicate()
726 void rtnl_netem_set_duplicate_correlation(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_duplicate_correlation()
837 void rtnl_netem_set_delay_correlation(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_delay_correlation()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.pconst/
H A Deval.pass.cpp53 std::vector<double> prob(std::begin(p), std::end(p)); in test1() local
116 std::vector<double> prob(std::begin(p), std::end(p)); in test2() local
179 std::vector<double> prob(std::begin(p), std::end(p)); in test3() local
242 std::vector<double> prob(std::begin(p), std::end(p)); in test4() local
305 std::vector<double> prob(std::begin(p), std::end(p)); in test5() local
368 std::vector<double> prob(std::begin(p), std::end(p)); in test6() local
431 std::vector<double> prob(std::begin(p), std::end(p)); in test7() local
494 std::vector<double> prob(std::begin(p), std::end(p)); in test8() local
557 std::vector<double> prob(std::begin(p), std::end(p)); in test9() local
620 std::vector<double> prob(std::begin(p), std::end(p)); in test10() local
[all …]
/aosp_15_r20/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
H A Deval.pass.cpp52 std::vector<double> prob(std::begin(p), std::end(p)); in test1() local
115 std::vector<double> prob(std::begin(p), std::end(p)); in test2() local
178 std::vector<double> prob(std::begin(p), std::end(p)); in test3() local
241 std::vector<double> prob(std::begin(p), std::end(p)); in test4() local
304 std::vector<double> prob(std::begin(p), std::end(p)); in test5() local
367 std::vector<double> prob(std::begin(p), std::end(p)); in test6() local
430 std::vector<double> prob(std::begin(p), std::end(p)); in test7() local
493 std::vector<double> prob(std::begin(p), std::end(p)); in test8() local
556 std::vector<double> prob(std::begin(p), std::end(p)); in test9() local
619 std::vector<double> prob(std::begin(p), std::end(p)); in test10() local
[all …]
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_cost.h26 #define vp9_cost_zero(prob) (vp9_prob_cost[prob]) argument
28 #define vp9_cost_one(prob) vp9_cost_zero(256 - (prob)) argument
30 #define vp9_cost_bit(prob, bit) vp9_cost_zero((bit) ? 256 - (prob) : (prob)) argument
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGenerator.cpp139 float prob = 0.1f; in generateGraph() local
154 static bool asConstant(const std::shared_ptr<RandomOperand>& operand, float prob = 0.5f) { in asConstant()
197 float prob = 0.5f; in generateValue() local
/aosp_15_r20/external/libdav1d/tests/checkasm/
H A Drefmvs.c67 const int prob = rnd() % 100000000; in gen_tmv() local
93 const int prob = rnd() % 100; in get_ref2cur() local
103 const int prob = rnd() % 100000; in get_seqlen() local
/aosp_15_r20/external/libopus/dnn/torch/lossgen/
H A Dtest_lossgen.py34 prob, states = model(last, perc, states=states) variable
35 prob = torch.sigmoid(prob) variable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Drandom_binomial_op.cc68 double binomial_inversion(double count, double prob, in binomial_inversion()
109 inline double btrs(double count, double prob, random::PhiloxRandom* gen) { in btrs()
206 T count, prob; in operator ()() local
/aosp_15_r20/external/webp/src/utils/
H A Dbit_reader_inl_utils.h108 int prob, const char label[]) { in VP8GetBit()
160 int prob, const char label[]) { in VP8GetBitAlt()
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dprob.h72 const vpx_prob prob = get_binary_prob(ct[0], ct[1]); in merge_probs() local
92 const vpx_prob prob = get_prob(ct[0], den); in mode_mv_merge_probs() local
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/lzma/C/
DPpmd.h22 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
23 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/lzma/C/
DPpmd.h22 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
23 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/lzma/C/
DPpmd.h22 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
23 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/lzma/C/
DPpmd.h22 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
23 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/lzma/C/
DPpmd.h22 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
23 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/lzma/C/
DPpmd.h22 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
23 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/lzma/C/
DPpmd.h22 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
23 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/lzma/C/
DPpmd.h22 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
23 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/lzma/C/
DPpmd.h22 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
23 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/lzma/C/
DPpmd.h22 #define PPMD_UPDATE_PROB_0(prob) ((prob) + (1 << PPMD_INT_BITS) - PPMD_GET_MEAN(prob)) argument
23 #define PPMD_UPDATE_PROB_1(prob) ((prob) - PPMD_GET_MEAN(prob)) argument

12345678