Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp69 const int aSize = 300; in TestVectorTypes() local
70 ClassWithVectorType Array1[aSize], Array2[aSize]; in TestVectorTypes()
71 for( int i=0; i<aSize; ++i ) { in TestVectorTypes()
76 …tbb::parallel_for( tbb::blocked_range<int>(0,aSize), SSE_Functor<ClassWithVectorType>(Array1, Arra… in TestVectorTypes()
77 for( int i=0; i<aSize; ++i ) { in TestVectorTypes()