Searched defs:getQuotient (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/Support/ |
D | ScaledNumberTest.cpp | 134 TEST(ScaledNumberHelpersTest, getQuotient) { in TEST() argument
|
/external/llvm-project/llvm/unittests/Support/ |
D | ScaledNumberTest.cpp | 133 TEST(ScaledNumberHelpersTest, getQuotient) { in TEST() argument
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 154 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function 684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function 683 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function 683 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
|