Home
last modified time | relevance | path

Searched refs:tSuper (Results 1 – 13 of 13) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/libs/graph/test/
H A Dboykov_kolmogorov_max_flow_test.cpp256 > tSuper; typedef in boykov_kolmogorov_test
269 if(v == tSuper::m_source || v == tSuper::m_sink) in invariant_four()
271 …typename std::list<tVertex>::const_iterator it = find(tSuper::m_orphans.begin(), tSuper::m_orphans… in invariant_four()
273 …bool is_active = (tSuper::m_in_active_list_map[v] && (tSuper::has_parent(v) || it != tSuper::m_orp… in invariant_four()
282 BOOST_CHECK(tSuper::m_res_cap_map[tSuper::m_rev_edge_map[*ei]] == 0); in invariant_four()
289 … BOOST_CHECK(this->get_tree(v) != tColorTraits::gray() || tSuper::m_time_map[v] <= tSuper::m_time); in invariant_five()
293 if(this->get_tree(v) == tColorTraits::gray() || tSuper::m_time_map[v] != tSuper::m_time) in invariant_six()
299 tVertex terminal = (color == tColorTraits::black()) ? tSuper::m_source : tSuper::m_sink; in invariant_six()
304 … current_node = (color == tColorTraits::black())? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_six()
321 … current_node = (color == tColorTraits::black()) ? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_seven()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/test/
H A Dboykov_kolmogorov_max_flow_test.cpp256 > tSuper; typedef in boykov_kolmogorov_test
269 if(v == tSuper::m_source || v == tSuper::m_sink) in invariant_four()
271 …typename std::list<tVertex>::const_iterator it = find(tSuper::m_orphans.begin(), tSuper::m_orphans… in invariant_four()
273 …bool is_active = (tSuper::m_in_active_list_map[v] && (tSuper::has_parent(v) || it != tSuper::m_orp… in invariant_four()
282 BOOST_CHECK(tSuper::m_res_cap_map[tSuper::m_rev_edge_map[*ei]] == 0); in invariant_four()
289 … BOOST_CHECK(this->get_tree(v) != tColorTraits::gray() || tSuper::m_time_map[v] <= tSuper::m_time); in invariant_five()
293 if(this->get_tree(v) == tColorTraits::gray() || tSuper::m_time_map[v] != tSuper::m_time) in invariant_six()
299 tVertex terminal = (color == tColorTraits::black()) ? tSuper::m_source : tSuper::m_sink; in invariant_six()
304 … current_node = (color == tColorTraits::black())? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_six()
321 … current_node = (color == tColorTraits::black()) ? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_seven()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/test/
H A Dboykov_kolmogorov_max_flow_test.cpp256 > tSuper; typedef in boykov_kolmogorov_test
269 if(v == tSuper::m_source || v == tSuper::m_sink) in invariant_four()
271 …typename std::list<tVertex>::const_iterator it = find(tSuper::m_orphans.begin(), tSuper::m_orphans… in invariant_four()
273 …bool is_active = (tSuper::m_in_active_list_map[v] && (tSuper::has_parent(v) || it != tSuper::m_orp… in invariant_four()
282 BOOST_CHECK(tSuper::m_res_cap_map[tSuper::m_rev_edge_map[*ei]] == 0); in invariant_four()
289 … BOOST_CHECK(this->get_tree(v) != tColorTraits::gray() || tSuper::m_time_map[v] <= tSuper::m_time); in invariant_five()
293 if(this->get_tree(v) == tColorTraits::gray() || tSuper::m_time_map[v] != tSuper::m_time) in invariant_six()
299 tVertex terminal = (color == tColorTraits::black()) ? tSuper::m_source : tSuper::m_sink; in invariant_six()
304 … current_node = (color == tColorTraits::black())? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_six()
321 … current_node = (color == tColorTraits::black()) ? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_seven()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/test/
H A Dboykov_kolmogorov_max_flow_test.cpp256 > tSuper; typedef in boykov_kolmogorov_test
269 if(v == tSuper::m_source || v == tSuper::m_sink) in invariant_four()
271 …typename std::list<tVertex>::const_iterator it = find(tSuper::m_orphans.begin(), tSuper::m_orphans… in invariant_four()
273 …bool is_active = (tSuper::m_in_active_list_map[v] && (tSuper::has_parent(v) || it != tSuper::m_orp… in invariant_four()
282 BOOST_CHECK(tSuper::m_res_cap_map[tSuper::m_rev_edge_map[*ei]] == 0); in invariant_four()
289 … BOOST_CHECK(this->get_tree(v) != tColorTraits::gray() || tSuper::m_time_map[v] <= tSuper::m_time); in invariant_five()
293 if(this->get_tree(v) == tColorTraits::gray() || tSuper::m_time_map[v] != tSuper::m_time) in invariant_six()
299 tVertex terminal = (color == tColorTraits::black()) ? tSuper::m_source : tSuper::m_sink; in invariant_six()
304 … current_node = (color == tColorTraits::black())? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_six()
321 … current_node = (color == tColorTraits::black()) ? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_seven()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/graph/test/
H A Dboykov_kolmogorov_max_flow_test.cpp256 > tSuper; typedef in boykov_kolmogorov_test
269 if(v == tSuper::m_source || v == tSuper::m_sink) in invariant_four()
271 …typename std::list<tVertex>::const_iterator it = find(tSuper::m_orphans.begin(), tSuper::m_orphans… in invariant_four()
273 …bool is_active = (tSuper::m_in_active_list_map[v] && (tSuper::has_parent(v) || it != tSuper::m_orp… in invariant_four()
282 BOOST_CHECK(tSuper::m_res_cap_map[tSuper::m_rev_edge_map[*ei]] == 0); in invariant_four()
289 … BOOST_CHECK(this->get_tree(v) != tColorTraits::gray() || tSuper::m_time_map[v] <= tSuper::m_time); in invariant_five()
293 if(this->get_tree(v) == tColorTraits::gray() || tSuper::m_time_map[v] != tSuper::m_time) in invariant_six()
299 tVertex terminal = (color == tColorTraits::black()) ? tSuper::m_source : tSuper::m_sink; in invariant_six()
304 … current_node = (color == tColorTraits::black())? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_six()
321 … current_node = (color == tColorTraits::black()) ? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_seven()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/test/
H A Dboykov_kolmogorov_max_flow_test.cpp256 > tSuper; typedef in boykov_kolmogorov_test
269 if(v == tSuper::m_source || v == tSuper::m_sink) in invariant_four()
271 …typename std::list<tVertex>::const_iterator it = find(tSuper::m_orphans.begin(), tSuper::m_orphans… in invariant_four()
273 …bool is_active = (tSuper::m_in_active_list_map[v] && (tSuper::has_parent(v) || it != tSuper::m_orp… in invariant_four()
282 BOOST_CHECK(tSuper::m_res_cap_map[tSuper::m_rev_edge_map[*ei]] == 0); in invariant_four()
289 … BOOST_CHECK(this->get_tree(v) != tColorTraits::gray() || tSuper::m_time_map[v] <= tSuper::m_time); in invariant_five()
293 if(this->get_tree(v) == tColorTraits::gray() || tSuper::m_time_map[v] != tSuper::m_time) in invariant_six()
299 tVertex terminal = (color == tColorTraits::black()) ? tSuper::m_source : tSuper::m_sink; in invariant_six()
304 … current_node = (color == tColorTraits::black())? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_six()
321 … current_node = (color == tColorTraits::black()) ? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_seven()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/graph/test/
H A Dboykov_kolmogorov_max_flow_test.cpp256 > tSuper; typedef in boykov_kolmogorov_test
269 if(v == tSuper::m_source || v == tSuper::m_sink) in invariant_four()
271 …typename std::list<tVertex>::const_iterator it = find(tSuper::m_orphans.begin(), tSuper::m_orphans… in invariant_four()
273 …bool is_active = (tSuper::m_in_active_list_map[v] && (tSuper::has_parent(v) || it != tSuper::m_orp… in invariant_four()
282 BOOST_CHECK(tSuper::m_res_cap_map[tSuper::m_rev_edge_map[*ei]] == 0); in invariant_four()
289 … BOOST_CHECK(this->get_tree(v) != tColorTraits::gray() || tSuper::m_time_map[v] <= tSuper::m_time); in invariant_five()
293 if(this->get_tree(v) == tColorTraits::gray() || tSuper::m_time_map[v] != tSuper::m_time) in invariant_six()
299 tVertex terminal = (color == tColorTraits::black()) ? tSuper::m_source : tSuper::m_sink; in invariant_six()
304 … current_node = (color == tColorTraits::black())? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_six()
321 … current_node = (color == tColorTraits::black()) ? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_seven()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/graph/test/
H A Dboykov_kolmogorov_max_flow_test.cpp256 > tSuper; typedef in boykov_kolmogorov_test
269 if(v == tSuper::m_source || v == tSuper::m_sink) in invariant_four()
271 …typename std::list<tVertex>::const_iterator it = find(tSuper::m_orphans.begin(), tSuper::m_orphans… in invariant_four()
273 …bool is_active = (tSuper::m_in_active_list_map[v] && (tSuper::has_parent(v) || it != tSuper::m_orp… in invariant_four()
282 BOOST_CHECK(tSuper::m_res_cap_map[tSuper::m_rev_edge_map[*ei]] == 0); in invariant_four()
289 … BOOST_CHECK(this->get_tree(v) != tColorTraits::gray() || tSuper::m_time_map[v] <= tSuper::m_time); in invariant_five()
293 if(this->get_tree(v) == tColorTraits::gray() || tSuper::m_time_map[v] != tSuper::m_time) in invariant_six()
299 tVertex terminal = (color == tColorTraits::black()) ? tSuper::m_source : tSuper::m_sink; in invariant_six()
304 … current_node = (color == tColorTraits::black())? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_six()
321 … current_node = (color == tColorTraits::black()) ? source(e, tSuper::m_g) : target(e, tSuper::m_g); in invariant_seven()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/graph/test/
H A Dboykov_kolmogorov_max_flow_test.cpp253 tSuper; typedef in boykov_kolmogorov_test
268 if (v == tSuper::m_source || v == tSuper::m_sink) in invariant_four()
271 = find(tSuper::m_orphans.begin(), tSuper::m_orphans.end(), v); in invariant_four()
275 && (tSuper::has_parent(v) || it != tSuper::m_orphans.end())); in invariant_four()
289 tSuper::m_res_cap_map[tSuper::m_rev_edge_map[*ei]] in invariant_four()
299 || tSuper::m_time_map[v] <= tSuper::m_time); in invariant_five()
305 || tSuper::m_time_map[v] != tSuper::m_time) in invariant_six()
313 ? tSuper::m_source in invariant_six()
314 : tSuper::m_sink; in invariant_six()
321 ? source(e, tSuper::m_g) in invariant_six()
[all …]
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/test/fonterrors/
H A Dfonterrors.gdl25 clsDigit = codepoint("0123456789") {tSuper = 400m};
40 clsDigit {shift.y += tSuper};
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Di-coerce.boot932 coerceSubDomain(val, tSuper, tSub) ==
937 superDomain = tSuper =>
938 coerceImmediateSubDomain(val, tSuper, tSub, CADR super)
939 coerceSubDomain(val, tSuper, superDomain) =>
943 coerceImmediateSubDomain(val, tSuper, tSub, pred) ==
944 predfn := getSubDomainPredicate(tSuper, tSub, pred)
948 getSubDomainPredicate(tSuper, tSub, pred) ==
950 predfn := HGET($superHash, CONS(tSuper, tSub)) => predfn
952 decl := ['_:, name, ['Mapping, $Boolean, tSuper]]
960 predfn := CADAR selectLocalMms(op, name, [tSuper],$Boolean)
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DBoundSet.java970 TypeBinding tSuper = t.findSuperTypeOriginatingFrom(s); in superTypesWithCommonGenericType() local
971 if (tSuper != null) { in superTypesWithCommonGenericType()
972 return new TypeBinding[] {s, tSuper}; in superTypesWithCommonGenericType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DBoundSet.java1260 TypeBinding tSuper = t.findSuperTypeOriginatingFrom(s); in superTypesWithCommonGenericType() local
1261 if (tSuper != null) { in superTypesWithCommonGenericType()
1262 return new TypeBinding[] {s, tSuper}; in superTypesWithCommonGenericType()