Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPFloat.h552 bool isSignificandAllZeros() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h513 bool isSignificandAllZeros() const;
/external/llvm/lib/Support/
DAPFloat.cpp743 bool APFloat::isSignificandAllZeros() const { in isSignificandAllZeros() function in APFloat
3875 exponent != semantics->minExponent && isSignificandAllZeros(); in next()