Searched refs:Array1 (Results 1 – 1 of 1) sorted by relevance
70 ClassWithVectorType Array1[aSize], Array2[aSize]; in TestVectorTypes() local74 Array1[i] = foo; in TestVectorTypes()76 …tbb::parallel_for( tbb::blocked_range<int>(0,aSize), SSE_Functor<ClassWithVectorType>(Array1, Arra… in TestVectorTypes()