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

12

/openjdk9/hotspot/test/compiler/codegen/
H A DTestByteFloatVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], -1.f);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], 123.f);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(byt method in class:TestByteFloatVect
[all...]
H A DTestByteDoubleVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(byt method in class:TestByteDoubleVect
[all...]
H A DTestByteIntVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], (int)-1);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], (int)123);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(byt method in class:TestByteIntVect
[all...]
H A DTestShortLongVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], (long)-1);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], (long)123);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(shor method in class:TestShortLongVect
[all...]
H A DTestShortIntVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], (int)-1);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], (int)123);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(shor method in class:TestShortIntVect
[all...]
H A DTestFloatDoubleVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], -1.f);
162 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
165 errn += verify("test_cp_alndst: a1", i, a1[i], 123.f);
166 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(floa method in class:TestFloatDoubleVect
[all...]
H A DTestCharShortVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (char)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], (short)-1);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (char)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], (short)123);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(cha method in class:TestCharShortVect
[all...]
H A DTestByteShortVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], (short)-1);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], (short)123);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(byt method in class:TestByteShortVect
[all...]
H A DTestByteLongVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], (long)-1);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], (long)123);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(byt method in class:TestByteLongVect
[all...]
H A DTestIntFloatVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (int)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], -1.f);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (int)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], 123.f);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(in method in class:TestIntFloatVect
[all...]
H A DTestShortFloatVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], -1.f);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], 123.f);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(shor method in class:TestShortFloatVect
[all...]
H A DTestLongFloatVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (long)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], -1.f);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (long)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], 123.f);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(lon method in class:TestLongFloatVect
[all...]
H A DTestIntDoubleVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (int)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (int)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(in method in class:TestIntDoubleVect
[all...]
H A DTestShortDoubleVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(shor method in class:TestShortDoubleVect
[all...]
H A DTestLongDoubleVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (long)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (long)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(lon method in class:TestLongDoubleVect
[all...]
H A DTestIntLongVect.java72 test_cp_alndst(a1, a2, b1, b2);
159 test_cp_alndst(a1, a2, b1, b2);
161 errn += verify("test_cp_alndst: a1", i, a1[i], (int)-1);
162 errn += verify("test_cp_alndst: b1", i, b1[i], (long)-1);
165 errn += verify("test_cp_alndst: a1", i, a1[i], (int)123);
166 errn += verify("test_cp_alndst: b1", i, b1[i], (long)123);
291 test_cp_alndst(a1, a1, b1, b1);
417 test_cp_alndst(a1, a2, b1, b2);
420 System.out.println("test_cp_alndst: " + (end - start));
523 static void test_cp_alndst(in method in class:TestIntLongVect
[all...]
H A DTestBooleanVect.java89 test_cp_alndst(a1, a2);
296 test_cp_alndst(a1, a2);
298 errn += verify("test_cp_alndst: a1", i, a1[i], false);
301 errn += verify("test_cp_alndst: a1", i, a1[i], true);
409 test_cp_alndst(a1, a1);
685 test_cp_alndst(a1, a2);
688 System.out.println("test_cp_alndst: " + (end - start));
903 static void test_cp_alndst(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestShortVect.java89 test_cp_alndst(a1, a2);
297 test_cp_alndst(a1, a2);
299 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
302 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
410 test_cp_alndst(a1, a1);
686 test_cp_alndst(a1, a2);
689 System.out.println("test_cp_alndst: " + (end - start));
904 static void test_cp_alndst(short[] a, short[] b) { method in class:TestShortVect
H A DTestCharVect.java89 test_cp_alndst(a1, a2);
297 test_cp_alndst(a1, a2);
299 errn += verify("test_cp_alndst: a1", i, a1[i], (char)-1);
302 errn += verify("test_cp_alndst: a1", i, a1[i], (char)123);
410 test_cp_alndst(a1, a1);
686 test_cp_alndst(a1, a2);
689 System.out.println("test_cp_alndst: " + (end - start));
904 static void test_cp_alndst(char[] a, char[] b) { method in class:TestCharVect
H A DTestByteVect.java89 test_cp_alndst(a1, a2);
297 test_cp_alndst(a1, a2);
299 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)-1);
302 errn += verify("test_cp_alndst: a1", i, a1[i], (byte)123);
410 test_cp_alndst(a1, a1);
686 test_cp_alndst(a1, a2);
689 System.out.println("test_cp_alndst: " + (end - start));
904 static void test_cp_alndst(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestDoubleVect.java89 test_cp_alndst(a1, a2);
297 test_cp_alndst(a1, a2);
299 errn += verify("test_cp_alndst: a1", i, a1[i], -1.);
302 errn += verify("test_cp_alndst: a1", i, a1[i], 123.);
410 test_cp_alndst(a1, a1);
686 test_cp_alndst(a1, a2);
689 System.out.println("test_cp_alndst: " + (end - start));
904 static void test_cp_alndst(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestLongVect.java89 test_cp_alndst(a1, a2);
297 test_cp_alndst(a1, a2);
299 errn += verify("test_cp_alndst: a1", i, a1[i], (long)-1);
302 errn += verify("test_cp_alndst: a1", i, a1[i], (long)123);
410 test_cp_alndst(a1, a1);
686 test_cp_alndst(a1, a2);
689 System.out.println("test_cp_alndst: " + (end - start));
904 static void test_cp_alndst(long[] a, long[] b) { method in class:TestLongVect
H A DTestIntVect.java89 test_cp_alndst(a1, a2);
297 test_cp_alndst(a1, a2);
299 errn += verify("test_cp_alndst: a1", i, a1[i], (int)-1);
302 errn += verify("test_cp_alndst: a1", i, a1[i], (int)123);
410 test_cp_alndst(a1, a1);
686 test_cp_alndst(a1, a2);
689 System.out.println("test_cp_alndst: " + (end - start));
904 static void test_cp_alndst(int[] a, int[] b) { method in class:TestIntVect
H A DTestFloatVect.java89 test_cp_alndst(a1, a2);
297 test_cp_alndst(a1, a2);
299 errn += verify("test_cp_alndst: a1", i, a1[i], -1.f);
302 errn += verify("test_cp_alndst: a1", i, a1[i], 123.f);
410 test_cp_alndst(a1, a1);
686 test_cp_alndst(a1, a2);
689 System.out.println("test_cp_alndst: " + (end - start));
904 static void test_cp_alndst(float[] a, float[] b) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java114 test_cp_alndst(a1, a2);
322 test_cp_alndst(a1, a2);
324 errn += verify("test_cp_alndst: a1", i, a1[i], -1);
327 errn += verify("test_cp_alndst: a1", i, a1[i], 123);
438 test_cp_alndst(a1, a1);
719 test_cp_alndst(a1, a2);
722 System.out.println("test_cp_alndst: " + (end - start));
941 static void test_cp_alndst(int[] a, int[] b) { method in class:TestIntUnsafeCAS

Completed in 122 milliseconds

12