|
@@ -203,6 +203,8 @@ const BIT_TESTS: &'static [(&'static [BigDigit],
|
|
&'static [BigDigit],
|
|
&'static [BigDigit],
|
|
&'static [BigDigit])] = &[// LEFT RIGHT AND OR XOR
|
|
&'static [BigDigit])] = &[// LEFT RIGHT AND OR XOR
|
|
(&[], &[], &[], &[], &[]),
|
|
(&[], &[], &[], &[], &[]),
|
|
|
|
+ (&[1, 0, 1], &[1, 1], &[1], &[1, 1, 1], &[0, 1, 1]),
|
|
|
|
+ (&[1, 0, 1], &[0, 1, 1], &[0, 0, 1], &[1, 1, 1], &[1, 1]),
|
|
(&[268, 482, 17],
|
|
(&[268, 482, 17],
|
|
&[964, 54],
|
|
&[964, 54],
|
|
&[260, 34],
|
|
&[260, 34],
|