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.cpp2039 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEquals() local
2040 if (expected != actual && !bothNaN) { in assertEquals()
2191 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEqualsNear() local
2194 if (bothPosInf || bothNegInf || bothNaN) { in assertEqualsNear()