Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_queue.cpp108 TestVectorTypes<ClassWithSSE, tbb::concurrent_queue<ClassWithSSE> >(); in TestQueueWorksWithSSE()
109 TestVectorTypes<ClassWithSSE, tbb::concurrent_bounded_queue<ClassWithSSE> >(); in TestQueueWorksWithSSE()
H A Dtest_parallel_for.cpp413 TestVectorTypes<ClassWithSSE>();
H A Dtest_concurrent_vector.cpp561 TestVectorTypes<ClassWithSSE>();
/oneTBB/test/common/
H A Dvector_types.h132 using ClassWithSSE = ClassWithVectorType<__m128>; variable