Searched refs:umul64_64_128 (Results 1 – 1 of 1) sorted by relevance
136 umul64_64_128(const uint64_t x, const uint64_t y) in umul64_64_128() function155 uint128_t z = umul64_64_128(x.lo, y.lo);
Completed in 3 milliseconds