Searched defs:getQuotient (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | ScaledNumber.h | 153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function 684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A 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
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | ScaledNumber.h | 153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function 684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | ScaledNumber.h | 153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function 684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | ScaledNumber.h | 153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function 684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
|
/aosp_15_r20/external/grpc-grpc/src/php/tests/generated_code/Math/ |
H A D | DivReply.php | 44 public function getQuotient() function in Math\\DivReply
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | ScaledNumberTest.cpp | 134 TEST(ScaledNumberHelpersTest, getQuotient) { in TEST() argument
|