Home
last modified time | relevance | path

Searched refs:hexDigitsUpper (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp668 static const char hexDigitsUpper[] = "0123456789ABCDEF0"; variable
2997 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower; in convertNormalToHexString()