Searched refs:root1 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-root.c30 check_one (mpz_t root1, mpz_t x2, unsigned long nth, int res, int i) argument
40 MPZ_CHECK_FORMAT (root1);
46 mpz_pow_ui (temp, root1, nth);
52 if (mpz_cmp (root1, root2) != 0 || mpz_cmp (x2, temp2) != 0 || mpz_cmpabs (temp, x2) > 0 || res == mpz_cmp_ui (rem2, 0))
56 debug_mp (root1, 10);
66 debug_mp (root1, 10);
73 mpz_add_ui (temp2, root1, 1L);
82 debug_mp (root1, 10);
98 mpz_t root1; local
115 mpz_init (root1);
[all...]
/netbsd-current/usr.sbin/mtree/
H A Dspecspec.c264 NODE *root1, *root2; local
266 root1 = spec(fi);
268 rval = walk_in_the_forest(root1, root2, "");
269 rval += compare_nodes(root1, root2, "");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c2659 gimple *stmt1, *stmt2, *root1, *root2, *s1, *s2; local
2669 root1 = find_associative_operation_root (stmt1, &dist1);
2673 gcc_assert (root1 && root2 && root1 == root2
H A Dgenrecog.c2681 position *root1 = 0;
2685 && !merge_relative_positions (&root1, d1->test.pos,
2702 && !merge_relative_positions (&root1, to1_res->root,
2829 merge_state_result *new_res1 = new merge_state_result (pat, root1,
2677 position *root1 = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc2791 gimple *stmt1, *stmt2, *root1, *root2, *s1, *s2; local
2801 root1 = find_associative_operation_root (stmt1, &dist1);
2805 gcc_assert (root1 && root2 && root1 == root2
H A Dgenrecog.cc2679 position *root1 = 0;
2683 && !merge_relative_positions (&root1, d1->test.pos,
2700 && !merge_relative_positions (&root1, to1_res->root,
2827 merge_state_result *new_res1 = new merge_state_result (pat, root1,
2675 position *root1 = 0; local
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dsanity.sh29951 CVSROOT1_DIRNAME=${TESTDIR}/root1
29966 "${testcvs} -d ${CVSROOT1} import -m import-to-root1 dir1 vend rel" "
29972 ${SPROG} import: Importing ${TESTDIR}/root1/dir1/sdir
29973 ${SPROG} import: Importing ${TESTDIR}/root1/dir1/sdir/ssdir"
30017 *-> main loop with CVSROOT=${TESTDIR}/root1
30018 *-> parse_config ($TESTDIR/root1)
30020 *-> Write_Template (\., ${TESTDIR}/root1)
30022 *-> Reader_Lock(${TESTDIR}/root1)
30024 *-> Write_Template (dir1, ${TESTDIR}/root1/dir1)
30026 *-> Reader_Lock(${TESTDIR}/root1/dir
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c1682 gfc_symtree *root1 = NULL, *root2 = NULL, *root3 = NULL, *root4 = NULL; local
1746 symtree1 = gfc_new_symtree (&root1, sym->name);
1748 gcc_assert (symtree1 == root1);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc1968 gfc_symtree *root1 = NULL, *root2 = NULL, *root3 = NULL, *root4 = NULL; local
2032 symtree1 = gfc_new_symtree (&root1, sym->name);
2034 gcc_assert (symtree1 == root1);

Completed in 385 milliseconds