Home
last modified time | relevance | path

Searched refs:count_in (Results 1 – 8 of 8) sorted by relevance

/netbsd/usr.bin/moduli/qsafe/
H A Dqsafe.c81 uint32_t count_in = 0; in main() local
123 count_in++; in main()
128 " line\n", count_in); in main()
144 count_in); in main()
166 "Sophie-Germaine\n", count_in, in main()
183 count_in, in_type); in main()
200 "mismatch\n", count_in, in_size); in main()
275 count_in); in main()
282 "prime\n", count_in); in main()
289 count_in); in main()
[all …]
/netbsd/crypto/external/bsd/openssh/dist/
H A Dmoduli.c620 count_in++; in prime_test()
621 if (count_in <= last_processed) { in prime_test()
623 "specified start line", count_in); in prime_test()
627 write_checkpoint(checkpoint_file, count_in); in prime_test()
630 debug2("%10u: comment or short line", count_in); in prime_test()
645 debug2("%10u: known composite", count_in); in prime_test()
681 debug2("%10u: (%u)", count_in, in_type); in prime_test()
740 debug2("%10u: no known generator", count_in); in prime_test()
758 count_in); in prime_test()
773 debug("%10u: p is not prime", count_in); in prime_test()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcfgloopanal.c266 profile_count count_in = profile_count::zero (), in expected_loop_iterations_unbounded() local
273 count_in += e->count (); in expected_loop_iterations_unbounded()
281 else if (!count_in.nonzero_p ()) in expected_loop_iterations_unbounded()
289 expected = (count_latch.to_gcov_type () + count_in.to_gcov_type () in expected_loop_iterations_unbounded()
290 - 1) / count_in.to_gcov_type (); in expected_loop_iterations_unbounded()
292 && count_latch.reliable_p () && count_in.reliable_p ()) in expected_loop_iterations_unbounded()
H A Dcfgloopanal.cc266 profile_count count_in = profile_count::zero (), in expected_loop_iterations_unbounded() local
273 count_in += e->count (); in expected_loop_iterations_unbounded()
281 else if (!count_in.nonzero_p ()) in expected_loop_iterations_unbounded()
289 expected = (count_latch.to_gcov_type () + count_in.to_gcov_type () in expected_loop_iterations_unbounded()
290 - 1) / count_in.to_gcov_type (); in expected_loop_iterations_unbounded()
292 && count_latch.reliable_p () && count_in.reliable_p ()) in expected_loop_iterations_unbounded()
H A Dcfgloopmanip.cc548 profile_count count_in = preheader_e->count (); in scale_loop_profile() local
550 if (count_in > profile_count::zero () in scale_loop_profile()
589 count_in = count_in.apply_scale (iteration_bound, 1); in scale_loop_profile()
590 p = count_in.probability_in (loop->header->count); in scale_loop_profile()
1124 profile_count count_in = header->count; in duplicate_loop_body_to_header_edge() local
1169 scale_act = wanted_count.probability_in (count_in); in duplicate_loop_body_to_header_edge()
1174 scale_main = wanted_count.probability_in (count_in); in duplicate_loop_body_to_header_edge()
1186 profile_count scale_main_den = count_in; in duplicate_loop_body_to_header_edge()
1189 scale_main_den += count_in.apply_probability (p); in duplicate_loop_body_to_header_edge()
1194 scale_main = count_in.probability_in (scale_main_den); in duplicate_loop_body_to_header_edge()
[all …]
H A Dcfgloopmanip.c549 profile_count count_in = preheader_e->count (); in scale_loop_profile() local
551 if (count_in > profile_count::zero () in scale_loop_profile()
590 count_in = count_in.apply_scale (iteration_bound, 1); in scale_loop_profile()
591 p = count_in.probability_in (loop->header->count); in scale_loop_profile()
1191 profile_count count_in = header->count; in duplicate_loop_to_header_edge() local
1236 scale_act = wanted_count.probability_in (count_in); in duplicate_loop_to_header_edge()
1241 scale_main = wanted_count.probability_in (count_in); in duplicate_loop_to_header_edge()
1253 profile_count scale_main_den = count_in; in duplicate_loop_to_header_edge()
1256 scale_main_den += count_in.apply_probability (p); in duplicate_loop_to_header_edge()
1261 scale_main = count_in.probability_in (scale_main_den); in duplicate_loop_to_header_edge()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopanal.c266 profile_count count_in = profile_count::zero (), in expected_loop_iterations_unbounded() local
273 count_in += e->count (); in expected_loop_iterations_unbounded()
281 else if (!count_in.nonzero_p ()) in expected_loop_iterations_unbounded()
289 expected = (count_latch.to_gcov_type () + count_in.to_gcov_type () in expected_loop_iterations_unbounded()
290 - 1) / count_in.to_gcov_type (); in expected_loop_iterations_unbounded()
292 && count_latch.reliable_p () && count_in.reliable_p ()) in expected_loop_iterations_unbounded()
H A Dcfgloopmanip.c549 profile_count count_in = preheader_e->count (); in scale_loop_profile() local
551 if (count_in > profile_count::zero () in scale_loop_profile()
590 count_in = count_in.apply_scale (iteration_bound, 1); in scale_loop_profile()
591 p = count_in.probability_in (loop->header->count); in scale_loop_profile()
1191 profile_count count_in = header->count; in duplicate_loop_to_header_edge() local
1236 scale_act = wanted_count.probability_in (count_in); in duplicate_loop_to_header_edge()
1241 scale_main = wanted_count.probability_in (count_in); in duplicate_loop_to_header_edge()
1253 profile_count scale_main_den = count_in; in duplicate_loop_to_header_edge()
1256 scale_main_den += count_in.apply_probability (p); in duplicate_loop_to_header_edge()
1261 scale_main = count_in.probability_in (scale_main_den); in duplicate_loop_to_header_edge()
[all …]