Searched refs:mid3 (Results 1 – 1 of 1) sorted by relevance
295 const uint64_t mid3 = mid - mul[1] - (lo3 > lo); in mulShiftAll64() local296 const uint64_t hi3 = hi - (mid3 > mid); in mulShiftAll64()297 *vm = shiftright128(mid3, hi3, (uint32_t) (j - 64 - 1)); in mulShiftAll64()300 const uint64_t mid3 = mid + mid + (lo3 < lo); in mulShiftAll64() local301 const uint64_t hi3 = hi + hi + (mid3 < mid); in mulShiftAll64()303 const uint64_t mid4 = mid3 - mul[1] - (lo4 > lo3); in mulShiftAll64()304 const uint64_t hi4 = hi3 - (mid4 > mid3); in mulShiftAll64()