Home
last modified time | relevance | path

Searched refs: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.hpp91 struct ReductionFunctor;
125 master.foreach(detail::ReductionFunctor<Block,Partners>(round, reduce, partners, assigner), in reduce()
145 master.foreach(detail::ReductionFunctor<Block,Partners>(round, reduce, partners, assigner), in reduce()
169 struct ReductionFunctor struct
173ReductionFunctor(int round_, const Callback& reduce_, const Partners& partners_, const Assigner& a… in ReductionFunctor() argument
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/
H A Dreduce.hpp91 struct ReductionFunctor;
125 master.foreach(detail::ReductionFunctor<Block,Partners>(round, reduce, partners, assigner), in reduce()
145 master.foreach(detail::ReductionFunctor<Block,Partners>(round, reduce, partners, assigner), in reduce()
169 struct ReductionFunctor struct
173ReductionFunctor(unsigned round_, const Callback& reduce_, const Partners& partners_, const Assign… in ReductionFunctor() argument
/dports/math/vtk8/VTK-8.2.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/
H A Dreduce.hpp91 struct ReductionFunctor;
125 master.foreach(detail::ReductionFunctor<Block,Partners>(round, reduce, partners, assigner), in reduce()
145 master.foreach(detail::ReductionFunctor<Block,Partners>(round, reduce, partners, assigner), in reduce()
169 struct ReductionFunctor struct
173ReductionFunctor(unsigned round_, const Callback& reduce_, const Partners& partners_, const Assign… in ReductionFunctor() argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/
H A Dreduce.hpp91 struct ReductionFunctor;
125 master.foreach(detail::ReductionFunctor<Block,Partners>(round, reduce, partners, assigner), in reduce()
145 master.foreach(detail::ReductionFunctor<Block,Partners>(round, reduce, partners, assigner), in reduce()
169 struct ReductionFunctor struct
173ReductionFunctor(unsigned round_, const Callback& reduce_, const Partners& partners_, const Assign… in ReductionFunctor() argument
/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() function
1134 ReductionFunctor(const ReductionFunctor & other, TBB::Split) in ReductionFunctor() function
1143 void join(const ReductionFunctor & other) in join() argument
2024 ReductionFunctor<CDFPolicy> functor( *this, policy ); in computeEmpiricalCDF()