Searched refs:mul_lower (Results 1 – 1 of 1) sorted by relevance
86 a = a + b + 2 * mul_lower(a, b); \88 c = c + d + 2 * mul_lower(c, d); \90 a = a + b + 2 * mul_lower(a, b); \92 c = c + d + 2 * mul_lower(c, d); \229 static ossl_inline uint64_t mul_lower(uint64_t x, uint64_t y);307 static ossl_inline uint64_t mul_lower(uint64_t x, uint64_t y) in mul_lower() function
Completed in 6 milliseconds