Searched refs:mid4 (Results 1 – 1 of 1) sorted by relevance
303 const uint64_t mid4 = mid3 - mul[1] - (lo4 > lo3); in mulShiftAll64() local304 const uint64_t hi4 = hi3 - (mid4 > mid3); in mulShiftAll64()305 *vm = shiftright128(mid4, hi4, (uint32_t) (j - 64)); in mulShiftAll64()