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

  /external/icu/icu4c/source/i18n/
visibledigits.cpp 24 static const int32_t kNaN = 4;
33 fFlags |= kNaN;
56 return (fFlags & kNaN);
76 return (fFlags & (kInfinite | kNaN)) != 0;
  /external/protobuf/src/google/protobuf/stubs/
mathlimits.h 105 static const Type kNaN;
262 static const Type kNaN; \
  /external/skia/tests/
ScalarTest.cpp 109 kNaN
117 REPORTER_ASSERT(reporter, !!sk_float_isnan(value) == (fc == kNaN));
142 test_floatclass(reporter, nan, kNaN);
143 test_floatclass(reporter, -nan, kNaN);
  /external/v8/src/asmjs/
asm-typer.h 41 kNaN,

Completed in 490 milliseconds