Searched refs:carry20 (Results 1 – 1 of 1) sorted by relevance
1488 int64_t carry20; in sc_muladd() local1556 carry20 = (s20 + (1 << 20)) >> 21; in sc_muladd()1557 s21 += carry20; in sc_muladd()1558 s20 -= int64_lshift21(carry20); in sc_muladd()