Home | History | Annotate | Download | only in i18n

Lines Matching refs:maxd

6679     Int maxd=set->emax-set->digits+1-dn->exponent;
6680 if (maxd<=0) return dn; /* nothing possible */
6681 if (d>maxd) d=maxd;