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

/external/guava/guava/src/com/google/common/math/
H A DDoubleUtils.java69 static final int MAX_DOUBLE_EXPONENT = 1023; field in class:DoubleUtils
92 case MAX_DOUBLE_EXPONENT + 1: // NaN, infinity
99 & newExponent <= MAX_DOUBLE_EXPONENT) {
120 return getExponent(d) <= MAX_DOUBLE_EXPONENT;
143 } else if (exponent > MAX_DOUBLE_EXPONENT) {
173 * directly. If the exponent is MAX_DOUBLE_EXPONENT, we round up (correctly) to
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 97 milliseconds