HomeSort by relevance Sort by last modified time
    Searched refs:Binder1st (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
binary_op.hpp 116 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<GpuMat_<T> >::ptr_type, Binder1st< functor<T> > > > \
158 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<GlobPtrSz<T> >::ptr_type, Binder1st< functor<T> > > > \
188 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<Texture<T> >::ptr_type, Binder1st< functor<T> > > > \
206 __host__ Expr<UnaryTransformPtrSz<typename PtrTraits<Body>::ptr_type, Binder1st< functor<typename Body::value_type> > > > \
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 809 template <class Op> struct Binder1st : unary_function<typename Op::second_argument_type, typename Op::result_type>
822 __host__ __device__ Binder1st<Op> bind1st(const Op& op, const typename Op::first_argument_type& arg1)
824 Binder1st<Op> b;

Completed in 185 milliseconds