Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaarithm/src/cuda/
Dsub_scalar.cu69 …template <typename SrcType, typename ScalarType, typename DstType> struct SubScalarOpInv : unary_f… struct
71 ScalarType val;
73 __device__ __forceinline__ DstType operator ()(SrcType a) const in operator ()()