Home
last modified time | relevance | path

Searched defs:hexDigits (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dascii.d72 immutable hexDigits = fullHexDigits[0 .. 16]; /// 0 .. 9A .. F variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dascii.d65 immutable hexDigits = fullHexDigits[0 .. 16]; /// 0 .. 9A .. F variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp2937 unsigned int IEEEFloat::convertToHexString(char *dst, unsigned int hexDigits, in convertToHexString()
2984 char *IEEEFloat::convertNormalToHexString(char *dst, unsigned int hexDigits, in convertNormalToHexString()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d3613 immutable static hexDigits = "0123456789ABCDEF"; in inout() local