Lines Matching defs:test_cp_unalndst
73 test_cp_unalndst(a1, a2, b1, b2);
222 test_cp_unalndst(a1, a2, b1, b2);
224 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)-1);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (short)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], (long)123);
318 test_cp_unalndst(a1, a1, b1, b1);
438 test_cp_unalndst(a1, a2, b1, b2);
441 System.out.println("test_cp_unalndst: " + (end - start));
544 static void test_cp_unalndst(short[] a, short[] b, long[] c, long[] d) {