Home
last modified time | relevance | path

Searched refs:pOut2 (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_nn_mat_mult_kernel_q7_q15.c51 q7_t *pOut2 = pOut + ch_im_out; in arm_nn_mat_mult_kernel_q7_q15() local
114 *pOut2++ = (q7_t)__SSAT((sum2 >> out_shift), 8); in arm_nn_mat_mult_kernel_q7_q15()
115 *pOut2++ = (q7_t)__SSAT((sum4 >> out_shift), 8); in arm_nn_mat_mult_kernel_q7_q15()
167 *pOut2++ = (q7_t)__SSAT((sum2 >> out_shift), 8); in arm_nn_mat_mult_kernel_q7_q15()
Darm_nn_mat_mult_kernel_q7_q15_reordered.c52 q7_t *pOut2 = pOut + ch_im_out; in arm_nn_mat_mult_kernel_q7_q15_reordered() local
114 *pOut2++ = (q7_t)__SSAT((sum2 >> out_shift), 8); in arm_nn_mat_mult_kernel_q7_q15_reordered()
115 *pOut2++ = (q7_t)__SSAT((sum4 >> out_shift), 8); in arm_nn_mat_mult_kernel_q7_q15_reordered()
Darm_convolve_HWC_q15_fast.c144 q15_t *pOut2 = pOut + ch_im_out; in arm_convolve_HWC_q15_fast() local
194 *pOut2++ = (q15_t)__SSAT(sum2 >> out_shift, 16); in arm_convolve_HWC_q15_fast()
195 *pOut2++ = (q15_t)__SSAT(sum4 >> out_shift, 16); in arm_convolve_HWC_q15_fast()
Darm_convolve_HWC_q15_fast_nonsquare.c156 q15_t *pOut2 = pOut + ch_im_out; in arm_convolve_HWC_q15_fast_nonsquare() local
206 *pOut2++ = (q15_t)__SSAT(sum2 >> out_shift, 16); in arm_convolve_HWC_q15_fast_nonsquare()
207 *pOut2++ = (q15_t)__SSAT(sum4 >> out_shift, 16); in arm_convolve_HWC_q15_fast_nonsquare()
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_mult_f16.c427 float16_t *pOut0, *pOut1, *pOut2, *pOut3; in arm_mat_mult_f16() local
434 pOut2 = pOut1 + numColsB; in arm_mat_mult_f16()
435 pOut3 = pOut2 + numColsB; in arm_mat_mult_f16()
476 vst1q(pOut2, vecMac2); pOut2 += 8; in arm_mat_mult_f16()
523 vstrhq_p_f16(pOut2, vecMac2, p0); in arm_mat_mult_f16()
Darm_mat_mult_f32.c309 float32_t *pOut0, *pOut1, *pOut2, *pOut3; in arm_mat_mult_f32() local
316 pOut2 = pOut1 + numColsB; in arm_mat_mult_f32()
317 pOut3 = pOut2 + numColsB; in arm_mat_mult_f32()
360 vst1q(pOut2, vecMac2); in arm_mat_mult_f32()
361 pOut2 += 4; in arm_mat_mult_f32()
410 vstrwq_p_f32(pOut2, vecMac2, p0); in arm_mat_mult_f32()
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_rfft_q31.c215 q31_t *pOut1 = &pDst[2], *pOut2 = &pDst[4 * fftLen - 1]; in arm_split_rfft_q31() local
271 *pOut2-- = -outI; in arm_split_rfft_q31()
272 *pOut2-- = outR; in arm_split_rfft_q31()