Searched refs:Tuple (Results 1 – 1 of 1) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | MathTest.java | 1962 class Tuple { in test_shiftIntBits_II() class 1969 public Tuple(int result, int value, int factor) { in test_shiftIntBits_II() method in MathTest.Tuple 1975 final Tuple[] TUPLES = new Tuple[] { in test_shiftIntBits_II() 1977 new Tuple(0x00000000, 0x00000001, -1), in test_shiftIntBits_II() 1979 new Tuple(0x00000002, 0x00000003, -1), in test_shiftIntBits_II() 1981 new Tuple(0x00000001, 0x00000005, -3), in test_shiftIntBits_II() 1983 new Tuple(0x00000002, 0x0000000d, -3), in test_shiftIntBits_II() 1987 new Tuple(0x00000002, 0x01a00000, -24), in test_shiftIntBits_II() 1989 new Tuple(0x00000004, 0x01e00000, -24), in test_shiftIntBits_II() 1991 new Tuple(0x00000003, 0x01c80000, -24), in test_shiftIntBits_II() [all …]
|