Searched defs:powersOf10 (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/math/
H A DIntMath.java131 int floorPow = powersOf10[logFloor];
165 return y - lessThanBranchFree(x, powersOf10[y]);
172 @VisibleForTesting static final int[] powersOf10 = {1, 10, 100, 1000, 10000, field in class:IntMath
H A DLongMath.java130 long floorPow = powersOf10[logFloor];
165 return y - lessThanBranchFree(x, powersOf10[y]);
176 static final long[] powersOf10 = { field in class:LongMath
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
H A DIntMath.java129 return y - lessThanBranchFree(x, powersOf10[y]);
136 @VisibleForTesting static final int[] powersOf10 = {1, 10, 100, 1000, 10000, field in class:IntMath
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 102 milliseconds