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

12

/openjdk9/hotspot/test/compiler/codegen/
H A DTestByteFloatVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], -103.f);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(byte[] a, float[] b) { method in class:TestByteFloatVect
H A DTestByteDoubleVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], -103.);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(byte[] a, double[] b) { method in class:TestByteDoubleVect
H A DTestByteIntVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], (int)-103);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(byte[] a, int[] b) { method in class:TestByteIntVect
H A DTestShortLongVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (short)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], (long)-103);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(short[] a, long[] b) { method in class:TestShortLongVect
H A DTestShortIntVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (short)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], (int)-103);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(short[] a, int[] b) { method in class:TestShortIntVect
H A DTestFloatDoubleVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], -123.f);
139 errn += verify("test_ci_oppos: b1", i, b1[i], -103.);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(float[] a, double[] b) { method in class:TestFloatDoubleVect
H A DTestCharShortVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (char)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], (short)-103);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(char[] a, short[] b) { method in class:TestCharShortVect
H A DTestByteShortVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], (short)-103);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(byte[] a, short[] b) { method in class:TestByteShortVect
H A DTestByteLongVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], (long)-103);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(byte[] a, long[] b) { method in class:TestByteLongVect
H A DTestIntFloatVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (int)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], -103.f);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(int[] a, float[] b) { method in class:TestIntFloatVect
H A DTestShortFloatVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (short)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], -103.f);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(short[] a, float[] b) { method in class:TestShortFloatVect
H A DTestLongFloatVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (long)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], -103.f);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(long[] a, float[] b) { method in class:TestLongFloatVect
H A DTestIntDoubleVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (int)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], -103.);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(int[] a, double[] b) { method in class:TestIntDoubleVect
H A DTestShortDoubleVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (short)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], -103.);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(short[] a, double[] b) { method in class:TestShortDoubleVect
H A DTestLongDoubleVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (long)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], -103.);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(long[] a, double[] b) { method in class:TestLongDoubleVect
H A DTestIntLongVect.java67 test_ci_oppos(a1, b1);
136 test_ci_oppos(a1, b1);
138 errn += verify("test_ci_oppos: a1", i, a1[i], (int)-123);
139 errn += verify("test_ci_oppos: b1", i, b1[i], (long)-103);
387 test_ci_oppos(a1, b1);
390 System.out.println("test_ci_oppos: " + (end - start));
490 static void test_ci_oppos(int[] a, long[] b) { method in class:TestIntLongVect
H A DTestBooleanVect.java69 test_ci_oppos(a1);
161 test_ci_oppos(a1);
163 errn += verify("test_ci_oppos: a1", i, a1[i], false);
561 test_ci_oppos(a1);
564 System.out.println("test_ci_oppos: " + (end - start));
790 static void test_ci_oppos(boolean[] a) { method in class:TestBooleanVect
H A DTestShortVect.java69 test_ci_oppos(a1);
161 test_ci_oppos(a1);
163 errn += verify("test_ci_oppos: a1", i, a1[i], (short)-123);
562 test_ci_oppos(a1);
565 System.out.println("test_ci_oppos: " + (end - start));
791 static void test_ci_oppos(short[] a) { method in class:TestShortVect
H A DTestCharVect.java69 test_ci_oppos(a1);
161 test_ci_oppos(a1);
163 errn += verify("test_ci_oppos: a1", i, a1[i], (char)-123);
562 test_ci_oppos(a1);
565 System.out.println("test_ci_oppos: " + (end - start));
791 static void test_ci_oppos(char[] a) { method in class:TestCharVect
H A DTestByteVect.java69 test_ci_oppos(a1);
161 test_ci_oppos(a1);
163 errn += verify("test_ci_oppos: a1", i, a1[i], (byte)-123);
562 test_ci_oppos(a1);
565 System.out.println("test_ci_oppos: " + (end - start));
791 static void test_ci_oppos(byte[] a) { method in class:TestByteVect
H A DTestDoubleVect.java69 test_ci_oppos(a1);
161 test_ci_oppos(a1);
163 errn += verify("test_ci_oppos: a1", i, a1[i], -123.);
562 test_ci_oppos(a1);
565 System.out.println("test_ci_oppos: " + (end - start));
791 static void test_ci_oppos(double[] a) { method in class:TestDoubleVect
H A DTestLongVect.java69 test_ci_oppos(a1);
161 test_ci_oppos(a1);
163 errn += verify("test_ci_oppos: a1", i, a1[i], (long)-123);
562 test_ci_oppos(a1);
565 System.out.println("test_ci_oppos: " + (end - start));
791 static void test_ci_oppos(long[] a) { method in class:TestLongVect
H A DTestIntVect.java69 test_ci_oppos(a1);
161 test_ci_oppos(a1);
163 errn += verify("test_ci_oppos: a1", i, a1[i], (int)-123);
562 test_ci_oppos(a1);
565 System.out.println("test_ci_oppos: " + (end - start));
791 static void test_ci_oppos(int[] a) { method in class:TestIntVect
H A DTestFloatVect.java69 test_ci_oppos(a1);
161 test_ci_oppos(a1);
163 errn += verify("test_ci_oppos: a1", i, a1[i], -123.f);
562 test_ci_oppos(a1);
565 System.out.println("test_ci_oppos: " + (end - start));
791 static void test_ci_oppos(float[] a) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java94 test_ci_oppos(a1, 123);
186 test_ci_oppos(a1, -1);
188 errn += verify("test_ci_oppos: a1", i, a1[i], -123);
595 test_ci_oppos(a1, 123);
598 System.out.println("test_ci_oppos: " + (end - start));
828 static void test_ci_oppos(int[] a, int old) { method in class:TestIntUnsafeCAS

Completed in 114 milliseconds

12