Searched defs:test_2vi_oppos (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/test/compiler/7119644/
H A DTestBooleanVect.java70 test_2vi_oppos(a1, a2, true, true);
175 test_2vi_oppos(a1, a2, true, true);
177 errn += verify("test_2vi_oppos: a1", i, a1[i], true);
178 errn += verify("test_2vi_oppos: a2", i, a2[i], true);
582 test_2vi_oppos(a1, a2, true, true);
585 System.out.println("test_2vi_oppos: " + (end - start));
812 static void test_2vi_oppos(boolean[] a, boolean[] b, boolean c, boolean d) { method in class:TestBooleanVect
H A DTestByteVect.java70 test_2vi_oppos(a1, a2, (byte)123, (byte)103);
175 test_2vi_oppos(a1, a2, (byte)123, (byte)103);
177 errn += verify("test_2vi_oppos: a1", i, a1[i], (byte)123);
178 errn += verify("test_2vi_oppos: a2", i, a2[i], (byte)103);
583 test_2vi_oppos(a1, a2, (byte)123, (byte)103);
586 System.out.println("test_2vi_oppos: " + (end - start));
813 static void test_2vi_oppos(byte[] a, byte[] b, byte c, byte d) { method in class:TestByteVect
H A DTestCharVect.java70 test_2vi_oppos(a1, a2, (char)123, (char)103);
175 test_2vi_oppos(a1, a2, (char)123, (char)103);
177 errn += verify("test_2vi_oppos: a1", i, a1[i], (char)123);
178 errn += verify("test_2vi_oppos: a2", i, a2[i], (char)103);
583 test_2vi_oppos(a1, a2, (char)123, (char)103);
586 System.out.println("test_2vi_oppos: " + (end - start));
813 static void test_2vi_oppos(char[] a, char[] b, char c, char d) { method in class:TestCharVect
H A DTestDoubleVect.java70 test_2vi_oppos(a1, a2, 123., 103.);
175 test_2vi_oppos(a1, a2, 123., 103.);
177 errn += verify("test_2vi_oppos: a1", i, a1[i], 123.);
178 errn += verify("test_2vi_oppos: a2", i, a2[i], 103.);
583 test_2vi_oppos(a1, a2, 123., 103.);
586 System.out.println("test_2vi_oppos: " + (end - start));
813 static void test_2vi_oppos(double[] a, double[] b, double c, double d) { method in class:TestDoubleVect
H A DTestFloatVect.java70 test_2vi_oppos(a1, a2, 123.f, 103.f);
175 test_2vi_oppos(a1, a2, 123.f, 103.f);
177 errn += verify("test_2vi_oppos: a1", i, a1[i], 123.f);
178 errn += verify("test_2vi_oppos: a2", i, a2[i], 103.f);
583 test_2vi_oppos(a1, a2, 123.f, 103.f);
586 System.out.println("test_2vi_oppos: " + (end - start));
813 static void test_2vi_oppos(float[] a, float[] b, float c, float d) { method in class:TestFloatVect
H A DTestIntVect.java70 test_2vi_oppos(a1, a2, (int)123, (int)103);
175 test_2vi_oppos(a1, a2, (int)123, (int)103);
177 errn += verify("test_2vi_oppos: a1", i, a1[i], (int)123);
178 errn += verify("test_2vi_oppos: a2", i, a2[i], (int)103);
583 test_2vi_oppos(a1, a2, (int)123, (int)103);
586 System.out.println("test_2vi_oppos: " + (end - start));
813 static void test_2vi_oppos(int[] a, int[] b, int c, int d) { method in class:TestIntVect
H A DTestLongVect.java70 test_2vi_oppos(a1, a2, (long)123, (long)103);
175 test_2vi_oppos(a1, a2, (long)123, (long)103);
177 errn += verify("test_2vi_oppos: a1", i, a1[i], (long)123);
178 errn += verify("test_2vi_oppos: a2", i, a2[i], (long)103);
583 test_2vi_oppos(a1, a2, (long)123, (long)103);
586 System.out.println("test_2vi_oppos: " + (end - start));
813 static void test_2vi_oppos(long[] a, long[] b, long c, long d) { method in class:TestLongVect
H A DTestShortVect.java70 test_2vi_oppos(a1, a2, (short)123, (short)103);
175 test_2vi_oppos(a1, a2, (short)123, (short)103);
177 errn += verify("test_2vi_oppos: a1", i, a1[i], (short)123);
178 errn += verify("test_2vi_oppos: a2", i, a2[i], (short)103);
583 test_2vi_oppos(a1, a2, (short)123, (short)103);
586 System.out.println("test_2vi_oppos: " + (end - start));
813 static void test_2vi_oppos(short[] a, short[] b, short c, short d) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java78 test_2vi_oppos(a1, a2, 123, 103);
183 test_2vi_oppos(a1, a2, 123, 103);
185 errn += verify("test_2vi_oppos: a1", i, a1.get(i), 123);
186 errn += verify("test_2vi_oppos: a2", i, a2.get(i), 103);
599 test_2vi_oppos(a1, a2, 123, 103);
602 System.out.println("test_2vi_oppos: " + (end - start));
829 static void test_2vi_oppos(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java78 test_2vi_oppos(a1, a2, 123, 103);
183 test_2vi_oppos(a1, a2, 123, 103);
185 errn += verify("test_2vi_oppos: a1", i, a1.get(i), 123);
186 errn += verify("test_2vi_oppos: a2", i, a2.get(i), 103);
599 test_2vi_oppos(a1, a2, 123, 103);
602 System.out.println("test_2vi_oppos: " + (end - start));
829 static void test_2vi_oppos(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java78 test_2vi_oppos(a1, a2, 123, 103);
183 test_2vi_oppos(a1, a2, 123, 103);
185 errn += verify("test_2vi_oppos: a1", i, a1.get(i), 123);
186 errn += verify("test_2vi_oppos: a2", i, a2.get(i), 103);
599 test_2vi_oppos(a1, a2, 123, 103);
602 System.out.println("test_2vi_oppos: " + (end - start));
829 static void test_2vi_oppos(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicVolatile
H A DTestIntUnsafeCAS.java95 test_2vi_oppos(a1, a2, 123, 103);
200 test_2vi_oppos(a1, a2, 123, 103);
202 errn += verify("test_2vi_oppos: a1", i, a1[i], 123);
203 errn += verify("test_2vi_oppos: a2", i, a2[i], 103);
616 test_2vi_oppos(a1, a2, 123, 103);
619 System.out.println("test_2vi_oppos: " + (end - start));
850 static void test_2vi_oppos(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeOrdered.java95 test_2vi_oppos(a1, a2, 123, 103);
200 test_2vi_oppos(a1, a2, 123, 103);
202 errn += verify("test_2vi_oppos: a1", i, a1[i], 123);
203 errn += verify("test_2vi_oppos: a2", i, a2[i], 103);
616 test_2vi_oppos(a1, a2, 123, 103);
619 System.out.println("test_2vi_oppos: " + (end - start));
850 static void test_2vi_oppos(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeOrdered
H A DTestIntUnsafeVolatile.java95 test_2vi_oppos(a1, a2, 123, 103);
200 test_2vi_oppos(a1, a2, 123, 103);
202 errn += verify("test_2vi_oppos: a1", i, a1[i], 123);
203 errn += verify("test_2vi_oppos: a2", i, a2[i], 103);
616 test_2vi_oppos(a1, a2, 123, 103);
619 System.out.println("test_2vi_oppos: " + (end - start));
850 static void test_2vi_oppos(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeVolatile

Completed in 273 milliseconds