Home | History | Annotate | Download | only in i18n

Lines Matching refs:carry2

5042             uInt carry2=(uInt)(lcarry/FASTBASE);    /* top top part  */
5043 *(lp+2)+=carry2; /* add to item+2 */
5044 *lp-=((uLong)FASTBASE*FASTBASE*carry2); /* [slow] */
5045 carry=(uInt)(lcarry-((uLong)FASTBASE*carry2)); /* [inline] */