HomeSort by relevance Sort by last modified time
    Searched refs:TEN (Results 1 - 15 of 15) 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,
  /dalvik/libcore/math/src/main/java/java/math/
Multiplication.java 39 * An array with powers of ten that fit in the type {@code int}.
56 * An array with the first powers of ten in {@code BigInteger} version.
80 bigTenPows[i] = bigTenPows[i - 1].multiply(BigInteger.TEN);
103 * Multiplies a number by a power of ten.
117 * It calculates a power of ten, which exponent could be out of 32-bit range.
120 * @param exp the exponent of power of ten, it must be positive.
132 return BigInteger.TEN.pow(intExp);
145 // math.01=power of ten too big
155 * This branch probably won't be executed since the power of ten is too
BigInteger.java 144 public static final BigInteger TEN = new BigInteger(1, 10);
162 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>
149 * An array with powers of ten that fit in the type <code>long</code>
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/interfaces/
DSAParamsTest.java 31 private final BigInteger q = BigInteger.TEN;
DSAKeyPairGeneratorTest.java 38 private final BigInteger q = BigInteger.TEN;
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
FormatterTest.java     [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 681 BigInteger q = BigInteger.TEN;
  /dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
BigDecimalConstructorsTest.java 56 * check TEN
60 notes = "tests BigDecimal.TEN to be 10.0d",
61 method = "!field:BigDecimal.TEN"
66 assertEquals("incorrect string value", oneS, BigDecimal.TEN.toString());
67 assertEquals("incorrect double value", oneD, BigDecimal.TEN.doubleValue(), 0);
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 596 milliseconds