| /oneTBB/examples/graph/logic_sim/ |
| H A D | test_all.cpp | 83 assert(output.get_value() == low); in main() 110 assert(output.get_value() == low); in main() 130 assert(output.get_value() == low); in main() 287 steady_signal input1(g, low); in main() 373 assert((Sum.get_value() == low) && (CarryOUT.get_value() == low)); in main() 392 assert((Sum.get_value() == low) && (CarryOUT.get_value() == low)); in main() 411 assert((Sum.get_value() == low) && (CarryOUT.get_value() == low)); in main() 432 assert((Sum.get_value() == low) && (CarryOUT.get_value() == low)); in main() 453 assert((Sum.get_value() == low) && (CarryOUT.get_value() == low)); in main() 474 assert((Sum.get_value() == low) && (CarryOUT.get_value() == low)); in main() [all …]
|
| H A D | basics.hpp | 254 if (val == low) in operator ()() 257 val = low; in operator ()() 352 state = low; in flip() 358 state = low; in activate() 400 signal_t state = low; in operator ()() 401 if (port == low) in operator ()() 437 new_state = low; in operator ()() 477 signal_t new_state = low; in operator ()() 532 new_state = low; in operator ()() 585 new_state = low; in operator ()() [all …]
|
| H A D | README.md | 21 * `#threads` - the number of threads to use; a range of the form low[:high] where low and optional …
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Game_of_life.cpp | 34 int low; //! lower range limit of threads variable 86 low = utility::get_default_num_threads(); in ParseCommandLine() 87 high = low; in ParseCommandLine() 99 low = strtol(s, &end, 0); in ParseCommandLine() 105 if (high < low) { in ParseCommandLine() 106 std::cout << "Set correct range. Current range: " << low << ":" << high << "\n"; in ParseCommandLine() 140 for (int p = low; p <= high; ++p) { in main()
|
| /oneTBB/examples/concurrent_hash_map/count_strings/ |
| H A D | README.md | 21 * `n-of-threads` - number of threads to use; a range of the form low\[:high\], where low and option…
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | README.md | 21 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|
| /oneTBB/examples/parallel_reduce/pi/ |
| H A D | README.md | 22 …ber of threads to use. This number is specified in the low\[:high\] range format, where both ``low…
|
| /oneTBB/examples/parallel_pipeline/square/ |
| H A D | README.md | 22 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|
| /oneTBB/examples/graph/dining_philosophers/ |
| H A D | README.md | 23 …threads` - number of threads to use; a range of the form low\[:high\[:(+|*|#)step\]\], where low a…
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | README.md | 27 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|
| /oneTBB/examples/task_group/sudoku/ |
| H A D | README.md | 24 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|
| /oneTBB/examples/graph/som/ |
| H A D | README.md | 25 * `n-of-threads` - number of threads to use; a range of the form low\[:high\], where low and option…
|
| /oneTBB/examples/parallel_for/seismic/ |
| H A D | README.md | 24 * `n-of-threads` -e number of threads to use; a range of the form low\[:high\], where low and optio…
|
| /oneTBB/examples/graph/binpack/ |
| H A D | README.md | 23 * `#threads` - the number of threads to use; a range of the form low\[:high\] where low and optiona…
|
| /oneTBB/examples/test_all/fibonacci/ |
| H A D | fibonacci.cpp | 414 int low; member 417 IntRange(int low_, int high_) : low(low_), high(high_) {} in IntRange() 422 high = low = strtol(s, &end, 0); in set_from_string() 473 for (int threads = NThread.low; threads <= NThread.high; threads *= 2) { in main()
|
| /oneTBB/test/tbb/ |
| H A D | test_arena_priorities.cpp | 197 tbb::task_arena::priority low = tbb::task_arena::priority::low; in test() local 203 tbb::task_arena::priority priorities[] = {high, normal, low}; // keep it sorted in test()
|
| /oneTBB/examples/task_arena/fractal/ |
| H A D | README.md | 27 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|
| /oneTBB/examples/concurrent_priority_queue/shortpath/ |
| H A D | README.md | 31 * `n-of-threads` - number of threads to use; a range of the form low[:high], where low and optional…
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Summary_of_Loops_and_Pipelines.rst | 8 They let you design your software at a high task-pattern level and not worry about low-level manipu…
|
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 495 int low, high; in operator >>() local 498 low = high = string_to_number_of_threads(s); in operator >>() 504 low = string_to_number_of_threads(std::string(s, 0, colon)); //not copying the colon in operator >>() 511 range = thread_number_range(range.auto_number_of_threads, low, high, range.step); in operator >>()
|
| /oneTBB/examples/parallel_for_each/parallel_preorder/ |
| H A D | README.md | 41 * `n-of-threads` - the number of threads to use; a range of the form low\[:high\], where low and op…
|
| /oneTBB/doc/main/intro/ |
| H A D | Benefits.rst | 26 inefficient programs, because threads are low-level, heavy constructs 37 result, general-purpose packages tend to be low-level tools that
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Reference_Counting.rst | 96 copying and the increment where the reference count is too low, and 119 ``x`` and ``x'``. If the weight of ``x`` is too low to split, then first add a
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | grid.cpp | 411 gridindex low, high; in engrid_object() local 416 if (!pos2grid(g, &omin, &low) || !pos2grid(g, &omax, &high)) { in engrid_object() 429 for (z = low.z; z <= high.z; z++) { in engrid_object() 431 for (y = low.y; y <= high.y; y++) { in engrid_object() 433 for (x = low.x; x <= high.x; x++) { in engrid_object()
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_API.rst | 3 Migrating from low-level task API 6 The low-level task API of Intel(R) Threading Building Blocks (TBB) was considered complex and hence 8 (oneTBB). This guide helps with the migration from TBB to oneTBB for the use cases where low-level 393 The TBB low-level task API separates the task creation from the actual spawning. This separation al…
|