Searched refs:y_hi (Results 1 – 1 of 1) sorted by relevance
294 const s64 y_hi = y >> 32; in MultiplyRightShift() local300 return x_hi * y_hi + z_hi + (static_cast<s64>(x_lo * y_hi + z_lo) >> 32); in MultiplyRightShift()