Home
last modified time | relevance | path

Searched refs:bitsAreInf (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/libc/utils/FPUtil/
DClassificationFunctions.h21 template <typename BitsType> static inline bool bitsAreInf(BitsType bits) { in bitsAreInf() function
31 return bitsAreInf(valueAsBits(x)); in isInf()