Searched refs:S (Results 1 – 13 of 13) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _template_helpers.h | 77 template<class T, size_t S, size_t R> 79 char pad[S - R]; 81 template<class T, size_t S> struct padded_base<T, S, 0> : T {}; 84 template<class T, size_t S = max_nfs_size> 85 struct padded : padded_base<T, S, sizeof(T) % S> {}; 94 template<std::size_t... S> class index_sequence {}; 96 template<std::size_t N, std::size_t... S> 97 struct make_index_sequence_impl : make_index_sequence_impl < N - 1, N - 1, S... > {}; 99 template<std::size_t... S> 100 struct make_index_sequence_impl <0, S...> { [all …]
|
| H A D | _flow_graph_types_impl.h | 66 template< int... S > class sequence {}; 68 template< int N, int... S > 69 struct make_sequence : make_sequence < N - 1, N - 1, S... > {}; 71 template< int... S > 72 struct make_sequence < 0, S... > { 73 typedef sequence<S...> type;
|
| /oneTBB/examples/parallel_for/polygon_overlay/gui/ |
| H A D | polygon_overlay.rc | 16 // English (U.S.) resources 47 #endif // English (U.S.) resources
|
| /oneTBB/examples/parallel_for/seismic/gui/ |
| H A D | seismic.rc | 18 // English (U.S.) resources 69 "S", ID_FILE_SERIAL, VIRTKEY, ALT, NOINVERT 131 #endif // English (U.S.) resources
|
| /oneTBB/examples/parallel_for/tachyon/gui/ |
| H A D | tachyon.rc | 18 // English (U.S.) resources 76 #endif // English (U.S.) resources
|
| /oneTBB/examples/task_arena/fractal/gui/ |
| H A D | fractal.rc | 18 // English (U.S.) resources 76 #endif // English (U.S.) resources
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | universe.cpp | 49 T[i][j] = S[i][j] = V[i][j] = ValueType(1.0E-6); in InitializeUniverse() 148 S[i][j] += M[i][j] * (V[i][j + 1] - V[i][j]); in UpdateStress() 187 D[i][j] * (V[i][j] + L[i][j] * (S[i][j] - S[i][j - 1] + T[i][j] - T[i - 1][j])); in UpdateVelocity()
|
| H A D | universe.hpp | 48 ValueType S[MaxHeight][MaxWidth]; member in Universe
|
| /oneTBB/test/tbb/ |
| H A D | test_semaphore.cpp | 109 template <typename S> 112 S my_sem;
|
| H A D | test_parallel_scan.cpp | 240 template<typename S, typename Tag> 241 Storage<S> operator()(const Range& r, Storage<S> storage, Tag) const { in operator ()()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 2653 template< typename S, typename V, 2655 inline void make_edge( sender<S>& output, V& input) { in make_edge() 2685 template< typename S, typename V, 2687 inline void remove_edge( sender<S>& output, V& input) { in remove_edge()
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 488 template <State S>
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 1584 # search using the keyboard; to jump to the search box use <access key> + S
|