Home
last modified time | relevance | path

Searched refs:ports_type (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/graph/logic_sim/
H A Dbasics.hpp66 typedef gate_fn_t::output_ports_type ports_type; typedef in gate
102 typedef gate_fn_t::output_ports_type ports_type; typedef in gate
139 typedef gate_fn_t::output_ports_type ports_type; typedef in gate
179 typedef gate_fn_t::output_ports_type ports_type; typedef in gate
366 typedef gate<1>::ports_type ports_type; typedef in buffer
390 typedef gate<1>::ports_type ports_type; typedef in not_gate
418 typedef typename gate<N>::ports_type ports_type; typedef in and_gate
462 typedef typename gate<N>::ports_type ports_type; typedef in or_gate
506 typedef typename gate<N>::ports_type ports_type; typedef in xor_gate
557 typedef typename gate<N>::ports_type ports_type; typedef in nor_gate
[all …]
/oneTBB/test/common/
H A Dgraph_utils.h67 template<typename InputType, typename ports_type>
68 static inline void output_converted_value(const InputType &i, ports_type &p) {
76 template<typename InputType, typename ports_type>
77 static inline void output_converted_value(const InputType &i, ports_type &p) {
114 … typedef typename tbb::flow::multifunction_node<InputType,OutputSet>::output_ports_type ports_type;
115 static void construct(const InputType &i, ports_type &p) {
175 typedef void (*mfunction_ptr_type)( const InputType& v, ports_type &p );
185 static inline void empty_func( const InputType&, ports_type& ) {
188 static inline void func( const InputType &v, ports_type &p ) {
199 static inline void tfunc( const InputType& v, ports_type &p ) {
[all …]
/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp78 typedef bin_packer::output_ports_type ports_type; typedef in bin_filler
99 void operator()(const value_type& item, ports_type& p) { in operator ()()