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