HomeSort by relevance Sort by last modified time
    Searched defs:Division (Results 1 - 2 of 2) sorted by null

  /dalvik/libcore/math/src/main/java/java/math/
Division.java 25 * Static library that provides all operations related with division and modular
30 * <li> <b>Division</b>
32 * <li>{@link BigInteger} division and remainder by {@link BigInteger}.</li>
33 * <li>{@link BigInteger} division and remainder by {@code int}.</li>
45 class Division {
53 * Divides an array by an integer value. Implements the Knuth's division
106 * Divides an array by an integer value. Implements the Knuth's division
137 dividend.establishOldRepresentation("Division.remainder");
189 * Computes the quotient and the remainder after a division by an {@code int}
197 val.establishOldRepresentation("Division.divideAndRemainderByInteger")
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 145 milliseconds