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