HomeSort by relevance Sort by last modified time
    Searched full:simplebigdecimal (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 7 * <code>SimpleBigDecimal</code> is basically a
10 * point is called the <code>scale</code> of the <code>SimpleBigDecimal</code>.
12 * automatically, but must be set manually. All <code>SimpleBigDecimal</code>s
14 * result of a multiplication of two <code>SimpleBigDecimal</code>s returns a
15 * <code>SimpleBigDecimal</code> with double scale.
17 class SimpleBigDecimal
26 * Returns a <code>SimpleBigDecimal</code> representing the same numerical
28 * @param value The value of the <code>SimpleBigDecimal</code> to be
30 * @param scale The scale of the <code>SimpleBigDecimal</code> to be
32 * @return The such created <code>SimpleBigDecimal</code>
    [all...]
Tnaf.java 123 public static SimpleBigDecimal norm(final byte mu, SimpleBigDecimal u,
124 SimpleBigDecimal v)
126 SimpleBigDecimal norm;
129 SimpleBigDecimal s1 = u.multiply(u);
132 SimpleBigDecimal s2 = u.multiply(v);
135 SimpleBigDecimal s3 = v.multiply(v).shiftLeft(1);
166 public static ZTauElement round(SimpleBigDecimal lambda0,
167 SimpleBigDecimal lambda1, byte mu)
184 SimpleBigDecimal eta0 = lambda0.subtract(f0)
    [all...]
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48-sources.jar 

Completed in 440 milliseconds