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

  /external/v8/src/
fixed-dtoa.cc 20 class UInt128 {
22 UInt128() : high_bits_(0), low_bits_(0) { }
23 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { }
249 UInt128 fractionals128 = UInt128(fractionals, 0);
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 50 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeIndex.h 55 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeIndex.h 55 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 57 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 57 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeIndex.h 57 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeIndex.h 57 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeIndex.h 55 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeIndex.h 55 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 57 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 57 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeIndex.h 57 UInt128 = 0x0079, // 128 bit unsigned int
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeIndex.h 57 UInt128 = 0x0079, // 128 bit unsigned int
  /external/clang/lib/Sema/
Sema.cpp 166 DeclarationName UInt128 = &Context.Idents.get("__uint128_t");
167 if (IdResolver.begin(UInt128) == IdResolver.end())
    [all...]

Completed in 835 milliseconds