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

  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 359 template <typename T> struct abs_func : unary_function<T, T> struct in namespace:cv::cuda::device
366 __host__ __device__ __forceinline__ abs_func() {} function in struct:cv::cuda::device::abs_func
367 __host__ __device__ __forceinline__ abs_func(const abs_func&) {} function in struct:cv::cuda::device::abs_func
369 template <> struct abs_func<unsigned char> : unary_function<unsigned char, unsigned char> struct in namespace:cv::cuda::device
376 __host__ __device__ __forceinline__ abs_func() {} function in struct:cv::cuda::device::abs_func
377 __host__ __device__ __forceinline__ abs_func(const abs_func&) {} function in struct:cv::cuda::device::abs_func
379 template <> struct abs_func<signed char> : unary_function<signed char, signed char> struct in namespace:cv::cuda::device
386 __host__ __device__ __forceinline__ abs_func() {} function in struct:cv::cuda::device::abs_func
387 __host__ __device__ __forceinline__ abs_func(const abs_func&) {} function in struct:cv::cuda::device::abs_func
389 template <> struct abs_func<char> : unary_function<char, char> struct in namespace:cv::cuda::device
396 __host__ __device__ __forceinline__ abs_func() {} function in struct:cv::cuda::device::abs_func
397 __host__ __device__ __forceinline__ abs_func(const abs_func&) {} function in struct:cv::cuda::device::abs_func
399 template <> struct abs_func<unsigned short> : unary_function<unsigned short, unsigned short> struct in namespace:cv::cuda::device
406 __host__ __device__ __forceinline__ abs_func() {} function in struct:cv::cuda::device::abs_func
407 __host__ __device__ __forceinline__ abs_func(const abs_func&) {} function in struct:cv::cuda::device::abs_func
409 template <> struct abs_func<short> : unary_function<short, short> struct in namespace:cv::cuda::device
416 __host__ __device__ __forceinline__ abs_func() {} function in struct:cv::cuda::device::abs_func
417 __host__ __device__ __forceinline__ abs_func(const abs_func&) {} function in struct:cv::cuda::device::abs_func
419 template <> struct abs_func<unsigned int> : unary_function<unsigned int, unsigned int> struct in namespace:cv::cuda::device
426 __host__ __device__ __forceinline__ abs_func() {} function in struct:cv::cuda::device::abs_func
427 __host__ __device__ __forceinline__ abs_func(const abs_func&) {} function in struct:cv::cuda::device::abs_func
429 template <> struct abs_func<int> : unary_function<int, int> struct in namespace:cv::cuda::device
436 __host__ __device__ __forceinline__ abs_func() {} function in struct:cv::cuda::device::abs_func
437 __host__ __device__ __forceinline__ abs_func(const abs_func&) {} function in struct:cv::cuda::device::abs_func
439 template <> struct abs_func<float> : unary_function<float, float> struct in namespace:cv::cuda::device
446 __host__ __device__ __forceinline__ abs_func() {} function in struct:cv::cuda::device::abs_func
447 __host__ __device__ __forceinline__ abs_func(const abs_func&) {} function in struct:cv::cuda::device::abs_func
449 template <> struct abs_func<double> : unary_function<double, double> struct in namespace:cv::cuda::device
456 __host__ __device__ __forceinline__ abs_func() {} function in struct:cv::cuda::device::abs_func
457 __host__ __device__ __forceinline__ abs_func(const abs_func&) {} function in struct:cv::cuda::device::abs_func
    [all...]
  /external/opencv3/modules/cudaarithm/src/cuda/
absdiff_scalar.cu 65 abs_func<S> f;
math.cu 80 gridTransformUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), abs_func<T>(), stream);
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 350 // abs_func
352 template <typename T> struct abs_func : unary_function<T, T> struct in namespace:cv::cudev
360 template <> struct abs_func<uchar> : unary_function<uchar, uchar> struct in namespace:cv::cudev
368 template <> struct abs_func<schar> : unary_function<schar, schar> struct in namespace:cv::cudev
376 template <> struct abs_func<ushort> : unary_function<ushort, ushort> struct in namespace:cv::cudev
384 template <> struct abs_func<short> : unary_function<short, short> struct in namespace:cv::cudev
392 template <> struct abs_func<uint> : unary_function<uint, uint> struct in namespace:cv::cudev
400 template <> struct abs_func<int> : unary_function<int, int> struct in namespace:cv::cudev
408 template <> struct abs_func<float> : unary_function<float, float> struct in namespace:cv::cudev
416 template <> struct abs_func<double> : unary_function<double, double struct in namespace:cv::cudev
    [all...]

Completed in 54 milliseconds