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

12

/openjdk9/hotspot/test/compiler/codegen/
H A DTestByteFloatVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(byt method in class:TestByteFloatVect
[all...]
H A DTestByteDoubleVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(byt method in class:TestByteDoubleVect
[all...]
H A DTestByteIntVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)-1);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)123);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(byt method in class:TestByteIntVect
[all...]
H A DTestShortLongVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)-1);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)123);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(shor method in class:TestShortLongVect
[all...]
H A DTestShortIntVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)-1);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)123);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(shor method in class:TestShortIntVect
[all...]
H A DTestFloatDoubleVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], -1.f);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], 123.f);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(floa method in class:TestFloatDoubleVect
[all...]
H A DTestCharShortVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)-1);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)123);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(cha method in class:TestCharShortVect
[all...]
H A DTestByteShortVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)-1);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)123);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(byt method in class:TestByteShortVect
[all...]
H A DTestByteLongVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)-1);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)123);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(byt method in class:TestByteLongVect
[all...]
H A DTestIntFloatVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(in method in class:TestIntFloatVect
[all...]
H A DTestShortFloatVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(shor method in class:TestShortFloatVect
[all...]
H A DTestLongFloatVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(lon method in class:TestLongFloatVect
[all...]
H A DTestIntDoubleVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(in method in class:TestIntDoubleVect
[all...]
H A DTestShortDoubleVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(shor method in class:TestShortDoubleVect
[all...]
H A DTestLongDoubleVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(lon method in class:TestLongDoubleVect
[all...]
H A DTestIntLongVect.java76 test_cp_unalndst(a1, a2, b1, b2);
225 test_cp_unalndst(a1, a2, b1, b2);
227 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1);
228 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)-1);
231 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123);
232 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)123);
321 test_cp_unalndst(a1, a1, b1, b1);
441 test_cp_unalndst(a1, a2, b1, b2);
444 System.out.println("test_cp_unalndst: " + (end - start));
547 static void test_cp_unalndst(in method in class:TestIntLongVect
[all...]
H A DTestBooleanVect.java93 test_cp_unalndst(a1, a2);
352 test_cp_unalndst(a1, a2);
354 errn += verify("test_cp_unalndst: a1", i, a1[i], false);
357 errn += verify("test_cp_unalndst: a1", i, a1[i], true);
453 test_cp_unalndst(a1, a1);
710 test_cp_unalndst(a1, a2);
713 System.out.println("test_cp_unalndst: " + (end - start));
925 static void test_cp_unalndst(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestShortVect.java93 test_cp_unalndst(a1, a2);
353 test_cp_unalndst(a1, a2);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
358 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
454 test_cp_unalndst(a1, a1);
711 test_cp_unalndst(a1, a2);
714 System.out.println("test_cp_unalndst: " + (end - start));
926 static void test_cp_unalndst(short[] a, short[] b) { method in class:TestShortVect
H A DTestCharVect.java93 test_cp_unalndst(a1, a2);
353 test_cp_unalndst(a1, a2);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)-1);
358 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)123);
454 test_cp_unalndst(a1, a1);
711 test_cp_unalndst(a1, a2);
714 System.out.println("test_cp_unalndst: " + (end - start));
926 static void test_cp_unalndst(char[] a, char[] b) { method in class:TestCharVect
H A DTestByteVect.java93 test_cp_unalndst(a1, a2);
353 test_cp_unalndst(a1, a2);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
358 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
454 test_cp_unalndst(a1, a1);
711 test_cp_unalndst(a1, a2);
714 System.out.println("test_cp_unalndst: " + (end - start));
926 static void test_cp_unalndst(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestDoubleVect.java93 test_cp_unalndst(a1, a2);
353 test_cp_unalndst(a1, a2);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], -1.);
358 errn += verify("test_cp_unalndst: a1", i, a1[i], 123.);
454 test_cp_unalndst(a1, a1);
711 test_cp_unalndst(a1, a2);
714 System.out.println("test_cp_unalndst: " + (end - start));
926 static void test_cp_unalndst(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestLongVect.java93 test_cp_unalndst(a1, a2);
353 test_cp_unalndst(a1, a2);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)-1);
358 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)123);
454 test_cp_unalndst(a1, a1);
711 test_cp_unalndst(a1, a2);
714 System.out.println("test_cp_unalndst: " + (end - start));
926 static void test_cp_unalndst(long[] a, long[] b) { method in class:TestLongVect
H A DTestIntVect.java93 test_cp_unalndst(a1, a2);
353 test_cp_unalndst(a1, a2);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1);
358 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123);
454 test_cp_unalndst(a1, a1);
711 test_cp_unalndst(a1, a2);
714 System.out.println("test_cp_unalndst: " + (end - start));
926 static void test_cp_unalndst(int[] a, int[] b) { method in class:TestIntVect
H A DTestFloatVect.java93 test_cp_unalndst(a1, a2);
353 test_cp_unalndst(a1, a2);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], -1.f);
358 errn += verify("test_cp_unalndst: a1", i, a1[i], 123.f);
454 test_cp_unalndst(a1, a1);
711 test_cp_unalndst(a1, a2);
714 System.out.println("test_cp_unalndst: " + (end - start));
926 static void test_cp_unalndst(float[] a, float[] b) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java118 test_cp_unalndst(a1, a2);
381 test_cp_unalndst(a1, a2);
383 errn += verify("test_cp_unalndst: a1", i, a1[i], -1);
386 errn += verify("test_cp_unalndst: a1", i, a1[i], 123);
482 test_cp_unalndst(a1, a1);
744 test_cp_unalndst(a1, a2);
747 System.out.println("test_cp_unalndst: " + (end - start));
967 static void test_cp_unalndst(int[] a, int[] b) { method in class:TestIntUnsafeCAS

Completed in 150 milliseconds

12