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

/openjdk9/hotspot/test/compiler/codegen/
H A DTestBooleanVect.java67 test_2ci_neg(a1, a2);
146 test_2ci_neg(a1, a2);
148 errn += verify("test_2ci_neg: a1", i, a1[i], false);
149 errn += verify("test_2ci_neg: a2", i, a2[i], false);
548 test_2ci_neg(a1, a2);
551 System.out.println("test_2ci_neg: " + (end - start));
778 static void test_2ci_neg(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestShortVect.java67 test_2ci_neg(a1, a2);
146 test_2ci_neg(a1, a2);
148 errn += verify("test_2ci_neg: a1", i, a1[i], (short)-123);
149 errn += verify("test_2ci_neg: a2", i, a2[i], (short)-103);
549 test_2ci_neg(a1, a2);
552 System.out.println("test_2ci_neg: " + (end - start));
779 static void test_2ci_neg(short[] a, short[] b) { method in class:TestShortVect
H A DTestCharVect.java67 test_2ci_neg(a1, a2);
146 test_2ci_neg(a1, a2);
148 errn += verify("test_2ci_neg: a1", i, a1[i], (char)-123);
149 errn += verify("test_2ci_neg: a2", i, a2[i], (char)-103);
549 test_2ci_neg(a1, a2);
552 System.out.println("test_2ci_neg: " + (end - start));
779 static void test_2ci_neg(char[] a, char[] b) { method in class:TestCharVect
H A DTestByteVect.java67 test_2ci_neg(a1, a2);
146 test_2ci_neg(a1, a2);
148 errn += verify("test_2ci_neg: a1", i, a1[i], (byte)-123);
149 errn += verify("test_2ci_neg: a2", i, a2[i], (byte)-103);
549 test_2ci_neg(a1, a2);
552 System.out.println("test_2ci_neg: " + (end - start));
779 static void test_2ci_neg(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestDoubleVect.java67 test_2ci_neg(a1, a2);
146 test_2ci_neg(a1, a2);
148 errn += verify("test_2ci_neg: a1", i, a1[i], -123.);
149 errn += verify("test_2ci_neg: a2", i, a2[i], -103.);
549 test_2ci_neg(a1, a2);
552 System.out.println("test_2ci_neg: " + (end - start));
779 static void test_2ci_neg(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestLongVect.java67 test_2ci_neg(a1, a2);
146 test_2ci_neg(a1, a2);
148 errn += verify("test_2ci_neg: a1", i, a1[i], (long)-123);
149 errn += verify("test_2ci_neg: a2", i, a2[i], (long)-103);
549 test_2ci_neg(a1, a2);
552 System.out.println("test_2ci_neg: " + (end - start));
779 static void test_2ci_neg(long[] a, long[] b) { method in class:TestLongVect
H A DTestIntVect.java67 test_2ci_neg(a1, a2);
146 test_2ci_neg(a1, a2);
148 errn += verify("test_2ci_neg: a1", i, a1[i], (int)-123);
149 errn += verify("test_2ci_neg: a2", i, a2[i], (int)-103);
549 test_2ci_neg(a1, a2);
552 System.out.println("test_2ci_neg: " + (end - start));
779 static void test_2ci_neg(int[] a, int[] b) { method in class:TestIntVect
H A DTestFloatVect.java67 test_2ci_neg(a1, a2);
146 test_2ci_neg(a1, a2);
148 errn += verify("test_2ci_neg: a1", i, a1[i], -123.f);
149 errn += verify("test_2ci_neg: a2", i, a2[i], -103.f);
549 test_2ci_neg(a1, a2);
552 System.out.println("test_2ci_neg: " + (end - start));
779 static void test_2ci_neg(float[] a, float[] b) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java92 test_2ci_neg(a1, a2);
171 test_2ci_neg(a1, a2);
173 errn += verify("test_2ci_neg: a1", i, a1[i], -123);
174 errn += verify("test_2ci_neg: a2", i, a2[i], -103);
582 test_2ci_neg(a1, a2);
585 System.out.println("test_2ci_neg: " + (end - start));
816 static void test_2ci_neg(int[] a, int[] b) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java92 test_2ci_neg(a1, a2);
171 test_2ci_neg(a1, a2);
173 errn += verify("test_2ci_neg: a1", i, a1[i], -123);
174 errn += verify("test_2ci_neg: a2", i, a2[i], -103);
582 test_2ci_neg(a1, a2);
585 System.out.println("test_2ci_neg: " + (end - start));
816 static void test_2ci_neg(int[] a, int[] b) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java92 test_2ci_neg(a1, a2);
171 test_2ci_neg(a1, a2);
173 errn += verify("test_2ci_neg: a1", i, a1[i], -123);
174 errn += verify("test_2ci_neg: a2", i, a2[i], -103);
582 test_2ci_neg(a1, a2);
585 System.out.println("test_2ci_neg: " + (end - start));
816 static void test_2ci_neg(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java77 test_2ci_neg(a1, a2);
156 test_2ci_neg(a1, a2);
158 errn += verify("test_2ci_neg: a1", i, a1.get(i), -123);
159 errn += verify("test_2ci_neg: a2", i, a2.get(i), -103);
567 test_2ci_neg(a1, a2);
570 System.out.println("test_2ci_neg: " + (end - start));
797 static void test_2ci_neg(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java77 test_2ci_neg(a1, a2);
156 test_2ci_neg(a1, a2);
158 errn += verify("test_2ci_neg: a1", i, a1.get(i), -123);
159 errn += verify("test_2ci_neg: a2", i, a2.get(i), -103);
567 test_2ci_neg(a1, a2);
570 System.out.println("test_2ci_neg: " + (end - start));
797 static void test_2ci_neg(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java77 test_2ci_neg(a1, a2);
156 test_2ci_neg(a1, a2);
158 errn += verify("test_2ci_neg: a1", i, a1.get(i), -123);
159 errn += verify("test_2ci_neg: a2", i, a2.get(i), -103);
567 test_2ci_neg(a1, a2);
570 System.out.println("test_2ci_neg: " + (end - start));
797 static void test_2ci_neg(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile

Completed in 123 milliseconds