| 1. | The sign bit is not copied during the shift 符号位元在右移的过程不会被复制。 |
| 2. | Are unsigned , so there is no sign bit to propagate 是无符号的,所以没有符号位需要传递。 |
| 3. | Sign bit acquisition system 符号位地震仪 |
| 4. | The right - shift is an arithmetic shift high - order empty bits are set to the sign bit ,则右移位是算术移位(高序空位设置为符号位) 。 |
| 5. | Takes a single operand and inverts all the bits , including the sign bit , and assigns that value to the result 采用单个操作数并反转所有位(包括符号位) ,然后将该值赋予结果。 |
| 6. | The bit in the result pattern is set to the reverse of the corresponding bit in the operand pattern , including the sign bit 结果模式中的位被设置为操作数模式中的相应位的相反值,包括符号位。 |
| 7. | Structure holds a binary integer value , together with a sign bit and an integer scaling factor that specifies what portion of the value is a decimal fraction 结构存储二进制整数值,以及符号位和指定值中的哪部分为纯小数的整数比例因子。 |
| 8. | In an arithmetic right shift , the bits shifted beyond the rightmost bit position are discarded , and the leftmost sign bit is propagated into the bit positions vacated at the left 在数学右移位运算中,将丢弃移出最右侧数位位置的数位,并将最左侧的(符号)数位传播到左端空出的数位位置。 |