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

  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigIntegerModPowTest.java 35 * Methods: modPow, modInverse, and gcd
39 * modPow: non-positive modulus
43 notes = "This is a complete subset of tests for modPow method.",
44 method = "modPow",
58 aNumber.modPow(exp, modulus);
66 * modPow: positive exponent
70 notes = "This is a complete subset of tests for modPow method.",
71 method = "modPow",
85 BigInteger result = aNumber.modPow(exp, modulus);
95 * modPow: negative exponen
    [all...]
  /dalvik/libcore/math/src/main/java/java/math/
BigInteger.java     [all...]
  /external/v8/benchmarks/
crypto.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-crypto.js     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 704 milliseconds