Home
last modified time | relevance | path

Searched defs:OpMin (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dprecomp.hpp136 template<typename T> struct OpMin struct
138 typedef T type1;
139 typedef T type2;
140 typedef T rtype;
141 T operator ()(const T a, const T b) const { return std::min(a, b); } in operator ()()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DDenseSparseTools.h1100 struct OpMin struct
1102 static inline ValueT apply(const ValueT u, const ValueT alpha, in apply()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/opencl/
H A Dformulagroupcl.cxx1930 class OpMin : public Reduction class
1933 explicit OpMin(int nResultSize) : Reduction(nResultSize) {} in OpMin() function in sc::opencl::__anon2b8026ad0411::OpMin
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/opencl/
H A Dformulagroupcl.cxx1923 class OpMin : public Reduction class
1926 explicit OpMin(int nResultSize) : Reduction(nResultSize) {} in OpMin() function in sc::opencl::__anon542fa7050411::OpMin