Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPFloat.h443 bool isSmallest() const;
/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp710 APFloat::isSmallest() const { in isSmallest() function in APFloat
3829 if (isSmallest() && isNegative()) { in next()