Searched refs:bitsAreNaN (Results 1 – 1 of 1) sorted by relevance
34 template <typename BitsType> static inline bool bitsAreNaN(BitsType bits) { in bitsAreNaN() function44 return bitsAreNaN(valueAsBits(x)); in isNaN()