/openjdk7/hotspot/test/compiler/7119644/ |
H A D | TestByteDoubleVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], -103.); 194 errn += verify("test_ci_aln: b1", i, b1[i], -1.); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(byte[] a, double[] b) { method in class:TestByteDoubleVect
|
H A D | TestByteFloatVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], -103.f); 194 errn += verify("test_ci_aln: b1", i, b1[i], -1.f); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(byte[] a, float[] b) { method in class:TestByteFloatVect
|
H A D | TestByteIntVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], (int)-103); 194 errn += verify("test_ci_aln: b1", i, b1[i], (int)-1); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(byte[] a, int[] b) { method in class:TestByteIntVect
|
H A D | TestByteLongVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], (long)-103); 194 errn += verify("test_ci_aln: b1", i, b1[i], (long)-1); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(byte[] a, long[] b) { method in class:TestByteLongVect
|
H A D | TestByteShortVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], (short)-103); 194 errn += verify("test_ci_aln: b1", i, b1[i], (short)-1); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(byte[] a, short[] b) { method in class:TestByteShortVect
|
H A D | TestCharShortVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (char)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (char)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], (short)-103); 194 errn += verify("test_ci_aln: b1", i, b1[i], (short)-1); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(char[] a, short[] b) { method in class:TestCharShortVect
|
H A D | TestFloatDoubleVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], -1.f); 188 errn += verify("test_ci_aln: a1", i, a1[i], -123.f); 191 errn += verify("test_ci_aln: b1", i, b1[i], -103.); 194 errn += verify("test_ci_aln: b1", i, b1[i], -1.); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(float[] a, double[] b) { method in class:TestFloatDoubleVect
|
H A D | TestIntDoubleVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (int)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (int)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], -103.); 194 errn += verify("test_ci_aln: b1", i, b1[i], -1.); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(int[] a, double[] b) { method in class:TestIntDoubleVect
|
H A D | TestIntFloatVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (int)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (int)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], -103.f); 194 errn += verify("test_ci_aln: b1", i, b1[i], -1.f); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(int[] a, float[] b) { method in class:TestIntFloatVect
|
H A D | TestIntLongVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (int)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (int)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], (long)-103); 194 errn += verify("test_ci_aln: b1", i, b1[i], (long)-1); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(int[] a, long[] b) { method in class:TestIntLongVect
|
H A D | TestLongDoubleVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (long)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (long)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], -103.); 194 errn += verify("test_ci_aln: b1", i, b1[i], -1.); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(long[] a, double[] b) { method in class:TestLongDoubleVect
|
H A D | TestLongFloatVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (long)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (long)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], -103.f); 194 errn += verify("test_ci_aln: b1", i, b1[i], -1.f); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(long[] a, float[] b) { method in class:TestLongFloatVect
|
H A D | TestShortDoubleVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (short)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (short)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], -103.); 194 errn += verify("test_ci_aln: b1", i, b1[i], -1.); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(short[] a, double[] b) { method in class:TestShortDoubleVect
|
H A D | TestShortFloatVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (short)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (short)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], -103.f); 194 errn += verify("test_ci_aln: b1", i, b1[i], -1.f); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(short[] a, float[] b) { method in class:TestShortFloatVect
|
H A D | TestShortIntVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (short)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (short)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], (int)-103); 194 errn += verify("test_ci_aln: b1", i, b1[i], (int)-1); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(short[] a, int[] b) { method in class:TestShortIntVect
|
H A D | TestShortLongVect.java | 67 test_ci_aln(a1, b1); 183 test_ci_aln(a1, b1); 185 errn += verify("test_ci_aln: a1", i, a1[i], (short)-1); 188 errn += verify("test_ci_aln: a1", i, a1[i], (short)-123); 191 errn += verify("test_ci_aln: b1", i, b1[i], (long)-103); 194 errn += verify("test_ci_aln: b1", i, b1[i], (long)-1); 402 test_ci_aln(a1, b1); 405 System.out.println("test_ci_aln: " + (end - start)); 508 static void test_ci_aln(short[] a, long[] b) { method in class:TestShortLongVect
|