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

/openjdk7/hotspot/test/compiler/7119644/
H A DTestBooleanVect.java64 test_2ci_neg(a1, a2);
143 test_2ci_neg(a1, a2);
145 errn += verify("test_2ci_neg: a1", i, a1[i], false);
146 errn += verify("test_2ci_neg: a2", i, a2[i], false);
545 test_2ci_neg(a1, a2);
548 System.out.println("test_2ci_neg: " + (end - start));
775 static void test_2ci_neg(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestByteVect.java64 test_2ci_neg(a1, a2);
143 test_2ci_neg(a1, a2);
145 errn += verify("test_2ci_neg: a1", i, a1[i], (byte)-123);
146 errn += verify("test_2ci_neg: a2", i, a2[i], (byte)-103);
546 test_2ci_neg(a1, a2);
549 System.out.println("test_2ci_neg: " + (end - start));
776 static void test_2ci_neg(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestCharVect.java64 test_2ci_neg(a1, a2);
143 test_2ci_neg(a1, a2);
145 errn += verify("test_2ci_neg: a1", i, a1[i], (char)-123);
146 errn += verify("test_2ci_neg: a2", i, a2[i], (char)-103);
546 test_2ci_neg(a1, a2);
549 System.out.println("test_2ci_neg: " + (end - start));
776 static void test_2ci_neg(char[] a, char[] b) { method in class:TestCharVect
H A DTestDoubleVect.java64 test_2ci_neg(a1, a2);
143 test_2ci_neg(a1, a2);
145 errn += verify("test_2ci_neg: a1", i, a1[i], -123.);
146 errn += verify("test_2ci_neg: a2", i, a2[i], -103.);
546 test_2ci_neg(a1, a2);
549 System.out.println("test_2ci_neg: " + (end - start));
776 static void test_2ci_neg(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestFloatVect.java64 test_2ci_neg(a1, a2);
143 test_2ci_neg(a1, a2);
145 errn += verify("test_2ci_neg: a1", i, a1[i], -123.f);
146 errn += verify("test_2ci_neg: a2", i, a2[i], -103.f);
546 test_2ci_neg(a1, a2);
549 System.out.println("test_2ci_neg: " + (end - start));
776 static void test_2ci_neg(float[] a, float[] b) { method in class:TestFloatVect
H A DTestIntVect.java64 test_2ci_neg(a1, a2);
143 test_2ci_neg(a1, a2);
145 errn += verify("test_2ci_neg: a1", i, a1[i], (int)-123);
146 errn += verify("test_2ci_neg: a2", i, a2[i], (int)-103);
546 test_2ci_neg(a1, a2);
549 System.out.println("test_2ci_neg: " + (end - start));
776 static void test_2ci_neg(int[] a, int[] b) { method in class:TestIntVect
H A DTestLongVect.java64 test_2ci_neg(a1, a2);
143 test_2ci_neg(a1, a2);
145 errn += verify("test_2ci_neg: a1", i, a1[i], (long)-123);
146 errn += verify("test_2ci_neg: a2", i, a2[i], (long)-103);
546 test_2ci_neg(a1, a2);
549 System.out.println("test_2ci_neg: " + (end - start));
776 static void test_2ci_neg(long[] a, long[] b) { method in class:TestLongVect
H A DTestShortVect.java64 test_2ci_neg(a1, a2);
143 test_2ci_neg(a1, a2);
145 errn += verify("test_2ci_neg: a1", i, a1[i], (short)-123);
146 errn += verify("test_2ci_neg: a2", i, a2[i], (short)-103);
546 test_2ci_neg(a1, a2);
549 System.out.println("test_2ci_neg: " + (end - start));
776 static void test_2ci_neg(short[] a, short[] b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java72 test_2ci_neg(a1, a2);
151 test_2ci_neg(a1, a2);
153 errn += verify("test_2ci_neg: a1", i, a1.get(i), -123);
154 errn += verify("test_2ci_neg: a2", i, a2.get(i), -103);
562 test_2ci_neg(a1, a2);
565 System.out.println("test_2ci_neg: " + (end - start));
792 static void test_2ci_neg(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java72 test_2ci_neg(a1, a2);
151 test_2ci_neg(a1, a2);
153 errn += verify("test_2ci_neg: a1", i, a1.get(i), -123);
154 errn += verify("test_2ci_neg: a2", i, a2.get(i), -103);
562 test_2ci_neg(a1, a2);
565 System.out.println("test_2ci_neg: " + (end - start));
792 static void test_2ci_neg(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java72 test_2ci_neg(a1, a2);
151 test_2ci_neg(a1, a2);
153 errn += verify("test_2ci_neg: a1", i, a1.get(i), -123);
154 errn += verify("test_2ci_neg: a2", i, a2.get(i), -103);
562 test_2ci_neg(a1, a2);
565 System.out.println("test_2ci_neg: " + (end - start));
792 static void test_2ci_neg(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile
H A DTestIntUnsafeCAS.java89 test_2ci_neg(a1, a2);
168 test_2ci_neg(a1, a2);
170 errn += verify("test_2ci_neg: a1", i, a1[i], -123);
171 errn += verify("test_2ci_neg: a2", i, a2[i], -103);
579 test_2ci_neg(a1, a2);
582 System.out.println("test_2ci_neg: " + (end - start));
813 static void test_2ci_neg(int[] a, int[] b) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeOrdered.java89 test_2ci_neg(a1, a2);
168 test_2ci_neg(a1, a2);
170 errn += verify("test_2ci_neg: a1", i, a1[i], -123);
171 errn += verify("test_2ci_neg: a2", i, a2[i], -103);
579 test_2ci_neg(a1, a2);
582 System.out.println("test_2ci_neg: " + (end - start));
813 static void test_2ci_neg(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntUnsafeVolatile.java89 test_2ci_neg(a1, a2);
168 test_2ci_neg(a1, a2);
170 errn += verify("test_2ci_neg: a1", i, a1[i], -123);
171 errn += verify("test_2ci_neg: a2", i, a2[i], -103);
579 test_2ci_neg(a1, a2);
582 System.out.println("test_2ci_neg: " + (end - start));
813 static void test_2ci_neg(int[] a, int[] b) { method in class:TestIntUnsafeVolatile

Completed in 209 milliseconds