Lines Matching refs:maxd
6685 Int maxd=set->emax-set->digits+1-dn->exponent;6686 if (maxd<=0) return dn; /* nothing possible */6687 if (d>maxd) d=maxd;