Home
last modified time | relevance | path

Searched defs:MAX_POWER_OF_SQRT2_UNSIGNED (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DLongMath.java110 @VisibleForTesting static final long MAX_POWER_OF_SQRT2_UNSIGNED = 0xB504F333F9DE6484L; field in LongMath
DIntMath.java114 @VisibleForTesting static final int MAX_POWER_OF_SQRT2_UNSIGNED = 0xB504F333; field in IntMath
/external/guava/guava/src/com/google/common/math/
DIntMath.java117 @VisibleForTesting static final int MAX_POWER_OF_SQRT2_UNSIGNED = 0xB504F333; field in IntMath
DLongMath.java115 @VisibleForTesting static final long MAX_POWER_OF_SQRT2_UNSIGNED = 0xB504F333F9DE6484L; field in LongMath