Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp142 template <typename T> struct not_equal_to : binary_function<T, T, bool> struct
144 __device__ __forceinline__ bool operator ()(typename TypeTraits<T>::ParameterType a, in operator ()()
149 __host__ __device__ __forceinline__ not_equal_to() {} in not_equal_to() argument
150 __host__ __device__ __forceinline__ not_equal_to(const not_equal_to&) {} in not_equal_to() function
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp142 template <typename T> struct not_equal_to : binary_function<T, T, typename MakeVec<uchar, VecTraits… struct
145 operator ()(typename TypeTraits<T>::parameter_type a, in operator ()()