Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFloating.h70 APFloat::opStatus convertToInteger(APSInt &Result) const { in convertToInteger() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1348 opStatus convertToInteger(MutableArrayRef<integerPart> Input, in convertToInteger() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2832 IEEEFloat::convertToInteger(MutableArrayRef<integerPart> parts, in convertToInteger() function in llvm::detail::IEEEFloat
5318 DoubleAPFloat::convertToInteger(MutableArrayRef<integerPart> Input, in convertToInteger() function in llvm::detail::DoubleAPFloat
5551 APFloat::opStatus APFloat::convertToInteger(APSInt &result, in convertToInteger() function in llvm::APFloat