| /oneTBB/examples/concurrent_hash_map/count_strings/ |
| H A D | count_strings.cpp | 196 int CountRateSum(Sound sounds[], const int num, const int part) { in CountRateSum() argument 199 sum += sounds[i].rates[part]; in CountRateSum() 203 const char* GetLetters(int type, const int part) { in GetLetters() argument 207 sounds = Vowels, rate = rand() % VowelsRatesSum[part]; in GetLetters() 209 sounds = Consonants, rate = rand() % ConsonantsRatesSum[part]; in GetLetters() 211 rate -= sounds[i++].rates[part]; in GetLetters()
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Advanced_Topic_Other_Kinds_of_Iteration_Spaces.rst | 58 left part of the proportion, and the constructed object corresponds to 59 the right part. 62 Both splitting constructors should guarantee that the updated ``r`` part
|
| H A D | Cancellation_Without_An_Exception.rst | 8 The part ``current_context()`` references the ``task_group_context*`` of the currently executing ta…
|
| H A D | appendix_B.rst | 8 threading packages. No special effort is required to use any part of
|
| H A D | attach_flow_graph_to_arena.rst | 9 restricting part of computation units, or limiting arena concurrency. In some
|
| H A D | Lock_Pathologies.rst | 34 "acquired" part of the road, but needs to "acquire" the road under
|
| H A D | use_limiter_node.rst | 24 allowed to pass. When a message leaves the controlled part of the graph,
|
| H A D | communicate_with_nodes.rst | 9 between nodes that are part of the same graph. An edge expresses the
|
| H A D | Guiding_Task_Scheduler_Execution.rst | 15 - restricting part of computation units.
|
| /oneTBB/ |
| H A D | README.md | 21 oneTBB is a part of [oneAPI](https://oneapi.io). The current branch implements version 1.1 of oneAP… 23 …oneAPI Threading Building Blocks (oneTBB) to highlight that the tool is a part of the oneAPI ecosy…
|
| H A D | LICENSE.txt | 103 excluding those notices that do not pertain to any part of 106 (d) If the Work includes a "NOTICE" text file as part of its 110 pertain to any part of the Derivative Works, in at least one 112 as part of the Derivative Works; within the Source form or
|
| H A D | third-party-programs.txt | 168 …To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copy… 183 …luded in the normal form of packaging a Major Component, but which is not part of that Major Compo… 185 …hich are used unmodified in performing those activities but which are not part of the work. For ex… 199 …No covered work shall be deemed part of an effective technological measure under any applicable la… 231 …, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in… 238 …nder applicable law. If additional permissions apply only to part of the Program, that part may be… 240 …your option remove any additional permissions from that copy, or from any part of it. (Additional … 250 …thin the meaning of section 10. If the Program as you received it, or any part of it, contains a n… 296 …e resulting work. The terms of this License will continue to apply to the part which is the covere… 374 …e, use of source code generators and preprocessors need not be considered part of the Compilation …
|
| /oneTBB/test/tbb/ |
| H A D | test_partitioner.h | 138 size_t round(T part) { return size_t(part); } in round() argument 180 size_t round(float part) { return size_t(std::ceil(part)); } in round() argument
|
| H A D | test_parallel_for.cpp | 226 Partitioner part; in run_parallel_for() local 227 tbb::parallel_for(std::forward<Args>(args)..., part, my_ctx); in run_parallel_for()
|
| /oneTBB/doc/GSG/ |
| H A D | intro.rst | 29 It is available as a stand-alone product and as part of the |base_tk|.
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Elementwise.rst | 53 doing the element-wise operation as part of the reduction, so that
|
| H A D | Agglomeration.rst | 144 There agglomeration is part of a four step **PCAM** design method:
|
| H A D | GUI_Thread.rst | 27 thread takes part in the long running computation, it will not be
|
| /oneTBB/cmake/ |
| H A D | README.md | 283 Compile and link options may be specific for certain compilers. This part is handled in `cmake/comp… 319 If the option is used only in part of the places (library, tests, benchmarks) and adding this optio…
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_vector.cpp | 839 std::vector<range_part> part; in separate() local 840 part.reserve(std::distance(begin,end)); in separate() 842 std::remove_copy_if(begin, end, std::back_inserter(part), f); in separate() 844 return part; in separate()
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 155 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. 157 # part of the path. The tag can be used to show relative paths in the file list. 167 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the 219 # page for each member. If set to NO, the documentation of a member will be part 238 # "Side Effects:". You can put \n's in the value part of an alias to insert 604 # be sorted only by class name, not including the namespace part. 982 # is part of the input, its contents will be placed on the main page 1046 # source browser. The htags tool is part of GNU's global source tagging system 2212 # available from the path. This tool is part of Graphviz (see:
|