aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/big_SUITE_data/negative.dat
blob: 6169bd25ce05617a1620e9599f3bbd81123af214 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
%% 'bor' operations.
(-1 bsl 28) bor 0 = -1 bsl 28.
0 bor (-1 bsl 28) = -1 bsl 28.
(-1 bsl 28) bor (-1 bsl 28) = -1 bsl 28.

%%(-1 bsl 28) bor -16#FFFFffff = -16#10000001. Not sure about the result yet.

%% 'band' operations.
(-1 bsl 28) band 16#FFFFffffFFFF = 16#FFFFf0000000.