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], (byte)-1);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
228 errn += verify("test_cp_unalndst: a1", i, a1[i], (byte)123);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 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(byte[] a, byte[] b, double[] c, double[] d) {