| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | reorg.c | 589 rtx_insn *trial, *seq_insn, *prev; in delete_from_delay_slot() local 598 for (trial = insn; in delete_from_delay_slot() 599 PREV_INSN (NEXT_INSN (trial)) == trial; in delete_from_delay_slot() 600 trial = NEXT_INSN (trial)) in delete_from_delay_slot() 603 seq_insn = PREV_INSN (NEXT_INSN (trial)); in delete_from_delay_slot() 620 trial = seq->insn (0); in delete_from_delay_slot() 622 add_insn_after (trial, prev, NULL); in delete_from_delay_slot() 626 emit_barrier_after (trial); in delete_from_delay_slot() 631 trial = emit_delay_sequence (trial, delay_list, XVECLEN (seq, 0) - 2); in delete_from_delay_slot() 632 else if (JUMP_P (trial)) in delete_from_delay_slot() [all …]
|
| H A D | cse.c | 5167 rtx trial; in cse_insn() local 5210 trial = src_folded, src_folded_cost = MAX_COST; in cse_insn() 5213 rtx forced = force_const_mem (mode, trial); in cse_insn() 5215 trial = forced; in cse_insn() 5225 trial = src, src_cost = MAX_COST; in cse_insn() 5231 trial = src_eqv_here, src_eqv_cost = MAX_COST; in cse_insn() 5235 trial = src_related, src_related_cost = MAX_COST; in cse_insn() 5238 trial = elt->exp; in cse_insn() 5249 && CONST_INT_P (trial) in cse_insn() 5293 val |= (INTVAL (trial) & mask) << shift; in cse_insn() [all …]
|
| H A D | stor-layout.c | 430 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 D | emit-rtl.c | 3813 try_split (rtx pat, rtx_insn *trial, int last) in try_split() argument 3824 if (RTX_FRAME_RELATED_P (trial)) in try_split() 3825 return trial; in try_split() 3827 if (any_condjump_p (trial) in try_split() 3828 && (note = find_reg_note (trial, REG_BR_PROB, 0))) in try_split() 3836 seq = split_insns (pat, trial); in try_split() 3841 return trial; in try_split() 3850 return trial; in try_split() 3865 if (JUMP_P (trial)) in try_split() 3866 CROSSING_JUMP_P (insn) = CROSSING_JUMP_P (trial); in try_split() [all …]
|
| H A D | resource.c | 1319 mark_end_of_function_resources (rtx trial, bool include_delayed_effects) in mark_end_of_function_resources() argument 1321 mark_referenced_resources (trial, &end_of_function_needs, in mark_end_of_function_resources()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | reorg.cc | 563 rtx_insn *trial, *seq_insn, *prev; in delete_from_delay_slot() local 572 for (trial = insn; in delete_from_delay_slot() 573 PREV_INSN (NEXT_INSN (trial)) == trial; in delete_from_delay_slot() 574 trial = NEXT_INSN (trial)) in delete_from_delay_slot() 577 seq_insn = PREV_INSN (NEXT_INSN (trial)); in delete_from_delay_slot() 594 trial = seq->insn (0); in delete_from_delay_slot() 596 add_insn_after (trial, prev, NULL); in delete_from_delay_slot() 600 emit_barrier_after (trial); in delete_from_delay_slot() 605 trial = emit_delay_sequence (trial, delay_list, XVECLEN (seq, 0) - 2); in delete_from_delay_slot() 606 else if (JUMP_P (trial)) in delete_from_delay_slot() [all …]
|
| H A D | cse.cc | 5165 rtx trial; in cse_insn() local 5207 trial = src_folded, src_folded_cost = MAX_COST; in cse_insn() 5215 trial = src, src_cost = MAX_COST; in cse_insn() 5221 trial = src_eqv_here, src_eqv_cost = MAX_COST; in cse_insn() 5225 trial = src_related, src_related_cost = MAX_COST; in cse_insn() 5228 trial = elt->exp; in cse_insn() 5239 && CONST_INT_P (trial) in cse_insn() 5283 val |= (INTVAL (trial) & mask) << shift; in cse_insn() 5318 && (trial == pc_rtx in cse_insn() 5319 || (GET_CODE (trial) == LABEL_REF in cse_insn() [all …]
|
| H A D | stor-layout.cc | 433 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 D | emit-rtl.cc | 3776 try_split (rtx pat, rtx_insn *trial, int last) in try_split() argument 3786 if (any_condjump_p (trial) in try_split() 3787 && (note = find_reg_note (trial, REG_BR_PROB, 0))) in try_split() 3795 seq = split_insns (pat, trial); in try_split() 3800 return trial; in try_split() 3810 return trial; in try_split() 3820 if (RTX_FRAME_RELATED_P (trial)) in try_split() 3823 return trial; in try_split() 3826 rtx_insn *old_insn = trial; in try_split() 3839 if (JUMP_P (trial)) in try_split() [all …]
|
| H A D | resource.cc | 1310 mark_end_of_function_resources (rtx trial, bool include_delayed_effects) in mark_end_of_function_resources() argument 1312 mark_referenced_resources (trial, &end_of_function_needs, in mark_end_of_function_resources()
|
| /netbsd-src/external/bsd/byacc/dist/test/btyacc/ |
| H A D | btyacc_calc1.output | 148 '+' [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 157 '\n' [trial] reduce 16 [all …]
|
| H A D | btyacc_demo.output | 209 '(' [trial] shift 18 210 ID [trial] shift 19 211 '(' [trial] reduce 28 213 ID [trial] reduce 8 327 CLCL [trial] shift 32 337 CLCL [trial] reduce 4 448 '(' [trial] shift 18 450 '(' [trial] reduce 28 522 '(' [trial] shift 18 524 '(' [trial] reduce 28 [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | perfpow.c | 247 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-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/ |
| H A D | 12-preprocess.t | 31 for my $trial (1, 0) { 34 if ($trial == 0) {
|
| /netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| H A D | preprocess.t | 28 for my $trial (1, 0) { 31 if ($trial == 0) {
|
| /netbsd-src/usr.sbin/lpr/common_source/ |
| H A D | common.c | 138 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-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | DSA_generate_parameters.pod | 59 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-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | DSA_generate_parameters.pod | 67 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-src/external/bsd/byacc/dist/ |
| H A D | README.BTYACC | 317 (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-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | bntest.c | 2373 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-src/sys/arch/m68k/060sp/dist/ |
| H A D | ilsp.s | 339 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
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/ |
| H A D | package.d | 1471 S s1 = "curt trial".to!S(); 1473 S t1F = "court trial".to!S(); 1475 S t1A = "court trial".to!S();
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | bntest.c | 2457 int trial; in test_is_prime() local 2462 for (trial = 0; trial <= 1; ++trial) { in test_is_prime() 2481 int trial; in test_not_prime() local 2486 for (trial = 0; trial <= 1; ++trial) { in test_not_prime()
|
| /netbsd-src/sbin/routed/ |
| H A D | radix.c | 185 rn_satisfies_leaf(char *trial, in rn_satisfies_leaf() argument 189 char *cp = trial, *cp2 = leaf->rn_key, *cp3 = leaf->rn_mask; in rn_satisfies_leaf()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 2098 int trial; in perform_test_reparse_source() local 2152 for (trial = 0; trial < trials; ++trial) { in perform_test_reparse_source() 2153 if (execute_command && trial == execute_after_trial) { in perform_test_reparse_source() 2160 if (parse_remapped_files_with_try(trial, argc, argv, 0, in perform_test_reparse_source() 2169 trial >= remap_after_trial ? num_unsaved_files : 0, in perform_test_reparse_source() 2170 trial >= remap_after_trial ? unsaved_files : 0, in perform_test_reparse_source()
|