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 | 1965 class Tuple { in test_shiftIntBits_II() class 1972 public Tuple(int result, int value, int factor) { in test_shiftIntBits_II() method in MathTest.Tuple 1978 final Tuple[] TUPLES = new Tuple[] { in test_shiftIntBits_II() 1980 new Tuple(0x00000000, 0x00000001, -1), in test_shiftIntBits_II() 1982 new Tuple(0x00000002, 0x00000003, -1), in test_shiftIntBits_II() 1984 new Tuple(0x00000001, 0x00000005, -3), in test_shiftIntBits_II() 1986 new Tuple(0x00000002, 0x0000000d, -3), in test_shiftIntBits_II() 1990 new Tuple(0x00000002, 0x01a00000, -24), in test_shiftIntBits_II() 1992 new Tuple(0x00000004, 0x01e00000, -24), in test_shiftIntBits_II() 1994 new Tuple(0x00000003, 0x01c80000, -24), in test_shiftIntBits_II() [all …]
|