Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3222 IEEEFloat::convertFromString(StringRef str, roundingMode rounding_mode) { in convertFromString() function in llvm::detail::IEEEFloat
5116 Expected<APFloat::opStatus> DoubleAPFloat::convertFromString(StringRef S, in convertFromString() function in llvm::detail::DoubleAPFloat
5284 Expected<APFloat::opStatus> APFloat::convertFromString(StringRef Str, in convertFromString() function in llvm::APFloat