Home
last modified time | relevance | path

Searched refs:logical_and (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/
H A Dlogical.hpp22 (logical_and)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dtags.hpp93 struct logical_and {}; struct
H A Dproto_fwd.hpp278 struct logical_and;
566 template<typename T, typename U> struct logical_and;
649 typedef make_expr<tag::logical_and> make_logical_and;
720 typedef functional::make_expr<tag::logical_and> _make_logical_and;
H A Ddebug.hpp60 BOOST_PROTO_DEFINE_TAG_INSERTION(logical_and)
H A Doperators.hpp260 … BOOST_PROTO_DEFINE_BINARY_OPERATOR(&&, boost::proto::tag::logical_and, TRAIT, DOMAIN) \
H A Dtraits.hpp601 BOOST_PROTO_DEFINE_BINARY_METAFUNCTION(logical_and)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dfunctional.hpp212 template <typename T> struct logical_and : binary_function<T, T, bool> struct
219 __host__ __device__ __forceinline__ logical_and() {} in logical_and() argument
220 __host__ __device__ __forceinline__ logical_and(const logical_and&) {} in logical_and() argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dfunctional.hpp212 template <typename T> struct logical_and : binary_function<T, T, bool> struct
219 __host__ __device__ __forceinline__ logical_and() {} in logical_and() function
220 __host__ __device__ __forceinline__ logical_and(const logical_and&) {} in logical_and() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dfunctional.hpp212 template <typename T> struct logical_and : binary_function<T, T, bool> struct
219 __host__ __device__ __forceinline__ logical_and() {} in logical_and() function
220 __host__ __device__ __forceinline__ logical_and(const logical_and&) {} in logical_and() function
/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.h775 struct logical_and; in _GLIBCXX_VISIBILITY()
786 struct logical_and : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
817 struct logical_and<void> 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.h775 struct logical_and; in _GLIBCXX_VISIBILITY()
786 struct logical_and : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
817 struct logical_and<void> in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/
H A Ddefault.hpp130 BOOST_PROTO_BINARY_DEFAULT_EVAL(&&, proto::tag::logical_and, make, make)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Ddefault.hpp149 BOOST_PROTO_BINARY_DEFAULT_EVAL(&&, logical_and, make, make)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dvalarray4243 __val_expr<_BinaryOp<logical_and<typename _Expr1::value_type>, _Expr1, _Expr2> >
4248 typedef _BinaryOp<logical_and<value_type>, _Expr1, _Expr2> _Op;
4249 return __val_expr<_Op>(_Op(logical_and<value_type>(), __x, __y));
4257 __val_expr<_BinaryOp<logical_and<typename _Expr::value_type>,
4263 typedef _BinaryOp<logical_and<value_type>, _Expr, __scalar_expr<value_type> > _Op;
4264 return __val_expr<_Op>(_Op(logical_and<value_type>(),
4273 __val_expr<_BinaryOp<logical_and<typename _Expr::value_type>,
4279 typedef _BinaryOp<logical_and<value_type>, __scalar_expr<value_type>, _Expr> _Op;
4280 return __val_expr<_Op>(_Op(logical_and<value_type>(),
H A Dfunctional149 struct logical_and : binary_function<T, T, bool>
811 struct _LIBCPP_TEMPLATE_VIS logical_and : binary_function<_Tp, _Tp, bool>
820 struct _LIBCPP_TEMPLATE_VIS logical_and<void>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dvalarray4243 __val_expr<_BinaryOp<logical_and<typename _Expr1::value_type>, _Expr1, _Expr2> >
4248 typedef _BinaryOp<logical_and<value_type>, _Expr1, _Expr2> _Op;
4249 return __val_expr<_Op>(_Op(logical_and<value_type>(), __x, __y));
4257 __val_expr<_BinaryOp<logical_and<typename _Expr::value_type>,
4263 typedef _BinaryOp<logical_and<value_type>, _Expr, __scalar_expr<value_type> > _Op;
4264 return __val_expr<_Op>(_Op(logical_and<value_type>(),
4273 __val_expr<_BinaryOp<logical_and<typename _Expr::value_type>,
4279 typedef _BinaryOp<logical_and<value_type>, __scalar_expr<value_type>, _Expr> _Op;
4280 return __val_expr<_Op>(_Op(logical_and<value_type>(),
H A Dfunctional149 struct logical_and : binary_function<T, T, bool>
811 struct _LIBCPP_TEMPLATE_VIS logical_and : binary_function<_Tp, _Tp, bool>
820 struct _LIBCPP_TEMPLATE_VIS logical_and<void>