Searched refs:hexDigit (Results 1 – 2 of 2) sorted by relevance
678 llvm::integerPart hexDigit in mangleFloat() local680 hexDigit >>= (digitBitIndex % llvm::integerPartWidth); in mangleFloat()681 hexDigit &= 0xF; in mangleFloat()688 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
313 unsigned int hexDigit; in trailingHexadecimalFraction() local328 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()332 if (hexDigit == -1U) in trailingHexadecimalFraction()