Searched defs:hasNaN (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DBooleanRedux.h137 inline bool DenseBase<Derived>::hasNaN() const function in class:Eigen::DenseBase
144 * \sa hasNaN()
149 return !((derived()-derived()).hasNaN());
/external/deqp/framework/common/
H A DtcuInterval.hpp81 bool hasNaN (void) const { return m_hasNaN; } function in class:tcu::Interval
85 bool isOrdinary (void) const { return !hasNaN() && !empty() && isFinite(); }
116 (!other.hasNaN() || hasNaN()));
122 (other.hasNaN() && hasNaN()));
127 return Interval(hasNaN(), -hi(), -lo());
225 if (VAR##_arg_.hasNaN()) \

Completed in 120 milliseconds