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

  /external/guava/guava-tests/test/com/google/common/math/
IntMathTest.java 41 * Tests for {@link IntMath}.
51 IntMath.MAX_POWER_OF_SQRT2_UNSIGNED);
56 for (int i = 0; i < IntMath.POWERS_OF_10.length; i++) {
57 assertEquals(IntMath.pow(10, i), IntMath.POWERS_OF_10[i]);
63 for (int i = 0; i < IntMath.HALF_POWERS_OF_10.length; i++) {
64 assert IntMath.HALF_POWERS_OF_10[i]
72 for (int k = 0; k < IntMath.BIGGEST_BINOMIALS.length; k++) {
73 assertTrue(fitsInInt(BigIntegerMath.binomial(IntMath.BIGGEST_BINOMIALS[k], k)));
74 assertTrue(IntMath.BIGGEST_BINOMIALS[k] == Integer.MAX_VALU
    [all...]
  /art/test/003-omnibus-opcodes/src/
Main.java 40 IntMath.run();
IntMath.java 20 public class IntMath {
23 System.out.println("IntMath.shiftTest1");
52 System.out.println("IntMath.shiftTest2");
70 System.out.println("IntMath.unsignedShiftTest");
89 System.out.println("IntMath.shiftTest3");
122 System.out.println("IntMath.convTest");
149 System.out.println("IntMath.charSubTest");
165 System.out.println("IntMath.intOperTest");
186 System.out.println("IntMath.intOperCheck");
211 System.out.println("IntMath.lit16Test")
    [all...]
  /external/guava/guava/src/com/google/common/hash/
BloomFilterStrategies.java 7 import com.google.common.math.IntMath;
65 this(new long[IntMath.divide(bits, 64, RoundingMode.CEILING)]);
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java 42 public final class IntMath {
197 private IntMath() {}
  /dalvik/tests/003-omnibus-opcodes/src/
Main.java 49 IntMath.run();
IntMath.java 6 public class IntMath {
9 System.out.println("IntMath.shiftTest1");
38 System.out.println("IntMath.shiftTest2");
56 System.out.println("IntMath.unsignedShiftTest");
75 System.out.println("IntMath.convTest");
102 System.out.println("IntMath.charSubTest");
118 System.out.println("IntMath.intOperTest");
139 System.out.println("IntMath.intOperCheck");
164 System.out.println("IntMath.lit16Test");
194 System.out.println("IntMath.lit8Test")
    [all...]
  /external/guava/guava/src/com/google/common/math/
IntMath.java 53 public final class IntMath {
511 private IntMath() {}
LongMath.java 44 * {@link IntMath} and {@link BigIntegerMath} respectively. For other common operations on
115 return IntMath.log10((int) x, mode);
246 return IntMath.sqrt((int) x, mode);
591 int d = IntMath.gcd(n, i);
BigIntegerMath.java 44 * {@link IntMath} and {@link LongMath} respectively.
293 int approxSize = IntMath.divide(n * IntMath.log2(n, CEILING), Long.SIZE, CEILING);
  /external/guava/guava/src/com/google/common/collect/
ConcurrentHashMultiset.java 26 import com.google.common.math.IntMath;
240 int newValue = IntMath.checkedAdd(oldValue, occurrences);
MinMaxPriorityQueue.java 26 import com.google.common.math.IntMath;
932 : IntMath.checkedMultiply(oldCapacity / 2, 3);
Sets.java 31 import com.google.common.math.IntMath;
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 30 import com.google.common.math.IntMath;
    [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 5524 milliseconds