Searched defs:quotient (Results  1 – 7 of 7) sorted by relevance
| /libcore/ojluni/src/test/java/math/BigDecimal/ | 
| D | DivideTests.java | 193                                 BigDecimal quotient = (new BigDecimal(dividend).  in nonTerminating()  local225             BigDecimal quotient = tc[0].divide(tc[1]);  in properScaleTests()  local
 241             BigDecimal quotient = tc[0].divide(tc[1], mc);  in trailingZeroTests()  local
 303             BigDecimal quotient = tc[0].divide(tc[1], scale, rm);  in scaledRoundedDivideTests()  local
 
 | 
| D | IntegralDivisionTests.java | 63             BigDecimal quotient = testCase[0].divideToIntegralValue(testCase[1]);  in dividetoIntegralValueTests()  local135             BigDecimal quotient = quotients[i];  in divideContextTestPrecs()  local
 
 | 
| /libcore/ojluni/src/main/java/java/math/ | 
| D | MutableBigInteger.java | 1090     int divideOneWord(int divisor, MutableBigInteger quotient) {  in divideOneWord()1151     MutableBigInteger divide(MutableBigInteger b, MutableBigInteger quotient) {  in divide()
 1155 … MutableBigInteger divide(MutableBigInteger b, MutableBigInteger quotient, boolean needRemainder) {  in divide()
 1167     MutableBigInteger divideKnuth(MutableBigInteger b, MutableBigInteger quotient) {  in divideKnuth()
 1182 …MutableBigInteger divideKnuth(MutableBigInteger b, MutableBigInteger quotient, boolean needRemaind…  in divideKnuth()
 1246 …ableBigInteger divideAndRemainderBurnikelZiegler(MutableBigInteger b, MutableBigInteger quotient) {  in divideAndRemainderBurnikelZiegler()
 1316     private MutableBigInteger divide2n1n(MutableBigInteger b, MutableBigInteger quotient) {  in divide2n1n()
 1351     private MutableBigInteger divide3n2n(MutableBigInteger b, MutableBigInteger quotient) {  in divide3n2n()
 1443     long divide(long v, MutableBigInteger quotient) {  in divide()
 1482                                               MutableBigInteger quotient,  in divideMagnitude()
 
 | 
| D | BigDecimal.java | 1785             BigDecimal quotient;  in divide()  local1891         BigDecimal quotient = this.divide(divisor, new MathContext(maxDigits,  in divideToIntegralValue()  local
 
 | 
| D | BigInteger.java | 2416                 BigInteger quotient = new BigInteger(quotSign, bn2BigEndInts(quotBN));  in divideAndRemainder()  local
 | 
| /libcore/ojluni/src/test/java/lang/Long/ | 
| D | Unsigned.java | 322             BigInteger quotient = maxUnsignedLong.divide(BigInteger.valueOf(radix));  in testParseUnsignedLong()  local372                 long quotient;  in testDivideAndRemainder()  local
 
 | 
| /libcore/ojluni/src/test/java/lang/Integer/ | 
| D | Unsigned.java | 308                 int quotient;  in testDivideAndRemainder()  local
 |