Lines Matching defs:test_cp_alndst
69 test_cp_alndst(a1, a2, b1, b2);
156 test_cp_alndst(a1, a2, b1, b2);
158 errn += verify("test_cp_alndst: a1", i, a1[i], (short)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], (int)-1);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (short)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], (int)123);
288 test_cp_alndst(a1, a1, b1, b1);
414 test_cp_alndst(a1, a2, b1, b2);
417 System.out.println("test_cp_alndst: " + (end - start));
520 static void test_cp_alndst(short[] a, short[] b, int[] c, int[] d) {