Searched defs:maxLog10ForLeadingZeros (Results 1 – 4 of 4) sorted by relevance
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/ |
D | LongMath.java | 113 @VisibleForTesting static final byte[] maxLog10ForLeadingZeros = { field in LongMath
|
D | IntMath.java | 133 @VisibleForTesting static final byte[] maxLog10ForLeadingZeros = {9, 9, 9, 8, 8, 8, field in IntMath
|
/external/guava/guava/src/com/google/common/math/ |
D | IntMath.java | 169 @VisibleForTesting static final byte[] maxLog10ForLeadingZeros = {9, 9, 9, 8, 8, 8, field in IntMath
|
D | LongMath.java | 169 @VisibleForTesting static final byte[] maxLog10ForLeadingZeros = { field in LongMath
|