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

12

/openjdk7/hotspot/test/compiler/7119644/
H A DTestByteDoubleVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(byt method in class:TestByteDoubleVect
[all...]
H A DTestByteFloatVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(byt method in class:TestByteFloatVect
[all...]
H A DTestByteIntVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)-1);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)123);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(byt method in class:TestByteIntVect
[all...]
H A DTestByteLongVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)-1);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)123);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(byt method in class:TestByteLongVect
[all...]
H A DTestByteShortVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)-1);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)123);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(byt method in class:TestByteShortVect
[all...]
H A DTestCharShortVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)-1);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], (short)123);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(cha method in class:TestCharShortVect
[all...]
H A DTestFloatDoubleVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], -1.f);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], 123.f);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(floa method in class:TestFloatDoubleVect
[all...]
H A DTestIntDoubleVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(in method in class:TestIntDoubleVect
[all...]
H A DTestIntFloatVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(in method in class:TestIntFloatVect
[all...]
H A DTestIntLongVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)-1);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)123);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(in method in class:TestIntLongVect
[all...]
H A DTestLongDoubleVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(lon method in class:TestLongDoubleVect
[all...]
H A DTestLongFloatVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(lon method in class:TestLongFloatVect
[all...]
H A DTestShortDoubleVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(shor method in class:TestShortDoubleVect
[all...]
H A DTestShortFloatVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.f);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.f);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(shor method in class:TestShortFloatVect
[all...]
H A DTestShortIntVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)-1);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], (int)123);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(shor method in class:TestShortIntVect
[all...]
H A DTestShortLongVect.java73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)-1);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)123);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(shor method in class:TestShortLongVect
[all...]
H A DTestBooleanVect.java90 test_cp_unalndst(a1, a2);
349 test_cp_unalndst(a1, a2);
351 errn += verify("test_cp_unalndst: a1", i, a1[i], false);
354 errn += verify("test_cp_unalndst: a1", i, a1[i], true);
450 test_cp_unalndst(a1, a1);
707 test_cp_unalndst(a1, a2);
710 System.out.println("test_cp_unalndst: " + (end - start));
922 static void test_cp_unalndst(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestByteVect.java90 test_cp_unalndst(a1, a2);
350 test_cp_unalndst(a1, a2);
352 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)-1);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
451 test_cp_unalndst(a1, a1);
708 test_cp_unalndst(a1, a2);
711 System.out.println("test_cp_unalndst: " + (end - start));
923 static void test_cp_unalndst(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestCharVect.java90 test_cp_unalndst(a1, a2);
350 test_cp_unalndst(a1, a2);
352 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)-1);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], (char)123);
451 test_cp_unalndst(a1, a1);
708 test_cp_unalndst(a1, a2);
711 System.out.println("test_cp_unalndst: " + (end - start));
923 static void test_cp_unalndst(char[] a, char[] b) { method in class:TestCharVect
H A DTestDoubleVect.java90 test_cp_unalndst(a1, a2);
350 test_cp_unalndst(a1, a2);
352 errn += verify("test_cp_unalndst: a1", i, a1[i], -1.);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], 123.);
451 test_cp_unalndst(a1, a1);
708 test_cp_unalndst(a1, a2);
711 System.out.println("test_cp_unalndst: " + (end - start));
923 static void test_cp_unalndst(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestFloatVect.java90 test_cp_unalndst(a1, a2);
350 test_cp_unalndst(a1, a2);
352 errn += verify("test_cp_unalndst: a1", i, a1[i], -1.f);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], 123.f);
451 test_cp_unalndst(a1, a1);
708 test_cp_unalndst(a1, a2);
711 System.out.println("test_cp_unalndst: " + (end - start));
923 static void test_cp_unalndst(float[] a, float[] b) { method in class:TestFloatVect
H A DTestIntVect.java90 test_cp_unalndst(a1, a2);
350 test_cp_unalndst(a1, a2);
352 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)-1);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], (int)123);
451 test_cp_unalndst(a1, a1);
708 test_cp_unalndst(a1, a2);
711 System.out.println("test_cp_unalndst: " + (end - start));
923 static void test_cp_unalndst(int[] a, int[] b) { method in class:TestIntVect
H A DTestLongVect.java90 test_cp_unalndst(a1, a2);
350 test_cp_unalndst(a1, a2);
352 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)-1);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], (long)123);
451 test_cp_unalndst(a1, a1);
708 test_cp_unalndst(a1, a2);
711 System.out.println("test_cp_unalndst: " + (end - start));
923 static void test_cp_unalndst(long[] a, long[] b) { method in class:TestLongVect
H A DTestShortVect.java90 test_cp_unalndst(a1, a2);
350 test_cp_unalndst(a1, a2);
352 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
355 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
451 test_cp_unalndst(a1, a1);
708 test_cp_unalndst(a1, a2);
711 System.out.println("test_cp_unalndst: " + (end - start));
923 static void test_cp_unalndst(short[] a, short[] b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java98 test_cp_unalndst(a1, a2);
361 test_cp_unalndst(a1, a2);
363 errn += verify("test_cp_unalndst: a1", i, a1.get(i), -1);
366 errn += verify("test_cp_unalndst: a1", i, a1.get(i), 123);
462 test_cp_unalndst(a1, a1);
724 test_cp_unalndst(a1, a2);
727 System.out.println("test_cp_unalndst: " + (end - start));
939 static void test_cp_unalndst(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS

Completed in 89 milliseconds

12