Searched refs:carry14 (Results 1 – 1 of 1) sorted by relevance
1151 int64_t carry14; in sc25519_muladd() local1218 carry14 = (s14 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()1219 s15 += carry14; in sc25519_muladd()1220 s14 -= carry14 * ((uint64_t) 1L << 21); in sc25519_muladd()1322 carry14 = (s14 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()1323 s15 += carry14; in sc25519_muladd()1324 s14 -= carry14 * ((uint64_t) 1L << 21); in sc25519_muladd()1598 int64_t carry14; in sc25519_reduce() local1656 carry14 = (s14 + (int64_t) (1L << 20)) >> 21; in sc25519_reduce()1657 s15 += carry14; in sc25519_reduce()[all …]