HomeSort by relevance Sort by last modified time
    Searched defs:isInfinite (Results 1 - 19 of 19) sorted by null

  /cts/tools/dx-tests/src/dxc/junit/opcodes/d2f/
Test_d2f.java 86 assertTrue(Float.isInfinite(t.run(Double.POSITIVE_INFINITY)));
94 assertTrue(Float.isInfinite(t.run(Double.NEGATIVE_INFINITY)));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/f2d/
Test_f2d.java 88 assertTrue(Double.isInfinite(t.run(Float.POSITIVE_INFINITY)));
96 assertTrue(Double.isInfinite(t.run(Float.NEGATIVE_INFINITY)));
  /cts/tools/vm-tests/src/dot/junit/opcodes/double_to_float/
Test_double_to_float.java 98 assertTrue(Float.isInfinite(t.run(Double.POSITIVE_INFINITY)));
106 assertTrue(Float.isInfinite(t.run(Double.NEGATIVE_INFINITY)));
  /cts/tools/vm-tests/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 101 assertTrue(Double.isInfinite(t.run(Float.POSITIVE_INFINITY)));
109 assertTrue(Double.isInfinite(t.run(Float.NEGATIVE_INFINITY)));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_float/
Test_double_to_float.java 86 assertTrue(Float.isInfinite(t.run(Double.POSITIVE_INFINITY)));
94 assertTrue(Float.isInfinite(t.run(Double.NEGATIVE_INFINITY)));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 88 assertTrue(Double.isInfinite(t.run(Float.POSITIVE_INFINITY)));
96 assertTrue(Double.isInfinite(t.run(Float.NEGATIVE_INFINITY)));
  /external/icu4c/i18n/
digitlst.h 284 UBool isInfinite() const {return decNumberIsInfinite(fDecNumber);};
  /libcore/luni/src/main/java/java/lang/
Double.java 235 public boolean isInfinite() {
236 return isInfinite(value);
247 public static boolean isInfinite(double d) {
Float.java 244 public boolean isInfinite() {
245 return isInfinite(value);
256 public static boolean isInfinite(float f) {
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatTest.java     [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 187 milliseconds