Searched refs:A1 (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/examples/graph/logic_sim/ |
| H A D | one_bit_adder.hpp | 25 const int A1 = 3; variable
|
| H A D | test_all.cpp | 515 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 D | concurrent_hash_map.h | 1631 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 D | conformance_concurrent_queue.cpp | 831 template <template <typename, typename> class CQ, typename A1, typename A2, typename T> 846 CQ<T,A1> queue_test; in TestExceptionBody()
|