Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp708 const char *hexDigitChars) in partAsHex() argument
716 dst[count] = hexDigitChars[part & 0xf]; in partAsHex()
3139 const char *hexDigitChars; in convertNormalToHexString() local
3148 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower; in convertNormalToHexString()
3203 dst += partAsHex (dst, part, curDigits, hexDigitChars); in convertNormalToHexString()
3213 *q = hexDigitChars[hexDigitValue (*q) + 1]; in convertNormalToHexString()