Home
last modified time | relevance | path

Searched refs:trial (Results 1 – 25 of 84) sorted by relevance

1234

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dreorg.c600 trial = NEXT_INSN (trial)) in delete_from_delay_slot()
675 trial = prev_nonnote_insn (trial); in delete_scheduled_jump()
782 update_block (trial, trial); in optimize_skip()
1304 for (trial = thread; !stop_search_p (trial, 1); trial = next_trial) in try_merge_delay_insns()
1358 && trial && NONJUMP_INSN_P (trial) in try_merge_delay_insns()
1494 trial = PREV_INSN (trial)) in redundant_insn()
1598 trial = PREV_INSN (trial)) in redundant_insn()
2058 trial = try_split (pat, trial, 1); in fill_simple_delay_slots()
2069 update_block (trial, trial); in fill_simple_delay_slots()
2664 if (trial && NONJUMP_INSN_P (trial) in fill_slots_from_thread()
[all …]
H A Dreorg.cc574 trial = NEXT_INSN (trial)) in delete_from_delay_slot()
718 update_block (trial, trial); in optimize_skip()
1233 for (trial = thread; !stop_search_p (trial, 1); trial = next_trial) in try_merge_delay_insns()
1285 && trial && NONJUMP_INSN_P (trial) in try_merge_delay_insns()
1420 trial = PREV_INSN (trial)) in redundant_insn()
1523 trial = PREV_INSN (trial)) in redundant_insn()
1981 trial = try_split (pat, trial, 1); in fill_simple_delay_slots()
1992 update_block (trial, trial); in fill_simple_delay_slots()
2612 if (trial && NONJUMP_INSN_P (trial) in fill_slots_from_thread()
3277 trial = find_end_label (trial); in relax_delay_slots()
[all …]
H A Dcse.c5167 rtx trial; in cse_insn() local
5215 trial = forced; in cse_insn()
5238 trial = elt->exp; in cse_insn()
5328 && (trial == pc_rtx in cse_insn()
5347 && (MEM_P (trial) || REG_P (trial)) in cse_insn()
5354 && (!MEM_P (trial) in cse_insn()
5358 && (!MEM_EXPR (trial) in cse_insn()
5385 else if (MEM_P (trial) && !rtx_equal_p (trial, SET_SRC(sets[i].rtl))) in cse_insn()
5391 trial, 0)) in cse_insn()
5410 && CONSTANT_P (trial) in cse_insn()
[all …]
H A Dcse.cc5165 rtx trial; in cse_insn() local
5228 trial = elt->exp; in cse_insn()
5239 && CONST_INT_P (trial) in cse_insn()
5318 && (trial == pc_rtx in cse_insn()
5337 && (MEM_P (trial) || REG_P (trial)) in cse_insn()
5344 && (!MEM_P (trial) in cse_insn()
5348 && (!MEM_EXPR (trial) in cse_insn()
5375 else if (MEM_P (trial) && !rtx_equal_p (trial, SET_SRC(sets[i].rtl))) in cse_insn()
5381 trial, 0)) in cse_insn()
5400 && CONSTANT_P (trial) in cse_insn()
[all …]
H A Dstor-layout.c430 machine_mode trial = mode; in bitwise_mode_for_mode() local
431 if ((GET_MODE_CLASS (trial) == MODE_COMPLEX_INT in bitwise_mode_for_mode()
432 || mode_for_size (bitsize, MODE_COMPLEX_INT, false).exists (&trial)) in bitwise_mode_for_mode()
433 && have_regs_of_mode[GET_MODE_INNER (trial)]) in bitwise_mode_for_mode()
434 return trial; in bitwise_mode_for_mode()
442 machine_mode trial = mode; in bitwise_mode_for_mode() local
443 if ((GET_MODE_CLASS (trial) == MODE_VECTOR_INT in bitwise_mode_for_mode()
444 || mode_for_size (bitsize, MODE_VECTOR_INT, 0).exists (&trial)) in bitwise_mode_for_mode()
445 && have_regs_of_mode[trial] in bitwise_mode_for_mode()
446 && targetm.vector_mode_supported_p (trial)) in bitwise_mode_for_mode()
[all …]
H A Dstor-layout.cc433 machine_mode trial = mode; in bitwise_mode_for_mode() local
434 if ((GET_MODE_CLASS (trial) == MODE_COMPLEX_INT in bitwise_mode_for_mode()
435 || mode_for_size (bitsize, MODE_COMPLEX_INT, false).exists (&trial)) in bitwise_mode_for_mode()
436 && have_regs_of_mode[GET_MODE_INNER (trial)]) in bitwise_mode_for_mode()
437 return trial; in bitwise_mode_for_mode()
445 machine_mode trial = mode; in bitwise_mode_for_mode() local
446 if ((GET_MODE_CLASS (trial) == MODE_VECTOR_INT in bitwise_mode_for_mode()
447 || mode_for_size (bitsize, MODE_VECTOR_INT, 0).exists (&trial)) in bitwise_mode_for_mode()
448 && have_regs_of_mode[trial] in bitwise_mode_for_mode()
449 && targetm.vector_mode_supported_p (trial)) in bitwise_mode_for_mode()
[all …]
H A Demit-rtl.cc3786 if (any_condjump_p (trial) in try_split()
3800 return trial; in try_split()
3810 return trial; in try_split()
3823 return trial; in try_split()
3839 if (JUMP_P (trial)) in try_split()
3859 if (CALL_P (trial)) in try_split()
3940 if (INSN_P (trial)) in try_split()
3953 before = PREV_INSN (trial); in try_split()
3954 after = NEXT_INSN (trial); in try_split()
3956 emit_insn_after_setloc (seq, trial, INSN_LOCATION (trial)); in try_split()
[all …]
H A Demit-rtl.c3825 return trial; in try_split()
3827 if (any_condjump_p (trial) in try_split()
3841 return trial; in try_split()
3850 return trial; in try_split()
3865 if (JUMP_P (trial)) in try_split()
3885 if (CALL_P (trial)) in try_split()
3965 if (INSN_P (trial)) in try_split()
3978 before = PREV_INSN (trial); in try_split()
3979 after = NEXT_INSN (trial); in try_split()
3981 emit_insn_after_setloc (seq, trial, INSN_LOCATION (trial)); in try_split()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dreorg.c600 trial = NEXT_INSN (trial)) in delete_from_delay_slot()
675 trial = prev_nonnote_insn (trial); in delete_scheduled_jump()
782 update_block (trial, trial); in optimize_skip()
1304 for (trial = thread; !stop_search_p (trial, 1); trial = next_trial) in try_merge_delay_insns()
1358 && trial && NONJUMP_INSN_P (trial) in try_merge_delay_insns()
1494 trial = PREV_INSN (trial)) in redundant_insn()
1598 trial = PREV_INSN (trial)) in redundant_insn()
2058 trial = try_split (pat, trial, 1); in fill_simple_delay_slots()
2069 update_block (trial, trial); in fill_simple_delay_slots()
2664 if (trial && NONJUMP_INSN_P (trial) in fill_slots_from_thread()
[all …]
H A Dcse.c5167 rtx trial; in cse_insn() local
5215 trial = forced; in cse_insn()
5238 trial = elt->exp; in cse_insn()
5328 && (trial == pc_rtx in cse_insn()
5347 && (MEM_P (trial) || REG_P (trial)) in cse_insn()
5354 && (!MEM_P (trial) in cse_insn()
5358 && (!MEM_EXPR (trial) in cse_insn()
5385 else if (MEM_P (trial) && !rtx_equal_p (trial, SET_SRC(sets[i].rtl))) in cse_insn()
5391 trial, 0)) in cse_insn()
5410 && CONSTANT_P (trial) in cse_insn()
[all …]
H A Dstor-layout.c430 machine_mode trial = mode; in bitwise_mode_for_mode() local
431 if ((GET_MODE_CLASS (trial) == MODE_COMPLEX_INT in bitwise_mode_for_mode()
432 || mode_for_size (bitsize, MODE_COMPLEX_INT, false).exists (&trial)) in bitwise_mode_for_mode()
433 && have_regs_of_mode[GET_MODE_INNER (trial)]) in bitwise_mode_for_mode()
434 return trial; in bitwise_mode_for_mode()
442 machine_mode trial = mode; in bitwise_mode_for_mode() local
443 if ((GET_MODE_CLASS (trial) == MODE_VECTOR_INT in bitwise_mode_for_mode()
444 || mode_for_size (bitsize, MODE_VECTOR_INT, 0).exists (&trial)) in bitwise_mode_for_mode()
445 && have_regs_of_mode[trial] in bitwise_mode_for_mode()
446 && targetm.vector_mode_supported_p (trial)) in bitwise_mode_for_mode()
[all …]
H A Demit-rtl.c3825 return trial; in try_split()
3827 if (any_condjump_p (trial) in try_split()
3841 return trial; in try_split()
3850 return trial; in try_split()
3865 if (JUMP_P (trial)) in try_split()
3885 if (CALL_P (trial)) in try_split()
3965 if (INSN_P (trial)) in try_split()
3978 before = PREV_INSN (trial); in try_split()
3979 after = NEXT_INSN (trial); in try_split()
3981 emit_insn_after_setloc (seq, trial, INSN_LOCATION (trial)); in try_split()
[all …]
/netbsd/external/bsd/byacc/dist/test/btyacc/
H A Dbtyacc_calc1.output148 '+' [trial] shift 20
149 '-' [trial] shift 21
150 '*' [trial] shift 22
151 '/' [trial] shift 23
152 '+' [trial] reduce 16
153 '-' [trial] reduce 16
154 '*' [trial] reduce 16
155 '/' [trial] reduce 16
156 '\n' [trial] reduce 4
286 '+' [trial] shift 20
[all …]
H A Dbtyacc_demo.output209 '(' [trial] shift 18
210 ID [trial] shift 19
211 '(' [trial] reduce 28
213 ID [trial] reduce 8
448 '(' [trial] shift 18
522 '(' [trial] shift 18
551 '(' [trial] shift 18
577 ID [trial] shift 19
580 ID [trial] reduce 8
913 ID [trial] shift 49
[all …]
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dperfpow.c247 int ans, where, neg, trial; in mpn_perfect_power_p() local
290 trial = (n > SMALL) + (n > MEDIUM); in mpn_perfect_power_p()
293 factor = mpn_trialdiv (np, n, nrtrial[trial], &where); in mpn_perfect_power_p()
330 factor = mpn_trialdiv (np, n, nrtrial[trial], &where); in mpn_perfect_power_p()
336 d = (mp_limb_t) (count * logs[trial] + 1e-9) + 1; in mpn_perfect_power_p()
/netbsd/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D12-preprocess.t31 for my $trial (1, 0) {
34 if ($trial == 0) {
/netbsd/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dpreprocess.t28 for my $trial (1, 0) {
31 if ($trial == 0) {
/netbsd/usr.sbin/lpr/common_source/
H A Dcommon.c138 int refuse, trial; in getport() local
168 refuse = trial = 0; in getport()
170 trial++; in getport()
191 if (s < 0 && trial == refuse && timo <= 16) { in getport()
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DBN_generate_prime.pod132 The test performed on B<p> are trial division by a number of small primes
143 If B<do_trial_division> set to B<0>, the trial division will be skipped.
144 BN_is_prime_ex() and BN_is_prime() always skip the trial division.
156 If the trial division is done, and no divisors are found and B<cb>
H A DDSA_generate_parameters.pod67 When a candidate for q has passed a test by trial division,
86 When a candidate for p has passed the test by trial division,
/netbsd/external/bsd/byacc/dist/
H A Dbtyaccpar.skel450 /* in trial mode; save scanner results for future parse attempts */
516 fprintf(stderr, "%s[%d]: CONFLICT in state %d: following successful trial parse\n",
531 /* Unresolved conflict - start/continue trial parse */
538 fputs("ALREADY in conflict, continuing trial parse.\n", stderr);
540 fputs("Starting trial parse.\n", stderr);
748 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
969 /* in trial mode; save scanner results for future parse attempts */
1060 …fprintf(stderr, "%s[%d]: state %d, CONFLICT trial successful, backtracking to state %d, %d tokens\…
H A DREADME.BTYACC317 (conflict that happens while trial-processing another
340 while processing in trial mode for another conflict), we
342 being in trial.
371 stream state), and goes into trial parse mode. It then
378 point where it first entered trial parse mode, and
380 following the path of the successful trial.
383 are only executed when not in trial mode, and []-actions
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DDSA_generate_parameters.pod59 When a candidate for q has passed a test by trial division,
78 When a candidate for p has passed the test by trial division,
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Dbntest.c2373 int trial; in test_is_prime() local
2378 for (trial = 0; trial <= 1; ++trial) { in test_is_prime()
2380 || !TEST_int_eq(BN_is_prime_fasttest_ex(r, 1, ctx, trial, NULL), in test_is_prime()
2397 int trial; in test_not_prime() local
2402 for (trial = 0; trial <= 1; ++trial) { in test_not_prime()
2404 || !TEST_false(BN_is_prime_fasttest_ex(r, 1, ctx, trial, NULL))) in test_not_prime()
/netbsd/sys/arch/m68k/060sp/dist/
H A Dilsp.s339 clr.l %d1 # %d1 will hold trial quotient
358 mov.w &0xffff, %d1 # use max trial quotient word
368 # now test the trial quotient and adjust. This step plus the
369 # normalization assures (according to Knuth) that the trial
404 mov.l %d5, %d2 # now %d2,%d3 are trial*divisor

1234