Searched refs:__int128_t (Results 1 - 25 of 50) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dppc-varargs-struct.c108 __int128_t u = va_arg (ap, __int128_t);
/external/compiler-rt/test/ubsan/TestCases/Integer/
H A Dadd-overflow.cpp26 (void)((__int128_t(1) << 126) + (__int128_t(1) << 126));
H A Dsub-overflow.cpp25 (void)(-(__int128_t(1) << 126) - (__int128_t(1) << 126) - 1);
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/
H A Dmake_signed.pass.cpp58 test_make_signed< __int128_t, __int128_t >();
59 test_make_signed< __uint128_t, __int128_t >();
61 test_make_signed< HugeEnum, __int128_t >();
H A Dmake_unsigned.pass.cpp25 enum HugeEnum : __int128_t enum
59 test_make_unsigned<__int128_t, __uint128_t>();
/external/clang/test/CodeGenCXX/
H A Dconst-init.cpp63 __int128_t PR11705 = (__int128_t)&PR11705;
67 void UnfoldableAddrLabelDiff() { static __int128_t x = (long)&&a-(long)&&b; a:b:return;}
/external/clang/test/Sema/
H A Dtypes.c17 __int128_t s;
22 int __int128_t; local
32 // __int128_t is __int128; __uint128_t is unsigned __int128.
34 typedef __int128_t check_int_128; // expected-note {{here}}
35 typedef int check_int_128; // expected-error {{different types ('int' vs '__int128_t' (aka '__int128'))}}
H A D128bitint.c20 __int128_t Signed128 = 123456789012345678901234567890i128;
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
H A Dhas_denorm_loss.pass.cpp46 test<__int128_t, false>();
H A Dhas_infinity.pass.cpp46 test<__int128_t, false>();
H A Dhas_quiet_NaN.pass.cpp46 test<__int128_t, false>();
H A Dhas_signaling_NaN.pass.cpp46 test<__int128_t, false>();
H A Dis_bounded.pass.cpp46 test<__int128_t, true>();
H A Dis_exact.pass.cpp46 test<__int128_t, true>();
H A Dis_integer.pass.cpp46 test<__int128_t, true>();
H A Dis_modulo.pass.cpp46 test<__int128_t, false>();
H A Dis_signed.pass.cpp46 test<__int128_t, true>();
H A Dtinyness_before.pass.cpp46 test<__int128_t, false>();
H A Dlowest.pass.cpp54 test<__int128_t>(-__int128_t(__uint128_t(-1)/2) - 1);
H A Dmax.pass.cpp54 test<__int128_t>(__int128_t(__uint128_t(-1)/2));
H A Dmin.pass.cpp54 test<__int128_t>(-__int128_t(__uint128_t(-1)/2) - 1);
H A Dconst_data_members.pass.cpp133 TEST_NUMERIC_LIMITS(__int128_t)
134 TEST_NUMERIC_LIMITS(const __int128_t)
135 TEST_NUMERIC_LIMITS(volatile __int128_t)
136 TEST_NUMERIC_LIMITS(const volatile __int128_t)
H A Ddenorm_min.pass.cpp47 test<__int128_t>(0);
H A Ddigits.pass.cpp47 test<__int128_t, 127>();
/external/libcxx/test/std/language.support/support.limits/limits/
H A Dis_specialized.pass.cpp63 test<__int128_t>();

Completed in 388 milliseconds

12