Home
last modified time | relevance | path

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 DScaledNumber.h153 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/
DScaledNumber.h153 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 DScaledNumber.h153 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 DScaledNumber.h154 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/
DScaledNumber.h153 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/
DScaledNumber.h153 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/
DScaledNumber.h153 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 DDivReply.php44 public function getQuotient() function in Math\\DivReply
/aosp_15_r20/external/llvm/unittests/Support/
H A DScaledNumberTest.cpp134 TEST(ScaledNumberHelpersTest, getQuotient) { in TEST() argument