移位数 meaning in Chinese
carry digit
carry number
Examples
- Count an expression of primitive integral type ; the shift count
一个基元整型类型的表达式;移位数。 - 64 - bit quantity , the shift count is given by the low - order six bits of second operand
( 64位数) ,则移位数由第二个操作数的低6位给出。 - 32 - bit quantity , the shift count is given by the low - order five bits of second operand
( 32位数) ,则移位数由第二个操作数的低5位给出。 - 64 - bit quantity , the shift count is given by the low - order six bits of the second operand second operand 0x3f
( 64位数) ,则移位数由第二个操作数的低六位给出(第二个操作数& 0x3f ) 。 - 32 - bit quantity , the shift count is given by the low - order five bits of the second operand second operand 0x1f
( 32位数) ,则移位数由第二个操作数的低五位给出(第二个操作数& 0x1f ) 。