Searched refs:bothNaN (Results 1 – 1 of 1) sorted by relevance
1889 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEquals() local1890 if (expected != actual && !bothNaN) { in assertEquals()2046 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEqualsNear() local2048 if (expected != actual && (difference > delta || std::isnan(difference)) && !bothNaN) { in assertEqualsNear()