Home
last modified time | relevance | path

Searched refs:other_node (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/graph/
Dboykov_kolmogorov_max_flow.hpp290 vertex_descriptor other_node in grow() local
292 if (get_tree(other_node) == tColorTraits::gray()) in grow()
294 set_tree(other_node, in grow()
299 other_node, out_edge); // set us as parent in grow()
300 put(m_dist_map, other_node, in grow()
304 put(m_time_map, other_node, in grow()
306 add_active_node(other_node); in grow()
308 else if (get_tree(other_node) in grow()
314 current_node, other_node)) in grow()
316 set_edge_to_parent(other_node, out_edge); in grow()
[all …]
/third_party/boost/boost/intrusive/
Dcircular_slist_algorithms.hpp252 static void swap_nodes(node_ptr this_node, node_ptr other_node) in swap_nodes() argument
254 if (other_node == this_node) in swap_nodes()
257 const node_ptr other_next = NodeTraits::get_next(other_node); in swap_nodes()
261 const bool other_empty = other_next == other_node; in swap_nodes()
264 …NodeTraits::set_next(this_next == other_node ? other_node : get_previous_node(other_node), this_no… in swap_nodes()
267 …Traits::set_next(other_next == this_node ? this_node : get_previous_node(this_node), other_node ); in swap_nodes()
269 …_next(this_node, other_empty ? this_node : (other_next == this_node ? other_node : other_next) ); in swap_nodes()
270 …NodeTraits::set_next(other_node, this_empty ? other_node : (this_next == other_node ? this_node :… in swap_nodes()
Dcircular_list_algorithms.hpp214 static void swap_nodes(node_ptr this_node, node_ptr other_node) in swap_nodes() argument
216 if (other_node == this_node) in swap_nodes()
219 bool other_inited = inited(other_node); in swap_nodes()
224 init_header(other_node); in swap_nodes()
229 node_ptr next_other(NodeTraits::get_next(other_node)); in swap_nodes()
230 node_ptr prev_other(NodeTraits::get_previous(other_node)); in swap_nodes()
234 swap_next(this_node, other_node); in swap_nodes()
235 swap_prev(this_node, other_node); in swap_nodes()
238 init(other_node); in swap_nodes()
438 BOOST_INTRUSIVE_FORCEINLINE static void swap_prev(node_ptr this_node, node_ptr other_node) in swap_prev() argument
[all …]
Dlinear_slist_algorithms.hpp187 static void swap_trailing_nodes(node_ptr this_node, node_ptr other_node) in swap_trailing_nodes() argument
190 node_ptr other_nxt = NodeTraits::get_next(other_node); in swap_trailing_nodes()
192 NodeTraits::set_next(other_node, this_nxt); in swap_trailing_nodes()
Dslist.hpp2111 static void priv_swap_lists(node_ptr this_node, node_ptr other_node, detail::bool_<false>) in priv_swap_lists() argument
2112 { node_algorithms::swap_nodes(this_node, other_node); } in priv_swap_lists()
2115 static void priv_swap_lists(node_ptr this_node, node_ptr other_node, detail::bool_<true>) in priv_swap_lists() argument
2116 { node_algorithms::swap_trailing_nodes(this_node, other_node); } in priv_swap_lists()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dnode.cc68 void Node::ReplaceWith(const NodePtr &other_node) { in ReplaceWith() argument
74 user.first->SetInput(idx, other_node); in ReplaceWith()
Dnode.h88 void ReplaceWith(const NodePtr &other_node);
/third_party/boost/libs/graph/test/
Dboykov_kolmogorov_max_flow_test.cpp282 const tVertex& other_node = target(*ei, tSuper::m_g); in invariant_four() local
283 if (this->get_tree(other_node) != this->get_tree(v)) in invariant_four()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c988 vtn_foreach_cf_node(other_node, &swtch->cases) { in vtn_switch_case_condition()
989 struct vtn_case *other = vtn_cf_node_as_case(other_node); in vtn_switch_case_condition()
/third_party/gettext/build-aux/
Dtexi2html8996 foreach my $other_node (@{$other_node_array})
8998 $node_seen = $other_node;
8999 last if ($nodes{$other_node}->{'seen'})