Home
last modified time | relevance | path

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

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dfixed-dtoa.cc37 class UInt128 { class
39 UInt128() : high_bits_(0), low_bits_(0) { } in UInt128() function in double_conversion::UInt128
40 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128() function in double_conversion::UInt128
/third_party/node/deps/v8/src/base/numbers/
Dfixed-dtoa.cc19 class UInt128 { class
21 UInt128() : high_bits_(0), low_bits_(0) {} in UInt128() function in v8::base::UInt128
22 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) {} in UInt128() function in v8::base::UInt128
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h56 UInt128 = 0x0079, // 128 bit unsigned int enumerator