Searched refs:mid2 (Results 1 – 2 of 2) sorted by relevance
43 const uint64_t mid2 = b01 + mid1Lo; in __umul128() local44 const uint32_t mid2Lo = (uint32_t)(mid2); in __umul128()45 const uint32_t mid2Hi = (uint32_t)(mid2 >> 32); in __umul128()
289 const uint64_t mid2 = mid + mul[1] + (lo2 < lo); in mulShiftAll64() local290 const uint64_t hi2 = hi + (mid2 < mid); in mulShiftAll64()291 *vp = shiftright128(mid2, hi2, (uint32_t) (j - 64 - 1)); in mulShiftAll64()