Lines Matching refs:nInputs
173 static void add_input_nodes(indexer_node_type &my_indexer, tbb::flow::graph &g, int nInputs) { in add_input_nodes() argument
174 for(int i=0; i < nInputs; ++i) { in add_input_nodes()
175 …input_node_type *new_node = new my_input_node_type(g, my_input_body<IT>((IT)(ELEM+1), i, nInputs)); in add_input_nodes()
183 input_node_helper<ELEM-1, INT>::add_input_nodes(my_indexer, g, nInputs); in add_input_nodes()
198 static void remove_input_nodes(indexer_node_type& my_indexer, int nInputs) { in remove_input_nodes() argument
199 for(int i=0; i< nInputs; ++i) { in remove_input_nodes()
204 input_node_helper<ELEM-1, INT>::remove_input_nodes(my_indexer, nInputs); in remove_input_nodes()
219 static void add_input_nodes(indexer_node_type &my_indexer, tbb::flow::graph &g, int nInputs) { in add_input_nodes() argument
220 for(int i=0; i < nInputs; ++i) { in add_input_nodes()
221 … my_input_node_type *new_node = new my_input_node_type(g, my_input_body<IT>((IT)2, i, nInputs)); in add_input_nodes()
234 static void remove_input_nodes(indexer_node_type& my_indexer, int nInputs) { in remove_input_nodes() argument
235 for(int i=0; i < nInputs; ++i) { in remove_input_nodes()
258 for(int nInputs = 1; nInputs <= MaxNInputs; ++nInputs) { in test() local
268 input_node_helper<SIZE, IType>::add_input_nodes(my_indexer, g, nInputs); in test()
291 input_node_helper<SIZE, IType>::remove_input_nodes(my_indexer, nInputs); in test()