Searched refs:hexDigit (Results 1 – 2 of 2) sorted by relevance
1164 uint64_t hexDigit = valueBits.getRawData()[digitBitIndex / 64]; in mangleFloat() local1165 hexDigit >>= (digitBitIndex % 64); in mangleFloat()1166 hexDigit &= 0xF; in mangleFloat()1173 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
463 unsigned int hexDigit; in trailingHexadecimalFraction() local479 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()483 if (hexDigit == -1U) in trailingHexadecimalFraction()