Searched defs:not_equal_to (Results 1 – 2 of 2) sorted by relevance
142 template <typename T> struct not_equal_to : binary_function<T, T, bool> struct144 __device__ __forceinline__ bool operator ()(typename TypeTraits<T>::ParameterType a, in operator ()()149 __host__ __device__ __forceinline__ not_equal_to() {} in not_equal_to() argument150 __host__ __device__ __forceinline__ not_equal_to(const not_equal_to&) {} in not_equal_to() function
142 template <typename T> struct not_equal_to : binary_function<T, T, typename MakeVec<uchar, VecTraits… struct145 operator ()(typename TypeTraits<T>::parameter_type a, in operator ()()