Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h623 Expected<opStatus> convertFromHexadecimalString(StringRef, roundingMode);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2850 IEEEFloat::convertFromHexadecimalString(StringRef s, in convertFromHexadecimalString() function in llvm::detail::IEEEFloat
3244 return convertFromHexadecimalString(StringRef(p + 2, slen - 2), in convertFromString()