Home | History | Annotate | Download | only in dtoa

Lines Matching refs:n1

924 	int i, k1, n, n1;
934 n1 = n + b->wds + 1;
935 for(i = b->maxwds; n1 > i; i <<= 1)
953 ++n1;
965 ++n1;
971 b1->wds = n1 - 1;