Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp679 const char *hexDigitChars) in partAsHex() argument
687 dst[count] = hexDigitChars[part & 0xf]; in partAsHex()
2988 const char *hexDigitChars; in convertNormalToHexString() local
2997 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower; in convertNormalToHexString()
3052 dst += partAsHex (dst, part, curDigits, hexDigitChars); in convertNormalToHexString()
3062 *q = hexDigitChars[hexDigitValue (*q) + 1]; in convertNormalToHexString()