This commit is contained in:
xmy 2023-05-05 18:03:07 +08:00
parent dfd1c4d8e6
commit 180bb9f13d
4 changed files with 11 additions and 11 deletions

View File

@ -13,11 +13,11 @@ groupBitAnd(expr)
**Arguments**
`expr` An expression that results in `UInt* or Int*` type.
`expr` An expression that results in `UInt*` or `Int*` type.
**Return value**
Value of the `UInt* or Int*` type.
Value of the `UInt*` or `Int*` type.
**Example**

View File

@ -13,11 +13,11 @@ groupBitOr(expr)
**Arguments**
`expr` An expression that results in `UInt* or Int*` type.
`expr` An expression that results in `UInt*` or `Int*` type.
**Returned value**
Value of the `UInt* or Int*` type.
Value of the `UInt*` or `Int*` type.
**Example**

View File

@ -13,11 +13,11 @@ groupBitXor(expr)
**Arguments**
`expr` An expression that results in `UInt* or Int*` type.
`expr` An expression that results in `UInt*` or `Int*` type.
**Return value**
Value of the `UInt* or Int*` type.
Value of the `UInt*` or `Int*` type.
**Example**

View File

@ -1,7 +1,7 @@
0 [0,4,8,12,16] 28 0 16
1 [1,5,9,13,17] 29 1 17
2 [2,6,10,14,18] 30 2 18
3 [3,7,11,15,19] 31 3 19
0 [0,4,8,12,16] 28 0 16
1 [1,5,9,13,17] 29 1 17
2 [2,6,10,14,18] 30 2 18
3 [3,7,11,15,19] 31 3 19
0 [0,-4,-8,-12,-16] -4 0 0
1 [-1,-5,-9,-13,-17] -1 -29 -17
2 [-2,-6,-10,-14,-18] -2 -30 -18
@ -9,4 +9,4 @@
0 [-10,-6,-2,2,6] -2 2 -10
1 [-9,-5,-1,3,7] -1 3 -9
2 [-8,-4,0,4,8] -4 0 8
3 [-7,-3,1,5,9] -3 1 9
3 [-7,-3,1,5,9] -3 1 9