Home
last modified time | relevance | path

Searched refs:first_root (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/p5-Graph/Graph-0.9725/t/
H A D71_spt.t34 my $sgb_d = $g->SPT_Dijkstra(first_root => "b");
39 my $sgb_bf = $g->SPT_Bellman_Ford(first_root => "b");
44 my $sgh_d = $g->SPT_Dijkstra(first_root => sub { "h" });
54 my $sub = $u->SPT_Dijkstra(first_root => "b");
59 my $suh = $u->SPT_Dijkstra(first_root => "h");
64 my $sua = $u->SPT_Dijkstra(first_root => "a");
90 my $s2_di = $g2->SPT_Dijkstra(first_root => "0");
94 my $s2_bf = $g2->SPT_Bellman_Ford(first_root => "0");
104 eval { $s3_da = $g3->SPT_Dijkstra(first_root => "a") };
142 my $sg5 = $g5->SPT_Dijkstra(first_root => "0");
[all …]
H A Du_re_sd.t20 my $SSSP0 = $g0->SPT_Dijkstra(first_root=>'A') ;
39 my $SSSP1 = $g1->SPT_Dijkstra(first_root=>'A') ;
H A D60_bfs.t93 first_root => 'b');
184 first_root => 'a',
H A D64_mst.t49 my $g1u = $g1->MST_Prim(first_root => "g");
H A Du_bo_ap1.t23 my @rts = sort $g->articulation_points(first_root => $v);
H A D59_dfs.t113 first_root => 'b');
395 first_root => "a",
617 first_root => 'a',
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A DUnionFind.h101 const size_t first_root = findByHandle(first); in unite() local
105 if (rank[first_root] < rank[second_root]) in unite()
108 rank[second_root] += rank[first_root]; in unite()
114 rank[first_root] += rank[second_root]; in unite()
/dports/lang/v8/v8-9.6.180.12/src/roots/
H A Droots-inl.h44 FullObjectSlot first_root(&roots_[0]); in IsRootHandleLocation()
47 if (location < first_root) return false; in IsRootHandleLocation()
48 *index = static_cast<RootIndex>(location - first_root); in IsRootHandleLocation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/roots/
H A Droots-inl.h45 FullObjectSlot first_root(&roots_[0]); in IsRootHandleLocation()
48 if (location < first_root) return false; in IsRootHandleLocation()
49 *index = static_cast<RootIndex>(location - first_root); in IsRootHandleLocation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/roots/
H A Droots-inl.h44 FullObjectSlot first_root(&roots_[0]); in IsRootHandleLocation()
47 if (location < first_root) return false; in IsRootHandleLocation()
48 *index = static_cast<RootIndex>(location - first_root); in IsRootHandleLocation()
/dports/math/p5-Graph/Graph-0.9725/lib/Graph/
H A DTraversal.pm67 $attr{ first_root } = delete $attr{ start };
80 $self->{ first_root } =
82 if !exists $self->{ first_root };
201 if (!@{ $self->{ roots } } and defined(my $first = $self->{ first_root })) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dduplicate_tree_detector_unittest.cc37 void CreateTwoIdenticalHierarchies(const base::FilePath& first_root, in CreateTwoIdenticalHierarchies() argument
39 base::FilePath d1(first_root); in CreateTwoIdenticalHierarchies()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Drust_project_writer.cc350 bool first_root = true; in WriteCrates() local
352 if (!first_root) in WriteCrates()
354 first_root = false; in WriteCrates()
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/tests/unit/action_engine/
H A Dtest_scoping.py237 first_root = 0
240 first_root = i
247 self.assertGreater(first_subroot, first_root)
/dports/devel/gn/gn-1962/src/gn/
H A Drust_project_writer.cc344 bool first_root = true; in WriteCrates() local
346 if (!first_root) in WriteCrates()
348 first_root = false; in WriteCrates()
/dports/archivers/py-bup/bup-0.31/lib/cmd/
H A Dsave-cmd.py303 first_root = None variable
369 if first_root == None:
370 first_root = dirp[0] variable
371 elif first_root != dirp[0]:
/dports/math/p5-Graph/Graph-0.9725/lib/
H A DGraph.pm1691 my %opt = @args == 1 ? ( first_root => $args[0] ) : _get_options( \@args );
1698 $opt{ first_root } = delete $opt{ start };
1701 if (exists $opt{ first_root }) {
1702 if (ref $opt{ first_root } eq 'CODE') {
1703 $r = $opt{ first_root }->( $g, \%unseen );
1705 $r = $opt{ first_root };
1893 first_root => sub { (each %r)[1] },
2283 my $sptg = $g->SPT_Dijkstra(first_root => $u);
2379 my $sptg = $g->SPT_Bellman_Ford(first_root => $u);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_chromeos_unittest.cc737 aura::Window* first_root = ash::Shell::GetAllRootWindows()[0]; in TEST_F() local
738 EXPECT_EQ(first_root, ash::Shell::GetRootWindowForNewWindows()); in TEST_F()
743 EXPECT_TRUE(first_root->GetBoundsInScreen().Contains(bounds)); in TEST_F()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h245 Dt_t *first_root; member
/dports/math/maxima/maxima-5.43.2/demo/
H A Ddemo.dem74 first_root:first(h);
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h252 Dt_t *first_root; \
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h252 Dt_t *first_root; \
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h264 Dt_t *first_root; \
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dname.c332 shp->prefix_root = shp->first_root = 0; in nv_setlist()
529 shp->prefix_root = shp->first_root; in nv_setlist()
960 shp->first_root = root; in nv_create()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dname.c332 shp->prefix_root = shp->first_root = 0; in nv_setlist()
529 shp->prefix_root = shp->first_root; in nv_setlist()
960 shp->first_root = root; in nv_create()

12