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

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_float/
Test_add_float.java 63 assertTrue(Float.isNaN(t.run(Float.POSITIVE_INFINITY,
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/add_float_2addr/
Test_add_float_2addr.java 63 assertTrue(Float.isNaN(t.run(Float.POSITIVE_INFINITY,
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_float/
Test_double_to_float.java 78 assertTrue(Float.isNaN(t.run(Double.NaN)));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 80 assertTrue(Double.isNaN(t.run(Float.NaN)));
  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.h 74 bool isNaN() const { return m_formatClass == ClassNaN; }
129 bool isNaN() const { return m_data.isNaN(); }
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 296 UBool isNaN(void) const {return decNumberIsNaN(fDecNumber);}
  /external/icu/icu4c/source/i18n/
digitlst.h 296 UBool isNaN(void) const {return decNumberIsNaN(fDecNumber);}
  /external/deqp/framework/common/
tcuFloat.hpp 118 inline bool isNaN (void) const { return exponentBits() == ((1<<ExponentBits)-1) && mantissaBits() != 0; }
254 else if (other.isNaN())
  /external/guava/guava-tests/test/com/google/common/primitives/
DoublesTest.java 69 assertEquals(!(Double.isNaN(value) || Double.isInfinite(value)), Doubles.isFinite(value));
199 assertTrue(Double.isNaN(Doubles.max(VALUES)));
220 assertTrue(Double.isNaN(Doubles.min(VALUES)));
FloatsTest.java 69 assertEquals(!(Float.isInfinite(value) || Float.isNaN(value)), Floats.isFinite(value));
198 assertTrue(Float.isNaN(Floats.max(VALUES)));
219 assertTrue(Float.isNaN(Floats.min(VALUES)));
  /external/llvm/include/llvm/ADT/
APFloat.h 374 bool isFinite() const { return !isNaN() && !isInfinity(); }
387 bool isNaN() const { return category == fcNaN; }
  /external/llvm/include/llvm/IR/
Constants.h 271 /// isNaN - Return true if the value is a NaN.
272 bool isNaN() const { return Val.isNaN(); }
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
JsonReaderTest.java 239 assertTrue(Double.isNaN(reader.nextDouble()));
259 assertTrue(Double.isNaN(reader.nextDouble()));
    [all...]
  /external/chromium_org/v8/src/
v8natives.js 16 var $isNaN = GlobalIsNaN;
204 "isNaN", GlobalIsNaN,
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 65 "isNaN": "['arguments', 'caller', 'length', 'name']",
84 "Number": "['EPSILON', 'MAX_SAFE_INTEGER', 'MAX_VALUE', 'MIN_SAFE_INTEGER', 'MIN_VALUE', 'NEGATIVE_INFINITY', 'NaN', 'POSITIVE_INFINITY', 'arguments', 'caller', 'isFinite', 'isInteger', 'isNaN', 'isSafeInteger', 'length', 'name', 'parseFloat', 'parseInt', 'prototype']",
113 "isNaN",
  /external/llvm/lib/IR/
AsmWriter.cpp 790 bool isNaN = CFP->getValueAPF().isNaN();
791 if (!isHalf && !isInf && !isNaN) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 420 milliseconds