| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Update_state.cpp | 35 inline void sum_offset(__m128i* X, in sum_offset() argument 54 X[ind] = in shift_left2D() 58 X[ind + 1] = _mm_or_si128(_mm_srli_epi16(X[ind + 1], 1), in shift_left2D() 63 X[ind + 2] = _mm_or_si128(_mm_srli_epi16(X[ind + 2], 1), in shift_left2D() 78 X[ind] = in shift_right2D() 83 X[ind + 1] = _mm_or_si128(_mm_slli_epi16(X[ind + 1], 1), in shift_right2D() 90 X[ind + 2] = _mm_or_si128(_mm_slli_epi16(X[ind + 2], 1), in shift_right2D() 120 X[i].m128i_u32[0] = 0; in UpdateState() 121 X[i].m128i_u32[1] = 0; in UpdateState() 122 X[i].m128i_u32[2] = 0; in UpdateState() [all …]
|
| /oneTBB/.github/ |
| H A D | issue_labeler.yml | 17 - '\[(x|X)\]\sbug\sfix' 19 - '\[(x|X)\]\snew\sfeature' 21 - '\[(x|X)\]\stests' 23 - '\[(x|X)\]\sinfrastructure' 25 - '\[(x|X)\]\sdocumentation' 27 - '\[(x|X)\]\sallocator'
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | grid.hpp | 87 #define voxel2x(g, X) ((X) * (g->voxsize.x) + (g->min.x)) argument
|
| /oneTBB/doc/main/intro/ |
| H A D | notation.rst | 30 - X{K \| W \| P} Indicates XK, XW, or XP. 33 …- "[" X "]" [ Y ] Denotes the letter X enclosed in brackets, optionally followed by …
|
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_static.c | 46 #define HAS_CPP_ATTR(X) __has_cpp_attribute(X) argument 48 #define HAS_CPP_ATTR(X) 0 argument 54 #define HAS_C_ATTR(X) __has_c_attribute(X) argument 56 #define HAS_C_ATTR(X) 0 argument 62 #define HAS_GNU_ATTR(X) __has_attribute(X) argument 64 #define HAS_GNU_ATTR(X) 0 argument
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | flow_graph.h | 262 template< typename X, typename Y > friend class broadcast_cache; 263 template< typename X, typename Y > friend class round_robin_cache; 338 template<typename X, typename Y> friend class broadcast_cache; 339 template<typename X, typename Y> friend class round_robin_cache; 823 template<typename X, typename Y> friend class broadcast_cache; in __TBB_requires() 824 template<typename X, typename Y> friend class round_robin_cache; in __TBB_requires() 1071 template<typename X, typename Y> friend class broadcast_cache; in __TBB_requires() 1124 template<typename X, typename Y> friend class broadcast_cache; 1460 template<typename X, typename Y> friend class broadcast_cache; 2080 template<typename X, typename Y> friend class broadcast_cache; [all …]
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _flow_graph_indexer_impl.h | 76 template<typename X, typename Y> friend class broadcast_cache; 77 template<typename X, typename Y> friend class round_robin_cache;
|
| H A D | _flow_graph_join_impl.h | 291 template<typename X, typename Y> friend class broadcast_cache; 292 template<typename X, typename Y> friend class round_robin_cache; 448 template<typename X, typename Y> friend class broadcast_cache; 449 template<typename X, typename Y> friend class round_robin_cache; 594 template<typename X, typename Y> friend class broadcast_cache; 595 template<typename X, typename Y> friend class round_robin_cache;
|
| /oneTBB/examples/common/gui/xcode/tbbExample/ |
| H A D | OpenGLView.m | 138 [self.window setTitle:[NSString stringWithFormat:@"X=%d Y=%d", x,y]];
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 42 …before running. The grain size corresponds to the number of pixels (in the `X` or `Y` direction, f…
|
| /oneTBB/examples/graph/cholesky/ |
| H A D | README.md | 33 … output files: <output_prefix>_posdef.txt and <output_prefix>_X.txt; where `X` is the algorithm us…
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | README.md | 50 * `--size nnnxnnn` - size of each map (X x Y).
|