Searched refs:test_andv (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/test/compiler/7200264/
H A DTestIntVect.java93 test_andv(a0, a1, (int)BIT_MASK);
222 test_andv(a0, a1, (int)BIT_MASK);
224 errn += verify("test_andv: ", i, a0[i], (int)((int)(ADD_INIT+i)&BIT_MASK));
481 static void test_andv(int[] a0, int[] a1, int b) { method in class:TestIntVect
/openjdk7/hotspot/test/compiler/6340864/
H A DTestIntVect.java92 test_andv(a0, a1, (int)BIT_MASK);
240 test_andv(a0, a1, (int)BIT_MASK);
242 errn += verify("test_andv: ", i, a0[i], (int)((int)(ADD_INIT+i)&BIT_MASK));
598 test_andv(a0, a1, (int)BIT_MASK);
601 System.out.println("test_andv: " + (end - start));
996 static void test_andv(int[] a0, int[] a1, int b) { method in class:TestIntVect
H A DTestLongVect.java91 test_andv(a0, a1, (long)BIT_MASK);
234 test_andv(a0, a1, (long)BIT_MASK);
236 errn += verify("test_andv: ", i, a0[i], (long)((long)(ADD_INIT+i)&BIT_MASK));
568 test_andv(a0, a1, (long)BIT_MASK);
571 System.out.println("test_andv: " + (end - start));
941 static void test_andv(long[] a0, long[] a1, long b) { method in class:TestLongVect
H A DTestByteVect.java94 test_andv(a0, a1, (byte)BIT_MASK);
250 test_andv(a0, a1, (byte)BIT_MASK);
252 errn += verify("test_andv: ", i, a0[i], (byte)((byte)(ADD_INIT+i)&BIT_MASK));
676 test_andv(a0, a1, (byte)BIT_MASK);
679 System.out.println("test_andv: " + (end - start));
1124 static void test_andv(byte[] a0, byte[] a1, byte b) { method in class:TestByteVect
H A DTestShortVect.java93 test_andv(a0, a1, (short)BIT_MASK);
245 test_andv(a0, a1, (short)BIT_MASK);
247 errn += verify("test_andv: ", i, a0[i], (short)((short)(ADD_INIT+i)&BIT_MASK));
633 test_andv(a0, a1, (short)BIT_MASK);
636 System.out.println("test_andv: " + (end - start));
1056 static void test_andv(short[] a0, short[] a1, short b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java93 test_andv(a0, a1, (short)BIT_MASK);
245 test_andv(a0, a1, (short)BIT_MASK);
247 errn += verify("test_andv: ", i, a0[i], (char)((char)(ADD_INIT+i)&BIT_MASK));
633 test_andv(a0, a1, (short)BIT_MASK);
636 System.out.println("test_andv: " + (end - start));
1056 static void test_andv(char[] a0, char[] a1, short b) { method in class:TestCharVect

Completed in 47 milliseconds