Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2871 StringRef::iterator firstSignificantDigit = p; in convertFromHexadecimalString() local
2914 if (p != firstSignificantDigit) { in convertFromHexadecimalString()
2923 expAdjustment = static_cast<int>(dot - firstSignificantDigit); in convertFromHexadecimalString()