Home | History | Annotate | Download | only in i18n

Lines Matching refs:X10

197 #define REMNEAR     0x10           /* ..  */
426 Int i=X10(hi)+lo;
458 else return X10(hi)+lo;
628 exponent=X10(exponent)+(Int)*c-(Int)'0';
690 out=X10(out)+(Int)*c-(Int)'0';
3529 for (; cut>0; ub++, cut--) *up=X10(*up)+*ub;
5747 if (t<10) t=X10(t); /* adjust single-digit b */
7034 discard1=quot-X10(temp);