| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 267 template <typename T> struct bit_xor : binary_function<T, T, T> struct 274 __host__ __device__ __forceinline__ bit_xor() {} in bit_xor() function 275 __host__ __device__ __forceinline__ bit_xor(const bit_xor&) {} in bit_xor() function
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 267 template <typename T> struct bit_xor : binary_function<T, T, T> struct 274 __host__ __device__ __forceinline__ bit_xor() {} in bit_xor() function 275 __host__ __device__ __forceinline__ bit_xor(const bit_xor&) {} in bit_xor() function
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 267 template <typename T> struct bit_xor : binary_function<T, T, T> struct 274 __host__ __device__ __forceinline__ bit_xor() {} in bit_xor() argument 275 __host__ __device__ __forceinline__ bit_xor(const bit_xor&) {} in bit_xor() 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 | 870 struct bit_xor; in _GLIBCXX_VISIBILITY() 897 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() 944 struct bit_xor<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 | 870 struct bit_xor; in _GLIBCXX_VISIBILITY() 897 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() 944 struct bit_xor<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 | 219 struct bit_xor{ limb_type operator()(limb_type a, limb_type b)const BOOST_NOEXCEPT { return a ^ b; … in operator ()() struct 247 bitwise_op(result, o, bit_xor(), in eval_bitwise_xor()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | valarray | 4013 __val_expr<_BinaryOp<bit_xor<typename _Expr1::value_type>, _Expr1, _Expr2> > 4018 typedef _BinaryOp<bit_xor<value_type>, _Expr1, _Expr2> _Op; 4019 return __val_expr<_Op>(_Op(bit_xor<value_type>(), __x, __y)); 4027 __val_expr<_BinaryOp<bit_xor<typename _Expr::value_type>, 4033 typedef _BinaryOp<bit_xor<value_type>, _Expr, __scalar_expr<value_type> > _Op; 4034 return __val_expr<_Op>(_Op(bit_xor<value_type>(), 4043 __val_expr<_BinaryOp<bit_xor<typename _Expr::value_type>, 4049 typedef _BinaryOp<bit_xor<value_type>, __scalar_expr<value_type>, _Expr> _Op; 4050 return __val_expr<_Op>(_Op(bit_xor<value_type>(),
|
| H A D | functional | 179 struct bit_xor : unary_function<T, bool> 185 struct bit_xor : unary_function<T, bool> 946 struct _LIBCPP_TEMPLATE_VIS bit_xor : binary_function<_Tp, _Tp, _Tp> 955 struct _LIBCPP_TEMPLATE_VIS bit_xor<void>
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | valarray | 4013 __val_expr<_BinaryOp<bit_xor<typename _Expr1::value_type>, _Expr1, _Expr2> > 4018 typedef _BinaryOp<bit_xor<value_type>, _Expr1, _Expr2> _Op; 4019 return __val_expr<_Op>(_Op(bit_xor<value_type>(), __x, __y)); 4027 __val_expr<_BinaryOp<bit_xor<typename _Expr::value_type>, 4033 typedef _BinaryOp<bit_xor<value_type>, _Expr, __scalar_expr<value_type> > _Op; 4034 return __val_expr<_Op>(_Op(bit_xor<value_type>(), 4043 __val_expr<_BinaryOp<bit_xor<typename _Expr::value_type>, 4049 typedef _BinaryOp<bit_xor<value_type>, __scalar_expr<value_type>, _Expr> _Op; 4050 return __val_expr<_Op>(_Op(bit_xor<value_type>(),
|
| H A D | functional | 179 struct bit_xor : unary_function<T, bool> 185 struct bit_xor : unary_function<T, bool> 946 struct _LIBCPP_TEMPLATE_VIS bit_xor : binary_function<_Tp, _Tp, _Tp> 955 struct _LIBCPP_TEMPLATE_VIS bit_xor<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 | 563 BINARY_FUNCTION bit_xor (const T1 &, const T2 &); 756 ASSIGNMENT_OPERATOR (operator ^=, bit_xor) 2399 wi::bit_xor (const T1 &x, const T2 &y) 3293 BINARY_OPERATOR (operator ^, bit_xor)
|
| /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 | 563 BINARY_FUNCTION bit_xor (const T1 &, const T2 &); 756 ASSIGNMENT_OPERATOR (operator ^=, bit_xor) 2399 wi::bit_xor (const T1 &x, const T2 &y) 3293 BINARY_OPERATOR (operator ^, bit_xor)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | simd | 169 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_xor<> binary_op); 1264 bit_xor<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 | 169 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_xor<> binary_op); 1264 bit_xor<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 | 44996 (bit_xor @0 @0) 45143 (for op (plus pointer_plus minus bit_ior bit_xor)
|
| H A D | gdb.info | 48947 'bit_xor' (0x11): 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 | 44996 (bit_xor @0 @0) 45143 (for op (plus pointer_plus minus bit_ior bit_xor)
|
| H A D | gdb.info | 48947 'bit_xor' (0x11): A B => A^B
|