Searched defs:logical_not (Results 1 – 2 of 2) sorted by relevance
220 template <typename T> struct logical_not : unary_function<T, bool> struct222 __device__ __forceinline__ bool operator ()(typename TypeTraits<T>::ParameterType a) const in operator ()()226 __host__ __device__ __forceinline__ logical_not() {} in logical_not() function227 __host__ __device__ __forceinline__ logical_not(const logical_not&) {} in logical_not() argument
214 template <typename T> struct logical_not : unary_function<T, typename MakeVec<uchar, VecTraits<T>::… struct217 operator ()(typename TypeTraits<T>::parameter_type a) const in operator ()()