/external/guava/guava/src/com/google/common/math/ |
D | LongMath.java | 103 int leadingZeros = Long.numberOfLeadingZeros(x); in log2() local 104 long cmp = MAX_POWER_OF_SQRT2_UNSIGNED >>> leadingZeros; in log2() 106 int logFloor = (Long.SIZE - 1) - leadingZeros; in log2() 534 int leadingZeros = Long.numberOfLeadingZeros(a) + Long.numberOfLeadingZeros(~a) in checkedMultiply() local 546 if (leadingZeros > Long.SIZE + 1) { in checkedMultiply() 549 checkNoOverflow(leadingZeros >= Long.SIZE); in checkedMultiply()
|
D | IntMath.java | 105 int leadingZeros = Integer.numberOfLeadingZeros(x); in log2() local 106 int cmp = MAX_POWER_OF_SQRT2_UNSIGNED >>> leadingZeros; in log2() 108 int logFloor = (Integer.SIZE - 1) - leadingZeros; in log2()
|
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/ |
D | LongMath.java | 98 int leadingZeros = Long.numberOfLeadingZeros(x); in log2() local 99 long cmp = MAX_POWER_OF_SQRT2_UNSIGNED >>> leadingZeros; in log2() 101 int logFloor = (Long.SIZE - 1) - leadingZeros; in log2()
|
D | IntMath.java | 102 int leadingZeros = Integer.numberOfLeadingZeros(x); in log2() local 103 int cmp = MAX_POWER_OF_SQRT2_UNSIGNED >>> leadingZeros; in log2() 105 int logFloor = (Integer.SIZE - 1) - leadingZeros; in log2()
|
/external/skia/src/core/ |
D | SkMipMap.cpp | 346 const int leadingZeros = SkCLZ(static_cast<uint32_t>(smallestAxis)); in ComputeLevelCount() local 349 const int significantBits = (sizeof(uint32_t) * 8) - leadingZeros; in ComputeLevelCount()
|
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/dagger2/lib/ |
D | auto-value-1.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/lib/ |
D | guava-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |