Searched refs:NWholeDigits (Results 1 – 1 of 1) sorted by relevance
4488 int NWholeDigits = exp + (int) NDigits; in toStringImpl() local4491 if (NWholeDigits > 0) { in toStringImpl()4492 for (; I != (unsigned) NWholeDigits; ++I) in toStringImpl()4496 unsigned NZeros = 1 + (unsigned) -NWholeDigits; in toStringImpl()