Searched refs:getQuotient (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/php/tests/generated_code/ |
D | math_client.php | 48 p('quotient = '.$response->getQuotient()); 89 $response->getQuotient(), $response->getRemainder()));
|
D | AbstractGeneratedCodeTest.php | 164 $this->assertSame(1, $response->getQuotient()); 211 $this->assertSame(1, $response->getQuotient()); 256 $this->assertSame($i, $response->getQuotient());
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 154 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/ |
D | ScaledNumber.h | 153 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/ |
D | ScaledNumber.h | 153 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/ |
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
|