Home
last modified time | relevance | path

Searched refs:Array2 (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
76 …parallel_for( tbb::blocked_range<int>(0,aSize), SSE_Functor<ClassWithVectorType>(Array1, Array2) ); in TestVectorTypes()
79 CHECK( Array2[i]==foo ) ; in TestVectorTypes()