| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 245 template <typename T> struct bit_and : binary_function<T, T, T> struct 252 __host__ __device__ __forceinline__ bit_and() {} in bit_and() function 253 __host__ __device__ __forceinline__ bit_and(const bit_and&) {} in bit_and() argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 245 template <typename T> struct bit_and : binary_function<T, T, T> struct 252 __host__ __device__ __forceinline__ bit_and() {} in bit_and() argument 253 __host__ __device__ __forceinline__ bit_and(const bit_and&) {} in bit_and() argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 245 template <typename T> struct bit_and : binary_function<T, T, T> struct 252 __host__ __device__ __forceinline__ bit_and() {} in bit_and() function 253 __host__ __device__ __forceinline__ bit_and(const bit_and&) {} in bit_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 D | stl_function.h | 864 struct bit_and; in _GLIBCXX_VISIBILITY() 879 struct bit_and : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() 916 struct bit_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 D | stl_function.h | 864 struct bit_and; in _GLIBCXX_VISIBILITY() 879 struct bit_and : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() 916 struct bit_and<void> in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | bitwise.hpp | 217 struct bit_and{ limb_type operator()(limb_type a, limb_type b)const BOOST_NOEXCEPT { return a & b; … in operator ()() struct 227 bitwise_op(result, o, bit_and(), in eval_bitwise_and()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | valarray | 4059 __val_expr<_BinaryOp<bit_and<typename _Expr1::value_type>, _Expr1, _Expr2> > 4064 typedef _BinaryOp<bit_and<value_type>, _Expr1, _Expr2> _Op; 4065 return __val_expr<_Op>(_Op(bit_and<value_type>(), __x, __y)); 4073 __val_expr<_BinaryOp<bit_and<typename _Expr::value_type>, 4079 typedef _BinaryOp<bit_and<value_type>, _Expr, __scalar_expr<value_type> > _Op; 4080 return __val_expr<_Op>(_Op(bit_and<value_type>(), 4089 __val_expr<_BinaryOp<bit_and<typename _Expr::value_type>, 4095 typedef _BinaryOp<bit_and<value_type>, __scalar_expr<value_type>, _Expr> _Op; 4096 return __val_expr<_Op>(_Op(bit_and<value_type>(),
|
| H A D | functional | 167 struct bit_and : unary_function<T, bool> 892 struct _LIBCPP_TEMPLATE_VIS bit_and : binary_function<_Tp, _Tp, _Tp> 901 struct _LIBCPP_TEMPLATE_VIS bit_and<void>
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | valarray | 4059 __val_expr<_BinaryOp<bit_and<typename _Expr1::value_type>, _Expr1, _Expr2> > 4064 typedef _BinaryOp<bit_and<value_type>, _Expr1, _Expr2> _Op; 4065 return __val_expr<_Op>(_Op(bit_and<value_type>(), __x, __y)); 4073 __val_expr<_BinaryOp<bit_and<typename _Expr::value_type>, 4079 typedef _BinaryOp<bit_and<value_type>, _Expr, __scalar_expr<value_type> > _Op; 4080 return __val_expr<_Op>(_Op(bit_and<value_type>(), 4089 __val_expr<_BinaryOp<bit_and<typename _Expr::value_type>, 4095 typedef _BinaryOp<bit_and<value_type>, __scalar_expr<value_type>, _Expr> _Op; 4096 return __val_expr<_Op>(_Op(bit_and<value_type>(),
|
| H A D | functional | 167 struct bit_and : unary_function<T, bool> 892 struct _LIBCPP_TEMPLATE_VIS bit_and : binary_function<_Tp, _Tp, _Tp> 901 struct _LIBCPP_TEMPLATE_VIS bit_and<void>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | wide-int.h | 559 BINARY_FUNCTION bit_and (const T1 &, const T2 &); 754 ASSIGNMENT_OPERATOR (operator &=, bit_and) 2315 wi::bit_and (const T1 &x, const T2 &y) 3291 BINARY_OPERATOR (operator &, bit_and)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | wide-int.h | 559 BINARY_FUNCTION bit_and (const T1 &, const T2 &); 754 ASSIGNMENT_OPERATOR (operator &=, bit_and) 2315 wi::bit_and (const T1 &x, const T2 &y) 3291 BINARY_OPERATOR (operator &, bit_and)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | simd | 163 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_and<> binary_op); 1254 bit_and<typename _SimdType::value_type> binary_op);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | simd | 163 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_and<> binary_op); 1254 bit_and<typename _SimdType::value_type> binary_op);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 44977 (bit_and @0 integer_all_onesp) 44986 Expressions have an operator ID, 'bit_and' in this case. Expressions 45105 (bit_and:c integral_op_p@0 (bit_ior:c (bit_not @0) @1)) 45106 (bit_and @1 @0)) 45113 (bit_and integral_op_p@0 (bit_ior (bit_not @0) @1)) 45114 (bit_and (bit_ior (bit_not @0) @1) integral_op_p@0) 45115 (bit_and integral_op_p@0 (bit_ior @1 (bit_not @0))) 45116 (bit_and (bit_ior @1 (bit_not @0)) integral_op_p@0) 45265 (bit_and @0 (logical_inverted_value @0))
|
| H A D | gdb.info | 48941 'bit_and' (0x0f): A B => A&B
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 44977 (bit_and @0 integer_all_onesp) 44986 Expressions have an operator ID, 'bit_and' in this case. Expressions 45105 (bit_and:c integral_op_p@0 (bit_ior:c (bit_not @0) @1)) 45106 (bit_and @1 @0)) 45113 (bit_and integral_op_p@0 (bit_ior (bit_not @0) @1)) 45114 (bit_and (bit_ior (bit_not @0) @1) integral_op_p@0) 45115 (bit_and integral_op_p@0 (bit_ior @1 (bit_not @0))) 45116 (bit_and (bit_ior @1 (bit_not @0)) integral_op_p@0) 45265 (bit_and @0 (logical_inverted_value @0))
|
| H A D | gdb.info | 48941 'bit_and' (0x0f): A B => A&B
|