Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DAPFloat.h522 opStatus convertFromHexadecimalString(StringRef, roundingMode);
/freebsd-10-stable/contrib/llvm/lib/Support/
DAPFloat.cpp2303 APFloat::convertFromHexadecimalString(StringRef s, roundingMode rounding_mode) in convertFromHexadecimalString() function in APFloat
2631 return convertFromHexadecimalString(StringRef(p + 2, slen - 2), in convertFromString()