Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp1026 uint64_t hexDigit = valueBits.getRawData()[digitBitIndex / 64]; in mangleFloat() local
1027 hexDigit >>= (digitBitIndex % 64); in mangleFloat()
1028 hexDigit &= 0xF; in mangleFloat()
1035 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp391 unsigned int hexDigit; in trailingHexadecimalFraction() local
406 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()
410 if (hexDigit == -1U) in trailingHexadecimalFraction()