| /oneTBB/examples/parallel_for/tachyon/dat/ |
| H A D | trypsin4pti.dat | 28 TEXDEF O AMBIENT 0.1 DIFFUSE 0.9 SPECULAR 0.0 OPACITY 1.0 31 TEXALIAS OH O 32 TEXALIAS OD1 O 33 TEXALIAS OD2 O 34 TEXALIAS OE1 O 35 TEXALIAS OE2 O 36 TEXALIAS OG O 37 TEXALIAS OG1 O 38 TEXALIAS OG2 O 39 TEXALIAS OXT O [all …]
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_pipeline.cpp | 120 template<typename I, typename O> 135 [](O) {}); in RunPipeline() argument 208 using O = typename std::tuple_element<1, T>::type; typedef 212 oneapi::tbb::filter<I, O> default_filter; 214 auto made_filter1 = oneapi::tbb::make_filter<I,O>(mode, [](I)->O{return O();}); in __anon5895f2ca0802() 218 auto made_filter2 = oneapi::tbb::make_filter(mode, [](I)->O{return O();}); in __anon5895f2ca0902() 222 oneapi::tbb::filter<I, O> one_filter(mode, [](I)->O{return O();}); in __anon5895f2ca0a02() 252 oneapi::tbb::filter<I, O>(filter_table[j], middle_filter<I,O>()) & 253 oneapi::tbb::filter<O, void>(filter_table[k], output_filter<O>()); 257 …oneapi::tbb::filter<I, O> filter2 = oneapi::tbb::filter<I, O>(filter_table[j], middle_filter<I,O>(… [all …]
|
| H A D | conformance_input_node.cpp | 71 template<typename O> 75 …CHECK_MESSAGE((std::is_base_of<graph_node, input_node<O>>::value), "input_node should be derived f… in test_inheritance() 76 …CHECK_MESSAGE((std::is_base_of<sender<O>, input_node<O>>::value), "input_node should be derived fr… in test_inheritance() 77 …CHECK_MESSAGE((!std::is_base_of<receiver<O>, input_node<O>>::value), "input_node cannot have prede… in test_inheritance()
|
| H A D | conformance_multifunction_node.cpp | 35 template<typename I, typename O> 39 …CHECK_MESSAGE((std::is_base_of<graph_node, multifunction_node<I, O>>::value), "multifunction_node … in test_inheritance() 40 …CHECK_MESSAGE((std::is_base_of<receiver<I>, multifunction_node<I, O>>::value), "multifunction_node… in test_inheritance()
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 562 template <typename O> using Correct = InputNodeBody<O, /*CopyCtor = */true, /*Dtor = */true, /*() =… 612 template <typename I, typename O> using Correct = PortsNodeBody<I, O, output_ports_type<I, O>, /*Co… 613 template <typename I, typename O> using NonCopyable = PortsNodeBody<I, O, output_ports_type<I, O>, … 614 template <typename I, typename O> using NonDestructible = PortsNodeBody<I, O, output_ports_type<I, … 615 template <typename I, typename O> using NoOperatorRoundBrackets = PortsNodeBody<I, O, output_ports_… 626 template <typename I, typename O> using Correct = PortsNodeBody<I, O, gateway_type<I, O>, /*CopyCto… 627 template <typename I, typename O> using NonCopyable = PortsNodeBody<I, O, gateway_type<I, O>, /*Cop… 628 template <typename I, typename O> using NonDestructible = PortsNodeBody<I, O, gateway_type<I, O>, /… 629 template <typename I, typename O> using NoOperatorRoundBrackets = PortsNodeBody<I, O, gateway_type<… 630 template <typename I, typename O> using WrongFirstInputOperatorRoundBrackets = PortsNodeBody<I, O, … [all …]
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | cylinder.cpp | 91 vector rc, n, D, O; in cylinder_intersect() local 120 VCross(&rc, &cyl->axis, &O); in cylinder_intersect() 121 VDOT(t, O, n); in cylinder_intersect() 123 VCross(&n, &cyl->axis, &O); in cylinder_intersect() 124 VNorm(&O); in cylinder_intersect() 125 VDOT(s, ry->d, O); in cylinder_intersect() 225 VCross(&rc, &cyl->axis, &O); in fcylinder_intersect() 226 VDOT(t, O, n); in fcylinder_intersect() 228 VCross(&n, &cyl->axis, &O); in fcylinder_intersect() 229 VNorm(&O); in fcylinder_intersect() [all …]
|
| /oneTBB/doc/ |
| H A D | Makefile | 29 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 36 @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
| H A D | make.bat | 46 %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% 50 %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Lazy_Initialization.rst | 62 …An implementation without the use of lazy initialization would have *O(2^N)* time complexity due to 64 the tree becomes a list, making the time complexity *O(N)*.
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | When_Task-Based_Programming_Is_Inappropriate.rst | 14 while waiting for I/O or mutexes for long periods. If threads hold
|
| H A D | Throughput_of_pipeline.rst | 22 serial filters are limited by the I/O speed of the system. Indeed, even
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 51 Assume that the raw file I/O is sequential. The squaring filter can be 55 raw I/O is sequential, the formatting of input and output can be moved
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | README.md | 17 …ring the submap being generated, which is additional work taking about `N * O(400)` in the case ab…
|