HomeSort by relevance Sort by last modified time
    Searched defs:hasNaN (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
BooleanRedux.h 137 inline bool DenseBase<Derived>::hasNaN() const
144 * \sa hasNaN()
149 return !((derived()-derived()).hasNaN());
  /external/deqp/framework/common/
tcuInterval.hpp 81 bool hasNaN (void) const { return m_hasNaN; }
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 65 milliseconds