functional_detail  776 modules/core/include/opencv2/core/cuda/functional.hpp         enum { shift = functional_detail::ShiftDispatcher<Func>::shift };
functional_detail  457 modules/cudev/include/opencv2/cudev/functional/functional.hpp     template <typename T> struct name ## _func : unary_function<T, typename functional_detail::FloatType<T>::type> \
functional_detail  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 \
functional_detail  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> \
functional_detail  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 \
functional_detail  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>
functional_detail  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
functional_detail  617 modules/cudev/include/opencv2/cudev/functional/functional.hpp         sqrt_func<typename functional_detail::FloatType<T>::type> f;
functional_detail  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>
functional_detail  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