Lines Matching refs:hasNaN
97 bool hasNaN (void) const { return m_hasNaN; }
104 bool isOrdinary (double maxValue) const { return !hasNaN() && !empty() && isFinite(maxValue); }
143 (!other.hasNaN() || hasNaN()));
149 (!other.hasNaN() || hasNaN()));
155 (other.hasNaN() && hasNaN()));
160 return Interval(hasNaN(), -hi(), -lo(), -warningHi(), -warningLo());
284 if (VAR##_arg_.hasNaN()) \