Searched refs:test_ci_neg (Results 1 - 25 of 30) sorted by relevance

12

/openjdk9/hotspot/test/compiler/codegen/
H A DTestByteFloatVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], -103.f);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(byte[] a, float[] b) { method in class:TestByteFloatVect
H A DTestByteDoubleVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(byte[] a, double[] b) { method in class:TestByteDoubleVect
H A DTestByteIntVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], (int)-103);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(byte[] a, int[] b) { method in class:TestByteIntVect
H A DTestShortLongVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (short)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], (long)-103);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(short[] a, long[] b) { method in class:TestShortLongVect
H A DTestShortIntVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (short)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], (int)-103);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(short[] a, int[] b) { method in class:TestShortIntVect
H A DTestFloatDoubleVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], -123.f);
116 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(float[] a, double[] b) { method in class:TestFloatDoubleVect
H A DTestCharShortVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (char)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], (short)-103);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(char[] a, short[] b) { method in class:TestCharShortVect
H A DTestByteShortVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], (short)-103);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(byte[] a, short[] b) { method in class:TestByteShortVect
H A DTestByteLongVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], (long)-103);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(byte[] a, long[] b) { method in class:TestByteLongVect
H A DTestIntFloatVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (int)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], -103.f);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(int[] a, float[] b) { method in class:TestIntFloatVect
H A DTestShortFloatVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (short)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], -103.f);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(short[] a, float[] b) { method in class:TestShortFloatVect
H A DTestLongFloatVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (long)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], -103.f);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(long[] a, float[] b) { method in class:TestLongFloatVect
H A DTestIntDoubleVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (int)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(int[] a, double[] b) { method in class:TestIntDoubleVect
H A DTestShortDoubleVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (short)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(short[] a, double[] b) { method in class:TestShortDoubleVect
H A DTestLongDoubleVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (long)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(long[] a, double[] b) { method in class:TestLongDoubleVect
H A DTestIntLongVect.java64 test_ci_neg(a1, b1);
113 test_ci_neg(a1, b1);
115 errn += verify("test_ci_neg: a1", i, a1[i], (int)-123);
116 errn += verify("test_ci_neg: b1", i, b1[i], (long)-103);
369 test_ci_neg(a1, b1);
372 System.out.println("test_ci_neg: " + (end - start));
472 static void test_ci_neg(int[] a, long[] b) { method in class:TestIntLongVect
H A DTestBooleanVect.java64 test_ci_neg(a1);
134 test_ci_neg(a1);
136 errn += verify("test_ci_neg: a1", i, a1[i], false);
530 test_ci_neg(a1);
533 System.out.println("test_ci_neg: " + (end - start));
763 static void test_ci_neg(boolean[] a) { method in class:TestBooleanVect
H A DTestShortVect.java64 test_ci_neg(a1);
134 test_ci_neg(a1);
136 errn += verify("test_ci_neg: a1", i, a1[i], (short)-123);
531 test_ci_neg(a1);
534 System.out.println("test_ci_neg: " + (end - start));
764 static void test_ci_neg(short[] a) { method in class:TestShortVect
H A DTestCharVect.java64 test_ci_neg(a1);
134 test_ci_neg(a1);
136 errn += verify("test_ci_neg: a1", i, a1[i], (char)-123);
531 test_ci_neg(a1);
534 System.out.println("test_ci_neg: " + (end - start));
764 static void test_ci_neg(char[] a) { method in class:TestCharVect
H A DTestByteVect.java64 test_ci_neg(a1);
134 test_ci_neg(a1);
136 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
531 test_ci_neg(a1);
534 System.out.println("test_ci_neg: " + (end - start));
764 static void test_ci_neg(byte[] a) { method in class:TestByteVect
H A DTestDoubleVect.java64 test_ci_neg(a1);
134 test_ci_neg(a1);
136 errn += verify("test_ci_neg: a1", i, a1[i], -123.);
531 test_ci_neg(a1);
534 System.out.println("test_ci_neg: " + (end - start));
764 static void test_ci_neg(double[] a) { method in class:TestDoubleVect
H A DTestLongVect.java64 test_ci_neg(a1);
134 test_ci_neg(a1);
136 errn += verify("test_ci_neg: a1", i, a1[i], (long)-123);
531 test_ci_neg(a1);
534 System.out.println("test_ci_neg: " + (end - start));
764 static void test_ci_neg(long[] a) { method in class:TestLongVect
H A DTestIntVect.java64 test_ci_neg(a1);
134 test_ci_neg(a1);
136 errn += verify("test_ci_neg: a1", i, a1[i], (int)-123);
531 test_ci_neg(a1);
534 System.out.println("test_ci_neg: " + (end - start));
764 static void test_ci_neg(int[] a) { method in class:TestIntVect
H A DTestFloatVect.java64 test_ci_neg(a1);
134 test_ci_neg(a1);
136 errn += verify("test_ci_neg: a1", i, a1[i], -123.f);
531 test_ci_neg(a1);
534 System.out.println("test_ci_neg: " + (end - start));
764 static void test_ci_neg(float[] a) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java89 test_ci_neg(a1, 123);
159 test_ci_neg(a1, -1);
161 errn += verify("test_ci_neg: a1", i, a1[i], -123);
564 test_ci_neg(a1, 123);
567 System.out.println("test_ci_neg: " + (end - start));
801 static void test_ci_neg(int[] a, int old) { method in class:TestIntUnsafeCAS

Completed in 129 milliseconds

12