reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
370 StringRef::iterator dot = end; 371 StringRef::iterator p = skipLeadingZeroesAndAnyDot (begin, end, &dot); 377 for (; p != end; ++p) { 379 assert(dot == end && "String contains multiple dots"); 381 if (p == end) 388 if (p != end) { 391 assert((dot == end || p - begin != 1) && "Significand has no digits"); 394 D->exponent = readExponent(p + 1, end); 397 if (dot == end)