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

12

/openjdk7/hotspot/test/compiler/7119644/
H A DTestByteDoubleVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(byt method in class:TestByteDoubleVect
[all...]
H A DTestByteFloatVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.f);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.f);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(byt method in class:TestByteFloatVect
[all...]
H A DTestByteIntVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], (int)-1);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], (int)123);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(byt method in class:TestByteIntVect
[all...]
H A DTestByteLongVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], (long)-1);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], (long)123);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(byt method in class:TestByteLongVect
[all...]
H A DTestByteShortVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], (short)-1);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], (short)123);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(byt method in class:TestByteShortVect
[all...]
H A DTestCharShortVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (char)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], (short)-1);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (char)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], (short)123);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(cha method in class:TestCharShortVect
[all...]
H A DTestFloatDoubleVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], -1.f);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
162 errn += verify("test_cp_alndst: a1", i, a1[i], 123.f);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(floa method in class:TestFloatDoubleVect
[all...]
H A DTestIntDoubleVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (int)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (int)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(in method in class:TestIntDoubleVect
[all...]
H A DTestIntFloatVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (int)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.f);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (int)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.f);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(in method in class:TestIntFloatVect
[all...]
H A DTestIntLongVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (int)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], (long)-1);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (int)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], (long)123);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(in method in class:TestIntLongVect
[all...]
H A DTestLongDoubleVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (long)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (long)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(lon method in class:TestLongDoubleVect
[all...]
H A DTestLongFloatVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (long)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.f);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (long)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.f);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(lon method in class:TestLongFloatVect
[all...]
H A DTestShortDoubleVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(shor method in class:TestShortDoubleVect
[all...]
H A DTestShortFloatVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.f);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.f);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(shor method in class:TestShortFloatVect
[all...]
H A DTestShortIntVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], (int)-1);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], (int)123);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(shor method in class:TestShortIntVect
[all...]
H A DTestShortLongVect.java69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], (long)-1);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], (long)123);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(shor method in class:TestShortLongVect
[all...]
H A DTestBooleanVect.java86 test_cp_alndst(a1, a2);
293 test_cp_alndst(a1, a2);
295 errn += verify("test_cp_alndst: a1", i, a1[i], false);
298 errn += verify("test_cp_alndst: a1", i, a1[i], true);
406 test_cp_alndst(a1, a1);
682 test_cp_alndst(a1, a2);
685 System.out.println("test_cp_alndst: " + (end - start));
900 static void test_cp_alndst(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestByteVect.java86 test_cp_alndst(a1, a2);
294 test_cp_alndst(a1, a2);
296 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
299 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
407 test_cp_alndst(a1, a1);
683 test_cp_alndst(a1, a2);
686 System.out.println("test_cp_alndst: " + (end - start));
901 static void test_cp_alndst(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestCharVect.java86 test_cp_alndst(a1, a2);
294 test_cp_alndst(a1, a2);
296 errn += verify("test_cp_alndst: a1", i, a1[i], (char)-1);
299 errn += verify("test_cp_alndst: a1", i, a1[i], (char)123);
407 test_cp_alndst(a1, a1);
683 test_cp_alndst(a1, a2);
686 System.out.println("test_cp_alndst: " + (end - start));
901 static void test_cp_alndst(char[] a, char[] b) { method in class:TestCharVect
H A DTestDoubleVect.java86 test_cp_alndst(a1, a2);
294 test_cp_alndst(a1, a2);
296 errn += verify("test_cp_alndst: a1", i, a1[i], -1.);
299 errn += verify("test_cp_alndst: a1", i, a1[i], 123.);
407 test_cp_alndst(a1, a1);
683 test_cp_alndst(a1, a2);
686 System.out.println("test_cp_alndst: " + (end - start));
901 static void test_cp_alndst(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestFloatVect.java86 test_cp_alndst(a1, a2);
294 test_cp_alndst(a1, a2);
296 errn += verify("test_cp_alndst: a1", i, a1[i], -1.f);
299 errn += verify("test_cp_alndst: a1", i, a1[i], 123.f);
407 test_cp_alndst(a1, a1);
683 test_cp_alndst(a1, a2);
686 System.out.println("test_cp_alndst: " + (end - start));
901 static void test_cp_alndst(float[] a, float[] b) { method in class:TestFloatVect
H A DTestIntVect.java86 test_cp_alndst(a1, a2);
294 test_cp_alndst(a1, a2);
296 errn += verify("test_cp_alndst: a1", i, a1[i], (int)-1);
299 errn += verify("test_cp_alndst: a1", i, a1[i], (int)123);
407 test_cp_alndst(a1, a1);
683 test_cp_alndst(a1, a2);
686 System.out.println("test_cp_alndst: " + (end - start));
901 static void test_cp_alndst(int[] a, int[] b) { method in class:TestIntVect
H A DTestLongVect.java86 test_cp_alndst(a1, a2);
294 test_cp_alndst(a1, a2);
296 errn += verify("test_cp_alndst: a1", i, a1[i], (long)-1);
299 errn += verify("test_cp_alndst: a1", i, a1[i], (long)123);
407 test_cp_alndst(a1, a1);
683 test_cp_alndst(a1, a2);
686 System.out.println("test_cp_alndst: " + (end - start));
901 static void test_cp_alndst(long[] a, long[] b) { method in class:TestLongVect
H A DTestShortVect.java86 test_cp_alndst(a1, a2);
294 test_cp_alndst(a1, a2);
296 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
299 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
407 test_cp_alndst(a1, a1);
683 test_cp_alndst(a1, a2);
686 System.out.println("test_cp_alndst: " + (end - start));
901 static void test_cp_alndst(short[] a, short[] b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java94 test_cp_alndst(a1, a2);
302 test_cp_alndst(a1, a2);
304 errn += verify("test_cp_alndst: a1", i, a1.get(i), -1);
307 errn += verify("test_cp_alndst: a1", i, a1.get(i), 123);
418 test_cp_alndst(a1, a1);
699 test_cp_alndst(a1, a2);
702 System.out.println("test_cp_alndst: " + (end - start));
917 static void test_cp_alndst(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS

Completed in 586 milliseconds

12