Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp2352 StringRef::iterator firstSignificantDigit = p; in convertFromHexadecimalString() local
2387 if (p != firstSignificantDigit) { in convertFromHexadecimalString()
2396 expAdjustment = static_cast<int>(dot - firstSignificantDigit); in convertFromHexadecimalString()