Lines Matching refs:b1

54     double[] b1 = new double[ARRLEN];
58 test_ci(a1, b1);
60 test_cp(a1, a2, b1, b2);
61 test_ci_neg(a1, b1);
62 test_vi_neg(a1, b1, (byte)123, 103.);
63 test_cp_neg(a1, a2, b1, b2);
64 test_ci_oppos(a1, b1);
65 test_vi_oppos(a1, b1, (byte)123, 103.);
66 test_cp_oppos(a1, a2, b1, b2);
67 test_ci_aln(a1, b1);
68 test_vi_aln(a1, b1, (byte)123, 103.);
69 test_cp_alndst(a1, a2, b1, b2);
70 test_cp_alnsrc(a1, a2, b1, b2);
71 test_ci_unaln(a1, b1);
72 test_vi_unaln(a1, b1, (byte)123, 103.);
73 test_cp_unalndst(a1, a2, b1, b2);
74 test_cp_unalnsrc(a1, a2, b1, b2);
80 b1[i] = -1.;
87 test_ci(a1, b1);
90 errn += verify("test_ci: b1", i, b1[i], -103.);
97 test_cp(a1, a2, b1, b2);
100 errn += verify("test_cp: b1", i, b1[i], 103.);
107 b1[i] = -1.;
110 test_ci_neg(a1, b1);
113 errn += verify("test_ci_neg: b1", i, b1[i], -103.);
120 test_cp_neg(a1, a2, b1, b2);
123 errn += verify("test_cp_neg: b1", i, b1[i], 103.);
130 b1[i] = -1.;
133 test_ci_oppos(a1, b1);
136 errn += verify("test_ci_oppos: b1", i, b1[i], -103.);
143 test_cp_oppos(a1, a2, b1, b2);
146 errn += verify("test_cp_oppos: b1", i, b1[i], 103.);
153 b1[i] = -1.;
156 test_cp_alndst(a1, a2, b1, b2);
159 errn += verify("test_cp_alndst: b1", i, b1[i], -1.);
163 errn += verify("test_cp_alndst: b1", i, b1[i], 123.);
169 test_cp_alnsrc(a1, a2, b1, b2);
172 errn += verify("test_cp_alnsrc: b1", i, b1[i], -123.);
176 errn += verify("test_cp_alnsrc: b1", i, b1[i], 123.);
181 b1[i] = -1.;
183 test_ci_aln(a1, b1);
191 errn += verify("test_ci_aln: b1", i, b1[i], -103.);
194 errn += verify("test_ci_aln: b1", i, b1[i], -1.);
199 b1[i] = -1.;
201 test_vi_aln(a1, b1, (byte)123, 103.);
209 errn += verify("test_vi_aln: b1", i, b1[i], -1.);
212 errn += verify("test_vi_aln: b1", i, b1[i], 103.);
219 b1[i] = -1.;
222 test_cp_unalndst(a1, a2, b1, b2);
225 errn += verify("test_cp_unalndst: b1", i, b1[i], -1.);
229 errn += verify("test_cp_unalndst: b1", i, b1[i], 123.);
235 test_cp_unalnsrc(a1, a2, b1, b2);
238 errn += verify("test_cp_unalnsrc: b1", i, b1[i], -123.);
242 errn += verify("test_cp_unalnsrc: b1", i, b1[i], 123.);
246 b1[i] = -1;
248 test_ci_unaln(a1, b1);
256 errn += verify("test_ci_unaln: b1", i, b1[i], -103.);
259 errn += verify("test_ci_unaln: b1", i, b1[i], -1.);
263 b1[i] = -1;
265 test_vi_unaln(a1, b1, (byte)123, 103.);
273 errn += verify("test_vi_unaln: b1", i, b1[i], -1.);
276 errn += verify("test_vi_unaln: b1", i, b1[i], 103.);
282 b1[i] = (double)i;
286 b1[i] = -1.;
288 test_cp_alndst(a1, a1, b1, b1);
292 errn += verify("test_cp_alndst_overlap: b1", i, b1[i], (double)v);
296 b1[i+ALIGN_OFF] = -1.;
298 test_cp_alnsrc(a1, a1, b1, b1);
301 errn += verify("test_cp_alnsrc_overlap: b1", i, b1[i], -1.);
306 errn += verify("test_cp_alnsrc_overlap: b1", i, b1[i], (double)v);
312 b1[i] = (double)i;
316 b1[i] = -1.;
318 test_cp_unalndst(a1, a1, b1, b1);
322 errn += verify("test_cp_unalndst_overlap: b1", i, b1[i], (double)v);
326 b1[i+UNALIGN_OFF] = -1.;
328 test_cp_unalnsrc(a1, a1, b1, b1);
331 errn += verify("test_cp_unalnsrc_overlap: b1", i, b1[i], -1.);
336 errn += verify("test_cp_unalnsrc_overlap: b1", i, b1[i], (double)v);
348 test_ci(a1, b1);
360 test_cp(a1, a2, b1, b2);
366 test_ci_neg(a1, b1);
372 test_vi_neg(a1, b1, (byte)123, 103.);
378 test_cp_neg(a1, a2, b1, b2);
384 test_ci_oppos(a1, b1);
390 test_vi_oppos(a1, b1, (byte)123, 103.);
396 test_cp_oppos(a1, a2, b1, b2);
402 test_ci_aln(a1, b1);
408 test_vi_aln(a1, b1, (byte)123, 103.);
414 test_cp_alndst(a1, a2, b1, b2);
420 test_cp_alnsrc(a1, a2, b1, b2);
426 test_ci_unaln(a1, b1);
432 test_vi_unaln(a1, b1, (byte)123, 103.);
438 test_cp_unalndst(a1, a2, b1, b2);
444 test_cp_unalnsrc(a1, a2, b1, b2);