Searched defs:MAX_POWER_OF_SQRT2_UNSIGNED (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
H A DLongMath.java99 long cmp = MAX_POWER_OF_SQRT2_UNSIGNED >>> leadingZeros;
110 @VisibleForTesting static final long MAX_POWER_OF_SQRT2_UNSIGNED = 0xB504F333F9DE6484L; field in class:LongMath
H A DIntMath.java103 int cmp = MAX_POWER_OF_SQRT2_UNSIGNED >>> leadingZeros;
114 @VisibleForTesting static final int MAX_POWER_OF_SQRT2_UNSIGNED = 0xB504F333; field in class:IntMath
/external/guava/guava/src/com/google/common/math/
H A DIntMath.java106 int cmp = MAX_POWER_OF_SQRT2_UNSIGNED >>> leadingZeros;
117 @VisibleForTesting static final int MAX_POWER_OF_SQRT2_UNSIGNED = 0xB504F333; field in class:IntMath
H A DLongMath.java104 long cmp = MAX_POWER_OF_SQRT2_UNSIGNED >>> leadingZeros;
115 @VisibleForTesting static final long MAX_POWER_OF_SQRT2_UNSIGNED = 0xB504F333F9DE6484L; field in class:LongMath
/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 132 milliseconds