Searched defs:isNaN (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
H A DRational.java160 public boolean isNaN() { method in class:Rational
262 if (isNaN()) {
388 } else if (isNaN()) {
422 } else if (isNaN()) {
471 } else if (isNaN()) { // NaN is greater than the other non-NaN value
473 } else if (another.isNaN()) { // the other NaN is greater than this non-NaN value
H A DHalf.java316 public boolean isNaN() { method in class:Half
317 return isNaN(mValue);
855 public static boolean isNaN(@HalfFloat short h) { method in class:Half
921 * <li>If the input is NaN (see {@link Float#isNaN(float)}), the returned
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 59 milliseconds