Home | History | Annotate | Download | only in i18n

Lines Matching full:eint

216   #define eInt  Int           /* extended integer  */
229 #define eInt Long /* extended integer */
4240 eInt msu2pair; /* msu2 pair plus one [does not vary] */
4460 msu2pair=(eInt)*msu2*(DECDPUNMAX+1);/* top two pair .. */
4542 mult=(Int)(((eInt)*msu1*(DECDPUNMAX+1)+*(msu1-1))/msu2pair);
4547 mult=(Int)(((eInt)*msu1*(DECDPUNMAX+1)+*(msu1-1))/msu2plus);
6344 eInt carry=0; /* carry integer (could be Long) */
6382 carry+=((eInt)*b)*m; /* [special-casing m=1/-1 */
6401 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6419 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6435 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6452 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6466 carry+=((eInt)*b)*m;
6488 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6506 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6521 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6538 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */