HomeSort by relevance Sort by last modified time
    Searched refs:TEN (Results 1 - 13 of 13) sorted by null

  /dalvik/tests/055-enum-performance/src/
SamePackagePrivateEnum.java 3 TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
SamePackagePublicEnum.java 3 TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
  /dalvik/tests/055-enum-performance/src/otherpackage/
OtherPackagePublicEnum.java 5 TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
  /libcore/luni/src/main/java/java/math/
Multiplication.java 37 * An array with powers of ten that fit in the type {@code int}.
54 * An array with the first powers of ten in {@code BigInteger} version.
78 bigTenPows[i] = bigTenPows[i - 1].multiply(BigInteger.TEN);
99 * Multiplies a number by a power of ten.
113 * It calculates a power of ten, which exponent could be out of 32-bit range.
116 * @param exp the exponent of power of ten, it must be positive.
128 return BigInteger.TEN.pow(intExp);
150 * This branch probably won't be executed since the power of ten is too
BigInteger.java 78 public static final BigInteger TEN = new BigInteger(1, 10);
87 new BigInteger(1, 9), TEN };
    [all...]
BigDecimal.java 54 * The constant ten as a {@code BigDecimal}.
56 public static final BigDecimal TEN = new BigDecimal(10, 0);
143 * An array with powers of ten that fit in the type <code>long</code>
    [all...]
  /libcore/luni/src/test/java/tests/security/interfaces/
DSAParamsTest.java 31 private final BigInteger q = BigInteger.TEN;
DSAKeyPairGeneratorTest.java 38 private final BigInteger q = BigInteger.TEN;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 681 BigInteger q = BigInteger.TEN;
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 3348 milliseconds