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

/libcore/ojluni/src/main/java/sun/misc/
H A DDoubleConsts.java43 public static final double NaN = java.lang.Double.NaN; field in class:DoubleConsts
H A DFloatConsts.java43 public static final float NaN = java.lang.Float.NaN; field in class:FloatConsts
/libcore/luni/src/main/java/libcore/icu/
H A DLocaleData.java108 public String NaN; field in class:LocaleData
/libcore/ojluni/src/main/java/java/lang/
H A DDouble.java65 * A constant holding a Not-a-Number (NaN) value of type
69 public static final double NaN = 0.0d / 0.0; field in class:Double
144 * <li>If the argument is NaN, the result is the string
145 * "{@code NaN}".
212 * <li>If the argument is NaN, the result is the string
213 * "{@code NaN}".
287 // For infinity and NaN, use the decimal output.
356 * <dd><i>Sign<sub>opt</sub></i> {@code NaN}
465 * "NaN|" + // "NaN" strin
[all...]
H A DFloat.java66 * A constant holding a Not-a-Number (NaN) value of type
70 public static final float NaN = 0.0f / 0.0f; field in class:Float
143 * <li>If the argument is NaN, the result is the string
144 * "{@code NaN}".
215 * <li>If the argument is NaN, the result is the string
216 * "{@code NaN}".
317 * <dd><i>Sign<sub>opt</sub></i> {@code NaN}
464 * Not-a-Number (NaN) value, {@code false} otherwise.
467 * @return {@code true} if the argument is NaN;
488 * value; returns {@code false} otherwise (for NaN an
[all...]
/libcore/ojluni/src/main/java/java/text/
H A DDecimalFormatSymbols.java300 return NaN;
307 public void setNaN(String NaN) { argument
308 this.NaN = NaN;
541 NaN.equals(other.NaN) &&
563 result = result * 37 + NaN.hashCode();
597 values[10] = localeData.NaN;
615 NaN = numberElements[10];
698 cachedIcuDFS.setNaN(NaN);
941 private String NaN; field in class:DecimalFormatSymbols
[all...]

Completed in 141 milliseconds