Searched refs:hexDigit (Results 1 – 2 of 2) sorted by relevance
1238 uint64_t hexDigit = valueBits.getRawData()[digitBitIndex / 64]; in mangleFloat() local1239 hexDigit >>= (digitBitIndex % 64); in mangleFloat()1240 hexDigit &= 0xF; in mangleFloat()1247 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
645 unsigned int hexDigit; in trailingHexadecimalFraction() local661 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()665 if (hexDigit == UINT_MAX) in trailingHexadecimalFraction()