Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 36) sorted by relevance

12

/oneTBB/examples/graph/logic_sim/
H A Dtest_all.cpp83 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 Dbasics.hpp254 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 DREADME.md21 * `#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 DGame_of_life.cpp34 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 DREADME.md21 * `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 DREADME.md21 * `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 DREADME.md22 …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 DREADME.md22 * `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 DREADME.md23 …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 DREADME.md27 * `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 DREADME.md24 * `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 DREADME.md25 * `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 DREADME.md24 * `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 DREADME.md23 * `#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 Dfibonacci.cpp414 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 Dtest_arena_priorities.cpp197 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 DREADME.md27 * `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 DREADME.md31 * `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 DSummary_of_Loops_and_Pipelines.rst8 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 Dutility.hpp495 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 DREADME.md41 * `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 DBenefits.rst26 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 DReference_Counting.rst96 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 Dgrid.cpp411 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 DTask_API.rst3 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…

12