Home
last modified time | relevance | path

Searched defs:MinLoc (Results 1 – 7 of 7) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_Parallel_Reduce.hpp460 struct MinLoc { struct
463 using index_type = typename std::remove_cv<Index>::type;
467 using reducer = MinLoc<Scalar, Index, Space>;
468 using value_type = ValLocScalar<scalar_type, index_type>;
473 result_view_type value;
474 bool references_scalar_v;
478 MinLoc(value_type& value_) : value(&value_), references_scalar_v(true) {} in MinLoc() function
481 MinLoc(const result_view_type& value_) in MinLoc() function
496 void init(value_type& val) const { in init()
502 value_type& reference() const { return *value.data(); } in reference()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_Parallel_Reduce.hpp460 struct MinLoc { struct
463 using index_type = typename std::remove_cv<Index>::type;
467 using reducer = MinLoc<Scalar, Index, Space>;
468 using value_type = ValLocScalar<scalar_type, index_type>;
473 result_view_type value;
474 bool references_scalar_v;
478 MinLoc(value_type& value_) : value(&value_), references_scalar_v(true) {} in MinLoc() function
481 MinLoc(const result_view_type& value_) in MinLoc() function
496 void init(value_type& val) const { in init()
502 value_type& reference() const { return *value.data(); } in reference()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_Parallel_Reduce.hpp460 struct MinLoc { struct
463 using index_type = typename std::remove_cv<Index>::type;
467 using reducer = MinLoc<Scalar, Index, Space>;
468 using value_type = ValLocScalar<scalar_type, index_type>;
473 result_view_type value;
474 bool references_scalar_v;
478 MinLoc(value_type& value_) : value(&value_), references_scalar_v(true) {} in MinLoc() argument
481 MinLoc(const result_view_type& value_) in MinLoc() argument
496 void init(value_type& val) const { in init()
502 value_type& reference() const { return *value.data(); } in reference()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/helper/
H A DadiosComm.h47 MinLoc, enumerator
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/comm/src/
H A DTeuchos_TimeMonitor.cpp173 class MinLoc : class
183 class MinLoc<Ordinal, double, int> : class
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_blueprint_architect.cpp2170 struct MinLoc in field_min() struct
2172 double value; in field_min()
2173 int rank; in field_min()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Inter2d.cxx1114 TopLoc_Location MinLoc; in ExtentEdge() local