Home | History | Annotate | Download | only in i18n

Lines Matching refs:ideal

2837   Int  ideal;                      /* ideal (preferred) exponent  */
2889 /* calculate the ideal (preferred) exponent [floor(exp/2)] */
2890 /* [It would be nicer to write: ideal=rhs->exponent>>1, but this */
2892 ideal=(rhs->exponent&~1)/2; /* target */
2897 res->exponent=ideal; /* use the ideal [safe] */
3102 /* use closest exponent to ideal... */
3103 Int todrop=ideal-a->exponent; /* most that can be dropped */
4377 exponent=lhs->exponent-rhs->exponent; /* ideal exponent */
5774 /* 34+2, which is ideal for standard-sized numbers] */