/external/llvm/test/Analysis/BranchProbabilityInfo/ |
D | loop.ll | 1 ; Test the static branch probability heuristics for no-return functions. 12 ; CHECK: edge entry -> do.body probability is 16 / 16 = 100% 18 ; CHECK: edge do.body -> do.body1 probability is 124 / 124 = 100% 26 ; CHECK: edge do.body1 -> do.body1 probability is 124 / 128 27 ; CHECK: edge do.body1 -> do.end probability is 4 / 128 34 ; CHECK: edge do.end -> do.body probability is 124 / 128 35 ; CHECK: edge do.end -> do.end5 probability is 4 / 128 46 ; CHECK: edge entry -> for.body.lr.ph probability is 20 / 32 47 ; CHECK: edge entry -> for.end6 probability is 12 / 32 52 ; CHECK: edge for.body.lr.ph -> for.body probability is 16 / 16 = 100% [all …]
|
D | basic.ll | 7 ; CHECK: edge entry -> body probability is 16 / 16 = 100% 18 ; CHECK: edge body -> exit probability is 4 / 128 19 ; CHECK: edge body -> body probability is 124 / 128 30 ; CHECK: edge entry -> then probability is 64 / 68 31 ; CHECK: edge entry -> else probability is 4 / 68 35 ; CHECK: edge then -> exit probability is 16 / 16 = 100% 39 ; CHECK: edge else -> exit probability is 16 / 16 = 100% 55 ; CHECK: edge entry -> case_a probability is 4 / 80 56 ; CHECK: edge entry -> case_b probability is 4 / 80 57 ; CHECK: edge entry -> case_c probability is 64 / 80 [all …]
|
D | noreturn.ll | 1 ; Test the static branch probability heuristics for no-return functions. 11 ; CHECK: edge entry -> exit probability is 1048575 / 1048576 12 ; CHECK: edge entry -> abort probability is 1 / 1048576 29 ; CHECK: edge entry -> exit probability is 1048575 / 1048579 30 ; CHECK: edge entry -> case_a probability is 1 / 1048579 31 ; CHECK: edge entry -> case_b probability is 1 / 1048579 32 ; CHECK: edge entry -> case_c probability is 1 / 1048579 33 ; CHECK: edge entry -> case_d probability is 1 / 1048579 58 ; CHECK: edge entry -> exit probability is 1048575 / 1048576 59 ; CHECK: edge entry -> dom probability is 1 / 1048576 [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | boolhuff.h | 62 static void vp8_encode_bool(BOOL_CODER *br, int bit, int probability) in vp8_encode_bool() argument 74 Sectionbits[active_section] += vp8_prob_cost[255-probability]; in vp8_encode_bool() 76 Sectionbits[active_section] += vp8_prob_cost[probability]; in vp8_encode_bool() 81 split = 1 + (((range - 1) * probability) >> 8); in vp8_encode_bool()
|
/external/iproute2/tc/ |
D | q_netem.c | 193 if (get_percent(&reorder.probability, *argv)) { in netem_parse_opt() 208 if (get_percent(&corrupt.probability, *argv)) { in netem_parse_opt() 260 if (reorder.probability) { in netem_parse_opt() 369 if (reorder && reorder->probability) { in netem_print_opt() 371 sprint_percent(reorder->probability, b1)); in netem_print_opt() 377 if (corrupt && corrupt->probability) { in netem_print_opt() 379 sprint_percent(corrupt->probability, b1)); in netem_print_opt()
|
D | q_red.c | 39 double probability = 0.02; in red_parse_opt() local 81 if (sscanf(*argv, "%lg", &probability) != 1) { in red_parse_opt() 119 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) { in red_parse_opt()
|
D | q_gred.c | 124 double probability = 0.02; in gred_parse_opt() local 188 if (sscanf(*argv, "%lg", &probability) != 1) { in gred_parse_opt() 234 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) { in gred_parse_opt()
|
/external/iptables/extensions/ |
D | libxt_statistic.man | 14 [\fB!\fP] \fB\-\-probability\fP \fIp\fP 15 Set the probability for a packet to be randomly matched. It only works with the
|
D | libxt_statistic.c | 65 info->u.random.probability = lround(0x80000000 * cb->val.dbl); in statistic_parse() 103 1.0 * info->u.random.probability / 0x80000000); in print_match()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | dboolhuff.h | 76 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { in vp8dx_decode_bool() argument 84 split = 1 + (((br->range - 1) * probability) >> 8); in vp8dx_decode_bool()
|
/external/kernel-headers/original/linux/netfilter/ |
D | xt_statistic.h | 21 u_int32_t probability; member
|
/external/iptables/include/linux/netfilter/ |
D | xt_statistic.h | 25 __u32 probability; member
|
/external/kernel-headers/original/linux/ |
D | pkt_sched.h | 493 __u32 probability; member 499 __u32 probability; member
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 459 __u32 probability; member 464 __u32 probability; member
|
/external/llvm/test/Analysis/Profiling/ |
D | load-branch-weights-ifs.ll | 37 ;; func_const_true - conditional branch which 100% taken probability. 61 ;; func_const_true - conditional branch which 100% not-taken probability.
|
D | load-branch-weights-loops.ll | 104 ;; func_while - Test branch probability in a vanilla while loop. 137 ;; func_while - Test branch probability in a vanilla do-while loop.
|
D | load-branch-weights-switches.ll | 52 ;; 0 probability.
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
D | boolhuff_armv5te.asm | 58 ; r2 int probability 71 mul r6, r4, r7 ; ((range-1) * probability) 74 add r4, r7, r6, lsr #8 ; 1 + (((range-1) * probability) >> 8)
|
/external/iproute2/ |
D | README.distribution | 7 function for a probability distribution X. We'll assume we've scaled 13 where f is the probability density function.
|
/external/iproute2/netem/ |
D | README.distribution | 9 function for a probability distribution X. We'll assume we've scaled 15 where f is the probability density function.
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0001.txt | 50 …to the joypad it is a good source of entropy (on its own its not). For example, the probability of
|
/external/bzip2/ |
D | README | 126 probability make it impossible to rule out the possibility of bugs
|
/external/llvm/test/CodeGen/X86/ |
D | block-placement.ll | 453 ; This function's CFG caused overlow in the machine branch probability 505 ; split due to having a different high-probability predecessor. 558 ; even though the probability of 'then' branching to the 'exit' block is very
|
/external/zlib/src/doc/ |
D | algorithm.txt | 184 entry table). Assuming that the code ideally represents the probability of
|
/external/srtp/doc/ |
D | draft-irtf-cfrg-icm-00.txt | 294 ensures that the probability with which an adversary can distinguish
|