Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp460 #define OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(name, func) \ macro
500 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(sqrt, ::sqrt)
501 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(exp, ::exp)
502 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(exp2, ::exp2)
503 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(exp10, ::exp10)
504 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(log, ::log)
505 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(log2, ::log2)
506 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(log10, ::log10)
507 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(sin, ::sin)
508 OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(cos, ::cos)
[all …]