char1 60 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp template <> struct IsSignedIntergral<char1> { enum {value = 1}; }; char1 88 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp template <> struct IsVec<char1> { enum {value = 1}; }; char1 103 modules/core/include/opencv2/core/cuda/vec_math.hpp template<typename T> static __device__ __forceinline__ T saturate_cast(const char1& v) {return vec_math_detail::saturate_cast_helper<T>(v);} char1 244 modules/core/include/opencv2/core/cuda/vec_traits.hpp template<> struct VecTraits<char1> char1 248 modules/core/include/opencv2/core/cuda/vec_traits.hpp static __device__ __host__ __forceinline__ char1 all(schar v) {return make_char1(v);} char1 249 modules/core/include/opencv2/core/cuda/vec_traits.hpp static __device__ __host__ __forceinline__ char1 make(schar x) {return make_char1(x);} char1 250 modules/core/include/opencv2/core/cuda/vec_traits.hpp static __device__ __host__ __forceinline__ char1 make(const schar* v) {return make_char1(v[0]);} char1 78 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp template <> struct IsVec<char1> { enum {value = 1}; }; char1 101 modules/cudev/include/opencv2/cudev/util/vec_math.hpp template<typename T> __device__ __forceinline__ T saturate_cast(const char1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::cn, T>::cast(v); } char1 150 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp template<> struct VecTraits<char1> char1 154 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp __host__ __device__ __forceinline__ static char1 all(schar v) {return make_char1(v);} char1 155 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp __host__ __device__ __forceinline__ static char1 make(schar x) {return make_char1(x);} char1 156 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp __host__ __device__ __forceinline__ static char1 make(const schar* v) {return make_char1(v[0]);} char1 259 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp template<> class DataType<char1> char1 262 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp typedef char1 value_type;