Searched defs:test_ci_oppos (Results 1 - 25 of 30) sorted by relevance

12

/openjdk7/hotspot/test/compiler/7119644/
H A DTestByteDoubleVect.java64 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 DTestByteFloatVect.java64 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 DTestByteIntVect.java64 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 DTestByteLongVect.java64 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 DTestByteShortVect.java64 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 DTestCharShortVect.java64 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 DTestFloatDoubleVect.java64 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 DTestIntDoubleVect.java64 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 DTestIntFloatVect.java64 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 DTestIntLongVect.java64 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 DTestLongDoubleVect.java64 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 DTestLongFloatVect.java64 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 DTestShortDoubleVect.java64 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 DTestShortFloatVect.java64 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 DTestShortIntVect.java64 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 DTestShortLongVect.java64 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 DTestBooleanVect.java66 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 DTestByteVect.java66 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 DTestCharVect.java66 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 DTestDoubleVect.java66 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 DTestFloatVect.java66 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 DTestIntVect.java66 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 DTestLongVect.java66 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 DTestShortVect.java66 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 DTestIntAtomicCAS.java74 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

Completed in 90 milliseconds

12