/cts/tools/dx-tests/src/dxc/junit/opcodes/f2d/ |
Test_f2d.java | 26 * @title Argument = 0.5 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Argument = Float.MAX_VALUE 59 * @title Argument = Float.MIN_VALUE 68 * @title Argument = -0 76 * @title Argument = NaN 84 * @title Argument = POSITIVE_INFINITY 92 * @title Argument = NEGATIVE_INFINITY 101 * @title number of argument [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/f2l/ |
Test_f2l.java | 26 * @title Argument = 2.999999f 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Argument = Float.MAX_VALUE 58 * @title Argument = Float.MIN_VALUE 66 * @title Argument = 0 74 * @title Argument = NaN 82 * @title Argument = POSITIVE_INFINITY 90 * @title Argument = NEGATIVE_INFINITY 99 * @title number of arguments [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/i2s/ |
Test_i2s.java | 26 * @title Argument = 1 34 * @title Argument = -1 42 * @title Argument = 32767 50 * @title Argument = -32768 58 * @title Argument = -32769 66 * @title Argument = 32768 74 * @title Argument = 0x10fedc; 82 * @title Argument = 0 90 * @title Argument = Integer.MAX_VALUE 98 * @title Argument = Integer.MIN_VALU [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/if_icmpeq/ |
Test_if_icmpeq.java | 26 * @title Arguments = 5, 6 38 * @title Arguments = 0x0f0e0d0c, 0x0f0e0d0c 46 * @title Arguments = 5, -5 54 * @title Arguments = 0x01001234, 0x1234 62 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE 70 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE 78 * @title Arguments = 0, 1234567 86 * @title Arguments = 0, 0 95 * @title number of arguments 108 * @title types of arguments - int, doubl [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/if_icmpne/ |
Test_if_icmpne.java | 26 * @title Arguments = 5, 6 34 * @title Arguments = 0x0f0e0d0c, 0x0f0e0d0c 46 * @title Arguments = 5, -5 54 * @title Arguments = 0x01001234, 0x1234 62 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE 70 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE 78 * @title Arguments = 0, 1234567 86 * @title Arguments = 0, 0 96 * @title number of arguments 109 * @title types of arguments - int, doubl [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/lcmp/ |
Test_lcmp.java | 26 * @title Arguments = 111234567891l > 111234567890l 34 * @title Arguments = 112234567890 == 112234567890 42 * @title Arguments = 112234567890 < 998876543210 50 * @title Arguments = Long.MAX_VALUE > Long.MIN_VALUE 58 * @title Arguments = Long.MIN_VALUE < Long.MAX_VALUE 66 * @title Arguments = 1 > 0 74 * @title Arguments = 0 > -1 82 * @title Arguments = -1 < 0 90 * @title Arguments = 0 = 0 99 * @title number of argument [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/lshl/ |
Test_lshl.java | 26 * @title Arguments = 5000000000l, 3 34 * @title Arguments = 5000000000l, 1 42 * @title Arguments = -5000000000l, 1 50 * @title Arguments = 1, -1 58 * @title Verify that shift distance is actually in range 0 to 64. 66 * @title Arguments = 0, -1 74 * @title Arguments = 1, 0 82 * @title Arguments = Long.MAX_VALUE, 1 90 * @title Arguments = Long.MIN_VALUE, 1 99 * @title number of argument [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/lshr/ |
Test_lshr.java | 26 * @title Arguments = 40000000000l, 3 34 * @title Arguments = 40000000000l, 1 42 * @title Arguments = -40000000000l, 1 50 * @title Arguments = 1, -1 58 * @title Verify that shift distance is actually in range 0 to 64. 66 * @title Arguments = 0, -1 74 * @title Arguments = 1, 0 82 * @title Arguments = Long.MAX_VALUE, 1 90 * @title Arguments = Long.MIN_VALUE, 1 100 * @title number of argument [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/lsub/ |
Test_lsub.java | 26 * @title Arguments = 1111127348242l, 11111111114l 34 * @title Arguments = 0, 1111127348242l 42 * @title Arguments = 0, -11111111114l 50 * @title Arguments = 0l, Long.MAX_VALUE 57 * @title Arguments = 9223372036854775807L, Long.MAX_VALUE 64 * @title Arguments = Long.MAX_VALUE, -1l 71 * @title Arguments = Long.MIN_VALUE, 1l 78 * @title Arguments = 0l, 0l 85 * @title Arguments = 0l, -Long.MIN_VALUE 94 * @title number of argument [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/cmp_long/ |
Test_cmp_long.java | 26 * @title Arguments = 111234567891l > 111234567890l 34 * @title Arguments = 112234567890 = 112234567890 42 * @title Arguments = 112234567890 < 998876543210 50 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 62 * @title Arguments = Long.MAX_VALUE > Long.MIN_VALUE 70 * @title Arguments = Long.MIN_VALUE < Long.MAX_VALUE 78 * @title Arguments = 1 > 0 86 * @title Arguments = 0 > -1 94 * @title Arguments = -1 < 0 102 * @title Arguments = 0 = [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/double_to_int/ |
Test_double_to_int.java | 27 * @title Argument = 2.9999999d 35 * @title Argument = 1 43 * @title Argument = -1 51 * @title Type of argument - long. Dalvik doens't distinguish 64-bits types internally, 63 * @title Argument = -0 71 * @title Argument = Double.MAX_VALUE 79 * @title Argument = Double.MIN_VALUE 87 * @title Argument = NaN 95 * @title Argument = POSITIVE_INFINITY 103 * @title Argument = NEGATIVE_INFINIT [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/double_to_long/ |
Test_double_to_long.java | 26 * @title Argument = 2.9999999 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Type of argument - long. Dalvik doens't distinguish 64-bits types internally, 62 * @title Argument = Double.MAX_VALUE 70 * @title Argument = Double.MIN_VALUE 78 * @title Argument = -0 86 * @title Argument = NaN 94 * @title Argument = POSITIVE_INFINITY 102 * @title Argument = NEGATIVE_INFINIT [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/float_to_int/ |
Test_float_to_int.java | 27 * @title Argument = 2.999999f 35 * @title Argument = 1 43 * @title Argument = -1 51 * @title Type of argument - int. Dalvik doens't distinguish 32-bits types internally, 64 * @title Argument = -0f 72 * @title Argument = Float.MAX_VALUE 80 * @title Argument = Float.MIN_VALUE 88 * @title Argument = NaN 96 * @title Argument = POSITIVE_INFINITY 104 * @title Argument = NEGATIVE_INFINIT [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/if_nez/ |
Test_if_nez.java | 13 * @title Argument = 5 and -5 22 * @title Arguments = null 31 * @title Arguments = not null 40 * @title Types of arguments - float. Dalvik doens't distinguish 32-bits types internally, 49 * @title Arguments = Integer.MAX_VALUE 57 * @title Arguments = Integer.MIN_VALUE 65 * @title Arguments = 0 73 * @title Compare reference with null 82 * @title number of registers 96 * @title types of arguments - doubl [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/mul_int/ |
Test_mul_int.java | 27 * @title Arguments = 8, 4 35 * @title Arguments = -2, 255 43 * @title Arguments = 0x7ffffffe, 2 51 * @title Arguments = 4, 0x80000001 59 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 71 * @title Arguments = 0, Integer.MAX_VALUE 79 * @title Arguments = Integer.MAX_VALUE, 1 87 * @title Arguments = Integer.MIN_VALUE, 1 95 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE 104 * @title Arguments = 0, [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/mul_int_2addr/ |
Test_mul_int_2addr.java | 27 * @title Arguments = 8, 4 35 * @title Arguments = -2, 255 43 * @title Arguments = 0x7ffffffe, 2 51 * @title Arguments = 4, 0x80000001 59 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 71 * @title Arguments = 0, Integer.MAX_VALUE 79 * @title Arguments = Integer.MAX_VALUE, 1 87 * @title Arguments = Integer.MIN_VALUE, 1 95 * @title Arguments = Integer.MAX_VALUE, Integer.MIN_VALUE 104 * @title Arguments = 0, [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/mul_int_lit16/ |
Test_mul_int_lit16.java | 31 * @title Arguments = 205, 130 39 * @title Arguments = -180, 130 47 * @title Arguments = 0xfa, 130 55 * @title Arguments = -101, -321 63 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 75 * @title Arguments = 0, 0 83 * @title Arguments = 0, Short.MAX_VALUE 91 * @title Arguments = 1, Short.MAX_VALUE 99 * @title Arguments = 1, Short.MIN_VALUE 107 * @title Arguments = 32767, Short.MIN_VALU [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/mul_int_lit8/ |
Test_mul_int_lit8.java | 31 * @title Arguments = 10, 55 39 * @title Arguments = 10, -25 47 * @title Arguments = -15, -23 55 * @title Arguments = 0x7ffffffe, 10 63 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally, 75 * @title Arguments = 0, 0 83 * @title Arguments = 0, Byte.MAX_VALUE 91 * @title Arguments = 1, Byte.MAX_VALUE 99 * @title Arguments = 1, Short.MIN_VALUE 107 * @title Arguments = 127, Short.MIN_VALU [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/neg_double/ |
Test_neg_double.java | 27 * @title Argument = 1 35 * @title Argument = -1 43 * @title Argument = +0 51 * @title Argument = -2.7 59 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally, 73 * @title Argument = Double.NaN 81 * @title Argument = Double.NEGATIVE_INFINITY 89 * @title Argument = Double.POSITIVE_INFINITY 97 * @title Argument = Double.MAX_VALUE 105 * @title Argument = Double.MIN_VALU [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/neg_float/ |
Test_neg_float.java | 27 * @title Argument = 1 35 * @title Argument = -1 43 * @title Argument = +0 51 * @title Argument = -2.7 59 * @title Types of arguments - float, int. Dalvik doens't distinguish 32-bits types internally, 72 * @title Argument = Float.NaN 80 * @title Argument = Float.NEGATIVE_INFINITY 88 * @title Argument = Float.POSITIVE_INFINITY 96 * @title Argument = Float.MAX_VALUE 104 * @title Argument = Float.MI [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_int/ |
Test_shl_int.java | 11 * @title 15 << 1 19 * @title 33 << 2 27 * @title -15 << 1 35 * @title Arguments = 1 & -1 43 * @title Verify that shift distance is actually in range 0 to 32. 51 * @title Types of arguments - float, float. Dalvik doens't distinguish 32-bits types internally, 64 * @title Arguments = 0 & -1 72 * @title Arguments = Integer.MAX_VALUE & 1 80 * @title Arguments = Integer.MIN_VALUE & 1 88 * @title Arguments = 1 & [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_int_2addr/ |
Test_shl_int_2addr.java | 11 * @title 15 << 1 19 * @title 33 << 2 27 * @title -15 << 1 35 * @title Arguments = 1 & -1 43 * @title Verify that shift distance is actually in range 0 to 32. 51 * @title Types of arguments - float, float. Dalvik doens't distinguish 32-bits types internally, 64 * @title Arguments = 0 & -1 72 * @title Arguments = Integer.MAX_VALUE & 1 80 * @title Arguments = Integer.MIN_VALUE & 1 88 * @title Arguments = 1 & [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/shl_int_lit8/ |
Test_shl_int_lit8.java | 15 * @title 15 << 1 23 * @title 33 << 2 31 * @title -15 << 1 39 * @title Arguments = 1 & -1 47 * @title Verify that shift distance is actually in range 0 to 32. 55 * @title Types of arguments - float. Dalvik doens't distinguish 32-bits types internally, 69 * @title Arguments = 0 & -1 77 * @title Arguments = Integer.MAX_VALUE & 1 85 * @title Arguments = Integer.MIN_VALUE & 1 93 * @title Arguments = 1 & [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/shr_int/ |
Test_shr_int.java | 11 * @title 15 >> 1 19 * @title 33 >> 2 27 * @title -15 >> 1 35 * @title Arguments = 1 & -1 43 * @title Verify that shift distance is actually in range 0 to 32. 51 * @title Types of arguments - float, float. Dalvik doens't distinguish 32-bits types internally, 65 * @title Arguments = 0 & -1 73 * @title Arguments = Integer.MAX_VALUE & 1 81 * @title Arguments = Integer.MIN_VALUE & 1 89 * @title Arguments = 1 & [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/shr_int_2addr/ |
Test_shr_int_2addr.java | 11 * @title 15 >> 1 19 * @title 33 >> 2 27 * @title -15 >> 1 35 * @title Arguments = 1 & -1 43 * @title Verify that shift distance is actually in range 0 to 32. 51 * @title Types of arguments - float, float. Dalvik doens't distinguish 32-bits types internally, 65 * @title Arguments = 0 & -1 73 * @title Arguments = Integer.MAX_VALUE & 1 81 * @title Arguments = Integer.MIN_VALUE & 1 89 * @title Arguments = 1 & [all...] |