Searched refs:thirtyTwo (Results 1 - 1 of 1) sorted by relevance

/art/test/003-omnibus-opcodes/src/
H A DIntMath.java88 static void shiftTest3(int thirtyTwo) { argument
91 int one = thirtyTwo / 32;
92 int sixteen = thirtyTwo / 2;
93 int thirtyThree = thirtyTwo + 1;
94 int sixtyFour = thirtyTwo * 2;
96 Main.assertTrue(1 << thirtyTwo == 1);
100 Main.assertTrue(1 << -thirtyTwo == 1);
104 Main.assertTrue(1 >> thirtyTwo == 1);
108 Main.assertTrue(1 >> -thirtyTwo == 1);
112 Main.assertTrue(1 >>> thirtyTwo
[all...]

Completed in 47 milliseconds