Searched refs:mod1e9 (Results 1 – 2 of 2) sorted by relevance
170 const uint64_t r0 = mod1e9(s1high); in mulShift_mod1e9()171 const uint64_t r1 = mod1e9((r0 << 32) | (s1low >> 32)); in mulShift_mod1e9()173 return mod1e9(r2 >> (j - 128)); in mulShift_mod1e9()175 const uint64_t r0 = mod1e9(s1high); in mulShift_mod1e9()177 return mod1e9(r1 >> (j - 160)); in mulShift_mod1e9()
142 static inline uint32_t mod1e9(const uint64_t x) { in mod1e9() function177 static inline uint32_t mod1e9(const uint64_t x) { in mod1e9() function
Completed in 5 milliseconds