Searched refs:dividend (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/math/
H A DDivision.java49 static int divideArrayByInt(int[] quotient, int[] dividend, final int dividendLength, argument
56 long temp = (rem << 32) | (dividend[i] & 0xffffffffL);
63 * make the dividend positive shifting it right by 1 bit then
H A DBigInt.java300 static void division(BigInt dividend, BigInt divisor, BigInt quotient, BigInt remainder) { argument
314 NativeBN.BN_div(quot, rem, dividend.bignum, divisor.bignum);
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 89 milliseconds