Home
last modified time | relevance | path

Searched defs:binder2nd (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dfunctional.hpp709 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… struct
711 …__device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_type& arg2_… in binder2nd() argument
713 …sult_type operator ()(typename TypeTraits<typename Op::first_argument_type>::ParameterType a) const in operator ()()
718 __host__ __device__ __forceinline__ binder2nd() {} in binder2nd() function
719 …__host__ __device__ __forceinline__ binder2nd(const binder2nd& other) : op(other.op), arg2(other.a… in binder2nd() argument
721 Op op;
722 typename Op::second_argument_type arg2;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dfunctional.hpp709 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… struct
711 …__device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_type& arg2_… in binder2nd() argument
713 …sult_type operator ()(typename TypeTraits<typename Op::first_argument_type>::ParameterType a) const in operator ()()
718 __host__ __device__ __forceinline__ binder2nd() {} in binder2nd() function
719 …__host__ __device__ __forceinline__ binder2nd(const binder2nd& other) : op(other.op), arg2(other.a… in binder2nd() argument
721 Op op;
722 typename Op::second_argument_type arg2;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dfunctional.hpp709 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… struct
711 …__device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_type& arg2_… in binder2nd() argument
713 …sult_type operator ()(typename TypeTraits<typename Op::first_argument_type>::ParameterType a) const in operator ()()
718 __host__ __device__ __forceinline__ binder2nd() {} in binder2nd() argument
719 …__host__ __device__ __forceinline__ binder2nd(const binder2nd& other) : op(other.op), arg2(other.a… in binder2nd() argument
721 Op op;
722 typename Op::second_argument_type arg2;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dalgorithm.hpp59 class binder2nd class
65 binder2nd(const Func& func, const typename Func::second_argument_type& arg) in binder2nd() function in boost::container::binder2nd