Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp264 template <typename T> struct bit_not : unary_function<T, T> struct
266 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType v) const in operator ()()
270 __host__ __device__ __forceinline__ bit_not() {} in bit_not() argument
271 __host__ __device__ __forceinline__ bit_not(const bit_not&) {} in bit_not() function
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp252 template <typename T> struct bit_not : unary_function<T, T> struct
254 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type v) const in operator ()()