Searched refs:bitsAreInfOrNaN (Results 1 – 1 of 1) sorted by relevance
47 template <typename BitsType> static inline bool bitsAreInfOrNaN(BitsType bits) { in bitsAreInfOrNaN() function62 return bitsAreInfOrNaN(valueAsBits(x)); in isInfOrNaN()