Searched refs:high0 (Results 1 – 2 of 2) sorted by relevance
283 uint64_t high0; // 64 in mulShift64() local284 umul128(m, mul[0], &high0); // 0 in mulShift64()285 const uint64_t sum = high0 + low1; in mulShift64()286 if (sum < high0) { in mulShift64()305 uint64_t high0; // 64 in mulShift64() local306 umul128(m, mul[0], &high0); // 0 in mulShift64()307 const uint64_t sum = high0 + low1; in mulShift64()308 if (sum < high0) { in mulShift64()
143 uint64_t high0; // 64 in mulShift_mod1e9() local144 const uint64_t low0 = umul128(m, mul[0], &high0); // 0 in mulShift_mod1e9()151 const uint64_t s0high = low1 + high0; // 64 in mulShift_mod1e9()
Completed in 5 milliseconds