Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPFloat.h446 bool isSmallest() const;
/external/llvm/lib/Support/
DAPFloat.cpp710 APFloat::isSmallest() const { in isSmallest() function in APFloat
3847 if (isSmallest() && isNegative()) { in next()