HomeSort by relevance Sort by last modified time
    Searched refs:getAdjusted64 (Results 1 - 16 of 16) sorted by null

  /external/llvm/unittests/Support/
ScaledNumberTest.cpp 70 EXPECT_EQ(getAdjusted64(0), SP64(0, 0));
71 EXPECT_EQ(getAdjusted64(0, 5), SP64(0, 5));
72 EXPECT_EQ(getAdjusted64(UINT32_MAX), SP64(UINT32_MAX, 0));
73 EXPECT_EQ(getAdjusted64(Max32In64 << 1), SP64(Max32In64 << 1, 0));
74 EXPECT_EQ(getAdjusted64(Max32In64 << 1, 1), SP64(Max32In64 << 1, 1));
75 EXPECT_EQ(getAdjusted64(Max32In64 << 31), SP64(Max32In64 << 31, 0));
76 EXPECT_EQ(getAdjusted64(Max32In64 << 32), SP64(Max32In64 << 32, 0));
77 EXPECT_EQ(getAdjusted64(Max32In64 + 1), SP64(Max32In64 + 1, 0));
78 EXPECT_EQ(getAdjusted64(UINT64_MAX), SP64(UINT64_MAX, 0));
  /external/llvm/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 101 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,

Completed in 697 milliseconds