Home | History | Annotate | Download | only in i18n

Lines Matching refs:X10

197 #define REMNEAR     0x10           /* ..  */
428 Int i=X10(hi)+lo;
460 else return X10(hi)+lo;
630 exponent=X10(exponent)+(Int)*c-(Int)'0';
692 out=X10(out)+(Int)*c-(Int)'0';
3531 for (; cut>0; ub++, cut--) *up=X10(*up)+*ub;
5749 if (t<10) t=X10(t); /* adjust single-digit b */
7036 discard1=quot-X10(temp);