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