Home
last modified time | relevance | path

Searched refs:kNaN (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tests/
DScalarTest.cpp109 kNaN enumerator
117 REPORTER_ASSERT(reporter, !!sk_float_isnan(value) == (fc == kNaN)); in test_floatclass()
142 test_floatclass(reporter, nan, kNaN); in test_isfinite()
143 test_floatclass(reporter, -nan, kNaN); in test_isfinite()
/third_party/flutter/skia/tests/
DScalarTest.cpp109 kNaN enumerator
117 REPORTER_ASSERT(reporter, !!sk_float_isnan(value) == (fc == kNaN)); in test_floatclass()
142 test_floatclass(reporter, nan, kNaN); in test_isfinite()
143 test_floatclass(reporter, -nan, kNaN); in test_isfinite()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h235 return Double(kNaN).value(); in NaN()
243 static const uint64_t kNaN = UINT64_2PART_C(0x7FF80000, 00000000); variable
399 return Single(kNaN).value(); in NaN()
407 static const uint32_t kNaN = 0x7FC00000; variable
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-ieee.h247 return Double(kNaN).value(); in NaN()
253 static const uint64_t kNaN = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF80000, 00000000); variable
419 return Single(kNaN).value(); in NaN()
427 static const uint32_t kNaN = 0x7FC00000; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h247 return Double(kNaN).value(); in NaN()
253 static const uint64_t kNaN = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF80000, 00000000); variable
419 return Single(kNaN).value(); in NaN()
427 static const uint32_t kNaN = 0x7FC00000; variable
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h247 return Double(kNaN).value(); in NaN()
253 static const uint64_t kNaN = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF80000, 00000000); variable
419 return Single(kNaN).value(); in NaN()
427 static const uint32_t kNaN = 0x7FC00000; variable