Searched defs:getExactInverse (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 1393 bool getExactInverse(APFloat *inv) const { in getExactInverse() function |
/freebsd/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 4379 bool IEEEFloat::getExactInverse(APFloat *inv) const { in getExactInverse() function in llvm::detail::IEEEFloat |