Lines Matching refs:pOut
100 float32_t *pOut = pDst->pData; /* output data matrix pointer */ in arm_mat_scale_f32() local
123 vst1q(pOut, vecOut); in arm_mat_scale_f32()
124 pOut += 4; in arm_mat_scale_f32()
140 vstrwq_p(pOut, vecOut, p0); in arm_mat_scale_f32()
158 float32_t *pOut = pDst->pData; /* output data matrix pointer */ in arm_mat_scale_f32() local
190 vst1q_f32(pOut, res); in arm_mat_scale_f32()
194 pOut += 4U; in arm_mat_scale_f32()
208 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()
228 float32_t *pOut = pDst->pData; /* Output data matrix pointer */ in arm_mat_scale_f32() local
260 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()
261 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()
262 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()
263 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()
284 *pOut++ = (*pIn++) * scale; in arm_mat_scale_f32()