Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp2030 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEquals() local
2031 if (expected != actual && !bothNaN) { in assertEquals()
2187 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEqualsNear() local
2189 if (expected != actual && (difference > delta || std::isnan(difference)) && !bothNaN) { in assertEqualsNear()