Searched refs:hexDigit (Results 1 – 2 of 2) sorted by relevance
1026 uint64_t hexDigit = valueBits.getRawData()[digitBitIndex / 64]; in mangleFloat() local1027 hexDigit >>= (digitBitIndex % 64); in mangleFloat()1028 hexDigit &= 0xF; in mangleFloat()1035 buffer[stringIndex] = charForHex[hexDigit]; in mangleFloat()
391 unsigned int hexDigit; in trailingHexadecimalFraction() local406 hexDigit = hexDigitValue(*p); in trailingHexadecimalFraction()410 if (hexDigit == -1U) in trailingHexadecimalFraction()