Home
last modified time | relevance | path

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

/external/skqp/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()
/external/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()
/external/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
/external/icu/libicu/cts_headers/
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
/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.h118 static const Type kNaN; member
286 static const Type kNaN; \
Dmathlimits.cc79 const Type MathLimits<Type>::kNaN = HUGE_VAL - HUGE_VAL; \
/external/protobuf/src/google/protobuf/util/
Dfield_comparator_test.cc251 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()