Home | History | Annotate | Download | only in i18n

Lines Matching defs:maxd

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