Lines Matching refs:b1

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