Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPFloat.h530 Expected<opStatus> convertFromHexadecimalString(StringRef, roundingMode);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp2324 IEEEFloat::convertFromHexadecimalString(StringRef s, in convertFromHexadecimalString() function in llvm::detail::IEEEFloat
2670 return convertFromHexadecimalString(StringRef(p + 2, slen - 2), in convertFromString()