Searched defs:hexDigits (Results 1 – 4 of 4) sorted by relevance
72 immutable hexDigits = fullHexDigits[0 .. 16]; /// 0 .. 9A .. F variable
65 immutable hexDigits = fullHexDigits[0 .. 16]; /// 0 .. 9A .. F variable
2937 unsigned int IEEEFloat::convertToHexString(char *dst, unsigned int hexDigits, in convertToHexString()2984 char *IEEEFloat::convertNormalToHexString(char *dst, unsigned int hexDigits, in convertNormalToHexString()
3613 immutable static hexDigits = "0123456789ABCDEF"; in inout() local