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

12

/openjdk7/hotspot/test/compiler/7119644/
H A DTestByteDoubleVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(byte[] a, byte[] b, double[] c, double[] d) { method in class:TestByteDoubleVect
H A DTestByteFloatVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], 103.f);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(byte[] a, byte[] b, float[] c, float[] d) { method in class:TestByteFloatVect
H A DTestByteIntVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], (int)103);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(byte[] a, byte[] b, int[] c, int[] d) { method in class:TestByteIntVect
H A DTestByteLongVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], (long)103);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(byte[] a, byte[] b, long[] c, long[] d) { method in class:TestByteLongVect
H A DTestByteShortVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], (short)103);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(byte[] a, byte[] b, short[] c, short[] d) { method in class:TestByteShortVect
H A DTestCharShortVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (char)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], (short)103);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(char[] a, char[] b, short[] c, short[] d) { method in class:TestCharShortVect
H A DTestFloatDoubleVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], 123.f);
123 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(float[] a, float[] b, double[] c, double[] d) { method in class:TestFloatDoubleVect
H A DTestIntDoubleVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (int)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(int[] a, int[] b, double[] c, double[] d) { method in class:TestIntDoubleVect
H A DTestIntFloatVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (int)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], 103.f);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(int[] a, int[] b, float[] c, float[] d) { method in class:TestIntFloatVect
H A DTestIntLongVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (int)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], (long)103);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(int[] a, int[] b, long[] c, long[] d) { method in class:TestIntLongVect
H A DTestLongDoubleVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (long)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(long[] a, long[] b, double[] c, double[] d) { method in class:TestLongDoubleVect
H A DTestLongFloatVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (long)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], 103.f);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(long[] a, long[] b, float[] c, float[] d) { method in class:TestLongFloatVect
H A DTestShortDoubleVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (short)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(short[] a, short[] b, double[] c, double[] d) { method in class:TestShortDoubleVect
H A DTestShortFloatVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (short)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], 103.f);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(short[] a, short[] b, float[] c, float[] d) { method in class:TestShortFloatVect
H A DTestShortIntVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (short)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], (int)103);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(short[] a, short[] b, int[] c, int[] d) { method in class:TestShortIntVect
H A DTestShortLongVect.java63 test_cp_neg(a1, a2, b1, b2);
120 test_cp_neg(a1, a2, b1, b2);
122 errn += verify("test_cp_neg: a1", i, a1[i], (short)123);
123 errn += verify("test_cp_neg: b1", i, b1[i], (long)103);
378 test_cp_neg(a1, a2, b1, b2);
381 System.out.println("test_cp_neg: " + (end - start));
481 static void test_cp_neg(short[] a, short[] b, long[] c, long[] d) { method in class:TestShortLongVect
H A DTestBooleanVect.java63 test_cp_neg(a1, a2);
139 test_cp_neg(a1, a2);
141 errn += verify("test_cp_neg: a1", i, a1[i], true);
539 test_cp_neg(a1, a2);
542 System.out.println("test_cp_neg: " + (end - start));
770 static void test_cp_neg(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestByteVect.java63 test_cp_neg(a1, a2);
139 test_cp_neg(a1, a2);
141 errn += verify("test_cp_neg: a1", i, a1[i], (byte)123);
540 test_cp_neg(a1, a2);
543 System.out.println("test_cp_neg: " + (end - start));
771 static void test_cp_neg(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestCharVect.java63 test_cp_neg(a1, a2);
139 test_cp_neg(a1, a2);
141 errn += verify("test_cp_neg: a1", i, a1[i], (char)123);
540 test_cp_neg(a1, a2);
543 System.out.println("test_cp_neg: " + (end - start));
771 static void test_cp_neg(char[] a, char[] b) { method in class:TestCharVect
H A DTestDoubleVect.java63 test_cp_neg(a1, a2);
139 test_cp_neg(a1, a2);
141 errn += verify("test_cp_neg: a1", i, a1[i], 123.);
540 test_cp_neg(a1, a2);
543 System.out.println("test_cp_neg: " + (end - start));
771 static void test_cp_neg(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestFloatVect.java63 test_cp_neg(a1, a2);
139 test_cp_neg(a1, a2);
141 errn += verify("test_cp_neg: a1", i, a1[i], 123.f);
540 test_cp_neg(a1, a2);
543 System.out.println("test_cp_neg: " + (end - start));
771 static void test_cp_neg(float[] a, float[] b) { method in class:TestFloatVect
H A DTestIntVect.java63 test_cp_neg(a1, a2);
139 test_cp_neg(a1, a2);
141 errn += verify("test_cp_neg: a1", i, a1[i], (int)123);
540 test_cp_neg(a1, a2);
543 System.out.println("test_cp_neg: " + (end - start));
771 static void test_cp_neg(int[] a, int[] b) { method in class:TestIntVect
H A DTestLongVect.java63 test_cp_neg(a1, a2);
139 test_cp_neg(a1, a2);
141 errn += verify("test_cp_neg: a1", i, a1[i], (long)123);
540 test_cp_neg(a1, a2);
543 System.out.println("test_cp_neg: " + (end - start));
771 static void test_cp_neg(long[] a, long[] b) { method in class:TestLongVect
H A DTestShortVect.java63 test_cp_neg(a1, a2);
139 test_cp_neg(a1, a2);
141 errn += verify("test_cp_neg: a1", i, a1[i], (short)123);
540 test_cp_neg(a1, a2);
543 System.out.println("test_cp_neg: " + (end - start));
771 static void test_cp_neg(short[] a, short[] b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java71 test_cp_neg(a1, a2);
147 test_cp_neg(a1, a2);
149 errn += verify("test_cp_neg: a1", i, a1.get(i), 123);
556 test_cp_neg(a1, a2);
559 System.out.println("test_cp_neg: " + (end - start));
787 static void test_cp_neg(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS

Completed in 311 milliseconds

12