/openjdk7/hotspot/test/compiler/7119644/ |
H A D | TestByteDoubleVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], -103.); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(byte[] a, double[] b) { method in class:TestByteDoubleVect
|
H A D | TestByteFloatVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], -103.f); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(byte[] a, float[] b) { method in class:TestByteFloatVect
|
H A D | TestByteIntVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], (int)-103); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(byte[] a, int[] b) { method in class:TestByteIntVect
|
H A D | TestByteLongVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], (long)-103); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(byte[] a, long[] b) { method in class:TestByteLongVect
|
H A D | TestByteShortVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], (short)-103); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(byte[] a, short[] b) { method in class:TestByteShortVect
|
H A D | TestCharShortVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (char)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], (short)-103); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(char[] a, short[] b) { method in class:TestCharShortVect
|
H A D | TestFloatDoubleVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], -123.f); 136 errn += verify("test_ci_oppos: b1", i, b1[i], -103.); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(float[] a, double[] b) { method in class:TestFloatDoubleVect
|
H A D | TestIntDoubleVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (int)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], -103.); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(int[] a, double[] b) { method in class:TestIntDoubleVect
|
H A D | TestIntFloatVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (int)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], -103.f); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(int[] a, float[] b) { method in class:TestIntFloatVect
|
H A D | TestIntLongVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (int)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], (long)-103); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(int[] a, long[] b) { method in class:TestIntLongVect
|
H A D | TestLongDoubleVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (long)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], -103.); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(long[] a, double[] b) { method in class:TestLongDoubleVect
|
H A D | TestLongFloatVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (long)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], -103.f); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(long[] a, float[] b) { method in class:TestLongFloatVect
|
H A D | TestShortDoubleVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (short)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], -103.); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(short[] a, double[] b) { method in class:TestShortDoubleVect
|
H A D | TestShortFloatVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (short)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], -103.f); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(short[] a, float[] b) { method in class:TestShortFloatVect
|
H A D | TestShortIntVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (short)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], (int)-103); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(short[] a, int[] b) { method in class:TestShortIntVect
|
H A D | TestShortLongVect.java | 64 test_ci_oppos(a1, b1); 133 test_ci_oppos(a1, b1); 135 errn += verify("test_ci_oppos: a1", i, a1[i], (short)-123); 136 errn += verify("test_ci_oppos: b1", i, b1[i], (long)-103); 384 test_ci_oppos(a1, b1); 387 System.out.println("test_ci_oppos: " + (end - start)); 487 static void test_ci_oppos(short[] a, long[] b) { method in class:TestShortLongVect
|
H A D | TestBooleanVect.java | 66 test_ci_oppos(a1); 158 test_ci_oppos(a1); 160 errn += verify("test_ci_oppos: a1", i, a1[i], false); 558 test_ci_oppos(a1); 561 System.out.println("test_ci_oppos: " + (end - start)); 787 static void test_ci_oppos(boolean[] a) { method in class:TestBooleanVect
|
H A D | TestByteVect.java | 66 test_ci_oppos(a1); 158 test_ci_oppos(a1); 160 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123); 559 test_ci_oppos(a1); 562 System.out.println("test_ci_oppos: " + (end - start)); 788 static void test_ci_oppos(byte[] a) { method in class:TestByteVect
|
H A D | TestCharVect.java | 66 test_ci_oppos(a1); 158 test_ci_oppos(a1); 160 errn += verify("test_ci_oppos: a1", i, a1[i], (char)-123); 559 test_ci_oppos(a1); 562 System.out.println("test_ci_oppos: " + (end - start)); 788 static void test_ci_oppos(char[] a) { method in class:TestCharVect
|
H A D | TestDoubleVect.java | 66 test_ci_oppos(a1); 158 test_ci_oppos(a1); 160 errn += verify("test_ci_oppos: a1", i, a1[i], -123.); 559 test_ci_oppos(a1); 562 System.out.println("test_ci_oppos: " + (end - start)); 788 static void test_ci_oppos(double[] a) { method in class:TestDoubleVect
|
H A D | TestFloatVect.java | 66 test_ci_oppos(a1); 158 test_ci_oppos(a1); 160 errn += verify("test_ci_oppos: a1", i, a1[i], -123.f); 559 test_ci_oppos(a1); 562 System.out.println("test_ci_oppos: " + (end - start)); 788 static void test_ci_oppos(float[] a) { method in class:TestFloatVect
|
H A D | TestIntVect.java | 66 test_ci_oppos(a1); 158 test_ci_oppos(a1); 160 errn += verify("test_ci_oppos: a1", i, a1[i], (int)-123); 559 test_ci_oppos(a1); 562 System.out.println("test_ci_oppos: " + (end - start)); 788 static void test_ci_oppos(int[] a) { method in class:TestIntVect
|
H A D | TestLongVect.java | 66 test_ci_oppos(a1); 158 test_ci_oppos(a1); 160 errn += verify("test_ci_oppos: a1", i, a1[i], (long)-123); 559 test_ci_oppos(a1); 562 System.out.println("test_ci_oppos: " + (end - start)); 788 static void test_ci_oppos(long[] a) { method in class:TestLongVect
|
H A D | TestShortVect.java | 66 test_ci_oppos(a1); 158 test_ci_oppos(a1); 160 errn += verify("test_ci_oppos: a1", i, a1[i], (short)-123); 559 test_ci_oppos(a1); 562 System.out.println("test_ci_oppos: " + (end - start)); 788 static void test_ci_oppos(short[] a) { method in class:TestShortVect
|
/openjdk7/hotspot/test/compiler/8004867/ |
H A D | TestIntAtomicCAS.java | 74 test_ci_oppos(a1, 123); 166 test_ci_oppos(a1, -1); 168 errn += verify("test_ci_oppos: a1", i, a1.get(i), -123); 575 test_ci_oppos(a1, 123); 578 System.out.println("test_ci_oppos: " + (end - start)); 804 static void test_ci_oppos(AtomicIntegerArray a, int old) { method in class:TestIntAtomicCAS
|