Home
last modified time | relevance | path

Searched refs:input_ports_type (Results 1 – 14 of 14) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_join_impl.h1035 typedef join_node_FE<JP, InputTuple, OutputTuple> input_ports_type;
1036 using input_ports_type::tuple_build_may_succeed;
1037 using input_ports_type::try_to_make_tuple;
1038 using input_ports_type::tuple_accepted;
1039 using input_ports_type::tuple_rejected;
1140 input_ports_type::set_my_node(this);
1145 graph_node(other.graph_node::my_graph), input_ports_type(other),
1148 input_ports_type::set_my_node(this);
1156 input_ports_type::set_my_node(this);
1180 input_ports_type::reset(f);
[all …]
H A D_flow_graph_indexer_impl.h113 typedef indexer_node_FE<InputTuple, output_type,StructTypes> input_ports_type;
165 indexer_node_base(graph& g) : graph_node(g), input_ports_type(), my_successors(this) {
171 … : graph_node(other.my_graph), input_ports_type(), sender<output_type>(), my_successors(this)
333 … typedef typename wrap_tuple_elements<N,indexer_input_port,OutputTuple>::type input_ports_type;
334 typedef indexer_node_FE<input_ports_type,output_type,OutputTuple> indexer_FE_type;
335 typedef indexer_node_base<input_ports_type, output_type, OutputTuple> indexer_base_type;
341 typedef typename indexer_types<OutputTuple>::input_ports_type input_ports_type;
H A D_flow_graph_node_set_impl.h79 template <typename T> using input_ports_type = typename T::input_ports_type; variable
89 using has_input_ports_type = supports<T, alias_helpers::input_ports_type>;
/oneTBB/examples/graph/logic_sim/
H A Dtwo_bit_adder.hpp54 base_type::input_ports_type input_tuple(input_port<0>(two_adders[0] /*CI*/), in set_up_composite()
H A Dfour_bit_adder.hpp63 fba_base_type::input_ports_type input_tuple(input_port<0>(four_adders[0] /*CI*/), in set_up_composite()
H A DD_latch.hpp57 base_type::input_ports_type input_tuple(D_port, E_port); in D_latch()
H A Dbasics.hpp77 base_type::input_ports_type input_tuple(input_port<0>(in_ports)); in gate()
114 base_type::input_ports_type input_tuple(input_port<0>(in_ports), input_port<1>(in_ports)); in gate()
152 base_type::input_ports_type input_tuple( in gate()
192 base_type::input_ports_type input_tuple(input_port<0>(in_ports), in gate()
H A Done_bit_adder.hpp110 base_type::input_ports_type input_tuple(CI_port, A_port, B_port); in set_up_composite()
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h2147 typedef typename unfolded_type::input_ports_type input_ports_type; typedef
2174 typedef typename unfolded_type::input_ports_type input_ports_type; typedef
2220 typedef typename unfolded_type::input_ports_type input_ports_type; typedef
2654 typename = typename V::input_ports_type >
2686 typename = typename V::input_ports_type >
2704 typedef std::tuple< receiver<InputTypes>&... > input_ports_type; typedef
2708 std::unique_ptr<input_ports_type> my_input_ports;
2741 input_ports_type& input_ports() { in input_ports()
2756 typedef std::tuple< receiver<InputTypes>&... > input_ports_type; typedef
2759 std::unique_ptr<input_ports_type> my_input_ports;
[all …]
/oneTBB/test/tbb/
H A Dtest_composite_node.cpp183 …base_type::set_external_ports(base_type::input_ports_type(tbb::flow::input_port<0>(j), tbb::flow::… in adder_node()
307 …outer_node.set_external_ports(base_type::input_ports_type(tbb::flow::input_port<0>(inner_node1), t… in test_nested_adder()
367 …typename base_type::input_ports_type input_tuple(tbb::flow::input_port<0>(j), tbb::flow::input_por… in prefix_node()
H A Dtest_indexer_node.cpp404 typename NodeType::input_ports_type& input_ports1 = mip_node.input_ports(); in test_input_ports_return_ref()
405 typename NodeType::input_ports_type& input_ports2 = mip_node.input_ports(); in test_input_ports_return_ref()
/oneTBB/test/conformance/
H A Dconformance_composite_node.cpp44 …base_type::input_ports_type input_tuple(oneapi::tbb::flow::input_port<0>(j), oneapi::tbb::flow::in… in adder()
H A Dconformance_join_node.cpp265 CHECK_MESSAGE((std::is_same<oneapi::tbb::flow::join_node<std::tuple<int>>::input_ports_type&,
/oneTBB/test/common/
H A Dgraph_utils.h613 typename NodeType::input_ports_type& input_ports1 = mip_node.input_ports();
614 typename NodeType::input_ports_type& input_ports2 = mip_node.input_ports();