Lines Matching defs:test_cp_alnsrc
70 test_cp_alnsrc(a1, a2, b1, b2);
169 test_cp_alnsrc(a1, a2, b1, b2);
171 errn += verify("test_cp_alnsrc: a1", i, a1[i], (int)-123);
172 errn += verify("test_cp_alnsrc: b1", i, b1[i], (long)-123);
175 errn += verify("test_cp_alnsrc: a1", i, a1[i], (int)123);
176 errn += verify("test_cp_alnsrc: b1", i, b1[i], (long)123);
298 test_cp_alnsrc(a1, a1, b1, b1);
420 test_cp_alnsrc(a1, a2, b1, b2);
423 System.out.println("test_cp_alnsrc: " + (end - start));
526 static void test_cp_alnsrc(int[] a, int[] b, long[] c, long[] d) {