Searched refs:kNaN (Results 1 – 7 of 7) sorted by relevance
/external/skqp/tests/ |
D | ScalarTest.cpp | 109 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()
|
/external/skia/tests/ |
D | ScalarTest.cpp | 109 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()
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-ieee.h | 247 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
|
/external/icu/libicu/cts_headers/ |
D | double-conversion-ieee.h | 247 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
|
/external/protobuf/src/google/protobuf/stubs/ |
D | mathlimits.h | 118 static const Type kNaN; member 286 static const Type kNaN; \
|
D | mathlimits.cc | 79 const Type MathLimits<Type>::kNaN = HUGE_VAL - HUGE_VAL; \
|
/external/protobuf/src/google/protobuf/util/ |
D | field_comparator_test.cc | 251 message_1_.set_optional_float(MathLimits<float>::kNaN); in TEST_F() 252 message_2_.set_optional_float(MathLimits<float>::kNaN); in TEST_F() 253 message_1_.set_optional_double(MathLimits<double>::kNaN); in TEST_F() 254 message_2_.set_optional_double(MathLimits<double>::kNaN); in TEST_F()
|