Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h603 opStatus divideSpecials(const IEEEFloat &);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1901 IEEEFloat::opStatus IEEEFloat::divideSpecials(const IEEEFloat &rhs) { in divideSpecials() function in llvm::detail::IEEEFloat
2108 fs = divideSpecials(rhs); in divide()