Searched refs:carry19 (Results 1 – 1 of 1) sorted by relevance
1487 int64_t carry19; in sc_muladd() local1590 carry19 = (s19 + (1 << 20)) >> 21; in sc_muladd()1591 s20 += carry19; in sc_muladd()1592 s19 -= int64_lshift21(carry19); in sc_muladd()