Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h394 bool isSmallest() const;
701 bool isSmallest() const;
1244 bool isSmallest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isSmallest()); } in isSmallest() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp878 bool IEEEFloat::isSmallest() const { in isSmallest() function in llvm::detail::IEEEFloat
4320 if (isSmallest() && isNegative()) { in next()
5013 bool DoubleAPFloat::isSmallest() const { in isSmallest() function in llvm::detail::DoubleAPFloat