Searched defs:test_srlc (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/test/compiler/7200264/
H A DTestIntVect.java103 test_srlc(a0, a1);
266 test_srlc(a0, a1);
268 errn += verify("test_srlc: ", i, a0[i], (int)((int)(ADD_INIT+i)>>>VALUE));
550 static void test_srlc(int[] a0, int[] a1) { method in class:TestIntVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java104 test_srlc(a0, a1);
289 test_srlc(a0, a1);
291 errn += verify("test_srlc: ", i, a0[i], (char)((char)(ADD_INIT+i)>>>VALUE));
697 test_srlc(a0, a1);
700 System.out.println("test_srlc: " + (end - start));
1145 static void test_srlc(char[] a0, char[] a1) { method in class:TestCharVect
/openjdk7/hotspot/test/compiler/6340864/
H A DTestIntVect.java103 test_srlc(a0, a1);
284 test_srlc(a0, a1);
286 errn += verify("test_srlc: ", i, a0[i], (int)((int)(ADD_INIT+i)>>>VALUE));
662 test_srlc(a0, a1);
665 System.out.println("test_srlc: " + (end - start));
1085 static void test_srlc(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java102 test_srlc(a0, a1);
278 test_srlc(a0, a1);
280 errn += verify("test_srlc: ", i, a0[i], (long)((long)(ADD_INIT+i)>>>VALUE));
632 test_srlc(a0, a1);
635 System.out.println("test_srlc: " + (end - start));
1030 static void test_srlc(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestShortVect.java104 test_srlc(a0, a1);
289 test_srlc(a0, a1);
291 errn += verify("test_srlc: ", i, a0[i], (short)((short)(ADD_INIT+i)>>>VALUE));
697 test_srlc(a0, a1);
700 System.out.println("test_srlc: " + (end - start));
1145 static void test_srlc(short[] a0, short[] a1) { method in class:TestShortVect
H A DTestByteVect.java105 test_srlc(a0, a1);
294 test_srlc(a0, a1);
296 errn += verify("test_srlc: ", i, a0[i], (byte)((byte)(ADD_INIT+i)>>>VALUE));
740 test_srlc(a0, a1);
743 System.out.println("test_srlc: " + (end - start));
1213 static void test_srlc(byte[] a0, byte[] a1) { method in class:TestByteVect

Completed in 56 milliseconds