Home | History | Annotate | Download | only in i18n

Lines Matching refs:carry2

5075             uInt carry2=(uInt)(lcarry/FASTBASE);    /* top top part  */
5076 *(lp+2)+=carry2; /* add to item+2 */
5077 *lp-=((uLong)FASTBASE*FASTBASE*carry2); /* [slow] */
5078 carry=(uInt)(lcarry-((uLong)FASTBASE*carry2)); /* [inline] */