Lines Matching refs:dst1
39 LOCAL_ALIGNED_16(INTFLOAT, dst1, [64 + 256]);
44 memcpy(dst1, dst0, (64 + 256) * sizeof(INTFLOAT));
46 call_new(dst1);
47 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64 + 256))
49 bench_new(dst1);
72 LOCAL_ALIGNED_16(INTFLOAT, dst1, [64]);
77 memcpy(dst1, dst0, (64) * sizeof(INTFLOAT));
79 call_new(dst1);
80 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64))
82 bench_new(dst1);
88 LOCAL_ALIGNED_16(INTFLOAT, dst1, [128]);
93 memcpy(dst1, dst0, (128) * sizeof(INTFLOAT));
95 call_new(dst1);
96 if (!float_near_abs_eps_array(dst0, dst1, EPS, 128))
98 bench_new(dst1);
105 LOCAL_ALIGNED_16(INTFLOAT, dst1, [32], [2]);
111 call_new(dst1, src);
112 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 64))
114 bench_new(dst1, src);
121 LOCAL_ALIGNED_16(INTFLOAT, dst1, [64]);
127 call_new(dst1, src);
128 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64))
130 bench_new(dst1, src);
138 LOCAL_ALIGNED_16(INTFLOAT, dst1, [128]);
143 memset(dst1, 0, 128 * sizeof(INTFLOAT));
148 call_new(dst1, src0, src1);
149 if (!float_near_abs_eps_array(dst0, dst1, EPS, 128))
151 bench_new(dst1, src0, src1);
158 LOCAL_ALIGNED_16(INTFLOAT, dst1, [3], [2][2]);
163 memset(dst1, 0, 3 * 2 * 2 * sizeof(INTFLOAT));
167 call_new(src, dst1);
168 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 3 * 2 * 2))
170 bench_new(src, dst1);
179 LOCAL_ALIGNED_16(INTFLOAT, dst1, [128], [2]);
192 memset(dst1, 0, 128 * 2 * sizeof(INTFLOAT));
194 call_new(dst1, low, alpha0, alpha1, 0.0, i, 128);
195 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2))
197 bench_new(dst1, low, alpha0, alpha1, bw, i, 128);
206 LOCAL_ALIGNED_16(INTFLOAT, dst1, [128], [2]);
215 call_new(dst1, high, g_filt, 128, 20);
216 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2))
218 bench_new(dst1, high, g_filt, 128, 20);
227 LOCAL_ALIGNED_16(INTFLOAT, dst1, [128], [2]);
243 memcpy(dst1, ref, 128 * 2 * sizeof(INTFLOAT));
245 call_new(dst1, s_m, q_filt, noise, j, 128);
246 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2))
248 bench_new(dst1, s_m, q_filt, noise, j, 128);