Home
last modified time | relevance | path

Searched refs:unary_negate (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dalgorithm.hpp87 class unary_negate class
93 explicit unary_negate(const Func& func) in unary_negate() function in boost::container::unary_negate
105 unary_negate<Func> not1(const Func& func) in not1()
107 return boost::container::unary_negate<Func>(func); in not1()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dfunctional.hpp647 …template <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_ty… struct
649 explicit __host__ __device__ __forceinline__ unary_negate(const Predicate& p) : pred(p) {} in unary_negate() function
656 __host__ __device__ __forceinline__ unary_negate() {} in unary_negate() function
657 … __host__ __device__ __forceinline__ unary_negate(const unary_negate& other) : pred(other.pred) {} in unary_negate() argument
662 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1()
664 return unary_negate<Predicate>(pred); in not1()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dfunctional.hpp647 …template <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_ty… struct
649 explicit __host__ __device__ __forceinline__ unary_negate(const Predicate& p) : pred(p) {} in unary_negate() argument
656 __host__ __device__ __forceinline__ unary_negate() {} in unary_negate() function
657 … __host__ __device__ __forceinline__ unary_negate(const unary_negate& other) : pred(other.pred) {} in unary_negate() argument
662 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1()
664 return unary_negate<Predicate>(pred); in not1()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dfunctional.hpp647 …template <typename Predicate> struct unary_negate : unary_function<typename Predicate::argument_ty… struct
649 explicit __host__ __device__ __forceinline__ unary_negate(const Predicate& p) : pred(p) {} in unary_negate() function
656 __host__ __device__ __forceinline__ unary_negate() {} in unary_negate() function
657 … __host__ __device__ __forceinline__ unary_negate(const unary_negate& other) : pred(other.pred) {} in unary_negate() argument
662 …template <typename Predicate> __host__ __device__ __forceinline__ unary_negate<Predicate> not1(con… in not1()
664 return unary_negate<Predicate>(pred); in not1()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_function.h1003 class unary_negate in _GLIBCXX_VISIBILITY()
1012 unary_negate(const _Predicate& __x) : _M_pred(__x) { } in _GLIBCXX_VISIBILITY()
1023 inline unary_negate<_Predicate> in _GLIBCXX_VISIBILITY()
1025 { return unary_negate<_Predicate>(__pred); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dstl_function.h1003 class unary_negate in _GLIBCXX_VISIBILITY()
1012 unary_negate(const _Predicate& __x) : _M_pred(__x) { } in _GLIBCXX_VISIBILITY()
1023 inline unary_negate<_Predicate> in _GLIBCXX_VISIBILITY()
1025 { return unary_negate<_Predicate>(__pred); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfunctional191 class unary_negate // deprecated in C++17
195 explicit unary_negate(const Predicate& pred);
200 unary_negate<Predicate> not1(const Predicate& pred);
991 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 unary_negate
997 explicit unary_negate(const _Predicate& __pred)
1006 unary_negate<_Predicate>
1007 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfunctional191 class unary_negate // deprecated in C++17
195 explicit unary_negate(const Predicate& pred);
200 unary_negate<Predicate> not1(const Predicate& pred);
991 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 unary_negate
997 explicit unary_negate(const _Predicate& __pred)
1006 unary_negate<_Predicate>
1007 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}