Home
last modified time | relevance | path

Searched defs:ReductionFunctor (Results 1 – 5 of 5) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/
H A Dreduce.hpp169 struct ReductionFunctor struct
171 using Callback = std::function<void(Block*, const ReduceProxy&, const Partners&)>;
173ReductionFunctor(int round_, const Callback& reduce_, const Partners& partners_, const Assigner& a… in ReductionFunctor() function
176 void operator()(Block* b, const Master::ProxyWithLink& cp) const in operator ()()
196 int round;
197 Callback reduce;
198 Partners partners;
199 const Assigner& assigner;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/
H A Dreduce.hpp169 struct ReductionFunctor struct
171 using Callback = std::function<void(Block*, const ReduceProxy&, const Partners&)>;
173ReductionFunctor(unsigned round_, const Callback& reduce_, const Partners& partners_, const Assign… in ReductionFunctor() argument
176 void operator()(Block* b, const Master::ProxyWithLink& cp) const in operator ()()
196 unsigned round;
197 Callback reduce;
198 Partners partners;
199 const Assigner& assigner;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/
H A Dreduce.hpp169 struct ReductionFunctor struct
171 using Callback = std::function<void(Block*, const ReduceProxy&, const Partners&)>;
173ReductionFunctor(unsigned round_, const Callback& reduce_, const Partners& partners_, const Assign… in ReductionFunctor() argument
176 void operator()(Block* b, const Master::ProxyWithLink& cp) const in operator ()()
196 unsigned round;
197 Callback reduce;
198 Partners partners;
199 const Assigner& assigner;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/
H A Dreduce.hpp169 struct ReductionFunctor struct
171 using Callback = std::function<void(Block*, const ReduceProxy&, const Partners&)>;
173ReductionFunctor(unsigned round_, const Callback& reduce_, const Partners& partners_, const Assign… in ReductionFunctor() function
176 void operator()(Block* b, const Master::ProxyWithLink& cp) const in operator ()()
196 unsigned round;
197 Callback reduce;
198 Partners partners;
199 const Assigner& assigner;
/dports/math/openturns/openturns-1.18/lib/src/Base/Stat/
H A DSampleImplementation.cxx1125 struct ReductionFunctor struct
1131 ReductionFunctor(const SampleImplementation & nsi, const OP & op = OP()) in ReductionFunctor() argument
1134 ReductionFunctor(const ReductionFunctor & other, TBB::Split) in ReductionFunctor() argument
1143 void join(const ReductionFunctor & other) in join() argument