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.cpp2973 StringRef::iterator firstSignificantDigit = p; in convertFromHexadecimalString() local
3016 if (p != firstSignificantDigit) { in convertFromHexadecimalString()
3025 expAdjustment = static_cast<int>(dot - firstSignificantDigit); in convertFromHexadecimalString()