Lines Matching refs:out0
115 LOCAL_ALIGNED_16(INTFLOAT, out0, [91], [32][2]);
121 randomize((INTFLOAT *)out0, 91 * 32 * 2);
123 memcpy(out1, out0, 91 * 32 * 2 * sizeof(INTFLOAT));
133 call_ref(out0, in, 3, 32);
137 if (memcmp(out0, out1, 91 * 32 * 2 * sizeof(INTFLOAT)))
140 call_ref(out0, in, 5, 32);
143 if (memcmp(out0, out1, 91 * 32 * 2 * sizeof(INTFLOAT)))
151 LOCAL_ALIGNED_16(INTFLOAT, out0, [2], [38][64]);
159 randomize((INTFLOAT *)out0, 2 * 38 * 64);
160 memcpy(out1, out0, 2 * 38 * 64 * sizeof(INTFLOAT));
170 call_ref(out0, in, 3, 32);
174 if (memcmp(out0, out1, 2 * 38 * 64 * sizeof(INTFLOAT)))
177 call_ref(out0, in, 5, 32);
180 if (memcmp(out0, out1, 2 * 38 * 64 * sizeof(INTFLOAT)))