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

1 2

  /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() {}
  /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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.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/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 

Completed in 822 milliseconds

1 2