Home
last modified time | relevance | path

Searched defs:convertToInteger (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h50 APFloat::opStatus convertToInteger(APSInt &Result) const { in convertToInteger() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1235 opStatus convertToInteger(MutableArrayRef<integerPart> Input, in convertToInteger() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2730 IEEEFloat::convertToInteger(MutableArrayRef<integerPart> parts, in convertToInteger() function in llvm::detail::IEEEFloat
5134 DoubleAPFloat::convertToInteger(MutableArrayRef<integerPart> Input, in convertToInteger() function in llvm::detail::DoubleAPFloat
5364 APFloat::opStatus APFloat::convertToInteger(APSInt &result, in convertToInteger() function in llvm::APFloat