Home
last modified time | relevance | path

Searched refs:Tuple (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DMathTest.java1872 class Tuple { in test_shiftIntBits_II() class
1879 public Tuple(int result, int value, int factor) { in test_shiftIntBits_II() method in MathTest.Tuple
1885 final Tuple[] TUPLES = new Tuple[] { in test_shiftIntBits_II()
1887 new Tuple(0x00000000, 0x00000001, -1), in test_shiftIntBits_II()
1889 new Tuple(0x00000002, 0x00000003, -1), in test_shiftIntBits_II()
1891 new Tuple(0x00000001, 0x00000005, -3), in test_shiftIntBits_II()
1893 new Tuple(0x00000002, 0x0000000d, -3), in test_shiftIntBits_II()
1897 new Tuple(0x00000002, 0x01a00000, -24), in test_shiftIntBits_II()
1899 new Tuple(0x00000004, 0x01e00000, -24), in test_shiftIntBits_II()
1901 new Tuple(0x00000003, 0x01c80000, -24), in test_shiftIntBits_II()
[all …]