Searched refs:hexDigit (Results 1 – 2 of 2) sorted by relevance
695 llvm::integerPart hexDigit in mangleFloat() local697 hexDigit >>= (digitBitIndex % llvm::integerPartWidth); in mangleFloat()698 hexDigit &= 0xF; in mangleFloat()705 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
312 unsigned int hexDigit; in trailingHexadecimalFraction() local327 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()331 if (hexDigit == -1U) in trailingHexadecimalFraction()