HomeSort by relevance Sort by last modified time
    Searched refs:functional_detail (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 445 namespace functional_detail namespace in namespace:cv::cudev
457 template <typename T> struct name ## _func : unary_function<T, typename functional_detail::FloatType<T>::type> \
459 __device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename TypeTraits<T>::parameter_type a) const \
544 template <typename T> struct name ## _func : binary_function<T, T, typename functional_detail::FloatType<T>::type> \
546 __device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename TypeTraits<T>::parameter_type a, typename TypeTraits<T>::parameter_type b) const \
613 template <typename T> struct magnitude_func : binary_function<T, T, typename functional_detail::FloatType<T>::type>
615 __device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename TypeTraits<T>::parameter_type a, typename TypeTraits<T>::parameter_type b) const
617 sqrt_func<typename functional_detail::FloatType<T>::type> f;
622 template <typename T> struct magnitude_sqr_func : binary_function<T, T, typename functional_detail::FloatType<T>::type>
624 __device__ __forceinline__ typename functional_detail::FloatType<T>::type operator ()(typename TypeTraits<T>::parameter_type a, typename TypeTraits<T>:: (…)
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 743 namespace functional_detail namespace in namespace:cv::cuda::device
776 enum { shift = functional_detail::ShiftDispatcher<Func>::shift };

Completed in 2934 milliseconds