/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
D | eval.pass.cpp | 38 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 …]
|
D | eval_param.pass.cpp | 41 std::vector<double> prob = p.probabilities(); in main() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_cost.h | 26 #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
|
D | vp9_cost.c | 41 const vpx_prob prob = probs[i / 2]; in cost() local
|
/external/libnl/lib/route/qdisc/ |
D | netem.c | 373 void rtnl_netem_set_reorder_probability(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_reorder_probability() 408 void rtnl_netem_set_reorder_correlation(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_reorder_correlation() 450 void rtnl_netem_set_corruption_probability(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_corruption_probability() 485 void rtnl_netem_set_corruption_correlation(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_corruption_correlation() 527 void rtnl_netem_set_loss(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_loss() 562 void rtnl_netem_set_loss_correlation(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_loss_correlation() 604 void rtnl_netem_set_duplicate(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_duplicate() 639 void rtnl_netem_set_duplicate_correlation(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_duplicate_correlation() 750 void rtnl_netem_set_delay_correlation(struct rtnl_qdisc *qdisc, int prob) in rtnl_netem_set_delay_correlation()
|
/external/libaom/libaom/aom_dsp/ |
D | buf_ans.h | 37 unsigned int prob : RANS_PROB_BITS; // Probability of this symbol member 78 AnsP8 prob) { in buf_rabs_write() 100 aom_cdf_prob cum_prob, aom_cdf_prob prob) { in buf_rans_write()
|
D | daalaboolwriter.h | 39 static INLINE void aom_daala_write(daala_writer *w, int bit, int prob) { in aom_daala_write()
|
/external/webp/src/utils/ |
D | bit_reader_inl_utils.h | 107 static WEBP_INLINE int VP8GetBit(VP8BitReader* const br, int prob) { in VP8GetBit() 155 static WEBP_INLINE int VP8GetBitAlt(VP8BitReader* const br, int prob) { in VP8GetBitAlt()
|
/external/libaom/libaom/av1/encoder/ |
D | cost.h | 39 const int prob = get_prob(p15 << shift, CDF_PROB_TOP); in av1_cost_symbol() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | prob.h | 72 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
|
/external/v4l2_codec2/vda/ |
D | vp9_compressed_header_parser.cc | 26 Vp9Prob InvRemapProb(uint8_t delta_prob, uint8_t prob) { in InvRemapProb() 94 void Vp9CompressedHeaderParser::DiffUpdateProb(Vp9Prob* prob) { in DiffUpdateProb() 243 void Vp9CompressedHeaderParser::UpdateMvProb(Vp9Prob* prob) { in UpdateMvProb()
|
D | vp9_bool_decoder.cc | 91 bool Vp9BoolDecoder::ReadBool(int prob) { in ReadBool()
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ |
D | eval.pass.cpp | 52 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 …]
|
/external/lzma/C/ |
D | Ppmd.h | 22 #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
|
D | LzmaEnc.c | 629 #define RC_BIT_PRE(p, prob) \ argument 637 #define RC_BIT(p, prob, bit) { \ argument 647 #define RC_BIT(p, prob, bit) { \ argument 669 #define RC_BIT_0_BASE(p, prob) \ argument 672 #define RC_BIT_1_BASE(p, prob) \ argument 675 #define RC_BIT_0(p, prob) \ argument 679 #define RC_BIT_1(p, prob) \ argument 683 static void RangeEnc_EncodeBit_0(CRangeEnc *p, CLzmaProb *prob) in RangeEnc_EncodeBit_0() 700 CLzmaProb *prob = probs + (sym >> 8); in LitEnc_Encode() local 717 CLzmaProb *prob; in LitEnc_EncodeMatched() local [all …]
|
D | Bcj2.c | 189 CProb *prob; in Bcj2Dec_Decode() local
|
/external/xz-java/src/org/tukaani/xz/rangecoder/ |
D | RangeEncoder.java | 101 int prob = probs[index]; in encodeBit() local 121 public static int getBitPrice(int prob, int bit) { in getBitPrice()
|
D | RangeDecoder.java | 25 int prob = probs[index]; in decodeBit() local
|
/external/libvpx/libvpx/vp8/common/ |
D | entropymv.h | 40 vp8_prob prob[MVPcount]; /* often come in row, col pairs */ member
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | distribution_sampler.h | 65 float prob(int idx) const { in prob() function
|
/external/iproute2/tc/ |
D | tc_red.c | 30 int tc_red_eval_P(unsigned int qmin, unsigned int qmax, double prob) in tc_red_eval_P()
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
D | Decoder.java | 56 int prob = probs[index]; in DecodeBit() local
|
/external/webp/src/enc/ |
D | cost_enc.h | 34 ProbaArray* prob; member
|
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/ |
D | routing_function_op.cc | 126 float prob = out_probs(i, j); in Compute() local
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 32 static INLINE int read_bool(vpx_reader *r, int prob, BD_VALUE *value, in read_bool() 85 const vpx_prob *prob; in decode_coefs() local
|