Home
last modified time | relevance | path

Searched refs:best_prob (Results 1 – 25 of 36) sorted by relevance

12

/dports/textproc/py-nltk/nltk-3.4.1/nltk/translate/
H A Dibm2.py280 best_prob = (
284 best_prob = max(best_prob, IBMModel.MIN_PROB)
291 if align_prob >= best_prob:
292 best_prob = align_prob
H A Dibm1.py241 best_prob = max(self.translation_table[trg_word][None], IBMModel.MIN_PROB)
245 if align_prob >= best_prob: # prefer newer word in case of tie
246 best_prob = align_prob
/dports/audio/festival/speech_tools/grammar/scfg/
H A DEST_SCFG_Chart.cc223 double best_prob = 0; in find_best_tree_cal() local
227 best_prob = grammar->prob_U(p,wfst[start]->d1()); in find_best_tree_cal()
228 if (best_prob > 0) in find_best_tree_cal()
230 new EST_SCFG_Chart_Edge(best_prob*wfst[start]->prob(), in find_best_tree_cal()
234 return best_prob; in find_best_tree_cal()
256 if (t_prob > best_prob) in find_best_tree_cal()
258 best_prob = t_prob; in find_best_tree_cal()
269 if (best_prob > 0) in find_best_tree_cal()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/pro/processes/
H A Dbvxm_normalize_image_process.cxx157 float best_prob = 0.f; in norm_parameters() local
217 if ( this_prob > best_prob ){ best_prob = this_prob; a = sa; b = sb; } in norm_parameters()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dbb-reorder.c404 int best_prob = INT_MIN / 2; in find_traces_1_round() local
439 if (better_edge_p (bb, e, prob, freq, best_prob, best_freq)) in find_traces_1_round()
442 best_prob = prob; in find_traces_1_round()
741 better_edge_p (basic_block bb, edge e, int prob, int freq, int best_prob, in better_edge_p() argument
748 int diff_prob = best_prob / 10; in better_edge_p()
751 if (prob > best_prob + diff_prob) in better_edge_p()
754 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dbb-reorder.c404 int best_prob = INT_MIN / 2; in find_traces_1_round() local
439 if (better_edge_p (bb, e, prob, freq, best_prob, best_freq)) in find_traces_1_round()
442 best_prob = prob; in find_traces_1_round()
741 better_edge_p (basic_block bb, edge e, int prob, int freq, int best_prob, in better_edge_p() argument
748 int diff_prob = best_prob / 10; in better_edge_p()
751 if (prob > best_prob + diff_prob) in better_edge_p()
754 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dbb-reorder.c483 int best_prob = INT_MIN / 2; in find_traces_1_round() local
521 best_prob = prob; in find_traces_1_round()
537 if (better_edge_p (bb, e, prob, freq, best_prob, best_freq, in find_traces_1_round()
541 best_prob = prob; in find_traces_1_round()
849 better_edge_p (basic_block bb, edge e, int prob, int freq, int best_prob, in better_edge_p() argument
856 int diff_prob = best_prob / 10; in better_edge_p()
859 if (prob > best_prob + diff_prob) in better_edge_p()
862 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dbb-reorder.c508 int best_prob = INT_MIN / 2; in find_traces_1_round() local
546 best_prob = prob; in find_traces_1_round()
563 if (better_edge_p (bb, e, prob, freq, best_prob, best_freq, in find_traces_1_round()
567 best_prob = prob; in find_traces_1_round()
913 int best_prob, int best_freq, const_edge cur_best_edge) in better_edge_p() argument
919 int diff_prob = best_prob / 10; in better_edge_p()
927 if (prob > best_prob + diff_prob) in better_edge_p()
930 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dbb-reorder.c508 int best_prob = INT_MIN / 2; in find_traces_1_round() local
546 best_prob = prob; in find_traces_1_round()
563 if (better_edge_p (bb, e, prob, freq, best_prob, best_freq, in find_traces_1_round()
567 best_prob = prob; in find_traces_1_round()
913 int best_prob, int best_freq, const_edge cur_best_edge) in better_edge_p() argument
919 int diff_prob = best_prob / 10; in better_edge_p()
927 if (prob > best_prob + diff_prob) in better_edge_p()
930 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dbb-reorder.c509 int best_prob = INT_MIN / 2; in find_traces_1_round() local
547 best_prob = prob; in find_traces_1_round()
564 if (better_edge_p (bb, e, prob, freq, best_prob, best_freq, in find_traces_1_round()
568 best_prob = prob; in find_traces_1_round()
917 int best_prob, int best_freq, const_edge cur_best_edge) in better_edge_p() argument
923 int diff_prob = best_prob / 10; in better_edge_p()
931 if (prob > best_prob + diff_prob) in better_edge_p()
934 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c506 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
546 best_prob = prob; in find_traces_1_round()
561 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
565 best_prob = prob; in find_traces_1_round()
941 profile_count count, profile_probability best_prob, in better_edge_p() argument
948 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
960 if (prob > best_prob + diff_prob in better_edge_p()
961 || (!best_prob.initialized_p () in better_edge_p()
965 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dbb-reorder.c505 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
545 best_prob = prob; in find_traces_1_round()
560 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
564 best_prob = prob; in find_traces_1_round()
940 profile_count count, profile_probability best_prob, in better_edge_p() argument
947 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
959 if (prob > best_prob + diff_prob in better_edge_p()
960 || (!best_prob.initialized_p () in better_edge_p()
964 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dbb-reorder.c505 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
545 best_prob = prob; in find_traces_1_round()
560 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
564 best_prob = prob; in find_traces_1_round()
940 profile_count count, profile_probability best_prob, in better_edge_p() argument
947 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
959 if (prob > best_prob + diff_prob in better_edge_p()
960 || (!best_prob.initialized_p () in better_edge_p()
964 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dbb-reorder.c506 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
546 best_prob = prob; in find_traces_1_round()
561 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
565 best_prob = prob; in find_traces_1_round()
941 profile_count count, profile_probability best_prob, in better_edge_p() argument
948 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
960 if (prob > best_prob + diff_prob in better_edge_p()
961 || (!best_prob.initialized_p () in better_edge_p()
965 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbb-reorder.c505 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
545 best_prob = prob; in find_traces_1_round()
560 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
564 best_prob = prob; in find_traces_1_round()
940 profile_count count, profile_probability best_prob, in better_edge_p() argument
947 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
959 if (prob > best_prob + diff_prob in better_edge_p()
960 || (!best_prob.initialized_p () in better_edge_p()
964 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dbb-reorder.c505 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
545 best_prob = prob; in find_traces_1_round()
560 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
564 best_prob = prob; in find_traces_1_round()
940 profile_count count, profile_probability best_prob, in better_edge_p() argument
947 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
959 if (prob > best_prob + diff_prob in better_edge_p()
960 || (!best_prob.initialized_p () in better_edge_p()
964 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c506 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
546 best_prob = prob; in find_traces_1_round()
561 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
565 best_prob = prob; in find_traces_1_round()
941 profile_count count, profile_probability best_prob, in better_edge_p() argument
948 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
960 if (prob > best_prob + diff_prob in better_edge_p()
961 || (!best_prob.initialized_p () in better_edge_p()
965 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c506 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
546 best_prob = prob; in find_traces_1_round()
561 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
565 best_prob = prob; in find_traces_1_round()
941 profile_count count, profile_probability best_prob, in better_edge_p() argument
948 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
960 if (prob > best_prob + diff_prob in better_edge_p()
961 || (!best_prob.initialized_p () in better_edge_p()
965 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c506 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
546 best_prob = prob; in find_traces_1_round()
561 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
565 best_prob = prob; in find_traces_1_round()
941 profile_count count, profile_probability best_prob, in better_edge_p() argument
948 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
960 if (prob > best_prob + diff_prob in better_edge_p()
961 || (!best_prob.initialized_p () in better_edge_p()
965 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dbb-reorder.c505 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
545 best_prob = prob; in find_traces_1_round()
560 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
564 best_prob = prob; in find_traces_1_round()
940 profile_count count, profile_probability best_prob, in better_edge_p() argument
947 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
959 if (prob > best_prob + diff_prob in better_edge_p()
960 || (!best_prob.initialized_p () in better_edge_p()
964 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dbb-reorder.c505 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
545 best_prob = prob; in find_traces_1_round()
560 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
564 best_prob = prob; in find_traces_1_round()
940 profile_count count, profile_probability best_prob, in better_edge_p() argument
947 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
959 if (prob > best_prob + diff_prob in better_edge_p()
960 || (!best_prob.initialized_p () in better_edge_p()
964 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dbb-reorder.c505 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
545 best_prob = prob; in find_traces_1_round()
560 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
564 best_prob = prob; in find_traces_1_round()
940 profile_count count, profile_probability best_prob, in better_edge_p() argument
947 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
959 if (prob > best_prob + diff_prob in better_edge_p()
960 || (!best_prob.initialized_p () in better_edge_p()
964 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dbb-reorder.c506 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
546 best_prob = prob; in find_traces_1_round()
561 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
565 best_prob = prob; in find_traces_1_round()
941 profile_count count, profile_probability best_prob, in better_edge_p() argument
948 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
960 if (prob > best_prob + diff_prob in better_edge_p()
961 || (!best_prob.initialized_p () in better_edge_p()
965 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dbb-reorder.c505 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
545 best_prob = prob; in find_traces_1_round()
560 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
564 best_prob = prob; in find_traces_1_round()
940 profile_count count, profile_probability best_prob, in better_edge_p() argument
947 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
959 if (prob > best_prob + diff_prob in better_edge_p()
960 || (!best_prob.initialized_p () in better_edge_p()
964 else if (prob < best_prob - diff_prob) in better_edge_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dbb-reorder.c505 profile_probability best_prob = profile_probability::uninitialized (); in find_traces_1_round() local
545 best_prob = prob; in find_traces_1_round()
560 if (better_edge_p (bb, e, prob, count, best_prob, best_count, in find_traces_1_round()
564 best_prob = prob; in find_traces_1_round()
940 profile_count count, profile_probability best_prob, in better_edge_p() argument
947 profile_probability diff_prob = best_prob.apply_scale (1, 10); in better_edge_p()
959 if (prob > best_prob + diff_prob in better_edge_p()
960 || (!best_prob.initialized_p () in better_edge_p()
964 else if (prob < best_prob - diff_prob) in better_edge_p()

12