HomeSort by relevance Sort by last modified time
    Searched defs:nan (Results 26 - 37 of 37) sorted by null

12

  /libcore/json/src/test/java/org/json/
JSONObjectTest.java 95 assertEquals(Double.NaN, object.optDouble("foo"));
186 object.putOpt("foo", Double.NaN);
316 object.put("foo", (Float) Float.NaN);
333 Number nan = new Number() { local
344 return Double.NaN;
353 object.put("foo", nan);
354 fail("Object.put() accepted a NaN (via a custom Number class)");
445 assertEquals(Double.NaN, object.optDouble("quux"));
507 object.accumulate("foo", Double.NaN);
513 object.accumulate("foo", Double.NaN);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp 17 * Implemented NAN and INF handling, for both parsing
1594 const UnicodeString *nan = &getConstSymbol(DecimalFormatSymbols::kNaNSymbol); local
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 754 // Equality is almost reflexive (everything but NaN), so this is a test
755 // for "identity and not NaN".
764 // Test for NaN. Sadly, we can't just compare to Factory::nan_value(),
809 // For less and greater we don't have to check for NaN since the result of
811 // for NaN.
814 // It is a heap number, so return non-equal if it's NaN and equal if it's
815 // not NaN.
817 // The representation of NaN values has all exponent bits (52..62) set,
834 // not (it's a NaN). For <= and >= we need to load r0 with the failing
835 // value if it's a NaN
1102 Label nan; local
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 794 // Equality is almost reflexive (everything but NaN), so this is a test
795 // for "identity and not NaN".
807 // Test for NaN. Sadly, we can't just compare to Factory::nan_value(),
851 // For less and greater we don't have to check for NaN since the result of
853 // for NaN.
856 // It is a heap number, so return non-equal if it's NaN and equal if it's
857 // not NaN.
859 // The representation of NaN values has all exponent bits (52..62) set,
865 // If all bits not set (ne cond), then not a NaN, objects are equal.
875 // not (it's a NaN). For <= and >= we need to load v0 with the failin
1128 Label nan; local
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathTest.cpp 641 const SkScalar nan = SK_ScalarNaN; local
648 r.set(0, 0, nan, 0);
666 pts[1].set(nan, 0);
675 const SkScalar nan = SK_ScalarNaN; local
692 path.moveTo(nan, 0);
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 626 // Test for NaN. Sadly, we can't just compare to factory::nan_value(),
677 // non-equal if the heap number is a NaN, and equal otherwise. Comparing
678 // the number to itself will set the overflow flag iff the number is NaN.
681 __ B(vc, &return_equal); // Not NaN, so treat as normal heap number.
946 Label nan; local
    [all...]
  /external/skia/tests/
PathTest.cpp 641 const SkScalar nan = SK_ScalarNaN; local
648 r.set(0, 0, nan, 0);
666 pts[1].set(nan, 0);
675 const SkScalar nan = SK_ScalarNaN; local
692 path.moveTo(nan, 0);
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 3798 ExternalReference nan = local
4667 ExternalReference nan = local
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 3906 ExternalReference nan = local
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc 4615 ExternalReference nan = local
    [all...]
  /external/chromium_org/v8/src/
objects.cc 16829 HeapNumber* nan = GetIsolate()->heap()->nan_value(); local
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1031 milliseconds

12