float1            113 modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp         template <> struct IsVec<float1> { enum {value = 1}; };
float1            108 modules/core/include/opencv2/core/cuda/vec_math.hpp template<typename T> static __device__ __forceinline__ T saturate_cast(const float1& v) {return vec_math_detail::saturate_cast_helper<T>(v);}
float1             80 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvVec2Base<float1>  {typedef Ncv32f TBase;};
float1             99 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TConvBase2Vec<Ncv32f, 1> {typedef float1 TVec;};
float1            128 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> inline __host__ __device__ float1 _pixMakeZero<float1>() {return make_float1(0.f);}
float1            144 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp static inline __host__ __device__ float1 _pixMake(Ncv32f x) {return make_float1(x);}
float1            336 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixWeighted<float1> {typedef double1 type;};
float1            347 modules/cudalegacy/src/cuda/NCVPixelOperations.hpp template<> struct TAccPixDist<float1> {typedef Ncv32f type;};
float1             98 modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp     template <> struct IsVec<float1> { enum {value = 1}; };
float1            106 modules/cudev/include/opencv2/cudev/util/vec_math.hpp template<typename T> __device__ __forceinline__ T saturate_cast(const float1& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::cn, T>::cast(v); }