reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/APFloat.cpp
 2323   StringRef::iterator p = skipLeadingZeroesAndAnyDot(begin, end, &dot);
 2326   while (p != end) {
 2330       assert(dot == end && "String contains multiple dots");
 2347       lost_fraction = trailingHexadecimalFraction(p, end, hex_value);
 2353   assert(p != end && "Hex strings require an exponent");
 2356   assert((dot == end || p - begin != 1) && "Significand has no digits");
 2363     if (dot == end)
 2379     exponent = totalExponent(p + 1, end, expAdjustment);