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.h | 1035 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.h | 113 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.h | 79 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 D | two_bit_adder.hpp | 54 base_type::input_ports_type input_tuple(input_port<0>(two_adders[0] /*CI*/), in set_up_composite()
|
| H A D | four_bit_adder.hpp | 63 fba_base_type::input_ports_type input_tuple(input_port<0>(four_adders[0] /*CI*/), in set_up_composite()
|
| H A D | D_latch.hpp | 57 base_type::input_ports_type input_tuple(D_port, E_port); in D_latch()
|
| H A D | basics.hpp | 77 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 D | one_bit_adder.hpp | 110 base_type::input_ports_type input_tuple(CI_port, A_port, B_port); in set_up_composite()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 2147 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 D | test_composite_node.cpp | 183 …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 D | test_indexer_node.cpp | 404 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 D | conformance_composite_node.cpp | 44 …base_type::input_ports_type input_tuple(oneapi::tbb::flow::input_port<0>(j), oneapi::tbb::flow::in… in adder()
|
| H A D | conformance_join_node.cpp | 265 CHECK_MESSAGE((std::is_same<oneapi::tbb::flow::join_node<std::tuple<int>>::input_ports_type&,
|
| /oneTBB/test/common/ |
| H A D | graph_utils.h | 613 typename NodeType::input_ports_type& input_ports1 = mip_node.input_ports(); 614 typename NodeType::input_ports_type& input_ports2 = mip_node.input_ports();
|