Searched defs:test_2ci_oppos (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/test/compiler/7119644/
H A DTestBooleanVect.java69 test_2ci_oppos(a1, a2);
170 test_2ci_oppos(a1, a2);
172 errn += verify("test_2ci_oppos: a1", i, a1[i], false);
173 errn += verify("test_2ci_oppos: a2", i, a2[i], false);
576 test_2ci_oppos(a1, a2);
579 System.out.println("test_2ci_oppos: " + (end - start));
805 static void test_2ci_oppos(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestByteVect.java69 test_2ci_oppos(a1, a2);
170 test_2ci_oppos(a1, a2);
172 errn += verify("test_2ci_oppos: a1", i, a1[i], (byte)-123);
173 errn += verify("test_2ci_oppos: a2", i, a2[i], (byte)-103);
577 test_2ci_oppos(a1, a2);
580 System.out.println("test_2ci_oppos: " + (end - start));
806 static void test_2ci_oppos(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestCharVect.java69 test_2ci_oppos(a1, a2);
170 test_2ci_oppos(a1, a2);
172 errn += verify("test_2ci_oppos: a1", i, a1[i], (char)-123);
173 errn += verify("test_2ci_oppos: a2", i, a2[i], (char)-103);
577 test_2ci_oppos(a1, a2);
580 System.out.println("test_2ci_oppos: " + (end - start));
806 static void test_2ci_oppos(char[] a, char[] b) { method in class:TestCharVect
H A DTestDoubleVect.java69 test_2ci_oppos(a1, a2);
170 test_2ci_oppos(a1, a2);
172 errn += verify("test_2ci_oppos: a1", i, a1[i], -123.);
173 errn += verify("test_2ci_oppos: a2", i, a2[i], -103.);
577 test_2ci_oppos(a1, a2);
580 System.out.println("test_2ci_oppos: " + (end - start));
806 static void test_2ci_oppos(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestFloatVect.java69 test_2ci_oppos(a1, a2);
170 test_2ci_oppos(a1, a2);
172 errn += verify("test_2ci_oppos: a1", i, a1[i], -123.f);
173 errn += verify("test_2ci_oppos: a2", i, a2[i], -103.f);
577 test_2ci_oppos(a1, a2);
580 System.out.println("test_2ci_oppos: " + (end - start));
806 static void test_2ci_oppos(float[] a, float[] b) { method in class:TestFloatVect
H A DTestIntVect.java69 test_2ci_oppos(a1, a2);
170 test_2ci_oppos(a1, a2);
172 errn += verify("test_2ci_oppos: a1", i, a1[i], (int)-123);
173 errn += verify("test_2ci_oppos: a2", i, a2[i], (int)-103);
577 test_2ci_oppos(a1, a2);
580 System.out.println("test_2ci_oppos: " + (end - start));
806 static void test_2ci_oppos(int[] a, int[] b) { method in class:TestIntVect
H A DTestLongVect.java69 test_2ci_oppos(a1, a2);
170 test_2ci_oppos(a1, a2);
172 errn += verify("test_2ci_oppos: a1", i, a1[i], (long)-123);
173 errn += verify("test_2ci_oppos: a2", i, a2[i], (long)-103);
577 test_2ci_oppos(a1, a2);
580 System.out.println("test_2ci_oppos: " + (end - start));
806 static void test_2ci_oppos(long[] a, long[] b) { method in class:TestLongVect
H A DTestShortVect.java69 test_2ci_oppos(a1, a2);
170 test_2ci_oppos(a1, a2);
172 errn += verify("test_2ci_oppos: a1", i, a1[i], (short)-123);
173 errn += verify("test_2ci_oppos: a2", i, a2[i], (short)-103);
577 test_2ci_oppos(a1, a2);
580 System.out.println("test_2ci_oppos: " + (end - start));
806 static void test_2ci_oppos(short[] a, short[] b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java77 test_2ci_oppos(a1, a2);
178 test_2ci_oppos(a1, a2);
180 errn += verify("test_2ci_oppos: a1", i, a1.get(i), -123);
181 errn += verify("test_2ci_oppos: a2", i, a2.get(i), -103);
593 test_2ci_oppos(a1, a2);
596 System.out.println("test_2ci_oppos: " + (end - start));
822 static void test_2ci_oppos(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java77 test_2ci_oppos(a1, a2);
178 test_2ci_oppos(a1, a2);
180 errn += verify("test_2ci_oppos: a1", i, a1.get(i), -123);
181 errn += verify("test_2ci_oppos: a2", i, a2.get(i), -103);
593 test_2ci_oppos(a1, a2);
596 System.out.println("test_2ci_oppos: " + (end - start));
822 static void test_2ci_oppos(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java77 test_2ci_oppos(a1, a2);
178 test_2ci_oppos(a1, a2);
180 errn += verify("test_2ci_oppos: a1", i, a1.get(i), -123);
181 errn += verify("test_2ci_oppos: a2", i, a2.get(i), -103);
593 test_2ci_oppos(a1, a2);
596 System.out.println("test_2ci_oppos: " + (end - start));
822 static void test_2ci_oppos(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile
H A DTestIntUnsafeCAS.java94 test_2ci_oppos(a1, a2);
195 test_2ci_oppos(a1, a2);
197 errn += verify("test_2ci_oppos: a1", i, a1[i], -123);
198 errn += verify("test_2ci_oppos: a2", i, a2[i], -103);
610 test_2ci_oppos(a1, a2);
613 System.out.println("test_2ci_oppos: " + (end - start));
843 static void test_2ci_oppos(int[] a, int[] b) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeOrdered.java94 test_2ci_oppos(a1, a2);
195 test_2ci_oppos(a1, a2);
197 errn += verify("test_2ci_oppos: a1", i, a1[i], -123);
198 errn += verify("test_2ci_oppos: a2", i, a2[i], -103);
610 test_2ci_oppos(a1, a2);
613 System.out.println("test_2ci_oppos: " + (end - start));
843 static void test_2ci_oppos(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntUnsafeVolatile.java94 test_2ci_oppos(a1, a2);
195 test_2ci_oppos(a1, a2);
197 errn += verify("test_2ci_oppos: a1", i, a1[i], -123);
198 errn += verify("test_2ci_oppos: a2", i, a2[i], -103);
610 test_2ci_oppos(a1, a2);
613 System.out.println("test_2ci_oppos: " + (end - start));
843 static void test_2ci_oppos(int[] a, int[] b) { method in class:TestIntUnsafeVolatile

Completed in 69 milliseconds