int1 64 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp template <> struct IsSignedIntergral<int1> { enum {value = 1}; }; int1 108 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp template <> struct IsVec<int1> { enum {value = 1}; }; int1 107 modules/core/include/opencv2/core/cuda/vec_math.hpp template<typename T> static __device__ __forceinline__ T saturate_cast(const int1& v) {return vec_math_detail::saturate_cast_helper<T>(v);} int1 94 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp template <> struct IsVec<int1> { enum {value = 1}; }; int1 105 modules/cudev/include/opencv2/cudev/util/vec_math.hpp template<typename T> __device__ __forceinline__ T saturate_cast(const int1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::cn, T>::cast(v); }