Searched refs:carry16 (Results 1 – 1 of 1) sorted by relevance
1153 int64_t carry16; in sc25519_muladd() local1221 carry16 = (s16 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()1222 s17 += carry16; in sc25519_muladd()1223 s16 -= carry16 * ((uint64_t) 1L << 21); in sc25519_muladd()1325 carry16 = (s16 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()1326 s17 += carry16; in sc25519_muladd()1327 s16 -= carry16 * ((uint64_t) 1L << 21); in sc25519_muladd()1600 int64_t carry16; in sc25519_reduce() local1659 carry16 = (s16 + (int64_t) (1L << 20)) >> 21; in sc25519_reduce()1660 s17 += carry16; in sc25519_reduce()[all …]