Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp70 ClassWithVectorType Array1[aSize], Array2[aSize]; in TestVectorTypes() local
74 Array1[i] = foo; in TestVectorTypes()
76 …tbb::parallel_for( tbb::blocked_range<int>(0,aSize), SSE_Functor<ClassWithVectorType>(Array1, Arra… in TestVectorTypes()