Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp63 template <typename VecD> struct SatCastHelper<1, VecD> struct
65 template <typename VecS> __device__ __forceinline__ static VecD cast(const VecS& v) in cast()
72 template <typename VecD> struct SatCastHelper<2, VecD> struct
74 template <typename VecS> __device__ __forceinline__ static VecD cast(const VecS& v) in cast()
81 template <typename VecD> struct SatCastHelper<3, VecD> struct
83 template <typename VecS> __device__ __forceinline__ static VecD cast(const VecS& v) in cast()
90 template <typename VecD> struct SatCastHelper<4, VecD> struct
92 template <typename VecS> __device__ __forceinline__ static VecD cast(const VecS& v) in cast()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp63 template <typename VecD> struct SatCastHelper<1, VecD> struct
65 template <typename VecS> static __device__ __forceinline__ VecD cast(const VecS& v) in cast()
71 template <typename VecD> struct SatCastHelper<2, VecD> struct
73 template <typename VecS> static __device__ __forceinline__ VecD cast(const VecS& v) in cast()
79 template <typename VecD> struct SatCastHelper<3, VecD> struct
81 template <typename VecS> static __device__ __forceinline__ VecD cast(const VecS& v) in cast()
87 template <typename VecD> struct SatCastHelper<4, VecD> struct
89 template <typename VecS> static __device__ __forceinline__ VecD cast(const VecS& v) in cast()