Searched refs:hexDigit (Results 1 – 2 of 2) sorted by relevance
712 llvm::integerPart hexDigit in mangleFloat() local714 hexDigit >>= (digitBitIndex % llvm::integerPartWidth); in mangleFloat()715 hexDigit &= 0xF; in mangleFloat()722 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
315 unsigned int hexDigit; in trailingHexadecimalFraction() local330 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()334 if (hexDigit == -1U) in trailingHexadecimalFraction()