/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | int128.c | 1 typedef __int128 int128_t; 2 typedef signed __int128 sint128_t; 3 typedef unsigned __int128 uint128_t; 5 typedef __int128 int badxi; 6 typedef int __int128 badix; 7 typedef unsigned unsigned __int128 baduu; 8 typedef double __int128 baddx; 9 typedef __int128 double badxd; 13 return sizeof(__int128); in sizeof_int128() 21 unsigned __int128 tm in foo() [all...] |
H A D | reserved.c | 73 static int (__int128); variable 150 reserved.c:73:12: error: Trying to use reserved word '__int128' as identifier
|
H A D | generic-typename.c | 41 TEST(int128, __int128)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | int128.h | 78 // Additionally, if your compiler supports `__int128`, `uint128` is 106 alignas(unsigned __int128) 120 constexpr uint128(__int128 v); // NOLINT(runtime/explicit) 121 constexpr uint128(unsigned __int128 v); // NOLINT(runtime/explicit) 136 uint128& operator=(__int128 v); 137 uint128& operator=(unsigned __int128 v); 162 constexpr explicit operator __int128() const; 163 constexpr explicit operator unsigned __int128() const; 223 // TODO(strel) Update implementation to use __int128 once all users of 283 static constexpr bool traps = numeric_limits<unsigned __int128> [all...] |
H A D | int128_benchmark.cc | 150 // Some implementations of <random> do not support __int128 when it is 154 std::is_same<T, __int128>::value, int64_t, uint64_t>::type> 168 std::is_same<T, __int128>::value, int64_t, uint64_t>::type> 192 BENCHMARK_TEMPLATE(BM_DivideIntrinsic128UniformDivisor, unsigned __int128); 193 BENCHMARK_TEMPLATE(BM_DivideIntrinsic128UniformDivisor, __int128); 204 BENCHMARK_TEMPLATE(BM_RemainderIntrinsic128UniformDivisor, unsigned __int128); 205 BENCHMARK_TEMPLATE(BM_RemainderIntrinsic128UniformDivisor, __int128); 209 std::is_same<T, __int128>::value, int64_t, uint64_t>::type> 233 BENCHMARK_TEMPLATE(BM_DivideIntrinsic128SmallDivisor, unsigned __int128); 234 BENCHMARK_TEMPLATE(BM_DivideIntrinsic128SmallDivisor, __int128); [all...] |
H A D | int128_test.cc | 78 // all platforms have this for __int128 even though they define the type. 80 static_assert(std::is_constructible<absl::uint128, __int128>::value, in TEST() 81 "absl::uint128 must be constructible from __int128"); in TEST() 82 static_assert(std::is_assignable<absl::uint128&, __int128>::value, in TEST() 83 "absl::uint128 must be assignable from __int128"); in TEST() 84 static_assert(!std::is_assignable<__int128&, absl::uint128>::value, in TEST() 85 "__int128 must not be assignable from absl::uint128"); in TEST() 87 static_assert(std::is_constructible<absl::uint128, unsigned __int128>::value, in TEST() 88 "absl::uint128 must be constructible from unsigned __int128"); in TEST() 89 static_assert(std::is_assignable<absl::uint128&, unsigned __int128> in TEST() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | bitfield-large.hpp | 2 __int128 x : 128; 7 __int128 x : 80; 8 __int128 y : 48;
|
H A D | i128.h | 4 __int128 my_signed; 5 unsigned __int128 my_unsigned;
|
H A D | union_bitfield_1_0.h | 13 __int128 x : 128;
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_safe_arithmetic.h | 127 // Internal function used as optimization for SafeInt64Mult() if __int128 type in SafeInt64MultByClang() 132 const __int128 kInt64Max = in SafeInt64MultByClang() 133 static_cast<__int128>(std::numeric_limits<std::int64_t>::max()); in SafeInt64MultByClang() 134 const __int128 kInt64Min = in SafeInt64MultByClang() 135 static_cast<__int128>(std::numeric_limits<std::int64_t>::min()); in SafeInt64MultByClang() 136 __int128 result = static_cast<__int128>(arg1) * static_cast<__int128>(arg2); in SafeInt64MultByClang()
|
/third_party/rust/crates/libc/src/ |
H A D | fixed_width_ints.rs | 24 // This introduces partial support for FFI with __int128 and 35 // * For all Windows ABIs, Microsoft doesn't actually officially define __int128, 53 /// C `__int128` (a GCC extension that's part of many ABIs) 54 pub type __int128 = i128; types 55 /// C `unsigned __int128` (a GCC extension that's part of many ABIs) 57 /// C __int128_t (alternate name for [__int128][]) 72 // for `sizeof(__int128)` and `_Alignof(__int128)`. 82 // catch the fact that llvm and gcc disagree on how x64 __int128 85 static_assert_eq!(core::mem::size_of::<__int128>(), _SIZE_12 [all...] |
/third_party/musl/arch/powerpc64/bits/ |
H A D | setjmp.h | 1 typedef unsigned __int128 __jmp_buf[32];
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
H A D | predef.c | 41 TEST_SIZEOF(INT128, __int128); in test()
|
/third_party/skia/src/core/ |
H A D | SkSafeMath.h | 97 auto double_check = (unsigned __int128)x * y; in mul64()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.h | 337 V(QWU, unsigned __int128) \ 338 V(QW, __int128) \
|
H A D | simulator-ppc.cc | 4158 __int128 vrs_val = bit_cast<__int128>(get_simd_register(vrs).int8); in ExecuteGeneric() 4190 __int128 vrs_val = bit_cast<__int128>(get_simd_register(vrs).int8); in ExecuteGeneric() 4245 __int128 xb_val = bit_cast<__int128>(get_simd_register(b).int8); in ExecuteGeneric() 4246 __int128 xb_val_reversed = __builtin_bswap128(xb_val); in ExecuteGeneric() 5062 unsigned __int128 src_1 = bit_cast<__int128>(get_simd_register(vra).int8); in ExecuteGeneric() 5063 unsigned __int128 src_ in ExecuteGeneric() [all...] |
/third_party/elfutils/tests/ |
H A D | funcretval_test.c | 7 __int128 fun_int128 (void) { return 10; } in fun_int128() 102 typedef __int128 __attribute__ ((vector_size (16))) vec_int128_16_t;
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 4033 unsigned __int128 src_bits = bit_cast<__int128>(get_simd_register(r2).int8); in EVALUATE() 4038 unsigned __int128 bit_value = in EVALUATE() 4058 unsigned __int128 src_1 = bit_cast<__int128>(get_simd_register(r2).int8); in EVALUATE() 4059 unsigned __int128 src_2 = bit_cast<__int128>(get_simd_register(r3).int8); in EVALUATE() 4060 unsigned __int128 src_3 = bit_cast<__int128>(get_simd_register(r4).int8); in EVALUATE() 4061 unsigned __int128 tm in EVALUATE() [all...] |