Home
last modified time | relevance | path

Searched refs:here (Results 1 – 24 of 24) sorted by relevance

/oneTBB/examples/graph/som/
H A DREADME.md4 For tutorials on Self-organizing Maps, see [here](http://www.ai-junkie.com/ann/som/som1.html) and [
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_item_buffer_impl.h104 bool place_item(size_t here, const item_type &me) { in place_item() argument
106 if(my_item_valid(here)) return false; in place_item()
108 set_my_item(here, me); in place_item()
/oneTBB/
H A DSECURITY.md7 [utilizing the guidelines here](https://www.intel.com/content/www/us/en/security-center/vulnerabili…
/oneTBB/examples/graph/fgbzip2/
H A DREADME.md4 This example includes software developed by Julian R Seward. See here for copyright information.
/oneTBB/examples/common/gui/xcode/tbbExample/
H A DtbbAppDelegate.m46 // Insert code here to initialize your application
/oneTBB/doc/main/tbb_userguide/
H A Dparallel_for_os.rst21 The iteration space here is of type ``size_t``, and goes from ``0`` to
112 The ``blocked_range`` constructed here represents the entire iteration
H A DLock_Pathologies.rst8 to locking, here are some of the problems to avoid:
H A DLambda_Expressions.rst45 descriptions of lambda expressions than can fit here, because lambda
H A Dcommunicate_with_nodes.rst66 // we reach here before n1 & n2 are finished
H A DWorking_on_the_Assembly_Line_pipeline.rst265 // Note: no overflow checking is needed here, as we have twice the
/oneTBB/src/tbbmalloc_proxy/
H A DCMakeLists.txt62 # Avoid use of target_link_libraries here as it changes /DEF option to \DEF on Windows.
/oneTBB/src/tbbbind/
H A DCMakeLists.txt53 # Avoid use of target_link_libraries here as it changes /DEF option to \DEF on Windows.
/oneTBB/src/tbbmalloc/
H A DCMakeLists.txt70 # Avoid use of target_link_libraries here as it changes /DEF option to \DEF on Windows.
/oneTBB/doc/main/intro/
H A Dnotation.rst49 implemented. For example, here is an informal declaration of class
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLazy_Initialization.rst59 so the "lazy initialized" Fibonacci numbers are relevant here.
H A DReduction.rst76 The examples presented here illustrate the various solutions and some
258 // It is critical to do |= here, not =, because otherwise we
H A DAgglomeration.rst39 "small" here means less than 10,000 clock cycles.
H A DDivide_and_Conquer.rst215 simple algorithm is used here to focus on exposition of the parallel
H A DGUI_Thread.rst182 It is essential to use method ``task_arena::enqueue`` here.
/oneTBB/src/tbb/
H A DCMakeLists.txt90 # Avoid use of target_link_libraries here as it changes /DEF option to \DEF on Windows.
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_Scheduler_Init.rst154 // Do some parallel work here
H A DTask_API.rst419 // Control flow will reach here only after both ChildTask and CallBackTask are executed,
444 // Control flow gets here once both ChildTask and CallBackTask are executed
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp131 intptr_t here = (*cp_old).bar(); in TestSequentialFor() local
132 REQUIRE( here==u[i].bar() ); in TestSequentialFor()
/oneTBB/doc/
H A DDoxyfile.in161 # Note that you can specify absolute paths here, but also relative paths, which
655 # documentation. If the initializer consists of more lines than specified here
1590 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
2139 # run, you must also specify the path to the tagfile here.