Lines Matching refs:pOut
85 float32_t *pOut = pDst->pData; /* output data matrix pointer */ in arm_mat_scale_f32() local
108 vst1q(pOut, vecOut); in arm_mat_scale_f32()
109 pOut += 4; in arm_mat_scale_f32()
125 vstrwq_p(pOut, vecOut, p0); in arm_mat_scale_f32()
143 float32_t *pOut = pDst->pData; /* output data matrix pointer */ in arm_mat_scale_f32() local
175 vst1q_f32(pOut, res); in arm_mat_scale_f32()
179 pOut += 4U; in arm_mat_scale_f32()
193 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()
213 float32_t *pOut = pDst->pData; /* Output data matrix pointer */ in arm_mat_scale_f32() local
245 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()
246 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()
247 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()
248 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()
269 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()