Searched refs:__int128_t (Results 1 – 7 of 7) sorted by relevance
58 pub type __int128_t = i128;91 static_assert_eq!(core::mem::size_of::<__int128_t>(), _SIZE_128);92 static_assert_eq!(core::mem::align_of::<__int128_t>(), _ALIGN_128);
26 (void)((__int128_t(1) << 126) + (__int128_t(1) << 126)); in main()
74 static int (__int128_t); variable
66 typedef __int128_t int128_t;
40 __int128_t sse[MAX_SSE_REGS];
87 * Add support for TImode type (__int128_t)
51 #define UINT128 __int128_t