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

  /external/llvm/unittests/Support/
ScaledNumberTest.cpp 49 EXPECT_EQ(getRounded64(0, 0, false), SP64(0, 0));
50 EXPECT_EQ(getRounded64(0, 0, true), SP64(1, 0));
51 EXPECT_EQ(getRounded64(20, 21, true), SP64(21, 21));
52 EXPECT_EQ(getRounded64(UINT32_MAX, 0, false), SP64(UINT32_MAX, 0));
53 EXPECT_EQ(getRounded64(UINT32_MAX, 0, true), SP64(UINT64_C(1) << 32, 0));
54 EXPECT_EQ(getRounded64(UINT64_MAX, 0, false), SP64(UINT64_MAX, 0));
55 EXPECT_EQ(getRounded64(UINT64_MAX, 0, true), SP64(UINT64_C(1) << 63, 1));
  /external/llvm/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ScaledNumber.h 71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale,

Completed in 2453 milliseconds