FloatType         457 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <typename T> struct name ## _func : unary_function<T, typename functional_detail::FloatType<T>::type> \
FloatType         459 modules/cudev/include/opencv2/cudev/functional/functional.hpp         __device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename TypeTraits<T>::parameter_type a) const \
FloatType         544 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <typename T> struct name ## _func : binary_function<T, T, typename functional_detail::FloatType<T>::type> \
FloatType         546 modules/cudev/include/opencv2/cudev/functional/functional.hpp         __device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename TypeTraits<T>::parameter_type a, typename TypeTraits<T>::parameter_type b) const \
FloatType         613 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <typename T> struct magnitude_func : binary_function<T, T, typename functional_detail::FloatType<T>::type>
FloatType         615 modules/cudev/include/opencv2/cudev/functional/functional.hpp     __device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename TypeTraits<T>::parameter_type a, typename TypeTraits<T>::parameter_type b) const
FloatType         617 modules/cudev/include/opencv2/cudev/functional/functional.hpp         sqrt_func<typename functional_detail::FloatType<T>::type> f;
FloatType         622 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <typename T> struct magnitude_sqr_func : binary_function<T, T, typename functional_detail::FloatType<T>::type>
FloatType         624 modules/cudev/include/opencv2/cudev/functional/functional.hpp     __device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename TypeTraits<T>::parameter_type a, typename TypeTraits<T>::parameter_type b) const