Home
last modified time | relevance | path

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

/oneTBB/examples/graph/logic_sim/
H A Done_bit_adder.hpp25 const int A1 = 3; variable
H A Dtest_all.cpp515 make_edge(A[1].get_out(), input_port<P::A1>(two_adder)); in main()
563 make_edge(A[1].get_out(), input_port<P::A1>(four_adder)); in main()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h1631 template <typename Key, typename T, typename HashCompare, typename A1, typename A2>
1632 inline bool operator==(const concurrent_hash_map<Key, T, HashCompare, A1> &a, const concurrent_hash…
1634 …typename concurrent_hash_map<Key, T, HashCompare, A1>::const_iterator i(a.begin()), i_end(a.end());
1644 template <typename Key, typename T, typename HashCompare, typename A1, typename A2>
1645 inline bool operator!=(const concurrent_hash_map<Key, T, HashCompare, A1> &a, const concurrent_hash…
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp831 template <template <typename, typename> class CQ, typename A1, typename A2, typename T>
846 CQ<T,A1> queue_test; in TestExceptionBody()