Searched refs:Is (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | blocked_rangeNd.h | 56 template<typename Value, unsigned int N, std::size_t... Is> 58 class blocked_rangeNd_impl<Value, N, detail::index_sequence<Is...>> { in __TBB_requires() 72 blocked_rangeNd_impl(const dim_type_helper<Is>&... args) : my_dims{ {args...} } {} in __TBB_requires()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_blocked_rangeNd.cpp | 101 template<typename input_t, std::size_t... Is> 102 …d::size_t shift, bool negative, val_t(*gen)(input_t), oneapi::tbb::detail::index_sequence<Is...>) { in make_range() 103 …return range_t( { { gen(negative ? -input_t(Is + shift) : 0), gen(input_t(Is + shift)), Is + 1} ..… in make_range()
|
| /oneTBB/test/common/ |
| H A D | test_invoke.h | 86 template <typename TupleOfPorts, std::size_t... Is> 87 void send_id_impl(TupleOfPorts& ports, std::index_sequence<Is...>) const { in send_id_impl() argument 88 (std::get<Is>(ports).try_put(id) , ...); in send_id_impl()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | When_Task-Based_Programming_Is_Inappropriate.rst | 3 When Task-Based Programming Is Inappropriate
|
| /oneTBB/doc/GSG/ |
| H A D | intro.rst | 3 What oneTBB Is
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Reduction.rst | 47 - Is the operation commutative as well as associative?
|