Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h548 LLVM_ABI bool isSmallest() const;
896 LLVM_ABI bool isSmallest() const;
1482 bool isSmallest() const { APFLOAT_DISPATCH_ON_SEMANTICS(isSmallest()); } in isSmallest() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFloating.h145 bool isMin() const { return getValue().isSmallest(); } in isMin()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1043 bool IEEEFloat::isSmallest() const { in isSmallest() function in llvm::detail::IEEEFloat
2346 if (!semantics->hasZero && this->isSmallest()) in mod()
4661 if (isSmallest() && isNegative()) { in next()
5374 bool DoubleAPFloat::isSmallest() const { in isSmallest() function in llvm::detail::DoubleAPFloat