Searched defs:vec (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | huffman.cpp | 206 Int32 j, vec, i; in BZ2_hbAssignCodes() local 227 Int32 pp, i, j, vec; in BZ2_hbCreateDecodeTables() local
|
| /oneTBB/test/common/ |
| H A D | concurrent_priority_queue_common.h | 99 void type_tester( const std::vector<ValueType>& vec, Compare comp ) { in type_tester() 184 void type_tester( const std::vector<ValueType>& vec ) { in type_tester() 201 void type_tester_unique_ptr( const std::vector<T>& vec ) { in type_tester_unique_ptr()
|
| /oneTBB/test/tbb/ |
| H A D | test_concurrent_vector.cpp | 276 void Examine( tbb::concurrent_vector<Type, Allocator> c, const std::vector<Type> &vec ) { in Examine() 313 test_default_construction( const std::vector<Type> &vec ) : my_vec(vec) {} in test_default_construction() 326 void TypeTester( const std::vector<Type> &vec ) { in TypeTester() 667 tbb::concurrent_vector<int> vec(final_sum, 1); variable
|
| H A D | test_parallel_for_each.cpp | 201 std::vector<std::size_t> vec(N, 0); variable
|
| H A D | test_eh_flow_graph.cpp | 1923 Foo(std::vector<int>& vec) : m_vec(&vec) { } in Foo() 1936 std::vector<int> vec; in test_flow_graph_exception0() local
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | parse.cpp | 164 static void Rotate3d(RotMat *rot, vector *vec) { in Rotate3d() 172 static void Scale3d(vector *scale, vector *vec) { in Scale3d() 178 static void Trans3d(vector *trans, vector *vec) { in Trans3d()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_queue.cpp | 1238 void AssertEquality(Queue &q, const std::vector<typename Queue::value_type> &vec) { in AssertEquality() 1252 void FillTest(Queue &q, const std::vector<typename Queue::value_type> &vec) { in FillTest() 1259 void EmptyTest(Queue &q, const std::vector<typename Queue::value_type> &vec) { in EmptyTest() 1276 …ed_queue_specific_test(oneapi::tbb::concurrent_bounded_queue<T, A> &q, const std::vector<T> &vec) { in bounded_queue_specific_test()
|
| H A D | conformance_concurrent_vector.cpp | 1395 void TestVectorIteratorComparisonsBasic( VectorType& vec ) { in TestVectorIteratorComparisonsBasic() 1408 vector_type vec = {1, 2, 3, 4, 5}; in TestVectorIteratorComparisons() local
|