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

12

/openjdk9/hotspot/test/compiler/codegen/
H A DTestByteFloatVect.java65 test_vi_neg(a1, b1, (byte)123, 103.f);
118 test_vi_neg(a2, b2, (byte)123, 103.f);
120 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], 103.f);
375 test_vi_neg(a1, b1, (byte)123, 103.f);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(byte[] a, float[] b, byte c, float d) { method in class:TestByteFloatVect
H A DTestByteDoubleVect.java65 test_vi_neg(a1, b1, (byte)123, 103.);
118 test_vi_neg(a2, b2, (byte)123, 103.);
120 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], 103.);
375 test_vi_neg(a1, b1, (byte)123, 103.);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(byte[] a, double[] b, byte c, double d) { method in class:TestByteDoubleVect
H A DTestByteIntVect.java65 test_vi_neg(a1, b1, (byte)123, (int)103);
118 test_vi_neg(a2, b2, (byte)123, (int)103);
120 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], (int)103);
375 test_vi_neg(a1, b1, (byte)123, (int)103);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(byte[] a, int[] b, byte c, int d) { method in class:TestByteIntVect
H A DTestShortLongVect.java65 test_vi_neg(a1, b1, (short)123, (long)103);
118 test_vi_neg(a2, b2, (short)123, (long)103);
120 errn += verify("test_vi_neg: a2", i, a2[i], (short)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], (long)103);
375 test_vi_neg(a1, b1, (short)123, (long)103);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(short[] a, long[] b, short c, long d) { method in class:TestShortLongVect
H A DTestShortIntVect.java65 test_vi_neg(a1, b1, (short)123, (int)103);
118 test_vi_neg(a2, b2, (short)123, (int)103);
120 errn += verify("test_vi_neg: a2", i, a2[i], (short)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], (int)103);
375 test_vi_neg(a1, b1, (short)123, (int)103);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(short[] a, int[] b, short c, int d) { method in class:TestShortIntVect
H A DTestFloatDoubleVect.java65 test_vi_neg(a1, b1, 123.f, 103.);
118 test_vi_neg(a2, b2, 123.f, 103.);
120 errn += verify("test_vi_neg: a2", i, a2[i], 123.f);
121 errn += verify("test_vi_neg: b2", i, b2[i], 103.);
375 test_vi_neg(a1, b1, 123.f, 103.);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(float[] a, double[] b, float c, double d) { method in class:TestFloatDoubleVect
H A DTestCharShortVect.java65 test_vi_neg(a1, b1, (char)123, (short)103);
118 test_vi_neg(a2, b2, (char)123, (short)103);
120 errn += verify("test_vi_neg: a2", i, a2[i], (char)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], (short)103);
375 test_vi_neg(a1, b1, (char)123, (short)103);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(char[] a, short[] b, char c, short d) { method in class:TestCharShortVect
H A DTestByteShortVect.java65 test_vi_neg(a1, b1, (byte)123, (short)103);
118 test_vi_neg(a2, b2, (byte)123, (short)103);
120 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], (short)103);
375 test_vi_neg(a1, b1, (byte)123, (short)103);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(byte[] a, short[] b, byte c, short d) { method in class:TestByteShortVect
H A DTestByteLongVect.java65 test_vi_neg(a1, b1, (byte)123, (long)103);
118 test_vi_neg(a2, b2, (byte)123, (long)103);
120 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], (long)103);
375 test_vi_neg(a1, b1, (byte)123, (long)103);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(byte[] a, long[] b, byte c, long d) { method in class:TestByteLongVect
H A DTestIntFloatVect.java65 test_vi_neg(a1, b1, (int)123, 103.f);
118 test_vi_neg(a2, b2, (int)123, 103.f);
120 errn += verify("test_vi_neg: a2", i, a2[i], (int)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], 103.f);
375 test_vi_neg(a1, b1, (int)123, 103.f);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(int[] a, float[] b, int c, float d) { method in class:TestIntFloatVect
H A DTestShortFloatVect.java65 test_vi_neg(a1, b1, (short)123, 103.f);
118 test_vi_neg(a2, b2, (short)123, 103.f);
120 errn += verify("test_vi_neg: a2", i, a2[i], (short)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], 103.f);
375 test_vi_neg(a1, b1, (short)123, 103.f);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(short[] a, float[] b, short c, float d) { method in class:TestShortFloatVect
H A DTestLongFloatVect.java65 test_vi_neg(a1, b1, (long)123, 103.f);
118 test_vi_neg(a2, b2, (long)123, 103.f);
120 errn += verify("test_vi_neg: a2", i, a2[i], (long)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], 103.f);
375 test_vi_neg(a1, b1, (long)123, 103.f);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(long[] a, float[] b, long c, float d) { method in class:TestLongFloatVect
H A DTestIntDoubleVect.java65 test_vi_neg(a1, b1, (int)123, 103.);
118 test_vi_neg(a2, b2, (int)123, 103.);
120 errn += verify("test_vi_neg: a2", i, a2[i], (int)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], 103.);
375 test_vi_neg(a1, b1, (int)123, 103.);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(int[] a, double[] b, int c, double d) { method in class:TestIntDoubleVect
H A DTestShortDoubleVect.java65 test_vi_neg(a1, b1, (short)123, 103.);
118 test_vi_neg(a2, b2, (short)123, 103.);
120 errn += verify("test_vi_neg: a2", i, a2[i], (short)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], 103.);
375 test_vi_neg(a1, b1, (short)123, 103.);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(short[] a, double[] b, short c, double d) { method in class:TestShortDoubleVect
H A DTestLongDoubleVect.java65 test_vi_neg(a1, b1, (long)123, 103.);
118 test_vi_neg(a2, b2, (long)123, 103.);
120 errn += verify("test_vi_neg: a2", i, a2[i], (long)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], 103.);
375 test_vi_neg(a1, b1, (long)123, 103.);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(long[] a, double[] b, long c, double d) { method in class:TestLongDoubleVect
H A DTestIntLongVect.java65 test_vi_neg(a1, b1, (int)123, (long)103);
118 test_vi_neg(a2, b2, (int)123, (long)103);
120 errn += verify("test_vi_neg: a2", i, a2[i], (int)123);
121 errn += verify("test_vi_neg: b2", i, b2[i], (long)103);
375 test_vi_neg(a1, b1, (int)123, (long)103);
378 System.out.println("test_vi_neg: " + (end - start));
478 static void test_vi_neg(int[] a, long[] b, int c, long d) { method in class:TestIntLongVect
H A DTestBooleanVect.java65 test_vi_neg(a2, true);
138 test_vi_neg(a2, true);
140 errn += verify("test_vi_neg: a2", i, a2[i], true);
536 test_vi_neg(a2, true);
539 System.out.println("test_vi_neg: " + (end - start));
768 static void test_vi_neg(boolean[] a, boolean b) { method in class:TestBooleanVect
H A DTestShortVect.java65 test_vi_neg(a2, (short)123);
138 test_vi_neg(a2, (short)123);
140 errn += verify("test_vi_neg: a2", i, a2[i], (short)123);
537 test_vi_neg(a2, (short)123);
540 System.out.println("test_vi_neg: " + (end - start));
769 static void test_vi_neg(short[] a, short b) { method in class:TestShortVect
H A DTestCharVect.java65 test_vi_neg(a2, (char)123);
138 test_vi_neg(a2, (char)123);
140 errn += verify("test_vi_neg: a2", i, a2[i], (char)123);
537 test_vi_neg(a2, (char)123);
540 System.out.println("test_vi_neg: " + (end - start));
769 static void test_vi_neg(char[] a, char b) { method in class:TestCharVect
H A DTestByteVect.java65 test_vi_neg(a2, (byte)123);
138 test_vi_neg(a2, (byte)123);
140 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
537 test_vi_neg(a2, (byte)123);
540 System.out.println("test_vi_neg: " + (end - start));
769 static void test_vi_neg(byte[] a, byte b) { method in class:TestByteVect
H A DTestDoubleVect.java65 test_vi_neg(a2, 123.);
138 test_vi_neg(a2, 123.);
140 errn += verify("test_vi_neg: a2", i, a2[i], 123.);
537 test_vi_neg(a2, 123.);
540 System.out.println("test_vi_neg: " + (end - start));
769 static void test_vi_neg(double[] a, double b) { method in class:TestDoubleVect
H A DTestLongVect.java65 test_vi_neg(a2, (long)123);
138 test_vi_neg(a2, (long)123);
140 errn += verify("test_vi_neg: a2", i, a2[i], (long)123);
537 test_vi_neg(a2, (long)123);
540 System.out.println("test_vi_neg: " + (end - start));
769 static void test_vi_neg(long[] a, long b) { method in class:TestLongVect
H A DTestIntVect.java65 test_vi_neg(a2, (int)123);
138 test_vi_neg(a2, (int)123);
140 errn += verify("test_vi_neg: a2", i, a2[i], (int)123);
537 test_vi_neg(a2, (int)123);
540 System.out.println("test_vi_neg: " + (end - start));
769 static void test_vi_neg(int[] a, int b) { method in class:TestIntVect
H A DTestFloatVect.java65 test_vi_neg(a2, 123.f);
138 test_vi_neg(a2, 123.f);
140 errn += verify("test_vi_neg: a2", i, a2[i], 123.f);
537 test_vi_neg(a2, 123.f);
540 System.out.println("test_vi_neg: " + (end - start));
769 static void test_vi_neg(float[] a, float b) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java90 test_vi_neg(a2, 123, 103);
163 test_vi_neg(a2, 123, -1);
165 errn += verify("test_vi_neg: a2", i, a2[i], 123);
570 test_vi_neg(a2, 123, 103);
573 System.out.println("test_vi_neg: " + (end - start));
806 static void test_vi_neg(int[] a, int b, int old) { method in class:TestIntUnsafeCAS

Completed in 184 milliseconds

12