Searched refs:carry21 (Results 1 – 1 of 1) sorted by relevance
1489 int64_t carry21; in sc_muladd() local1593 carry21 = (s21 + (1 << 20)) >> 21; in sc_muladd()1594 s22 += carry21; in sc_muladd()1595 s21 -= int64_lshift21(carry21); in sc_muladd()