Home
last modified time | relevance | path

Searched defs:product (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/test/java/lang/StrictMath/
DExactArithTests.java134 int product = StrictMath.multiplyExact(x, y); in testIntegerExact() local
231 long product = StrictMath.multiplyExact(x, y); in testLongExact() local
328 long product = StrictMath.multiplyExact(x, y); in testLongIntExact() local
/libcore/ojluni/src/test/java/lang/Math/
DExactArithTests.java110 int product = Math.multiplyExact(x, y); in testIntegerExact() local
256 long product = Math.multiplyExact(x, y); in testLongExact() local
385 long product = Math.multiplyExact(x, y); in testLongIntExact() local
/libcore/benchmarks/src/benchmarks/
DBigIntegerBenchmark.java167 BigInteger product = odd1.multiply(odd2); in repeatModPow() local
195 BigInteger product = odd1.multiply(odd2); in repeatModInverse() local
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java577 long product = 0; in destructiveMulAdd() local
1628 long product = (x[i] & LONG_MASK) * yl + carry; in multiplyByInt() local
1661 long product = (value[i] & LONG_MASK) * dl + carry; in multiply() local
1670 long product = (value[i] & LONG_MASK) * dh + in multiply() local
1695 long product = (y[j] & LONG_MASK) * in multiplyToLen() local
1705 long product = (y[j] & LONG_MASK) * in multiplyToLen() local
2106 long product = piece * piece; in implSquareToLen() local
2769 int[] product) { in montgomeryMultiply()
2780 int[] product) { in montgomerySquare()
2793 (int[] a, int[] b, int[] n, int len, int[] product) throws RuntimeException { in implMontgomeryMultiplyChecks()
[all …]
DMutableBigInteger.java643 long product = (a[j] & LONG_MASK) * xLong + carry; in mulsub() local
662 long product = (a[j] & LONG_MASK) * xLong + carry; in mulsubBorrow() local
1016 long product = (y.value[j+y.offset] & LONG_MASK) * in multiply() local
1027 long product = (y.value[j+y.offset] & LONG_MASK) * in multiply() local
1061 long product = ylong * (value[i+offset] & LONG_MASK) + carry; in mul() local
DBigDecimal.java1853 BigDecimal product = result.multiply(divisor); in divideToIntegralValue() local
/libcore/ojluni/src/main/java/sun/misc/
DFDBigInteger.java1346 long product = (src[i] & LONG_MASK) * 10L + carry; in multAndCarryBy10() local
1371 long product = (src[i] & LONG_MASK) * val + carry; in mult() local
1398 long product = v * (src[j] & LONG_MASK) + carry; in mult() local
1406 long product = (dst[j + 1] & LONG_MASK) + v * (src[j] & LONG_MASK) + carry; in mult() local
/libcore/luni/src/main/native/
Dcbigint.cpp136 uint64_t product; in simpleMultiplyHighPrecision() local
162 uint64_t product; in simpleMultiplyAddHighPrecision() local