Lines Matching full:carry
931 * back all the carry bits from the top 16 bits into the lower944 * add back carry outs from top 16 bits to low 16 bits947 sum += (sum >> 16); /* add carry */