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

12

/openjdk7/hotspot/test/compiler/7119644/
H A DTestByteDoubleVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(byte[] a, double[] b) { method in class:TestByteDoubleVect
H A DTestByteFloatVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], -103.f);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(byte[] a, float[] b) { method in class:TestByteFloatVect
H A DTestByteIntVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], (int)-103);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(byte[] a, int[] b) { method in class:TestByteIntVect
H A DTestByteLongVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], (long)-103);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(byte[] a, long[] b) { method in class:TestByteLongVect
H A DTestByteShortVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], (short)-103);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(byte[] a, short[] b) { method in class:TestByteShortVect
H A DTestCharShortVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (char)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], (short)-103);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(char[] a, short[] b) { method in class:TestCharShortVect
H A DTestFloatDoubleVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], -123.f);
113 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(float[] a, double[] b) { method in class:TestFloatDoubleVect
H A DTestIntDoubleVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (int)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(int[] a, double[] b) { method in class:TestIntDoubleVect
H A DTestIntFloatVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (int)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], -103.f);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(int[] a, float[] b) { method in class:TestIntFloatVect
H A DTestIntLongVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (int)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], (long)-103);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(int[] a, long[] b) { method in class:TestIntLongVect
H A DTestLongDoubleVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (long)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(long[] a, double[] b) { method in class:TestLongDoubleVect
H A DTestLongFloatVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (long)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], -103.f);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(long[] a, float[] b) { method in class:TestLongFloatVect
H A DTestShortDoubleVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (short)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(short[] a, double[] b) { method in class:TestShortDoubleVect
H A DTestShortFloatVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (short)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], -103.f);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(short[] a, float[] b) { method in class:TestShortFloatVect
H A DTestShortIntVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (short)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], (int)-103);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(short[] a, int[] b) { method in class:TestShortIntVect
H A DTestShortLongVect.java61 test_ci_neg(a1, b1);
110 test_ci_neg(a1, b1);
112 errn += verify("test_ci_neg: a1", i, a1[i], (short)-123);
113 errn += verify("test_ci_neg: b1", i, b1[i], (long)-103);
366 test_ci_neg(a1, b1);
369 System.out.println("test_ci_neg: " + (end - start));
469 static void test_ci_neg(short[] a, long[] b) { method in class:TestShortLongVect
H A DTestBooleanVect.java61 test_ci_neg(a1);
131 test_ci_neg(a1);
133 errn += verify("test_ci_neg: a1", i, a1[i], false);
527 test_ci_neg(a1);
530 System.out.println("test_ci_neg: " + (end - start));
760 static void test_ci_neg(boolean[] a) { method in class:TestBooleanVect
H A DTestByteVect.java61 test_ci_neg(a1);
131 test_ci_neg(a1);
133 errn += verify("test_ci_neg: a1", i, a1[i], (byte)-123);
528 test_ci_neg(a1);
531 System.out.println("test_ci_neg: " + (end - start));
761 static void test_ci_neg(byte[] a) { method in class:TestByteVect
H A DTestCharVect.java61 test_ci_neg(a1);
131 test_ci_neg(a1);
133 errn += verify("test_ci_neg: a1", i, a1[i], (char)-123);
528 test_ci_neg(a1);
531 System.out.println("test_ci_neg: " + (end - start));
761 static void test_ci_neg(char[] a) { method in class:TestCharVect
H A DTestDoubleVect.java61 test_ci_neg(a1);
131 test_ci_neg(a1);
133 errn += verify("test_ci_neg: a1", i, a1[i], -123.);
528 test_ci_neg(a1);
531 System.out.println("test_ci_neg: " + (end - start));
761 static void test_ci_neg(double[] a) { method in class:TestDoubleVect
H A DTestFloatVect.java61 test_ci_neg(a1);
131 test_ci_neg(a1);
133 errn += verify("test_ci_neg: a1", i, a1[i], -123.f);
528 test_ci_neg(a1);
531 System.out.println("test_ci_neg: " + (end - start));
761 static void test_ci_neg(float[] a) { method in class:TestFloatVect
H A DTestIntVect.java61 test_ci_neg(a1);
131 test_ci_neg(a1);
133 errn += verify("test_ci_neg: a1", i, a1[i], (int)-123);
528 test_ci_neg(a1);
531 System.out.println("test_ci_neg: " + (end - start));
761 static void test_ci_neg(int[] a) { method in class:TestIntVect
H A DTestLongVect.java61 test_ci_neg(a1);
131 test_ci_neg(a1);
133 errn += verify("test_ci_neg: a1", i, a1[i], (long)-123);
528 test_ci_neg(a1);
531 System.out.println("test_ci_neg: " + (end - start));
761 static void test_ci_neg(long[] a) { method in class:TestLongVect
H A DTestShortVect.java61 test_ci_neg(a1);
131 test_ci_neg(a1);
133 errn += verify("test_ci_neg: a1", i, a1[i], (short)-123);
528 test_ci_neg(a1);
531 System.out.println("test_ci_neg: " + (end - start));
761 static void test_ci_neg(short[] a) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntAtomicCAS.java69 test_ci_neg(a1, 123);
139 test_ci_neg(a1, -1);
141 errn += verify("test_ci_neg: a1", i, a1.get(i), -123);
544 test_ci_neg(a1, 123);
547 System.out.println("test_ci_neg: " + (end - start));
777 static void test_ci_neg(AtomicIntegerArray a, int old) { method in class:TestIntAtomicCAS

Completed in 86 milliseconds

12