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

12

/openjdk7/hotspot/test/compiler/7119644/
H A DTestByteDoubleVect.java62 test_vi_neg(a1, b1, (byte)123, 103.);
115 test_vi_neg(a2, b2, (byte)123, 103.);
117 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], 103.);
372 test_vi_neg(a1, b1, (byte)123, 103.);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(byte[] a, double[] b, byte c, double d) { method in class:TestByteDoubleVect
H A DTestByteFloatVect.java62 test_vi_neg(a1, b1, (byte)123, 103.f);
115 test_vi_neg(a2, b2, (byte)123, 103.f);
117 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], 103.f);
372 test_vi_neg(a1, b1, (byte)123, 103.f);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(byte[] a, float[] b, byte c, float d) { method in class:TestByteFloatVect
H A DTestByteIntVect.java62 test_vi_neg(a1, b1, (byte)123, (int)103);
115 test_vi_neg(a2, b2, (byte)123, (int)103);
117 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], (int)103);
372 test_vi_neg(a1, b1, (byte)123, (int)103);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(byte[] a, int[] b, byte c, int d) { method in class:TestByteIntVect
H A DTestByteLongVect.java62 test_vi_neg(a1, b1, (byte)123, (long)103);
115 test_vi_neg(a2, b2, (byte)123, (long)103);
117 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], (long)103);
372 test_vi_neg(a1, b1, (byte)123, (long)103);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(byte[] a, long[] b, byte c, long d) { method in class:TestByteLongVect
H A DTestByteShortVect.java62 test_vi_neg(a1, b1, (byte)123, (short)103);
115 test_vi_neg(a2, b2, (byte)123, (short)103);
117 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], (short)103);
372 test_vi_neg(a1, b1, (byte)123, (short)103);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(byte[] a, short[] b, byte c, short d) { method in class:TestByteShortVect
H A DTestCharShortVect.java62 test_vi_neg(a1, b1, (char)123, (short)103);
115 test_vi_neg(a2, b2, (char)123, (short)103);
117 errn += verify("test_vi_neg: a2", i, a2[i], (char)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], (short)103);
372 test_vi_neg(a1, b1, (char)123, (short)103);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(char[] a, short[] b, char c, short d) { method in class:TestCharShortVect
H A DTestFloatDoubleVect.java62 test_vi_neg(a1, b1, 123.f, 103.);
115 test_vi_neg(a2, b2, 123.f, 103.);
117 errn += verify("test_vi_neg: a2", i, a2[i], 123.f);
118 errn += verify("test_vi_neg: b2", i, b2[i], 103.);
372 test_vi_neg(a1, b1, 123.f, 103.);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(float[] a, double[] b, float c, double d) { method in class:TestFloatDoubleVect
H A DTestIntDoubleVect.java62 test_vi_neg(a1, b1, (int)123, 103.);
115 test_vi_neg(a2, b2, (int)123, 103.);
117 errn += verify("test_vi_neg: a2", i, a2[i], (int)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], 103.);
372 test_vi_neg(a1, b1, (int)123, 103.);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(int[] a, double[] b, int c, double d) { method in class:TestIntDoubleVect
H A DTestIntFloatVect.java62 test_vi_neg(a1, b1, (int)123, 103.f);
115 test_vi_neg(a2, b2, (int)123, 103.f);
117 errn += verify("test_vi_neg: a2", i, a2[i], (int)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], 103.f);
372 test_vi_neg(a1, b1, (int)123, 103.f);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(int[] a, float[] b, int c, float d) { method in class:TestIntFloatVect
H A DTestIntLongVect.java62 test_vi_neg(a1, b1, (int)123, (long)103);
115 test_vi_neg(a2, b2, (int)123, (long)103);
117 errn += verify("test_vi_neg: a2", i, a2[i], (int)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], (long)103);
372 test_vi_neg(a1, b1, (int)123, (long)103);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(int[] a, long[] b, int c, long d) { method in class:TestIntLongVect
H A DTestLongDoubleVect.java62 test_vi_neg(a1, b1, (long)123, 103.);
115 test_vi_neg(a2, b2, (long)123, 103.);
117 errn += verify("test_vi_neg: a2", i, a2[i], (long)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], 103.);
372 test_vi_neg(a1, b1, (long)123, 103.);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(long[] a, double[] b, long c, double d) { method in class:TestLongDoubleVect
H A DTestLongFloatVect.java62 test_vi_neg(a1, b1, (long)123, 103.f);
115 test_vi_neg(a2, b2, (long)123, 103.f);
117 errn += verify("test_vi_neg: a2", i, a2[i], (long)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], 103.f);
372 test_vi_neg(a1, b1, (long)123, 103.f);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(long[] a, float[] b, long c, float d) { method in class:TestLongFloatVect
H A DTestShortDoubleVect.java62 test_vi_neg(a1, b1, (short)123, 103.);
115 test_vi_neg(a2, b2, (short)123, 103.);
117 errn += verify("test_vi_neg: a2", i, a2[i], (short)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], 103.);
372 test_vi_neg(a1, b1, (short)123, 103.);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(short[] a, double[] b, short c, double d) { method in class:TestShortDoubleVect
H A DTestShortFloatVect.java62 test_vi_neg(a1, b1, (short)123, 103.f);
115 test_vi_neg(a2, b2, (short)123, 103.f);
117 errn += verify("test_vi_neg: a2", i, a2[i], (short)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], 103.f);
372 test_vi_neg(a1, b1, (short)123, 103.f);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(short[] a, float[] b, short c, float d) { method in class:TestShortFloatVect
H A DTestShortIntVect.java62 test_vi_neg(a1, b1, (short)123, (int)103);
115 test_vi_neg(a2, b2, (short)123, (int)103);
117 errn += verify("test_vi_neg: a2", i, a2[i], (short)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], (int)103);
372 test_vi_neg(a1, b1, (short)123, (int)103);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(short[] a, int[] b, short c, int d) { method in class:TestShortIntVect
H A DTestShortLongVect.java62 test_vi_neg(a1, b1, (short)123, (long)103);
115 test_vi_neg(a2, b2, (short)123, (long)103);
117 errn += verify("test_vi_neg: a2", i, a2[i], (short)123);
118 errn += verify("test_vi_neg: b2", i, b2[i], (long)103);
372 test_vi_neg(a1, b1, (short)123, (long)103);
375 System.out.println("test_vi_neg: " + (end - start));
475 static void test_vi_neg(short[] a, long[] b, short c, long d) { method in class:TestShortLongVect
H A DTestBooleanVect.java62 test_vi_neg(a2, true);
135 test_vi_neg(a2, true);
137 errn += verify("test_vi_neg: a2", i, a2[i], true);
533 test_vi_neg(a2, true);
536 System.out.println("test_vi_neg: " + (end - start));
765 static void test_vi_neg(boolean[] a, boolean b) { method in class:TestBooleanVect
H A DTestByteVect.java62 test_vi_neg(a2, (byte)123);
135 test_vi_neg(a2, (byte)123);
137 errn += verify("test_vi_neg: a2", i, a2[i], (byte)123);
534 test_vi_neg(a2, (byte)123);
537 System.out.println("test_vi_neg: " + (end - start));
766 static void test_vi_neg(byte[] a, byte b) { method in class:TestByteVect
H A DTestCharVect.java62 test_vi_neg(a2, (char)123);
135 test_vi_neg(a2, (char)123);
137 errn += verify("test_vi_neg: a2", i, a2[i], (char)123);
534 test_vi_neg(a2, (char)123);
537 System.out.println("test_vi_neg: " + (end - start));
766 static void test_vi_neg(char[] a, char b) { method in class:TestCharVect
H A DTestDoubleVect.java62 test_vi_neg(a2, 123.);
135 test_vi_neg(a2, 123.);
137 errn += verify("test_vi_neg: a2", i, a2[i], 123.);
534 test_vi_neg(a2, 123.);
537 System.out.println("test_vi_neg: " + (end - start));
766 static void test_vi_neg(double[] a, double b) { method in class:TestDoubleVect
H A DTestFloatVect.java62 test_vi_neg(a2, 123.f);
135 test_vi_neg(a2, 123.f);
137 errn += verify("test_vi_neg: a2", i, a2[i], 123.f);
534 test_vi_neg(a2, 123.f);
537 System.out.println("test_vi_neg: " + (end - start));
766 static void test_vi_neg(float[] a, float b) { method in class:TestFloatVect
H A DTestIntVect.java62 test_vi_neg(a2, (int)123);
135 test_vi_neg(a2, (int)123);
137 errn += verify("test_vi_neg: a2", i, a2[i], (int)123);
534 test_vi_neg(a2, (int)123);
537 System.out.println("test_vi_neg: " + (end - start));
766 static void test_vi_neg(int[] a, int b) { method in class:TestIntVect
H A DTestLongVect.java62 test_vi_neg(a2, (long)123);
135 test_vi_neg(a2, (long)123);
137 errn += verify("test_vi_neg: a2", i, a2[i], (long)123);
534 test_vi_neg(a2, (long)123);
537 System.out.println("test_vi_neg: " + (end - start));
766 static void test_vi_neg(long[] a, long b) { method in class:TestLongVect
H A DTestShortVect.java62 test_vi_neg(a2, (short)123);
135 test_vi_neg(a2, (short)123);
137 errn += verify("test_vi_neg: a2", i, a2[i], (short)123);
534 test_vi_neg(a2, (short)123);
537 System.out.println("test_vi_neg: " + (end - start));
766 static void test_vi_neg(short[] a, short b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java70 test_vi_neg(a2, 123, 103);
143 test_vi_neg(a2, 123, -1);
145 errn += verify("test_vi_neg: a2", i, a2.get(i), 123);
550 test_vi_neg(a2, 123, 103);
553 System.out.println("test_vi_neg: " + (end - start));
782 static void test_vi_neg(AtomicIntegerArray a, int b, int old) { method in class:TestIntAtomicCAS

Completed in 84 milliseconds

12