Home
last modified time | relevance | path

Searched refs:a0 (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_composite_node.cpp204 adder_node a0(g, hidden); in test_adder() local
205 …CHECK_MESSAGE( (&tbb::flow::input_port<0>(a0) == &tbb::flow::input_port<0>(a0.j)), "input_port 0 o… in test_adder()
206 …CHECK_MESSAGE( (&tbb::flow::input_port<1>(a0) == &tbb::flow::input_port<1>(a0.j)), "input_port 1 o… in test_adder()
207 …CHECK_MESSAGE( (&tbb::flow::output_port<0>(a0) == &a0.f), "f not bound to output port 0 in composi… in test_adder()
210 …CHECK_MESSAGE( (&std::get<0>(a0.input_ports()) == &tbb::flow::input_port<0>(a0.j)), "input_port 0 … in test_adder()
211 …CHECK_MESSAGE( (&std::get<1>(a0.input_ports()) == &tbb::flow::input_port<1>(a0.j)), "input_port1 o… in test_adder()
212 …CHECK_MESSAGE( (&std::get<0>(a0.output_ports()) == &a0.f), "f not bound to output port 0 in compos… in test_adder()
227 tbb::flow::make_edge( s, tbb::flow::input_port<0>(a0) ); in test_adder()
228 tbb::flow::make_edge( c, tbb::flow::input_port<1>(a0) ); in test_adder()
233 tbb::flow::make_edge( tbb::flow::output_port<0>(a0), tbb::flow::input_port<0>(a2) ); in test_adder()
[all …]
/oneTBB/test/conformance/
H A Dconformance_composite_node.cpp163 adder a0(g);
167 make_edge(output_port<0>(s), input_port<0>(a0));
168 make_edge(output_port<1>(s), input_port<1>(a0));
170 make_edge(output_port<0>(a0),input_port<0>(a1));