Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp658 const char *hexDigitChars) in partAsHex() argument
666 dst[count] = hexDigitChars[part & 0xf]; in partAsHex()
2752 const char *hexDigitChars; in convertNormalToHexString() local
2761 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower; in convertNormalToHexString()
2816 dst += partAsHex (dst, part, curDigits, hexDigitChars); in convertNormalToHexString()
2826 *q = hexDigitChars[hexDigitValue (*q) + 1]; in convertNormalToHexString()