Lines Matching refs:SIZE

248     static const int SIZE = std::tuple_size<union_types>::value;  member in parallel_test
251 input_node_helper<SIZE,IType>::print_remark(); in test()
268 input_node_helper<SIZE, IType>::add_input_nodes(my_indexer, g, nInputs); in test()
273 reset_outputCheck(SIZE, Count); in test()
274 for(int i=0; i < Count*SIZE; ++i) { in test()
276 input_node_helper<SIZE, IType>::check_value(v); in test()
279 check_outputCheck(SIZE, Count); in test()
280 reset_outputCheck(SIZE, Count); in test()
282 for(int i=0; i < Count*SIZE; i++) { in test()
284 input_node_helper<SIZE, IType>::check_value(v); in test()
286 check_outputCheck(SIZE, Count); in test()
291 input_node_helper<SIZE, IType>::remove_input_nodes(my_indexer, nInputs); in test()
360 template<typename IType, typename TType, int SIZE>
363 for(int ii=0; ii < SIZE; ++ii) last_index_seen.push_back(-1); in test_one_serial()
373 serial_queue_helper<SIZE,IType>::put_one_queue_val(i,my_indexer); in test_one_serial()
377 for (int i = 0; i < Count * SIZE; ++i ) { in test_one_serial()
381 serial_queue_helper<SIZE,IType>::check_queue_value(v); in test_one_serial()
385 for(int ii=0; ii < SIZE; ++ii) last_index_seen[ii] = -1; in test_one_serial()
388 serial_queue_helper<SIZE, IType>::fill_one_queue(Count,my_indexer); in test_one_serial()
391 for (int i = 0; i < Count*SIZE; ++i ) { in test_one_serial()
395 serial_queue_helper<SIZE,IType>::check_queue_value(v); in test_one_serial()
417 static const int SIZE = std::tuple_size<union_types>::value; member in serial_test
426 serial_queue_helper<SIZE, IType>::print_remark(); INFO(" >\n"); in test()
428 test_one_serial<IType,TType,SIZE>(*my_indexer, g); in test()
435 test_one_serial<IType,TType,SIZE>(indexer_vector[e], g); in test()