Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_split_node.cpp109 my_input_body(int init_val, int addto) : my_count(init_val), addend(addto) { } in my_input_body() argument
H A Dtest_indexer_node.cpp120 …my_input_body(TT multiplier, int init_val, int addto) : my_mult(multiplier), my_count(init_val), a… in my_input_body() argument
H A Dtest_join_node.h518 my_input_body(int init_val, int addto): my_count(init_val), addend(addto) { }