Lines Matching refs:nn
71 #define PAD(s, n) { int nn; \
72 for (nn = (n); nn > 20; nn -= 20) \
74 PUT((s), nn); \
758 int nn = decpt - 1;
759 if (nn < 0)
760 nn = -nn;
761 for (; nn > 9; nn /= 10)
762 *--suffix = todigit(nn % 10);
763 *--suffix = todigit(nn);
842 int nn = decpt;
847 *p++ = (nn <= 0 || *bp == '\0' ||
850 } while (--nn > 0);
857 nn = min(prec, MAXFCVT);
858 if (prec > nn) {
860 otherlength = rzero = prec - nn;
862 while (--nn >= 0)