Searched refs:bothNegInf (Results 1 – 1 of 1) sorted by relevance
2193 bool bothNegInf = uprv_isNegativeInfinity(expected) && uprv_isNegativeInfinity(actual); in assertEqualsNear() local2194 if (bothPosInf || bothNegInf || bothNaN) { in assertEqualsNear()