Home | History | Annotate | Download | only in dtoa

Lines Matching refs:nf

1539 		 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign;
1586 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
1618 nf += nz;
1628 nf += nz;
1687 if (match(&s,"nf")) {
1715 e1 = e -= nf;