Home
last modified time | relevance | path

Searched refs:root2 (Results 1 – 25 of 1180) sorted by relevance

12345678910>>...48

/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dequaliso.c40 NODE root2) in equal_tree() argument
49 str2 = nval(root2); in equal_tree()
55 root2 = nsibling(root2); in equal_tree()
82 NODE root2) in iso_list() argument
94 node2 = root2; in iso_list()
111 NODE root2, in equal_nodes() argument
122 root2 = nsibling(root2); in equal_nodes()
124 return (root2 == NULL); in equal_nodes()
131 NODE root2, in iso_nodes() argument
144 nchild(root2), 1, 1); in iso_nodes()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/gw/Transfer/Utilities/
H A Dquadroots.f9024 root2=root1
34 root2=cc/tt
133 temp = root2
134 root2 = root1
138 if (root2.ge.0.d0) then
159 root2 = dimag(uu)
161 root4 = root2
168 root2 = root2 - bb/(4*aa)
188 root2 = root2 - bb/(4*aa)
203 temp = root2
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/gw/Transfer/Utilities/
H A Dquadroots.f9024 root2=root1
34 root2=cc/tt
133 temp = root2
134 root2 = root1
138 if (root2.ge.0.d0) then
159 root2 = dimag(uu)
161 root4 = root2
168 root2 = root2 - bb/(4*aa)
188 root2 = root2 - bb/(4*aa)
203 temp = root2
[all …]
/dports/math/fcl05/fcl-0.5.0/src/broadphase/
H A Dbroadphase_dynamic_AABB_tree.cpp57 if(!root2) in collisionRecurse_()
136 if(tree2->nodeChildExists(root2, i)) in collisionRecurse_()
159 if(!root2) in collisionRecurse_()
229 if(tree2->nodeChildExists(root2, i)) in collisionRecurse_()
255 if(tree2->isNodeOccupied(root2)) in distanceRecurse_()
309 if(tree2->nodeChildExists(root2, i)) in distanceRecurse_()
344 if(tree2->isNodeOccupied(root2)) in distanceRecurse_()
430 if(root1->isLeaf() && root2->isLeaf()) in collisionRecurse()
438 if(root2->isLeaf() || (!root1->isLeaf() && (root1->bv.size() > root2->bv.size()))) in collisionRecurse()
494 if(root1->isLeaf() && root2->isLeaf()) in distanceRecurse()
[all …]
H A Dbroadphase_dynamic_AABB_tree_array.cpp57 if(!root2) in collisionRecurse_()
135 if(tree2->nodeChildExists(root2, i)) in collisionRecurse_()
161 if(!root2) in collisionRecurse_()
230 if(tree2->nodeChildExists(root2, i)) in collisionRecurse_()
258 if(tree2->isNodeOccupied(root2)) in distanceRecurse_()
312 if(tree2->nodeChildExists(root2, i)) in distanceRecurse_()
340 if(tree2->isNodeOccupied(root2)) in distanceRecurse_()
423 if(root1->isLeaf() && root2->isLeaf()) in collisionRecurse()
431 if(root2->isLeaf() || (!root1->isLeaf() && (root1->bv.size() > root2->bv.size()))) in collisionRecurse()
493 if(root1->isLeaf() && root2->isLeaf()) in distanceRecurse()
[all …]
/dports/math/fcl/fcl-0.7.0/include/fcl/broadphase/
H A Dbroadphase_dynamic_AABB_tree-inl.h72 if(!root2) in collisionRecurse_()
151 if(tree2->nodeChildExists(root2, i)) in collisionRecurse_()
184 if(!root2) in collisionRecurse_()
258 if(tree2->nodeChildExists(root2, i)) in collisionRecurse_()
294 if(tree2->isNodeOccupied(root2)) in distanceRecurse_()
348 if(tree2->nodeChildExists(root2, i)) in distanceRecurse_()
403 if(tree2->isNodeOccupied(root2)) in distanceRecurse_()
500 if(root1->isLeaf() && root2->isLeaf()) in collisionRecurse()
508 if(root2->isLeaf() || (!root1->isLeaf() && (root1->bv.size() > root2->bv.size()))) in collisionRecurse()
578 if(root1->isLeaf() && root2->isLeaf()) in distanceRecurse()
[all …]
H A Dbroadphase_dynamic_AABB_tree_array-inl.h76 if(!root2) in collisionRecurse_()
154 if(tree2->nodeChildExists(root2, i)) in collisionRecurse_()
190 if(!root2) in collisionRecurse_()
263 if(tree2->nodeChildExists(root2, i)) in collisionRecurse_()
293 if(tree2->isNodeOccupied(root2)) in distanceRecurse_()
347 if(tree2->nodeChildExists(root2, i)) in distanceRecurse_()
386 if(tree2->isNodeOccupied(root2)) in distanceRecurse_()
474 if(root1->isLeaf() && root2->isLeaf()) in collisionRecurse()
482 if(root2->isLeaf() || (!root1->isLeaf() && (root1->bv.size() > root2->bv.size()))) in collisionRecurse()
553 if(root1->isLeaf() && root2->isLeaf()) in distanceRecurse()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/NestedSet/
H A DMultiRootTestCase.php101 $root2 = new NestedSet_MultiRootNode();
102 $root2->name = 'root';
103 $root2->save();
106 $treeMngr->createRoot($root2);
109 $this->assertEqual($root2->id, $root2->root_id);
134 $root2->refresh(); // ! updates lft/rgt
140 $this->assertEqual(1, $root2->lft);
141 $this->assertEqual(4, $root2->rgt);
142 $this->assertEqual(0, $root2->level);
146 $root2Id = $root2->id;
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-copyrename.c120 tree root1, root2; in copy_rename_partition_coalesce() local
156 if (!root1 && !root2) in copy_rename_partition_coalesce()
170 if (root1 == root2) in copy_rename_partition_coalesce()
180 && (root2 && TREE_CODE (root2) == PARM_DECL)) in copy_rename_partition_coalesce()
188 != (root2 && TREE_CODE (root2) == RESULT_DECL)) in copy_rename_partition_coalesce()
196 ign2 = !root2 || (TREE_CODE (root2) == VAR_DECL && DECL_IGNORED_P (root2)); in copy_rename_partition_coalesce()
219 if (root2 && ssa_default_def (cfun, root2)) in copy_rename_partition_coalesce()
231 else if (root2 && ssa_default_def (cfun, root2)) in copy_rename_partition_coalesce()
238 if (!(!ign2 && root2) in copy_rename_partition_coalesce()
252 || ((root2 && TREE_READONLY (root2)) && ign1)) in copy_rename_partition_coalesce()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-copyrename.c120 tree root1, root2; in copy_rename_partition_coalesce() local
156 if (!root1 && !root2) in copy_rename_partition_coalesce()
170 if (root1 == root2) in copy_rename_partition_coalesce()
180 && (root2 && TREE_CODE (root2) == PARM_DECL)) in copy_rename_partition_coalesce()
188 != (root2 && TREE_CODE (root2) == RESULT_DECL)) in copy_rename_partition_coalesce()
196 ign2 = !root2 || (TREE_CODE (root2) == VAR_DECL && DECL_IGNORED_P (root2)); in copy_rename_partition_coalesce()
219 if (root2 && ssa_default_def (cfun, root2)) in copy_rename_partition_coalesce()
231 else if (root2 && ssa_default_def (cfun, root2)) in copy_rename_partition_coalesce()
238 if (!(!ign2 && root2) in copy_rename_partition_coalesce()
252 || ((root2 && TREE_READONLY (root2)) && ign1)) in copy_rename_partition_coalesce()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-copyrename.c128 tree root1, root2; in copy_rename_partition_coalesce() local
164 if (!root1 && !root2) in copy_rename_partition_coalesce()
178 if (root1 == root2) in copy_rename_partition_coalesce()
188 && (root2 && TREE_CODE (root2) == PARM_DECL)) in copy_rename_partition_coalesce()
196 != (root2 && TREE_CODE (root2) == RESULT_DECL)) in copy_rename_partition_coalesce()
204 ign2 = !root2 || (TREE_CODE (root2) == VAR_DECL && DECL_IGNORED_P (root2)); in copy_rename_partition_coalesce()
227 if (root2 && ssa_default_def (cfun, root2)) in copy_rename_partition_coalesce()
239 else if (root2 && ssa_default_def (cfun, root2)) in copy_rename_partition_coalesce()
246 if (!(!ign2 && root2) in copy_rename_partition_coalesce()
260 || ((root2 && TREE_READONLY (root2)) && ign1)) in copy_rename_partition_coalesce()
[all …]
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dmisc_stp.c392 if( root2 == NULL ) in SCIPpairheapMergeheaps()
395 return root2; in SCIPpairheapMergeheaps()
400 root2->prev = root1; in SCIPpairheapMergeheaps()
407 root2->sibling->prev = root2; in SCIPpairheapMergeheaps()
417 root1->prev = root2; in SCIPpairheapMergeheaps()
424 return root2; in SCIPpairheapMergeheaps()
435 assert(root2 != NULL); in SCIPpairheapAddtoheap()
451 root2->sibling->prev = root2; in SCIPpairheapAddtoheap()
468 return root2; in SCIPpairheapAddtoheap()
609 assert(root2 != NULL); in SCIPpairheapMeldheaps()
[all …]
/dports/math/mpir/mpir-3.0.0/tests/mpz/
H A Dt-root.c48 mpz_t root1, root2, root3, rem2; in main() local
68 mpz_init (root2); in main()
118 mpz_rootrem (root2, rem2, x2, nth); in main()
129 debug_mp (root2, 10); in main()
192 mpz_pow_ui (root3, root2, nth); in main()
217 mpz_add_ui (root2, root2, 1); in main()
218 mpz_pow_ui (root2, root2, nth); in main()
219 if (mpz_cmp (root2, temp2) <= 0) in main()
269 mpz_nthroot(root2, cube, 3); in main()
271 if (mpz_cmp(root1, root2) != 0) in main()
[all …]
/dports/games/libtmcg/libTMCG-1.3.18/src/
H A Dmpz_sqrtm.cc441 mpz_mul(root2, root2, v); in tmcg_mpz_sqrtmn_r()
442 mpz_mul(root2, root2, q); in tmcg_mpz_sqrtmn_r()
457 mpz_set(root, root2); in tmcg_mpz_sqrtmn_r()
493 mpz_mul(root2, root2, v); in tmcg_mpz_sqrtmn()
494 mpz_mul(root2, root2, q); in tmcg_mpz_sqrtmn()
509 mpz_set(root, root2); in tmcg_mpz_sqrtmn()
546 mpz_mul(root2, root2, v); in tmcg_mpz_sqrtmn_r_all()
547 mpz_mul(root2, root2, q); in tmcg_mpz_sqrtmn_r_all()
589 mpz_mul(root2, root2, v); in tmcg_mpz_sqrtmn_all()
590 mpz_mul(root2, root2, q); in tmcg_mpz_sqrtmn_all()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Drquad_c.c55 SpiceDouble root2[2] ) in rquad_c()
302 root2[1] = 0.; in rquad_c()
320 root2[0] = ( con / sqr ) / root1[0]; in rquad_c()
328 root2[0] = ( - lin - sqrt(discrm) ) / ( 2. * sqr ); in rquad_c()
330 root1[0] = ( con / sqr ) / root2[0]; in rquad_c()
339 root2[0] = - root1[0]; in rquad_c()
355 root2[0] = root1[0]; in rquad_c()
356 root2[1] = -root1[1]; in rquad_c()
375 MOVED ( root1, 2, root2 ); in rquad_c()
H A Drquad.c14 doublereal *root1, doublereal *root2) in rquad_() argument
294 root2[1] = 0.; in rquad_()
307 root2[0] = con / sqr / root1[0]; in rquad_()
312 root2[0] = (-lin - sqrt(discrm)) / (sqr * 2.); in rquad_()
313 root1[0] = con / sqr / root2[0]; in rquad_()
319 root2[0] = -root1[0]; in rquad_()
331 root2[0] = root1[0]; in rquad_()
332 root2[1] = -root1[1]; in rquad_()
345 moved_(root1, &c__2, root2); in rquad_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Drquad_c.c55 SpiceDouble root2[2] ) in rquad_c()
302 root2[1] = 0.; in rquad_c()
320 root2[0] = ( con / sqr ) / root1[0]; in rquad_c()
328 root2[0] = ( - lin - sqrt(discrm) ) / ( 2. * sqr ); in rquad_c()
330 root1[0] = ( con / sqr ) / root2[0]; in rquad_c()
339 root2[0] = - root1[0]; in rquad_c()
355 root2[0] = root1[0]; in rquad_c()
356 root2[1] = -root1[1]; in rquad_c()
375 MOVED ( root1, 2, root2 ); in rquad_c()
H A Drquad.c14 doublereal *root1, doublereal *root2) in rquad_() argument
294 root2[1] = 0.; in rquad_()
307 root2[0] = con / sqr / root1[0]; in rquad_()
312 root2[0] = (-lin - sqrt(discrm)) / (sqr * 2.); in rquad_()
313 root1[0] = con / sqr / root2[0]; in rquad_()
319 root2[0] = -root1[0]; in rquad_()
331 root2[0] = root1[0]; in rquad_()
332 root2[1] = -root1[1]; in rquad_()
345 moved_(root1, &c__2, root2); in rquad_()
/dports/net/libyang/libyang-1.0.240/tests/internal/
H A Dtest_state_lists.c29 struct lyd_node *root1, *root2; member
139 st->root2 = lyd_dup(st->root1, 1); in setup_f()
140 if (!st->root1 || !st->root2) { in setup_f()
155 lyd_hash_check(st->root2); in teardown_f()
158 lyd_free(st->root2); in teardown_f()
314 assert_int_equal(lyd_insert(st->root2, node), 0); in test_merge_equal_list()
375 assert_int_equal(lyd_insert(st->root2, node), 0); in test_merge_nonequal_list()
397 diff = lyd_diff(st->root1, st->root2, 0); in test_diff_same()
415 diff = lyd_diff(st->root1, st->root2, 0); in test_diff_equal_leaflist()
438 diff = lyd_diff(st->root1, st->root2, 0); in test_diff_equal_list()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/multi_index/test/
H A Dtest_alloc_awareness.cpp90 allocator root1(0),root2(0); in test_allocator_awareness_for() local
97 container c2(c,root2); in test_allocator_awareness_for()
98 BOOST_TEST(c2.get_allocator().comes_from(root2)); in test_allocator_awareness_for()
104 container c3(boost::move(c2),root2); in test_allocator_awareness_for()
105 BOOST_TEST(c3.get_allocator().comes_from(root2)); in test_allocator_awareness_for()
112 container c2(root2); in test_allocator_awareness_for()
114 BOOST_TEST(c2.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()
122 container c3(root2); in test_allocator_awareness_for()
124 BOOST_TEST(c3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for()
133 container c3(root2); in test_allocator_awareness_for()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_disjoint_set.hh53 int64_t root2 = this->find_root(y); in join() local
56 if (root1 == root2) { in join()
61 if (ranks_[root1] < ranks_[root2]) { in join()
62 std::swap(root1, root2); in join()
64 parents_[root2] = root1; in join()
66 if (ranks_[root1] == ranks_[root2]) { in join()
77 int64_t root2 = this->find_root(y); in in_same_set() local
78 return root1 == root2; in in_same_set()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-copyrename.c116 tree root1, root2; in copy_rename_partition_coalesce() local
145 root2 = SSA_NAME_VAR (rep2); in copy_rename_partition_coalesce()
148 ann2 = var_ann (root2); in copy_rename_partition_coalesce()
168 if (root1 == root2) in copy_rename_partition_coalesce()
192 ign2 = TREE_CODE (root2) == VAR_DECL && DECL_IGNORED_P (root2); in copy_rename_partition_coalesce()
198 if (DECL_FROM_INLINE (root2)) in copy_rename_partition_coalesce()
223 if (default_def (root2)) in copy_rename_partition_coalesce()
235 else if (default_def (root2)) in copy_rename_partition_coalesce()
251 && POINTER_TYPE_P (TREE_TYPE (root2)) in copy_rename_partition_coalesce()
253 != get_alias_set (TREE_TYPE (TREE_TYPE (root2)))) in copy_rename_partition_coalesce()
[all …]
/dports/www/tdom/tdom-0.9.1/tests/
H A Ddomnamespace.test83 set root2 [$doc2 documentElement]
96 set root2 [$doc2 documentElement]
99 $root2 appendChild $node
113 $root2 appendChild $node
127 $root2 appendChild $node
141 $root2 appendChild $node
155 $root2 appendChild $node
208 $root2 appendChild $node
222 $root2 appendChild $node
236 $root2 appendChild $node
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Schema/Eps/
H A DRelationStatsEps.php80 $root2 = 2 * sqrt(2);
84 $this->xSrc + $this->srcDir * (0.75 - 1 / $root2) * $this->wTick,
85 $this->ySrc + $this->wTick / $root2,
91 $this->xSrc + $this->srcDir * (0.75 - 1 / $root2) * $this->wTick,
92 $this->ySrc - $this->wTick / $root2,
98 $this->xDest + $this->destDir * (0.5 + 1 / $root2) * $this->wTick,
99 $this->yDest + $this->wTick / $root2,
105 $this->xDest + $this->destDir * (0.5 + 1 / $root2) * $this->wTick,
106 $this->yDest - $this->wTick / $root2,
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Schema/Eps/
H A DRelationStatsEps.php87 $root2 = 2 * sqrt(2);
91 $this->xSrc + $this->srcDir * (0.75 - 1 / $root2) * $this->wTick,
92 $this->ySrc + $this->wTick / $root2,
98 $this->xSrc + $this->srcDir * (0.75 - 1 / $root2) * $this->wTick,
99 $this->ySrc - $this->wTick / $root2,
105 $this->xDest + $this->destDir * (0.5 + 1 / $root2) * $this->wTick,
106 $this->yDest + $this->wTick / $root2,
112 $this->xDest + $this->destDir * (0.5 + 1 / $root2) * $this->wTick,
113 $this->yDest - $this->wTick / $root2,

12345678910>>...48