Home
last modified time | relevance | path

Searched refs:BlockedRange (Results 1 – 25 of 49) sorted by relevance

12

/dports/math/libmesh/libmesh-1.6.2/include/parallel/
H A Dthreads.h121 class BlockedRange
134 explicit BlockedRange (const unsigned int new_grainsize = 1000) :
144 BlockedRange (const const_iterator first,
165 BlockedRange (const BlockedRange<T> & r): in BlockedRange() function
176 BlockedRange (BlockedRange<T> & r, Threads::split ) : in BlockedRange() function
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_partitioner_whitebox.cpp47 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
66 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
84 test<BlockedRange, Partitioner>(settings, factors, &shifted_left_range_size_generator); in operator ()()
85 test<BlockedRange, Partitioner>(settings, factors, &shifted_right_range_size_generator); in operator ()()
H A Dtest_partitioner.h239 class BlockedRange: public RangeStatisticCollector, public blocked_range<size_t> {
241 BlockedRange(size_t _begin, size_t _end, RangeStatisticData *statData, bool, bool) in BlockedRange() function
243 BlockedRange(BlockedRange& r, split) in BlockedRange() function
245 BlockedRange(BlockedRange& r, proportional_split& p) in BlockedRange() function
H A Dtest_parallel_for.cpp530 uniform_distribution::test<BlockedRange, !provide_feedback, !ensure_non_empty_range>(); in test()
591 class BlockedRangeWhitebox : public BlockedRange {
595 : BlockedRange(_begin, _end, NULL, false, false) { } in BlockedRangeWhitebox()
598 :BlockedRange(r, p) { in BlockedRangeWhitebox()
604 :BlockedRange(r, split()) { } in BlockedRangeWhitebox()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_partitioner_whitebox.cpp47 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
66 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
84 test<BlockedRange, Partitioner>(settings, factors, &shifted_left_range_size_generator); in operator ()()
85 test<BlockedRange, Partitioner>(settings, factors, &shifted_right_range_size_generator); in operator ()()
H A Dtest_partitioner.h239 class BlockedRange: public RangeStatisticCollector, public blocked_range<size_t> {
241 BlockedRange(size_t _begin, size_t _end, RangeStatisticData *statData, bool, bool) in BlockedRange() function
243 BlockedRange(BlockedRange& r, split) in BlockedRange() function
245 BlockedRange(BlockedRange& r, proportional_split& p) in BlockedRange() function
H A Dtest_parallel_for.cpp530 uniform_distribution::test<BlockedRange, !provide_feedback, !ensure_non_empty_range>(); in test()
591 class BlockedRangeWhitebox : public BlockedRange {
595 : BlockedRange(_begin, _end, NULL, false, false) { } in BlockedRangeWhitebox()
598 :BlockedRange(r, p) { in BlockedRangeWhitebox()
604 :BlockedRange(r, split()) { } in BlockedRangeWhitebox()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_partitioner_whitebox.cpp47 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
66 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
84 test<BlockedRange, Partitioner>(settings, factors, &shifted_left_range_size_generator); in operator ()()
85 test<BlockedRange, Partitioner>(settings, factors, &shifted_right_range_size_generator); in operator ()()
H A Dtest_partitioner.h239 class BlockedRange: public RangeStatisticCollector, public blocked_range<size_t> {
241 BlockedRange(size_t _begin, size_t _end, RangeStatisticData *statData, bool, bool) in BlockedRange() function
243 BlockedRange(BlockedRange& r, split) in BlockedRange() function
245 BlockedRange(BlockedRange& r, proportional_split& p) in BlockedRange() function
H A Dtest_parallel_for.cpp530 uniform_distribution::test<BlockedRange, !provide_feedback, !ensure_non_empty_range>(); in test()
591 class BlockedRangeWhitebox : public BlockedRange {
595 : BlockedRange(_begin, _end, NULL, false, false) { } in BlockedRangeWhitebox()
598 :BlockedRange(r, p) { in BlockedRangeWhitebox()
604 :BlockedRange(r, split()) { } in BlockedRangeWhitebox()
/dports/math/openturns/openturns-1.18/lib/src/Base/Common/openturns/
H A DTBB.hxx143 struct BlockedRange : public tbb::blocked_range<T> struct in TBB
147BlockedRange(value_type from, value_type to, size_type gs = 1) : tbb::blocked_range<T>(from, to, g… in BlockedRange() argument
148 BlockedRange(const tbb::blocked_range<T> & range) : tbb::blocked_range<T>(range) {} in BlockedRange() function
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/MetaModel/Kriging/
H A DKrigingEvaluation.cxx123 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) in operator ()()
158 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) in operator ()()
224 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
261 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_partitioner.h225 class BlockedRange: public RangeStatisticCollector, public blocked_range<size_t> {
227 BlockedRange(size_t _begin, size_t _end, RangeStatisticData *statData, bool, bool) in BlockedRange() function
229 BlockedRange(BlockedRange& r, split) in BlockedRange() function
231 BlockedRange(BlockedRange& r, proportional_split& p) in BlockedRange() function
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/
H A DClassifierImplementation.cxx87 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
128 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dprivate.hpp81 class BlockedRange class
84 BlockedRange() : _begin(0), _end(0), _grainsize(0) {} in BlockedRange() function in cv::BlockedRange
85 BlockedRange(int b, int e, int g=1) : _begin(b), _end(e), _grainsize(g) {} in BlockedRange() function in cv::BlockedRange
95 void parallel_for( const BlockedRange& range, const Body& body ) in parallel_for()
104 void parallel_reduce( const BlockedRange& range, Body& body ) in parallel_reduce()
/dports/math/openturns/openturns-1.18/lib/src/Base/Stat/
H A DCovarianceModelImplementation.cxx407 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
443 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
496 inline void operator()(const TBB::BlockedRange<UnsignedInteger> &r) const in operator ()()
534 inline void operator()(const TBB::BlockedRange<UnsignedInteger> &r) const in operator ()()
610 inline void operator()(const TBB::BlockedRange<UnsignedInteger> &r) const in operator ()()
641 inline void operator()(const TBB::BlockedRange<UnsignedInteger> &r) const in operator ()()
737 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
763 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
H A DDiracCovarianceModel.cxx223 inline void operator()(const TBB::BlockedRange<UnsignedInteger> & r) const in operator ()()
272 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dold_ml_precomp.hpp358 virtual void operator()(const BlockedRange& range);
372 virtual void operator()(const BlockedRange& range);
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/
H A DProductUniVariateFunctionEvaluation.cxx105 inline void operator()(const TBB::BlockedRange<UnsignedInteger> & r) const in operator ()()
H A DInverseBoxCoxEvaluation.cxx120 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
H A DProductPolynomialEvaluation.cxx151 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
H A DBoxCoxEvaluation.cxx123 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
H A DP1LagrangeEvaluation.cxx233 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/MetaModel/FunctionalChaos/
H A DIntegrationStrategy.cxx114 inline void operator()( const TBB::BlockedRange<UnsignedInteger> & r ) const in operator ()()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dslic.cpp908 void operator()( const BlockedRange& range ) in operator ()()
1205 parallel_reduce( BlockedRange(0, m_width), sc ); in PerformSLICO()
1369 parallel_reduce( BlockedRange(0, m_width), sc ); in PerformSLIC()
1430 parallel_reduce( BlockedRange(0, m_width), sc ); in PerformMSLIC()
1450 parallel_reduce( BlockedRange(0, m_width), msc ); in SuperpixelSplit()

12