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], (long)-1);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.f);
162 errn += verify("test_cp_alndst: a1", i, a1[i], (long)123);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.f);
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(long[] a, long[] b, float[] c, float[] d) {