Searched refs:carry15 (Results 1 – 1 of 1) sorted by relevance
1152 int64_t carry15; in sc25519_muladd() local1255 carry15 = (s15 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()1256 s16 += carry15; in sc25519_muladd()1257 s15 -= carry15 * ((uint64_t) 1L << 21); in sc25519_muladd()1341 carry15 = (s15 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()1342 s16 += carry15; in sc25519_muladd()1343 s15 -= carry15 * ((uint64_t) 1L << 21); in sc25519_muladd()1599 int64_t carry15; in sc25519_reduce() local1675 carry15 = (s15 + (int64_t) (1L << 20)) >> 21; in sc25519_reduce()1676 s16 += carry15; in sc25519_reduce()[all …]