Home | History | Annotate | Download | only in pre_gen

Lines Matching full:carry

277      * that W[ix-1] have  the carry cleared (see after the inner loop)
289 * inner loop In this case we fix the carry from the previous
292 * handled by fixing up one carry after the inner loop. The
293 * carry fixups are done in order so after these loops the
313 /* now fix carry for next digit, W[ix+1] */
330 /* alias for next word, where the carry goes */
430 /* clear the carry */
459 /* make next carry */
471 /* now extract the previous digit [below the carry] */
560 /* make next carry */
573 /* now extract the previous digit [below the carry] */
669 /* double the inner product and add carry */
680 /* make next carry */
931 * the carry.
943 /* set final carry */
1892 /* carry */
1895 /* get the carry for the next iteration */
1898 /* shift the current digit, add in carry and store */
1901 /* forward carry to next iteration */
1995 /* carry */
2001 /* shift the current word and mix in the carry bits from the previous word */
2005 /* set the carry to the carry bits of the current word found above */
2328 /* set carry to zero */
2338 /* set final carry */
4799 /* set the carry to zero */
4808 /* get carry */
4956 * digits won't affect carry propagation
5027 /* carry */
5031 /* get what will be the *next* carry bit from the
5036 /* now shift up this digit, add in the carry [from the previous] */
5039 /* copy the carry that would be from the source
5130 /* carry */
5136 /* shift the current word and OR in the carry */
5140 /* set the carry to the carry bits of the current word */
5144 /* set final carry */
5205 /* zero carry */
5210 /* compute product and carry sum for this term */
5216 /* send carry into next iteration */
5220 /* store final carry [if any] and increment ix offset */
8808 /* zero the carry */
8814 /* U = carry bit of T[i] */
8817 /* take away carry bit from T[i] */
8829 /* U = carry bit of T[i] */
8832 /* take away carry bit from T[i] */
8837 /* add carry */
9158 /* set the carry to zero */
9174 /* compute the columns of the output and propagate the carry */
9184 /* get the carry word from the result */
9187 /* set carry if it is placed below digs */
9253 /* clear the carry */
9274 /* carry the carry */
9335 /* get the carry */
9356 /* get carry */
9426 /* set carry to zero */
9432 /* U = carry bit of T[i]
9434 * if a carry does occur it will propagate all the way to the
9435 * MSB. As a result a single shift is enough to get the carry
9439 /* Clear carry from T[i] */
9448 /* U = carry bit of T[i] */
9451 /* Clear carry from T[i] */