/external/libcxx/test/std/utilities/function.objects/bitwise.operations/ |
transparent.pass.cpp | 38 static_assert ( !is_transparent<std::bit_xor<int>>::value, "" ); 39 static_assert ( !is_transparent<std::bit_xor<std::string>>::value, "" ); 40 static_assert ( is_transparent<std::bit_xor<void>>::value, "" ); 41 static_assert ( is_transparent<std::bit_xor<>>::value, "" );
|
bit_xor.pass.cpp | 12 // bit_xor 21 typedef std::bit_xor<int> F; 34 typedef std::bit_xor<> F2; 56 constexpr int foo = std::bit_xor<int> () (0x58D3, 0xEA95); 59 constexpr int bar = std::bit_xor<> () (0x58D3L, 0xEA95);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/ |
transparent.pass.cpp | 38 static_assert ( !is_transparent<std::bit_xor<int>>::value, "" ); 39 static_assert ( !is_transparent<std::bit_xor<std::string>>::value, "" ); 40 static_assert ( is_transparent<std::bit_xor<void>>::value, "" ); 41 static_assert ( is_transparent<std::bit_xor<>>::value, "" );
|
bit_xor.pass.cpp | 12 // bit_xor 20 typedef std::bit_xor<int> F; 29 typedef std::bit_xor<> F2; 51 constexpr int foo = std::bit_xor<int> () (0x58D3, 0xEA95); 54 constexpr int bar = std::bit_xor<> () (0x58D3L, 0xEA95);
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
bitwise_scalar.cu | 151 {BitScalar<uchar, bitScalarOp<bit_xor, uchar> >::call , 0, NppBitwiseC<CV_8U , 3, nppiXorC_8u_C3R >::call, BitScalar4< bitScalarOp<bit_xor, uint> >::call}, 152 {BitScalar<uchar, bitScalarOp<bit_xor, uchar> >::call , 0, NppBitwiseC<CV_8U , 3, nppiXorC_8u_C3R >::call, BitScalar4< bitScalarOp<bit_xor, uint> >::call}, 153 {BitScalar<ushort, bitScalarOp<bit_xor, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiXorC_16u_C3R>::call, NppBitwiseC<CV_16U, 4, nppiXorC_16u_C4R>::call}, 154 {BitScalar<ushort, bitScalarOp<bit_xor, ushort> >::call, 0, NppBitwiseC<CV_16U, 3, nppiXorC_16u_C3R>::call, NppBitwiseC<CV_16U, 4, nppiXorC_16u_C4R>::call}, 155 {BitScalar<uint, bitScalarOp<bit_xor, uint> >::call , 0, NppBitwiseC<CV_32S, 3, nppiXorC_32s_C3R>::call, NppBitwiseC<CV_32S, 4, nppiXorC_32s_C4R>::call}, 156 {BitScalar<uint, bitScalarOp<bit_xor, uint> >::call , 0, NppBitwiseC<CV_32S, 3, nppiXorC_32s_C3R>::call, NppBitwiseC<CV_32S, 4, nppiXorC_32s_C4R>::call}
|
bitwise_mat.cu | 160 bitMatOp<bit_xor, uint> 166 bitMatOp<bit_xor, ushort> 172 bitMatOp<bit_xor, uchar>
|
/external/v8/test/unittests/compiler/ |
typer-unittest.cc | 230 int32_t bit_xor(int32_t x, int32_t y) { return x ^ y; } function in namespace:v8::internal::compiler::__anon24520 296 bit_xor); 298 bit_xor);
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
functional.hpp | 253 template <typename T> struct bit_xor : binary_function<T, T, T> struct in namespace:cv::cuda::device 260 __host__ __device__ __forceinline__ bit_xor() {} function in struct:cv::cuda::device::bit_xor 261 __host__ __device__ __forceinline__ bit_xor(const bit_xor&) {} function in struct:cv::cuda::device::bit_xor
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_function.h | 575 struct bit_xor; 600 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function 643 struct bit_xor<void> struct
|
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/ |
binary_op.hpp | 230 CV_CUDEV_EXPR_BINOP_INST(^, bit_xor)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_function.h | 313 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_function.h | 313 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_function.h | 313 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
functional.hpp | 243 template <typename T> struct bit_xor : binary_function<T, T, T> struct in namespace:cv::cudev
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
Android.mk | [all...] |
/ndk/tests/device/test-libc++-static-full/jni/ |
Android.mk | [all...] |