Searched refs:aSize (Results 1 – 1 of 1) sorted by relevance
69 const int aSize = 300; in TestVectorTypes() local70 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()