Searched refs:TestVectorTypes (Results 1 – 3 of 3) sorted by relevance
75 void TestVectorTypes() { in TestVectorTypes() function108 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()
68 void TestVectorTypes() { in TestVectorTypes() function413 TestVectorTypes<ClassWithSSE>();416 if (have_AVX()) TestVectorTypes<ClassWithAVX>();
120 void TestVectorTypes() { in TestVectorTypes() function561 TestVectorTypes<ClassWithSSE>();564 if (have_AVX()) TestVectorTypes<ClassWithAVX>();