Searched refs:low1 (Results 1 – 2 of 2) sorted by relevance
282 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift64() local285 const uint64_t sum = high0 + low1; in mulShift64()304 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift64() local307 const uint64_t sum = high0 + low1; in mulShift64()
146 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift_mod1e9() local151 const uint64_t s0high = low1 + high0; // 64 in mulShift_mod1e9()152 const uint32_t c1 = s0high < low1; in mulShift_mod1e9()
Completed in 4 milliseconds