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