Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_queue.cpp75 void TestVectorTypes() { in TestVectorTypes() function
108 TestVectorTypes<ClassWithSSE, tbb::concurrent_queue<ClassWithSSE> >(); in TestQueueWorksWithSSE()
109 TestVectorTypes<ClassWithSSE, tbb::concurrent_bounded_queue<ClassWithSSE> >(); in TestQueueWorksWithSSE()
113 TestVectorTypes<ClassWithAVX, tbb::concurrent_queue<ClassWithAVX> >(); in TestQueueWorksWithSSE()
114 TestVectorTypes<ClassWithAVX, tbb::concurrent_bounded_queue<ClassWithAVX> >(); in TestQueueWorksWithSSE()
H A Dtest_parallel_for.cpp68 void TestVectorTypes() { in TestVectorTypes() function
413 TestVectorTypes<ClassWithSSE>();
416 if (have_AVX()) TestVectorTypes<ClassWithAVX>();
H A Dtest_concurrent_vector.cpp120 void TestVectorTypes() { in TestVectorTypes() function
561 TestVectorTypes<ClassWithSSE>();
564 if (have_AVX()) TestVectorTypes<ClassWithAVX>();