Searched refs:carry22 (Results 1 – 1 of 1) sorted by relevance
1490 int64_t carry22; in sc_muladd() local1559 carry22 = (s22 + (1 << 20)) >> 21; in sc_muladd()1560 s23 += carry22; in sc_muladd()1561 s22 -= int64_lshift21(carry22); in sc_muladd()