Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDItaniumMangle.cpp712 llvm::integerPart hexDigit in mangleFloat() local
714 hexDigit >>= (digitBitIndex % llvm::integerPartWidth); in mangleFloat()
715 hexDigit &= 0xF; in mangleFloat()
722 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp315 unsigned int hexDigit; in trailingHexadecimalFraction() local
330 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()
334 if (hexDigit == -1U) in trailingHexadecimalFraction()