/openjdk7/hotspot/test/compiler/7119644/ |
H A D | TestByteDoubleVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (byte)-123); 90 errn += verify("test_ci: b1", i, b1[i], -103.); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(byte[] a, double[] b) { method in class:TestByteDoubleVect
|
H A D | TestByteFloatVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (byte)-123); 90 errn += verify("test_ci: b1", i, b1[i], -103.f); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(byte[] a, float[] b) { method in class:TestByteFloatVect
|
H A D | TestByteIntVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (byte)-123); 90 errn += verify("test_ci: b1", i, b1[i], (int)-103); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(byte[] a, int[] b) { method in class:TestByteIntVect
|
H A D | TestByteLongVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (byte)-123); 90 errn += verify("test_ci: b1", i, b1[i], (long)-103); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(byte[] a, long[] b) { method in class:TestByteLongVect
|
H A D | TestByteShortVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (byte)-123); 90 errn += verify("test_ci: b1", i, b1[i], (short)-103); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(byte[] a, short[] b) { method in class:TestByteShortVect
|
H A D | TestCharShortVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (char)-123); 90 errn += verify("test_ci: b1", i, b1[i], (short)-103); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(char[] a, short[] b) { method in class:TestCharShortVect
|
H A D | TestFloatDoubleVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], -123.f); 90 errn += verify("test_ci: b1", i, b1[i], -103.); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(float[] a, double[] b) { method in class:TestFloatDoubleVect
|
H A D | TestIntDoubleVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (int)-123); 90 errn += verify("test_ci: b1", i, b1[i], -103.); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(int[] a, double[] b) { method in class:TestIntDoubleVect
|
H A D | TestIntFloatVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (int)-123); 90 errn += verify("test_ci: b1", i, b1[i], -103.f); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(int[] a, float[] b) { method in class:TestIntFloatVect
|
H A D | TestIntLongVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (int)-123); 90 errn += verify("test_ci: b1", i, b1[i], (long)-103); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(int[] a, long[] b) { method in class:TestIntLongVect
|
H A D | TestLongDoubleVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (long)-123); 90 errn += verify("test_ci: b1", i, b1[i], -103.); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(long[] a, double[] b) { method in class:TestLongDoubleVect
|
H A D | TestLongFloatVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (long)-123); 90 errn += verify("test_ci: b1", i, b1[i], -103.f); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(long[] a, float[] b) { method in class:TestLongFloatVect
|
H A D | TestShortDoubleVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (short)-123); 90 errn += verify("test_ci: b1", i, b1[i], -103.); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(short[] a, double[] b) { method in class:TestShortDoubleVect
|
H A D | TestShortFloatVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (short)-123); 90 errn += verify("test_ci: b1", i, b1[i], -103.f); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(short[] a, float[] b) { method in class:TestShortFloatVect
|
H A D | TestShortIntVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (short)-123); 90 errn += verify("test_ci: b1", i, b1[i], (int)-103); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(short[] a, int[] b) { method in class:TestShortIntVect
|
H A D | TestShortLongVect.java | 58 test_ci(a1, b1); 87 test_ci(a1, b1); 89 errn += verify("test_ci: a1", i, a1[i], (short)-123); 90 errn += verify("test_ci: b1", i, b1[i], (long)-103); 348 test_ci(a1, b1); 351 System.out.println("test_ci: " + (end - start)); 451 static void test_ci(short[] a, long[] b) { method in class:TestShortLongVect
|
H A D | TestBooleanVect.java | 56 test_ci(a1); 104 test_ci(a1); 106 errn += verify("test_ci: a1", i, a1[i], false); 496 test_ci(a1); 499 System.out.println("test_ci: " + (end - start)); 733 static void test_ci(boolean[] a) { method in class:TestBooleanVect
|
H A D | TestByteVect.java | 56 test_ci(a1); 104 test_ci(a1); 106 errn += verify("test_ci: a1", i, a1[i], (byte)-123); 497 test_ci(a1); 500 System.out.println("test_ci: " + (end - start)); 734 static void test_ci(byte[] a) { method in class:TestByteVect
|
H A D | TestCharVect.java | 56 test_ci(a1); 104 test_ci(a1); 106 errn += verify("test_ci: a1", i, a1[i], (char)-123); 497 test_ci(a1); 500 System.out.println("test_ci: " + (end - start)); 734 static void test_ci(char[] a) { method in class:TestCharVect
|
H A D | TestDoubleVect.java | 56 test_ci(a1); 104 test_ci(a1); 106 errn += verify("test_ci: a1", i, a1[i], -123.); 497 test_ci(a1); 500 System.out.println("test_ci: " + (end - start)); 734 static void test_ci(double[] a) { method in class:TestDoubleVect
|
H A D | TestFloatVect.java | 56 test_ci(a1); 104 test_ci(a1); 106 errn += verify("test_ci: a1", i, a1[i], -123.f); 497 test_ci(a1); 500 System.out.println("test_ci: " + (end - start)); 734 static void test_ci(float[] a) { method in class:TestFloatVect
|
H A D | TestIntVect.java | 56 test_ci(a1); 104 test_ci(a1); 106 errn += verify("test_ci: a1", i, a1[i], (int)-123); 497 test_ci(a1); 500 System.out.println("test_ci: " + (end - start)); 734 static void test_ci(int[] a) { method in class:TestIntVect
|
H A D | TestLongVect.java | 56 test_ci(a1); 104 test_ci(a1); 106 errn += verify("test_ci: a1", i, a1[i], (long)-123); 497 test_ci(a1); 500 System.out.println("test_ci: " + (end - start)); 734 static void test_ci(long[] a) { method in class:TestLongVect
|
H A D | TestShortVect.java | 56 test_ci(a1); 104 test_ci(a1); 106 errn += verify("test_ci: a1", i, a1[i], (short)-123); 497 test_ci(a1); 500 System.out.println("test_ci: " + (end - start)); 734 static void test_ci(short[] a) { method in class:TestShortVect
|
/openjdk7/hotspot/test/compiler/8004867/ |
H A D | TestIntAtomicCAS.java | 64 test_ci(a1); 112 test_ci(a1); 114 errn += verify("test_ci: a1", i, a1.get(i), -123); 513 test_ci(a1); 516 System.out.println("test_ci: " + (end - start)); 750 static void test_ci(AtomicIntegerArray a) { method in class:TestIntAtomicCAS
|