Home
last modified time | relevance | path

Searched refs:OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp480 #define OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR(name, func) \ macro
520 OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR(hypot, ::hypot)
521 OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR(atan2, ::atan2)
522 OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR(pow, ::pow)
526 #undef OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR