Searched refs:test_ci_aln (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/test/compiler/7119644/
H A DTestByteDoubleVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], -103.);
194 errn += verify("test_ci_aln: b1", i, b1[i], -1.);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(byte[] a, double[] b) { method in class:TestByteDoubleVect
H A DTestByteFloatVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], -103.f);
194 errn += verify("test_ci_aln: b1", i, b1[i], -1.f);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(byte[] a, float[] b) { method in class:TestByteFloatVect
H A DTestByteIntVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], (int)-103);
194 errn += verify("test_ci_aln: b1", i, b1[i], (int)-1);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(byte[] a, int[] b) { method in class:TestByteIntVect
H A DTestByteLongVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], (long)-103);
194 errn += verify("test_ci_aln: b1", i, b1[i], (long)-1);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(byte[] a, long[] b) { method in class:TestByteLongVect
H A DTestByteShortVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (byte)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], (short)-103);
194 errn += verify("test_ci_aln: b1", i, b1[i], (short)-1);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(byte[] a, short[] b) { method in class:TestByteShortVect
H A DTestCharShortVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (char)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (char)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], (short)-103);
194 errn += verify("test_ci_aln: b1", i, b1[i], (short)-1);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(char[] a, short[] b) { method in class:TestCharShortVect
H A DTestFloatDoubleVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], -1.f);
188 errn += verify("test_ci_aln: a1", i, a1[i], -123.f);
191 errn += verify("test_ci_aln: b1", i, b1[i], -103.);
194 errn += verify("test_ci_aln: b1", i, b1[i], -1.);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(float[] a, double[] b) { method in class:TestFloatDoubleVect
H A DTestIntDoubleVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (int)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (int)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], -103.);
194 errn += verify("test_ci_aln: b1", i, b1[i], -1.);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(int[] a, double[] b) { method in class:TestIntDoubleVect
H A DTestIntFloatVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (int)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (int)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], -103.f);
194 errn += verify("test_ci_aln: b1", i, b1[i], -1.f);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(int[] a, float[] b) { method in class:TestIntFloatVect
H A DTestIntLongVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (int)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (int)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], (long)-103);
194 errn += verify("test_ci_aln: b1", i, b1[i], (long)-1);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(int[] a, long[] b) { method in class:TestIntLongVect
H A DTestLongDoubleVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (long)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (long)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], -103.);
194 errn += verify("test_ci_aln: b1", i, b1[i], -1.);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(long[] a, double[] b) { method in class:TestLongDoubleVect
H A DTestLongFloatVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (long)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (long)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], -103.f);
194 errn += verify("test_ci_aln: b1", i, b1[i], -1.f);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(long[] a, float[] b) { method in class:TestLongFloatVect
H A DTestShortDoubleVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (short)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (short)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], -103.);
194 errn += verify("test_ci_aln: b1", i, b1[i], -1.);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(short[] a, double[] b) { method in class:TestShortDoubleVect
H A DTestShortFloatVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (short)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (short)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], -103.f);
194 errn += verify("test_ci_aln: b1", i, b1[i], -1.f);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(short[] a, float[] b) { method in class:TestShortFloatVect
H A DTestShortIntVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (short)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (short)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], (int)-103);
194 errn += verify("test_ci_aln: b1", i, b1[i], (int)-1);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(short[] a, int[] b) { method in class:TestShortIntVect
H A DTestShortLongVect.java67 test_ci_aln(a1, b1);
183 test_ci_aln(a1, b1);
185 errn += verify("test_ci_aln: a1", i, a1[i], (short)-1);
188 errn += verify("test_ci_aln: a1", i, a1[i], (short)-123);
191 errn += verify("test_ci_aln: b1", i, b1[i], (long)-103);
194 errn += verify("test_ci_aln: b1", i, b1[i], (long)-1);
402 test_ci_aln(a1, b1);
405 System.out.println("test_ci_aln: " + (end - start));
508 static void test_ci_aln(short[] a, long[] b) { method in class:TestShortLongVect

Completed in 59 milliseconds