Searched defs:isSmallest (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 1244 bool isSmallest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isSmallest()); } in isSmallest() function |
/openbsd-src/gnu/llvm/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 878 bool IEEEFloat::isSmallest() const { in isSmallest() function in llvm::detail::IEEEFloat |