Searched defs:UInt128 (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dfixed-dtoa.cc42 class UInt128 { class in namespace:v8::internal
44 UInt128() : high_bits_(0), low_bits_(0) { } function in class:v8::internal::UInt128
45 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } function in class:v8::internal::UInt128
271 UInt128 fractionals128 = UInt128(fractionals, 0);
/external/clang/lib/Sema/
H A DSema.cpp151 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); local
152 if (IdResolver.begin(UInt128) == IdResolver.end())

Completed in 242 milliseconds