first_argument_type  653 modules/core/include/opencv2/core/cuda/functional.hpp     template <typename Predicate> struct binary_negate : binary_function<typename Predicate::first_argument_type, typename Predicate::second_argument_type, bool>
first_argument_type  657 modules/core/include/opencv2/core/cuda/functional.hpp         __device__ __forceinline__ bool operator()(typename TypeTraits<typename Predicate::first_argument_type>::ParameterType x,
first_argument_type  676 modules/core/include/opencv2/core/cuda/functional.hpp         __host__ __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_type& arg1_) : op(op_), arg1(arg1_) {}
first_argument_type  687 modules/core/include/opencv2/core/cuda/functional.hpp         typename Op::first_argument_type arg1;
first_argument_type  692 modules/core/include/opencv2/core/cuda/functional.hpp         return binder1st<Op>(op, typename Op::first_argument_type(x));
first_argument_type  695 modules/core/include/opencv2/core/cuda/functional.hpp     template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typename Op::result_type>
first_argument_type  699 modules/core/include/opencv2/core/cuda/functional.hpp         __forceinline__ __device__ typename Op::result_type operator ()(typename TypeTraits<typename Op::first_argument_type>::ParameterType a) const
first_argument_type  770 modules/core/include/opencv2/core/cuda/functional.hpp             enum { shift = DefaultBinaryShift<typename Func::first_argument_type, typename Func::second_argument_type, typename Func::result_type>::shift };
first_argument_type  789 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <class Predicate> struct BinaryNegate : binary_function<typename Predicate::first_argument_type, typename Predicate::second_argument_type, typename Predicate::result_type>
first_argument_type  794 modules/cudev/include/opencv2/cudev/functional/functional.hpp             typename TypeTraits<typename Predicate::first_argument_type>::parameter_type x,
first_argument_type  812 modules/cudev/include/opencv2/cudev/functional/functional.hpp     typename Op::first_argument_type arg1;
first_argument_type  822 modules/cudev/include/opencv2/cudev/functional/functional.hpp __host__ __device__ Binder1st<Op> bind1st(const Op& op, const typename Op::first_argument_type& arg1)
first_argument_type  830 modules/cudev/include/opencv2/cudev/functional/functional.hpp template <class Op> struct Binder2nd : unary_function<typename Op::first_argument_type, typename Op::result_type>
first_argument_type  836 modules/cudev/include/opencv2/cudev/functional/functional.hpp             typename TypeTraits<typename Op::first_argument_type>::parameter_type a) const