Use "right shift" in a sentence

1. Using the Bitwise right shift was a common way of improving the performance of some arithmetic divisions.

2. The Bitwise right shift operator and the floor division operator both work the same way, even for negative numbers

3. Alphamerics while almost completely remapped for the Shift-DH mod as a result of the columnar right shift, retain their crucial Colemak fingering relationships.

4. The intermediate values may include a sequence of addition, subtraction and right shift operations the when summed together approximate the product of the integer and irrational value.

5. The following operators perform Bitwise or shift operations with operands of the integral numeric types or the char type: Unary ~ (Bitwise complement) operator Binary << (left shift) and >> (right shift) shift operators Binary & (logical AND), (logical OR), and ^ (logical exclusive OR) operators