Searched refs:hexDigit (Results 1 – 2 of 2) sorted by relevance
1161 uint64_t hexDigit = valueBits.getRawData()[digitBitIndex / 64]; in mangleFloat() local1162 hexDigit >>= (digitBitIndex % 64); in mangleFloat()1163 hexDigit &= 0xF; in mangleFloat()1170 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
492 unsigned int hexDigit; in trailingHexadecimalFraction() local508 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()512 if (hexDigit == -1U) in trailingHexadecimalFraction()