Home
last modified time | relevance | path

Searched defs:logical_not (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp220 template <typename T> struct logical_not : unary_function<T, bool> struct
222 __device__ __forceinline__ bool operator ()(typename TypeTraits<T>::ParameterType a) const in operator ()()
226 __host__ __device__ __forceinline__ logical_not() {} in logical_not() function
227 __host__ __device__ __forceinline__ logical_not(const logical_not&) {} in logical_not() argument
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp214 template <typename T> struct logical_not : unary_function<T, typename MakeVec<uchar, VecTraits<T>::… struct
217 operator ()(typename TypeTraits<T>::parameter_type a) const in operator ()()