Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DAPFloat.h405 bool isSmallest() const;
/freebsd-9-stable/contrib/llvm/lib/Support/
DAPFloat.cpp694 APFloat::isSmallest() const { in isSmallest() function in APFloat
3789 if (isSmallest() && isNegative()) { in next()