Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dintltest.cpp1889 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEquals() local
1890 if (expected != actual && !bothNaN) { in assertEquals()
2046 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEqualsNear() local
2048 if (expected != actual && (difference > delta || std::isnan(difference)) && !bothNaN) { in assertEqualsNear()