Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_split_node.cpp340 static const int ELEMS = 3; member in serial_test
352 std::vector<SType>split_vector(ELEMS, *my_split); in test()
357 for(int e = 0; e < ELEMS; ++e) { // exercise each of the vector elements in test()
H A Dtest_indexer_node.cpp421 static const int ELEMS = 3; in test() local
430 std::vector<IType> indexer_vector(ELEMS,*my_indexer); in test()
434 for(int e = 0; e < ELEMS; ++e) { in test()
H A Dtest_join_node.h1393 static const int ELEMS = 3;
1408 std::vector<JType>join_vector(ELEMS, *my_join);
1412 for(int e = 0; e < ELEMS; ++e) { // exercise each of the vector elements