Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h396 bool isSmallest() const;
1048 bool isSmallest() const { return getIEEE().isSmallest(); } in isSmallest() function
/external/llvm/include/llvm/ADT/
DAPFloat.h448 bool isSmallest() const;
/external/llvm/lib/Support/
DAPFloat.cpp713 APFloat::isSmallest() const { in isSmallest() function in APFloat
3850 if (isSmallest() && isNegative()) { in next()