Searched defs:convertToHexString (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 1285 unsigned int convertToHexString(char *DST, unsigned int HexDigits, convertToHexString() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 3244 unsigned int IEEEFloat::convertToHexString(char *dst, unsigned int hexDigits, convertToHexString() function in llvm::detail::IEEEFloat |