HomeSort by relevance Sort by last modified time
    Searched defs:UInt128 (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
fixed-dtoa.cc 42 class UInt128 {
44 UInt128() : high_bits_(0), low_bits_(0) { }
45 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { }
271 UInt128 fractionals128 = UInt128(fractionals, 0);
  /external/clang/lib/Sema/
Sema.cpp 149 DeclarationName UInt128 = &Context.Idents.get("__uint128_t");
150 if (IdResolver.begin(UInt128) == IdResolver.end())
    [all...]

Completed in 45 milliseconds