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

12

/openjdk9/hotspot/test/compiler/codegen/
H A DTestByteFloatVect.java68 test_vi_oppos(a1, b1, (byte)123, 103.f);
141 test_vi_oppos(a2, b2, (byte)123, 103.f);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (byte)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], 103.f);
393 test_vi_oppos(a1, b1, (byte)123, 103.f);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(byte[] a, float[] b, byte c, float d) { method in class:TestByteFloatVect
H A DTestByteDoubleVect.java68 test_vi_oppos(a1, b1, (byte)123, 103.);
141 test_vi_oppos(a2, b2, (byte)123, 103.);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (byte)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], 103.);
393 test_vi_oppos(a1, b1, (byte)123, 103.);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(byte[] a, double[] b, byte c, double d) { method in class:TestByteDoubleVect
H A DTestByteIntVect.java68 test_vi_oppos(a1, b1, (byte)123, (int)103);
141 test_vi_oppos(a2, b2, (byte)123, (int)103);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (byte)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], (int)103);
393 test_vi_oppos(a1, b1, (byte)123, (int)103);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(byte[] a, int[] b, byte c, int d) { method in class:TestByteIntVect
H A DTestShortLongVect.java68 test_vi_oppos(a1, b1, (short)123, (long)103);
141 test_vi_oppos(a2, b2, (short)123, (long)103);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (short)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], (long)103);
393 test_vi_oppos(a1, b1, (short)123, (long)103);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(short[] a, long[] b, short c, long d) { method in class:TestShortLongVect
H A DTestShortIntVect.java68 test_vi_oppos(a1, b1, (short)123, (int)103);
141 test_vi_oppos(a2, b2, (short)123, (int)103);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (short)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], (int)103);
393 test_vi_oppos(a1, b1, (short)123, (int)103);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(short[] a, int[] b, short c, int d) { method in class:TestShortIntVect
H A DTestFloatDoubleVect.java68 test_vi_oppos(a1, b1, 123.f, 103.);
141 test_vi_oppos(a2, b2, 123.f, 103.);
143 errn += verify("test_vi_oppos: a2", i, a2[i], 123.f);
144 errn += verify("test_vi_oppos: b2", i, b2[i], 103.);
393 test_vi_oppos(a1, b1, 123.f, 103.);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(float[] a, double[] b, float c, double d) { method in class:TestFloatDoubleVect
H A DTestCharShortVect.java68 test_vi_oppos(a1, b1, (char)123, (short)103);
141 test_vi_oppos(a2, b2, (char)123, (short)103);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (char)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], (short)103);
393 test_vi_oppos(a1, b1, (char)123, (short)103);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(char[] a, short[] b, char c, short d) { method in class:TestCharShortVect
H A DTestByteShortVect.java68 test_vi_oppos(a1, b1, (byte)123, (short)103);
141 test_vi_oppos(a2, b2, (byte)123, (short)103);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (byte)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], (short)103);
393 test_vi_oppos(a1, b1, (byte)123, (short)103);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(byte[] a, short[] b, byte c, short d) { method in class:TestByteShortVect
H A DTestByteLongVect.java68 test_vi_oppos(a1, b1, (byte)123, (long)103);
141 test_vi_oppos(a2, b2, (byte)123, (long)103);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (byte)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], (long)103);
393 test_vi_oppos(a1, b1, (byte)123, (long)103);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(byte[] a, long[] b, byte c, long d) { method in class:TestByteLongVect
H A DTestIntFloatVect.java68 test_vi_oppos(a1, b1, (int)123, 103.f);
141 test_vi_oppos(a2, b2, (int)123, 103.f);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (int)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], 103.f);
393 test_vi_oppos(a1, b1, (int)123, 103.f);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(int[] a, float[] b, int c, float d) { method in class:TestIntFloatVect
H A DTestShortFloatVect.java68 test_vi_oppos(a1, b1, (short)123, 103.f);
141 test_vi_oppos(a2, b2, (short)123, 103.f);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (short)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], 103.f);
393 test_vi_oppos(a1, b1, (short)123, 103.f);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(short[] a, float[] b, short c, float d) { method in class:TestShortFloatVect
H A DTestLongFloatVect.java68 test_vi_oppos(a1, b1, (long)123, 103.f);
141 test_vi_oppos(a2, b2, (long)123, 103.f);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (long)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], 103.f);
393 test_vi_oppos(a1, b1, (long)123, 103.f);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(long[] a, float[] b, long c, float d) { method in class:TestLongFloatVect
H A DTestIntDoubleVect.java68 test_vi_oppos(a1, b1, (int)123, 103.);
141 test_vi_oppos(a2, b2, (int)123, 103.);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (int)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], 103.);
393 test_vi_oppos(a1, b1, (int)123, 103.);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(int[] a, double[] b, int c, double d) { method in class:TestIntDoubleVect
H A DTestShortDoubleVect.java68 test_vi_oppos(a1, b1, (short)123, 103.);
141 test_vi_oppos(a2, b2, (short)123, 103.);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (short)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], 103.);
393 test_vi_oppos(a1, b1, (short)123, 103.);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(short[] a, double[] b, short c, double d) { method in class:TestShortDoubleVect
H A DTestLongDoubleVect.java68 test_vi_oppos(a1, b1, (long)123, 103.);
141 test_vi_oppos(a2, b2, (long)123, 103.);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (long)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], 103.);
393 test_vi_oppos(a1, b1, (long)123, 103.);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(long[] a, double[] b, long c, double d) { method in class:TestLongDoubleVect
H A DTestIntLongVect.java68 test_vi_oppos(a1, b1, (int)123, (long)103);
141 test_vi_oppos(a2, b2, (int)123, (long)103);
143 errn += verify("test_vi_oppos: a2", i, a2[i], (int)123);
144 errn += verify("test_vi_oppos: b2", i, b2[i], (long)103);
393 test_vi_oppos(a1, b1, (int)123, (long)103);
396 System.out.println("test_vi_oppos: " + (end - start));
497 static void test_vi_oppos(int[] a, long[] b, int c, long d) { method in class:TestIntLongVect
H A DTestBooleanVect.java70 test_vi_oppos(a2, true);
165 test_vi_oppos(a2, true);
167 errn += verify("test_vi_oppos: a2", i, a2[i], true);
567 test_vi_oppos(a2, true);
570 System.out.println("test_vi_oppos: " + (end - start));
796 static void test_vi_oppos(boolean[] a, boolean b) { method in class:TestBooleanVect
H A DTestShortVect.java70 test_vi_oppos(a2, (short)123);
165 test_vi_oppos(a2, (short)123);
167 errn += verify("test_vi_oppos: a2", i, a2[i], (short)123);
568 test_vi_oppos(a2, (short)123);
571 System.out.println("test_vi_oppos: " + (end - start));
797 static void test_vi_oppos(short[] a, short b) { method in class:TestShortVect
H A DTestCharVect.java70 test_vi_oppos(a2, (char)123);
165 test_vi_oppos(a2, (char)123);
167 errn += verify("test_vi_oppos: a2", i, a2[i], (char)123);
568 test_vi_oppos(a2, (char)123);
571 System.out.println("test_vi_oppos: " + (end - start));
797 static void test_vi_oppos(char[] a, char b) { method in class:TestCharVect
H A DTestByteVect.java70 test_vi_oppos(a2, (byte)123);
165 test_vi_oppos(a2, (byte)123);
167 errn += verify("test_vi_oppos: a2", i, a2[i], (byte)123);
568 test_vi_oppos(a2, (byte)123);
571 System.out.println("test_vi_oppos: " + (end - start));
797 static void test_vi_oppos(byte[] a, byte b) { method in class:TestByteVect
H A DTestDoubleVect.java70 test_vi_oppos(a2, 123.);
165 test_vi_oppos(a2, 123.);
167 errn += verify("test_vi_oppos: a2", i, a2[i], 123.);
568 test_vi_oppos(a2, 123.);
571 System.out.println("test_vi_oppos: " + (end - start));
797 static void test_vi_oppos(double[] a, double b) { method in class:TestDoubleVect
H A DTestLongVect.java70 test_vi_oppos(a2, (long)123);
165 test_vi_oppos(a2, (long)123);
167 errn += verify("test_vi_oppos: a2", i, a2[i], (long)123);
568 test_vi_oppos(a2, (long)123);
571 System.out.println("test_vi_oppos: " + (end - start));
797 static void test_vi_oppos(long[] a, long b) { method in class:TestLongVect
H A DTestIntVect.java70 test_vi_oppos(a2, (int)123);
165 test_vi_oppos(a2, (int)123);
167 errn += verify("test_vi_oppos: a2", i, a2[i], (int)123);
568 test_vi_oppos(a2, (int)123);
571 System.out.println("test_vi_oppos: " + (end - start));
797 static void test_vi_oppos(int[] a, int b) { method in class:TestIntVect
H A DTestFloatVect.java70 test_vi_oppos(a2, 123.f);
165 test_vi_oppos(a2, 123.f);
167 errn += verify("test_vi_oppos: a2", i, a2[i], 123.f);
568 test_vi_oppos(a2, 123.f);
571 System.out.println("test_vi_oppos: " + (end - start));
797 static void test_vi_oppos(float[] a, float b) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java95 test_vi_oppos(a2, 123, 103);
190 test_vi_oppos(a2, 123, -1);
192 errn += verify("test_vi_oppos: a2", i, a2[i], 123);
601 test_vi_oppos(a2, 123, 103);
604 System.out.println("test_vi_oppos: " + (end - start));
834 static void test_vi_oppos(int[] a, int b, int old) { method in class:TestIntUnsafeCAS

Completed in 165 milliseconds

12