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

  /external/llvm/unittests/Support/
ScaledNumberTest.cpp 60 EXPECT_EQ(getAdjusted32(0), SP32(0, 0));
61 EXPECT_EQ(getAdjusted32(0, 5), SP32(0, 5));
62 EXPECT_EQ(getAdjusted32(UINT32_MAX), SP32(UINT32_MAX, 0));
63 EXPECT_EQ(getAdjusted32(Max32In64 << 1), SP32(UINT32_MAX, 1));
64 EXPECT_EQ(getAdjusted32(Max32In64 << 1, 1), SP32(UINT32_MAX, 2));
65 EXPECT_EQ(getAdjusted32(Max32In64 << 31), SP32(UINT32_MAX, 31));
66 EXPECT_EQ(getAdjusted32(Max32In64 << 32), SP32(UINT32_MAX, 32));
67 EXPECT_EQ(getAdjusted32(Max32In64 + 1), SP32(1u << 31, 1));
68 EXPECT_EQ(getAdjusted32(UINT64_MAX), SP32(1u << 31, 33));
  /external/llvm/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 95 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,

Completed in 88 milliseconds