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

12

/openjdk9/hotspot/test/compiler/codegen/
H A DTestByteFloatVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], 103.f);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(byte[] a, byte[] b, float[] c, float[] d) { method in class:TestByteFloatVect
H A DTestByteDoubleVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(byte[] a, byte[] b, double[] c, double[] d) { method in class:TestByteDoubleVect
H A DTestByteIntVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], (int)103);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(byte[] a, byte[] b, int[] c, int[] d) { method in class:TestByteIntVect
H A DTestShortLongVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (short)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], (long)103);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(short[] a, short[] b, long[] c, long[] d) { method in class:TestShortLongVect
H A DTestShortIntVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (short)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], (int)103);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(short[] a, short[] b, int[] c, int[] d) { method in class:TestShortIntVect
H A DTestFloatDoubleVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], 123.f);
126 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(float[] a, float[] b, double[] c, double[] d) { method in class:TestFloatDoubleVect
H A DTestCharShortVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (char)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], (short)103);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(char[] a, char[] b, short[] c, short[] d) { method in class:TestCharShortVect
H A DTestByteShortVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], (short)103);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(byte[] a, byte[] b, short[] c, short[] d) { method in class:TestByteShortVect
H A DTestByteLongVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], (long)103);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(byte[] a, byte[] b, long[] c, long[] d) { method in class:TestByteLongVect
H A DTestIntFloatVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (int)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], 103.f);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(int[] a, int[] b, float[] c, float[] d) { method in class:TestIntFloatVect
H A DTestShortFloatVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (short)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], 103.f);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(short[] a, short[] b, float[] c, float[] d) { method in class:TestShortFloatVect
H A DTestLongFloatVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (long)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], 103.f);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(long[] a, long[] b, float[] c, float[] d) { method in class:TestLongFloatVect
H A DTestIntDoubleVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (int)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(int[] a, int[] b, double[] c, double[] d) { method in class:TestIntDoubleVect
H A DTestShortDoubleVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (short)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(short[] a, short[] b, double[] c, double[] d) { method in class:TestShortDoubleVect
H A DTestLongDoubleVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (long)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(long[] a, long[] b, double[] c, double[] d) { method in class:TestLongDoubleVect
H A DTestIntLongVect.java66 test_cp_neg(a1, a2, b1, b2);
123 test_cp_neg(a1, a2, b1, b2);
125 errn += verify("test_cp_neg: a1", i, a1[i], (int)123);
126 errn += verify("test_cp_neg: b1", i, b1[i], (long)103);
381 test_cp_neg(a1, a2, b1, b2);
384 System.out.println("test_cp_neg: " + (end - start));
484 static void test_cp_neg(int[] a, int[] b, long[] c, long[] d) { method in class:TestIntLongVect
H A DTestBooleanVect.java66 test_cp_neg(a1, a2);
142 test_cp_neg(a1, a2);
144 errn += verify("test_cp_neg: a1", i, a1[i], true);
542 test_cp_neg(a1, a2);
545 System.out.println("test_cp_neg: " + (end - start));
773 static void test_cp_neg(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestShortVect.java66 test_cp_neg(a1, a2);
142 test_cp_neg(a1, a2);
144 errn += verify("test_cp_neg: a1", i, a1[i], (short)123);
543 test_cp_neg(a1, a2);
546 System.out.println("test_cp_neg: " + (end - start));
774 static void test_cp_neg(short[] a, short[] b) { method in class:TestShortVect
H A DTestCharVect.java66 test_cp_neg(a1, a2);
142 test_cp_neg(a1, a2);
144 errn += verify("test_cp_neg: a1", i, a1[i], (char)123);
543 test_cp_neg(a1, a2);
546 System.out.println("test_cp_neg: " + (end - start));
774 static void test_cp_neg(char[] a, char[] b) { method in class:TestCharVect
H A DTestByteVect.java66 test_cp_neg(a1, a2);
142 test_cp_neg(a1, a2);
144 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
543 test_cp_neg(a1, a2);
546 System.out.println("test_cp_neg: " + (end - start));
774 static void test_cp_neg(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestDoubleVect.java66 test_cp_neg(a1, a2);
142 test_cp_neg(a1, a2);
144 errn += verify("test_cp_neg: a1", i, a1[i], 123.);
543 test_cp_neg(a1, a2);
546 System.out.println("test_cp_neg: " + (end - start));
774 static void test_cp_neg(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestLongVect.java66 test_cp_neg(a1, a2);
142 test_cp_neg(a1, a2);
144 errn += verify("test_cp_neg: a1", i, a1[i], (long)123);
543 test_cp_neg(a1, a2);
546 System.out.println("test_cp_neg: " + (end - start));
774 static void test_cp_neg(long[] a, long[] b) { method in class:TestLongVect
H A DTestIntVect.java66 test_cp_neg(a1, a2);
142 test_cp_neg(a1, a2);
144 errn += verify("test_cp_neg: a1", i, a1[i], (int)123);
543 test_cp_neg(a1, a2);
546 System.out.println("test_cp_neg: " + (end - start));
774 static void test_cp_neg(int[] a, int[] b) { method in class:TestIntVect
H A DTestFloatVect.java66 test_cp_neg(a1, a2);
142 test_cp_neg(a1, a2);
144 errn += verify("test_cp_neg: a1", i, a1[i], 123.f);
543 test_cp_neg(a1, a2);
546 System.out.println("test_cp_neg: " + (end - start));
774 static void test_cp_neg(float[] a, float[] b) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java91 test_cp_neg(a1, a2);
167 test_cp_neg(a1, a2);
169 errn += verify("test_cp_neg: a1", i, a1[i], 123);
576 test_cp_neg(a1, a2);
579 System.out.println("test_cp_neg: " + (end - start));
811 static void test_cp_neg(int[] a, int[] b) { method in class:TestIntUnsafeCAS

Completed in 202 milliseconds

12