HomeSort by relevance Sort by last modified time
    Searched refs:TEN (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DecimalQuantity_DualStorageBCD.java 213 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DecimalQuantity_DualStorageBCD.java 211 BigInteger[] temp = n.divideAndRemainder(BigInteger.TEN);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
UnifiedReal.java 163 public static final UnifiedReal TEN = new UnifiedReal(BoundedRational.TEN);
394 final CR scaled = CR.valueOf(BigInteger.TEN.pow(n)).multiply(crValue());
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalCompareTest.java 508 BigDecimal testInstance = BigDecimal.TEN.multiply(new BigDecimal("0.1"));
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 122 * An array with powers of ten that fit in the type <code>long</code>
207 * The constant ten as a {@code BigDecimal}.
209 public static final BigDecimal TEN = new BigDecimal(10, 0);
    [all...]
  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 76 BigIntegerMath.sqrt(BigInteger.TEN.pow(2 * i + 1), FLOOR).longValue());
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 598 BigInteger q = BigInteger.TEN;
  /external/icu/android_icu4j/src/main/java/android/icu/math/
BigDecimal.java 233 * @see #TEN
243 * @see #TEN
257 public static final android.icu.math.BigDecimal TEN = new android.icu.math.BigDecimal(10);
448 * BigInteger</code> divided by ten to the power of the scale. The <code>BigInteger</code> parameter must not be
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
BigDecimal.java 231 * @see #TEN
242 * @see #TEN
258 public static final com.ibm.icu.math.BigDecimal TEN = new com.ibm.icu.math.BigDecimal(10);
459 * BigInteger</code> divided by ten to the power of the scale. The <code>BigInteger</code> parameter must not be
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
BigDecimal.java 233 * @see #TEN
244 * @see #TEN
260 public static final com.ibm.icu.math.BigDecimal TEN = new com.ibm.icu.math.BigDecimal(10);
461 * BigInteger</code> divided by ten to the power of the scale. The <code>BigInteger</code> parameter must not be
    [all...]
  /external/crcalc/src/com/hp/creals/
CR.java 213 static final BigInteger big10 = BigInteger.TEN;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 110 private static final android.icu.math.BigDecimal ten = android.icu.math.BigDecimal.TEN; field in class:DiagBigDecimalTest
195 TestFmwk.assertTrue("con003", (android.icu.math.BigDecimal.TEN.toString()).equals("10"));
198 TestFmwk.assertTrue("con006", (android.icu.math.BigDecimal.TEN.intValueExact()) == 10);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 107 private static final com.ibm.icu.math.BigDecimal ten = com.ibm.icu.math.BigDecimal.TEN; field in class:DiagBigDecimalTest
192 TestFmwk.assertTrue("con003", (com.ibm.icu.math.BigDecimal.TEN.toString()).equals("10"));
195 TestFmwk.assertTrue("con006", (com.ibm.icu.math.BigDecimal.TEN.intValueExact()) == 10);
    [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 

Completed in 734 milliseconds

12 3 4 5