Home
last modified time | relevance | path

Searched refs:getQuotient (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/php/tests/generated_code/
Dmath_client.php48 p('quotient = '.$response->getQuotient());
89 $response->getQuotient(), $response->getRemainder()));
DAbstractGeneratedCodeTest.php164 $this->assertSame(1, $response->getQuotient());
211 $this->assertSame(1, $response->getQuotient());
256 $this->assertSame($i, $response->getQuotient());
/external/llvm/include/llvm/Support/
DScaledNumber.h154 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function
173 return getQuotient(Dividend, Divisor); in getQuotient32()
179 return getQuotient(Dividend, Divisor); in getQuotient64()
531 return getQuotient(N, D); in getFraction()
684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
685 return ScaledNumbers::getQuotient(Dividend, Divisor); in getQuotient()
829 *this = getQuotient(Digits, X.Digits);
/external/llvm-project/llvm/include/llvm/Support/
DScaledNumber.h153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function
172 return getQuotient(Dividend, Divisor); in getQuotient32()
178 return getQuotient(Dividend, Divisor); in getQuotient64()
530 return getQuotient(N, D); in getFraction()
683 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
684 return ScaledNumbers::getQuotient(Dividend, Divisor); in getQuotient()
828 *this = getQuotient(Digits, X.Digits);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient() function
172 return getQuotient(Dividend, Divisor); in getQuotient32()
178 return getQuotient(Dividend, Divisor); in getQuotient64()
530 return getQuotient(N, D); in getFraction()
683 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient() function
684 return ScaledNumbers::getQuotient(Dividend, Divisor); in getQuotient()
828 *this = getQuotient(Digits, X.Digits);
/external/llvm/unittests/Support/
DScaledNumberTest.cpp134 TEST(ScaledNumberHelpersTest, getQuotient) { in TEST() argument
/external/llvm-project/llvm/unittests/Support/
DScaledNumberTest.cpp133 TEST(ScaledNumberHelpersTest, getQuotient) { in TEST() argument