Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h537 Expected<opStatus> convertFromDecimalString(StringRef, roundingMode);
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp2717 IEEEFloat::convertFromDecimalString(StringRef str, roundingMode rounding_mode) { in convertFromDecimalString() function in llvm::detail::IEEEFloat
2934 return convertFromDecimalString(StringRef(p, slen), rounding_mode); in convertFromString()