HomeSort by relevance Sort by last modified time
    Searched defs:POSITIVE_INFINITY (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/base/core/java/android/annotation/
FloatRange.java 48 double to() default Double.POSITIVE_INFINITY;
  /frameworks/support/annotations/src/android/support/annotation/
FloatRange.java 47 double to() default Double.POSITIVE_INFINITY;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
IsNanTest.java 31 assertDoesNotMatch(notANumber(), Double.POSITIVE_INFINITY);
  /libcore/ojluni/src/main/java/sun/misc/
DoubleConsts.java 41 public static final double POSITIVE_INFINITY = java.lang.Double.POSITIVE_INFINITY;
FloatConsts.java 41 public static final float POSITIVE_INFINITY = java.lang.Float.POSITIVE_INFINITY;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 64 public static final Vector3D POSITIVE_INFINITY =
65 new Vector3D(Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY);
  /frameworks/base/core/java/android/util/
Rational.java 48 public static final Rational POSITIVE_INFINITY = new Rational(1, 0);
583 return POSITIVE_INFINITY;
Half.java 147 public static final @HalfFloat short POSITIVE_INFINITY = (short) 0x7c00;
369 * than all other half-precision float values (including {@code #POSITIVE_INFINITY})</li>
404 * than all other half-precision float values (including {@code #POSITIVE_INFINITY})</li>
520 * the result is positive infinity (see {@link #POSITIVE_INFINITY})</li>
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Double.java 56 public static final double POSITIVE_INFINITY = 1.0 / 0.0;
563 return (v == POSITIVE_INFINITY) || (v == NEGATIVE_INFINITY);
    [all...]
Float.java 56 public static final float POSITIVE_INFINITY = 1.0f / 0.0f;
476 return (v == POSITIVE_INFINITY) || (v == NEGATIVE_INFINITY);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 458 Float.POSITIVE_INFINITY, 0f);
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/
kotlin-runtime-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime-1.0.5.jar 
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.6/
kotlin-runtime-1.0.6.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 857 milliseconds

1 2