Searched defs:Int128 (Results 1 – 8 of 8) sorted by relevance
31 constexpr Int128() {} in Int128() function34 constexpr Int128(unsigned n) : low_{n} {} in Int128() function35 constexpr Int128(unsigned long n) : low_{n} {} in Int128() function36 constexpr Int128(unsigned long long n) : low_{n} {} in Int128() function37 constexpr Int128(int n) { in Int128() function41 constexpr Int128(long n) { in Int128() function45 constexpr Int128(long long n) { in Int128() function54 explicit constexpr Int128(const Int128<!IS_SIGNED> &n) in Int128() function56 explicit constexpr Int128(Int128<!IS_SIGNED> &&n) in Int128() function253 constexpr Int128(std::uint64_t hi, std::uint64_t lo) { in Int128() function
17 using Int128 = __int128_t; variable20 using Int128 = LIBC_NAMESPACE::Int<128>; variable
18 constexpr __int128 Int128 = (__int128)0xFFFFFFFFFFFFFFFF + (__int128)1; in Test() local
12 __int128 Int128; variable
151 using Int128 = CppTypeFor<TypeCategory::Integer, 16>; in GetInt64Safe() local
56 Int128 = 0x0078, // 128 bit signed int enumerator
330 template<__int128 N> struct Int128 {}; struct
334 DeclarationName Int128 = &Context.Idents.get("__int128_t"); Initialize() local