Home
last modified time | relevance | path

Searched refs:combinable (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dcombinable.h34 class combinable {
43 combinable() { } in combinable() function
46 explicit combinable( finit _finit) : my_ets(_finit) { } in combinable() function
49 ~combinable() { } in ~combinable()
51 combinable( const combinable& other) : my_ets(other.my_ets) { } in combinable() function
54 combinable( combinable&& other) : my_ets( std::move(other.my_ets)) { } in combinable() function
57 combinable & operator=( const combinable & other) {
63 combinable & operator=( combinable && other) {
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dcombinable.h33 class combinable {
42 combinable() { } in combinable() function
45 explicit combinable( finit _finit) : my_ets(_finit) { } in combinable() function
48 ~combinable() { } in ~combinable()
50 combinable( const combinable& other) : my_ets(other.my_ets) { } in combinable() function
53 combinable( combinable&& other) : my_ets( std::move(other.my_ets)) { } in combinable() function
56 combinable & operator=( const combinable & other) {
62 combinable & operator=( combinable && other) {
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dcombinable.h33 class combinable {
42 combinable() { } in combinable() function
45 explicit combinable( finit _finit) : my_ets(_finit) { } in combinable() function
48 ~combinable() { } in ~combinable()
50 combinable( const combinable& other) : my_ets(other.my_ets) { } in combinable() function
53 combinable( combinable&& other) : my_ets( std::move(other.my_ets)) { } in combinable() function
56 combinable & operator=( const combinable & other) {
62 combinable & operator=( combinable && other) {
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dcombinable.h33 class combinable {
42 combinable() { } in combinable() function
45 explicit combinable( finit _finit) : my_ets(_finit) { } in combinable() function
48 ~combinable() { } in ~combinable()
50 combinable( const combinable& other) : my_ets(other.my_ets) { } in combinable() function
53 combinable( combinable&& other) : my_ets( std::move(other.my_ets)) { } in combinable() function
56 combinable & operator=( const combinable & other) {
62 combinable & operator=( combinable && other) {
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dcombinable.h34 class combinable {
43 combinable() { } in combinable() function
46 combinable( finit _finit) : my_ets(_finit) { } in combinable() function
49 ~combinable() { in ~combinable()
52 combinable(const combinable& other) : my_ets(other.my_ets) { } in combinable() function
54 combinable & operator=( const combinable & other) { my_ets = other.my_ets; return *this; }
/dports/devel/onetbb/oneTBB-2021.4.0/test/conformance/
H A Dconformance_combinable.cpp144 oneapi::tbb::combinable<T> &sums;
165 oneapi::tbb::combinable<T> &sums;
201 oneapi::tbb::combinable<T> sums; in RunParallelScalarTests()
207 oneapi::tbb::combinable<T> sums_to_clear; in RunParallelScalarTests()
227 oneapi::tbb::combinable<T> assigned; in RunParallelScalarTests()
236 oneapi::tbb::combinable<T> moved2; in RunParallelScalarTests()
359 oneapi::tbb::combinable<T> copy1(create1); in RunAssignmentAndCopyConstructorTest()
364 oneapi::tbb::combinable<T> assign1(my_finit_decl); in RunAssignmentAndCopyConstructorTest()
373 oneapi::tbb::combinable<T> move2; in RunAssignmentAndCopyConstructorTest()
428 oneapi::tbb::combinable<int>* locals;
[all …]
/dports/devel/pecl-ast/ast-1.0.16/tests/
H A Dmetadata.phpt20 echo "(combinable) ";
40 AST_PROP_DECL: (combinable) [MODIFIER_PUBLIC, MODIFIER_PROTECTED, MODIFIER_PRIVATE, MODIFIER_STATIC…
42 AST_CLASS_CONST_DECL: (combinable) [MODIFIER_PUBLIC, MODIFIER_PROTECTED, MODIFIER_PRIVATE, MODIFIER…
56 AST_METHOD: (combinable) [MODIFIER_PUBLIC, MODIFIER_PROTECTED, MODIFIER_PRIVATE, MODIFIER_STATIC, M…
58 AST_CLASS: (combinable) [CLASS_ABSTRACT, CLASS_FINAL, CLASS_TRAIT, CLASS_INTERFACE, CLASS_ANONYMOUS…
91 AST_CLASS_CONST_GROUP: (combinable) [MODIFIER_PUBLIC, MODIFIER_PROTECTED, MODIFIER_PRIVATE, MODIFIE…
92 AST_DIM: (combinable) [DIM_ALTERNATIVE_SYNTAX]
114 AST_PROP_GROUP: (combinable) [MODIFIER_PUBLIC, MODIFIER_PROTECTED, MODIFIER_PRIVATE, MODIFIER_STATI…
121 AST_TRAIT_ALIAS: (combinable) [MODIFIER_PUBLIC, MODIFIER_PROTECTED, MODIFIER_PRIVATE, MODIFIER_STAT…
130 AST_CONDITIONAL: (combinable) [PARENTHESIZED_CONDITIONAL]
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_combinable.cpp140 tbb::combinable<T> &sums;
161 tbb::combinable<T> &sums;
200 tbb::combinable<T> sums; in RunParallelScalarTests()
220 tbb::combinable<T> assigned; in RunParallelScalarTests()
230 tbb::combinable<T> moved2; in RunParallelScalarTests()
362 tbb::combinable<T> create1(my_finit7_decl); in RunAssignmentAndCopyConstructorTest()
366 tbb::combinable<T> copy1(create1); in RunAssignmentAndCopyConstructorTest()
371 tbb::combinable<T> assign1(my_finit_decl); in RunAssignmentAndCopyConstructorTest()
381 tbb::combinable<T> move2; in RunAssignmentAndCopyConstructorTest()
443 tbb::combinable<int>* locals;
[all …]
H A Dharness_concurrency_tracker.h84 typedef tbb::combinable<size_t> Combinable;
106 tbb::combinable<size_t> uniq; in run()
155 static void checkLessOrEqual(size_t concLevel, tbb::combinable<size_t> *unique) { in checkLessOrEqual()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_combinable.cpp140 tbb::combinable<T> &sums;
161 tbb::combinable<T> &sums;
200 tbb::combinable<T> sums; in RunParallelScalarTests()
220 tbb::combinable<T> assigned; in RunParallelScalarTests()
230 tbb::combinable<T> moved2; in RunParallelScalarTests()
362 tbb::combinable<T> create1(my_finit7_decl); in RunAssignmentAndCopyConstructorTest()
366 tbb::combinable<T> copy1(create1); in RunAssignmentAndCopyConstructorTest()
371 tbb::combinable<T> assign1(my_finit_decl); in RunAssignmentAndCopyConstructorTest()
381 tbb::combinable<T> move2; in RunAssignmentAndCopyConstructorTest()
443 tbb::combinable<int>* locals;
[all …]
H A Dharness_concurrency_tracker.h84 typedef tbb::combinable<size_t> Combinable;
106 tbb::combinable<size_t> uniq; in run()
155 static void checkLessOrEqual(size_t concLevel, tbb::combinable<size_t> *unique) { in checkLessOrEqual()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_combinable.cpp140 tbb::combinable<T> &sums;
161 tbb::combinable<T> &sums;
200 tbb::combinable<T> sums; in RunParallelScalarTests()
220 tbb::combinable<T> assigned; in RunParallelScalarTests()
230 tbb::combinable<T> moved2; in RunParallelScalarTests()
362 tbb::combinable<T> create1(my_finit7_decl); in RunAssignmentAndCopyConstructorTest()
366 tbb::combinable<T> copy1(create1); in RunAssignmentAndCopyConstructorTest()
371 tbb::combinable<T> assign1(my_finit_decl); in RunAssignmentAndCopyConstructorTest()
381 tbb::combinable<T> move2; in RunAssignmentAndCopyConstructorTest()
443 tbb::combinable<int>* locals;
[all …]
H A Dharness_concurrency_tracker.h84 typedef tbb::combinable<size_t> Combinable;
106 tbb::combinable<size_t> uniq; in run()
155 static void checkLessOrEqual(size_t concLevel, tbb::combinable<size_t> *unique) { in checkLessOrEqual()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DOpChainTest.cpp69 static void init_combinable(int numGroups, Combinable* combinable, SkRandom* random) { in init_combinable() argument
78 (*combinable)[combinable_index(i, j)] = GrOp::CombineResult::kMerged; in init_combinable()
80 (*combinable)[combinable_index(i, j)] = GrOp::CombineResult::kMayChain; in init_combinable()
83 (*combinable)[combinable_index(j, i)] = GrOp::CombineResult::kMerged; in init_combinable()
85 (*combinable)[combinable_index(j, i)] = GrOp::CombineResult::kMayChain; in init_combinable()
101 int result[], const Combinable* combinable) { in Make() argument
102 return GrOp::Make<TestOp>(context, value, range, result, combinable); in Make()
120 TestOp(int value, const Range& range, int result[], const Combinable* combinable) in TestOp() argument
121 : INHERITED(ClassID()), fResult(result), fCombinable(combinable) { in TestOp()
205 Combinable combinable; variable
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dcombinable.h33 class combinable {
39 combinable() = default;
42 explicit combinable(Finit _finit) : my_ets(_finit) { } in combinable() function
63 using detail::d1::combinable;
/dports/www/piwigo/piwigo/include/
H A Dtemplate.class.php1831 function add($combinable) argument
1833 if (is_array($combinable))
1863 if ($combinable->is_remote())
1867 $result[] = $combinable;
1876 $key[] = $combinable->path;
1877 $key[] = $combinable->version;
1880 $pending[] = $combinable;
1930 * @param Combinable $combinable
1941 if ($combinable->is_template)
1945 $key = array($combinable->path, $combinable->version);
[all …]
/dports/devel/pecl-ast/ast-1.0.16/
H A Dutil.php32 list($exclusive, $combinable) = get_flag_info();
38 } else if (isset($combinable[$kind])) {
39 $flagInfo = $combinable[$kind];
H A DREADME.md211 specifies whether the flag should be checked using `===` (not combinable) or using `&` (combinable).
220 This section lists which flags are used by which AST node kinds. The "combinable" flags can be
231 // ast\AST_CLASS_CONST_DECL, ast\AST_CLASS_CONST_GROUP, and ast\AST_TRAIT_ALIAS (combinable)
240 // Used by ast\AST_CLOSURE, ast\AST_ARROW_FUNC (combinable)
243 // Used by ast\AST_FUNC_DECL, ast\AST_METHOD, ast\AST_CLOSURE, ast\AST_ARROW_FUNC (combinable)
250 // Used by ast\AST_CLASS (combinable since PHP 8.1 enums)
258 // Used by ast\AST_PARAM (combinable)
356 // Used by ast\AST_DIM (combinable), since PHP 7.4
359 // Used by ast\AST_CONDITIONAL (combinable), since PHP 7.4
/dports/www/kdsoap/kdsoap-1.9.0/kdwsdl2cpp/libkode/
H A Denum.cpp52 Enum::Enum( const QString &name, const QStringList &enums, bool combinable ) in Enum() argument
57 d->mCombinable = combinable; in Enum()
H A Denum.h53 Enum( const QString &name, const QStringList &enums, bool combinable = false );
/dports/games/ldmud/ldmud-3.3.720/doc/efun/
H A Dset_combine_charset11 Non-combinable characters and single received characters are returned
15 The newline '\n' and the NUL character '\0' are always non-combinable.
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/combined-sources/
H A Dcombined-sources.qbs4 "combinable.cpp",
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/compat/
H A Dppl.h56 using tbb::combinable;
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/compat/
H A Dppl.h56 using tbb::combinable;
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/compat/
H A Dppl.h66 using tbb::combinable;

12345678910>>...12