Searched refs:ClassWithSSE (Results 1 – 4 of 4) sorted by relevance
108 TestVectorTypes<ClassWithSSE, tbb::concurrent_queue<ClassWithSSE> >(); in TestQueueWorksWithSSE()109 TestVectorTypes<ClassWithSSE, tbb::concurrent_bounded_queue<ClassWithSSE> >(); in TestQueueWorksWithSSE()
413 TestVectorTypes<ClassWithSSE>();
561 TestVectorTypes<ClassWithSSE>();
132 using ClassWithSSE = ClassWithVectorType<__m128>; variable