Lines Matching full:carry
264 /* zero the carry */
270 /* U = carry bit of T[i] */
273 /* take away carry bit from T[i] */
285 /* U = carry bit of T[i] */
288 /* take away carry bit from T[i] */
293 /* add carry */
334 /* set carry to zero */
340 /* U = carry bit of T[i]
342 * if a carry does occur it will propagate all the way to the
343 * MSB. As a result a single shift is enough to get the carry
347 /* Clear carry from T[i] */
356 /* U = carry bit of T[i] */
359 /* Clear carry from T[i] */
515 * digits won't affect carry propagation
1078 /* carry */
1084 /* shift the current word and mix in the carry bits from the previous word */
1088 /* set the carry to the carry bits of the current word found above */
1357 /* carry */
1360 /* get the carry for the next iteration */
1363 /* shift the current digit, add in carry and store */
1366 /* forward carry to next iteration */
1424 /* carry */
1430 /* shift the current word and OR in the carry */
1434 /* set the carry to the carry bits of the current word */
1438 /* set final carry */
2367 /* set the carry to zero */
2383 /* compute the columns of the output and propagate the carry */
2393 /* get the carry word from the result */
2396 /* set carry if it is placed below digs */
2443 /* clear the carry */
2472 /* make next carry */
2484 /* now extract the previous digit [below the carry] */
2552 /* get the carry */
2573 /* get carry */
2618 /* clear the carry */
2639 /* carry the carry */
2748 * that W[ix-1] have the carry cleared (see after the inner loop)
2760 * inner loop In this case we fix the carry from the previous
2763 * handled by fixing up one carry after the inner loop. The
2764 * carry fixups are done in order so after these loops the
2784 /* now fix carry for next digit, W[ix+1] */
2801 /* alias for next word, where the carry goes */
2871 /* carry */
2875 /* get what will be the *next* carry bit from the
2880 /* now shift up this digit, add in the carry [from the previous] */
2883 /* copy the carry that would be from the source
3306 /* double the inner product and add carry */
3317 /* make next carry */
3371 /* zero carry */
3376 /* compute product and carry sum for this term */
3382 /* send carry into next iteration */
3386 /* store final carry [if any] and increment ix offset */