HomeSort by relevance Sort by last modified time
    Searched defs:POSITIVE_INFINITY (Results 1 - 25 of 39) 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;
  /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;
  /libcore/ojluni/src/main/java/java/lang/
Double.java 55 public static final double POSITIVE_INFINITY = 1.0 / 0.0;
571 return (v == POSITIVE_INFINITY) || (v == NEGATIVE_INFINITY);
    [all...]
Float.java 56 public static final float POSITIVE_INFINITY = 1.0f / 0.0f;
483 return (v == POSITIVE_INFINITY) || (v == NEGATIVE_INFINITY);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 419 Float.POSITIVE_INFINITY);
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.12.613/
kotlin-runtime-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1513/
kotlin-runtime-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1514/
kotlin-runtime-0.13.1514.jar 
  /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.0-beta-1103/
kotlin-runtime-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/
kotlin-runtime-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/
kotlin-runtime-1.0.2.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.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 

Completed in 2897 milliseconds

1 2