Searched defs:getRounded (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/Support/ |
D | ScaledNumberTest.cpp | 42 TEST(ScaledNumberHelpersTest, getRounded) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ScaledNumberTest.cpp | 42 TEST(ScaledNumberHelpersTest, getRounded) { in TEST() argument
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 53 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded() function 709 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 53 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded() function 709 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded() function
|