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

/openjdk7/hotspot/test/compiler/7119644/
H A DTestBooleanVect.java59 test_2ci(a1, a2);
116 test_2ci(a1, a2);
118 errn += verify("test_2ci: a1", i, a1[i], false);
119 errn += verify("test_2ci: a2", i, a2[i], false);
514 test_2ci(a1, a2);
517 System.out.println("test_2ci: " + (end - start));
748 static void test_2ci(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestByteVect.java59 test_2ci(a1, a2);
116 test_2ci(a1, a2);
118 errn += verify("test_2ci: a1", i, a1[i], (byte)-123);
119 errn += verify("test_2ci: a2", i, a2[i], (byte)-103);
515 test_2ci(a1, a2);
518 System.out.println("test_2ci: " + (end - start));
749 static void test_2ci(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestCharVect.java59 test_2ci(a1, a2);
116 test_2ci(a1, a2);
118 errn += verify("test_2ci: a1", i, a1[i], (char)-123);
119 errn += verify("test_2ci: a2", i, a2[i], (char)-103);
515 test_2ci(a1, a2);
518 System.out.println("test_2ci: " + (end - start));
749 static void test_2ci(char[] a, char[] b) { method in class:TestCharVect
H A DTestDoubleVect.java59 test_2ci(a1, a2);
116 test_2ci(a1, a2);
118 errn += verify("test_2ci: a1", i, a1[i], -123.);
119 errn += verify("test_2ci: a2", i, a2[i], -103.);
515 test_2ci(a1, a2);
518 System.out.println("test_2ci: " + (end - start));
749 static void test_2ci(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestFloatVect.java59 test_2ci(a1, a2);
116 test_2ci(a1, a2);
118 errn += verify("test_2ci: a1", i, a1[i], -123.f);
119 errn += verify("test_2ci: a2", i, a2[i], -103.f);
515 test_2ci(a1, a2);
518 System.out.println("test_2ci: " + (end - start));
749 static void test_2ci(float[] a, float[] b) { method in class:TestFloatVect
H A DTestIntVect.java59 test_2ci(a1, a2);
116 test_2ci(a1, a2);
118 errn += verify("test_2ci: a1", i, a1[i], (int)-123);
119 errn += verify("test_2ci: a2", i, a2[i], (int)-103);
515 test_2ci(a1, a2);
518 System.out.println("test_2ci: " + (end - start));
749 static void test_2ci(int[] a, int[] b) { method in class:TestIntVect
H A DTestLongVect.java59 test_2ci(a1, a2);
116 test_2ci(a1, a2);
118 errn += verify("test_2ci: a1", i, a1[i], (long)-123);
119 errn += verify("test_2ci: a2", i, a2[i], (long)-103);
515 test_2ci(a1, a2);
518 System.out.println("test_2ci: " + (end - start));
749 static void test_2ci(long[] a, long[] b) { method in class:TestLongVect
H A DTestShortVect.java59 test_2ci(a1, a2);
116 test_2ci(a1, a2);
118 errn += verify("test_2ci: a1", i, a1[i], (short)-123);
119 errn += verify("test_2ci: a2", i, a2[i], (short)-103);
515 test_2ci(a1, a2);
518 System.out.println("test_2ci: " + (end - start));
749 static void test_2ci(short[] a, short[] b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java67 test_2ci(a1, a2);
124 test_2ci(a1, a2);
126 errn += verify("test_2ci: a1", i, a1.get(i), -123);
127 errn += verify("test_2ci: a2", i, a2.get(i), -103);
531 test_2ci(a1, a2);
534 System.out.println("test_2ci: " + (end - start));
765 static void test_2ci(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java67 test_2ci(a1, a2);
124 test_2ci(a1, a2);
126 errn += verify("test_2ci: a1", i, a1.get(i), -123);
127 errn += verify("test_2ci: a2", i, a2.get(i), -103);
531 test_2ci(a1, a2);
534 System.out.println("test_2ci: " + (end - start));
765 static void test_2ci(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java67 test_2ci(a1, a2);
124 test_2ci(a1, a2);
126 errn += verify("test_2ci: a1", i, a1.get(i), -123);
127 errn += verify("test_2ci: a2", i, a2.get(i), -103);
531 test_2ci(a1, a2);
534 System.out.println("test_2ci: " + (end - start));
765 static void test_2ci(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile
H A DTestIntUnsafeCAS.java84 test_2ci(a1, a2);
141 test_2ci(a1, a2);
143 errn += verify("test_2ci: a1", i, a1[i], -123);
144 errn += verify("test_2ci: a2", i, a2[i], -103);
548 test_2ci(a1, a2);
551 System.out.println("test_2ci: " + (end - start));
786 static void test_2ci(int[] a, int[] b) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeOrdered.java84 test_2ci(a1, a2);
141 test_2ci(a1, a2);
143 errn += verify("test_2ci: a1", i, a1[i], -123);
144 errn += verify("test_2ci: a2", i, a2[i], -103);
548 test_2ci(a1, a2);
551 System.out.println("test_2ci: " + (end - start));
786 static void test_2ci(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntUnsafeVolatile.java84 test_2ci(a1, a2);
141 test_2ci(a1, a2);
143 errn += verify("test_2ci: a1", i, a1[i], -123);
144 errn += verify("test_2ci: a2", i, a2[i], -103);
548 test_2ci(a1, a2);
551 System.out.println("test_2ci: " + (end - start));
786 static void test_2ci(int[] a, int[] b) { method in class:TestIntUnsafeVolatile

Completed in 100 milliseconds