Home
last modified time | relevance | path

Searched refs:probability (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/test/Analysis/BranchProbabilityInfo/
Dloop.ll1 ; 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 …]
Dbasic.ll7 ; 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 …]
Dnoreturn.ll1 ; 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/
Dboolhuff.h62 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/
Dq_netem.c193 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()
Dq_red.c39 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()
Dq_gred.c124 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/
Dlibxt_statistic.man14 [\fB!\fP] \fB\-\-probability\fP \fIp\fP
15 Set the probability for a packet to be randomly matched. It only works with the
Dlibxt_statistic.c65 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/
Ddboolhuff.h76 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/
Dxt_statistic.h21 u_int32_t probability; member
/external/iptables/include/linux/netfilter/
Dxt_statistic.h25 __u32 probability; member
/external/kernel-headers/original/linux/
Dpkt_sched.h493 __u32 probability; member
499 __u32 probability; member
/external/iproute2/include/linux/
Dpkt_sched.h459 __u32 probability; member
464 __u32 probability; member
/external/llvm/test/Analysis/Profiling/
Dload-branch-weights-ifs.ll37 ;; func_const_true - conditional branch which 100% taken probability.
61 ;; func_const_true - conditional branch which 100% not-taken probability.
Dload-branch-weights-loops.ll104 ;; func_while - Test branch probability in a vanilla while loop.
137 ;; func_while - Test branch probability in a vanilla do-while loop.
Dload-branch-weights-switches.ll52 ;; 0 probability.
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
Dboolhuff_armv5te.asm58 ; 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/
DREADME.distribution7 function for a probability distribution X. We'll assume we've scaled
13 where f is the probability density function.
/external/iproute2/netem/
DREADME.distribution9 function for a probability distribution X. We'll assume we've scaled
15 where f is the probability density function.
/external/dropbear/libtomcrypt/notes/
Dtech0001.txt50 …to the joypad it is a good source of entropy (on its own its not). For example, the probability of
/external/bzip2/
DREADME126 probability make it impossible to rule out the possibility of bugs
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll453 ; 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/
Dalgorithm.txt184 entry table). Assuming that the code ideally represents the probability of
/external/srtp/doc/
Ddraft-irtf-cfrg-icm-00.txt294 ensures that the probability with which an adversary can distinguish

12