Searched refs:A2 (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/examples/graph/logic_sim/ |
| H A D | one_bit_adder.hpp | 27 const int A2 = 5; variable
|
| H A D | test_all.cpp | 567 make_edge(A[2].get_out(), input_port<P::A2>(four_adder)); in main()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | enumerable_thread_specific.h | 928 template<typename A2, ets_key_usage_type C2> 929 void internal_copy(const enumerable_thread_specific<T, A2, C2>& other) { 949 template<typename A2, ets_key_usage_type C2> 950 void internal_move(enumerable_thread_specific<T, A2, C2>&& other) {
|
| H A D | concurrent_hash_map.h | 1631 template <typename Key, typename T, typename HashCompare, typename A1, typename A2> 1632 …rent_hash_map<Key, T, HashCompare, A1> &a, const concurrent_hash_map<Key, T, HashCompare, A2> &b) { 1635 typename concurrent_hash_map<Key, T, HashCompare, A2>::const_iterator j, j_end(b.end()); 1644 template <typename Key, typename T, typename HashCompare, typename A1, typename A2> 1645 …urrent_hash_map<Key, T, HashCompare, A1> &a, const concurrent_hash_map<Key, T, HashCompare, A2> &b)
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_queue.cpp | 831 template <template <typename, typename> class CQ, typename A1, typename A2, typename T> 849 A2::init_counters(); in TestExceptionBody() 852 else A2::set_limits(N/2); in TestExceptionBody() 870 A2::set_limits(); in TestExceptionBody() 904 A2::set_limits(); // disable exception from allocator in TestExceptionBody()
|