Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp695 llvm::integerPart hexDigit in mangleFloat() local
697 hexDigit >>= (digitBitIndex % llvm::integerPartWidth); in mangleFloat()
698 hexDigit &= 0xF; in mangleFloat()
705 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp312 unsigned int hexDigit; in trailingHexadecimalFraction() local
327 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()
331 if (hexDigit == -1U) in trailingHexadecimalFraction()