Home
last modified time | relevance | path

Searched defs:UInt128 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/numbers/
Dfixed-dtoa.cc20 class UInt128 { class
22 UInt128() : high_bits_(0), low_bits_(0) {} in UInt128() function in v8::internal::UInt128
23 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) {} in UInt128() function in v8::internal::UInt128
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h50 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h57 UInt128 = 0x0079, // 128 bit unsigned int enumerator
/external/clang/lib/Sema/
DSema.cpp166 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); in Initialize() local