Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h825 opStatus addWithSpecial(const DoubleAPFloat &LHS, const DoubleAPFloat &RHS,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5010 APFloat::opStatus DoubleAPFloat::addWithSpecial(const DoubleAPFloat &LHS, in addWithSpecial() function in llvm::detail::DoubleAPFloat
5058 return addWithSpecial(*this, RHS, *this, RM); in add()