Searched refs:bothNaN (Results 1 – 1 of 1) sorted by relevance
2039 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEquals() local2040 if (expected != actual && !bothNaN) { in assertEquals()2191 bool bothNaN = std::isnan(expected) && std::isnan(actual); in assertEqualsNear() local2194 if (bothPosInf || bothNegInf || bothNaN) { in assertEqualsNear()