Searched refs:pO (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/FullyConnectedFunctions/ |
| D | arm_fully_connected_q15_opt.c | 111 q15_t *pO = pOut; in arm_fully_connected_q15_opt() local 197 *pO++ = (q15_t)(__SSAT((sum >> out_shift), 16)); in arm_fully_connected_q15_opt() 198 *pO++ = (q15_t)(__SSAT((sum2 >> out_shift), 16)); in arm_fully_connected_q15_opt() 199 *pO++ = (q15_t)(__SSAT((sum3 >> out_shift), 16)); in arm_fully_connected_q15_opt() 200 *pO++ = (q15_t)(__SSAT((sum4 >> out_shift), 16)); in arm_fully_connected_q15_opt() 242 *pO++ = (q15_t)(__SSAT((sum >> out_shift), 16)); in arm_fully_connected_q15_opt() 252 q15_t *pO = pOut; in arm_fully_connected_q15_opt() local 302 *pO++ = (q15_t)__SSAT((sum >> out_shift), 16); in arm_fully_connected_q15_opt() 303 *pO++ = (q15_t)__SSAT((sum2 >> out_shift), 16); in arm_fully_connected_q15_opt() 304 *pO++ = (q15_t)__SSAT((sum3 >> out_shift), 16); in arm_fully_connected_q15_opt() [all …]
|
| D | arm_fully_connected_mat_q7_vec_q15_opt.c | 132 q15_t *pO = pOut; in arm_fully_connected_mat_q7_vec_q15_opt() local 275 *pO++ = (q15_t)(__SSAT((sum >> out_shift), 16)); in arm_fully_connected_mat_q7_vec_q15_opt() 276 *pO++ = (q15_t)(__SSAT((sum2 >> out_shift), 16)); in arm_fully_connected_mat_q7_vec_q15_opt() 277 *pO++ = (q15_t)(__SSAT((sum3 >> out_shift), 16)); in arm_fully_connected_mat_q7_vec_q15_opt() 278 *pO++ = (q15_t)(__SSAT((sum4 >> out_shift), 16)); in arm_fully_connected_mat_q7_vec_q15_opt() 320 *pO++ = (q15_t)(__SSAT((sum >> out_shift), 16)); in arm_fully_connected_mat_q7_vec_q15_opt() 330 q15_t *pO = pOut; in arm_fully_connected_mat_q7_vec_q15_opt() local 382 *pO++ = (q15_t)__SSAT((sum >> out_shift), 16); in arm_fully_connected_mat_q7_vec_q15_opt() 383 *pO++ = (q15_t)__SSAT((sum2 >> out_shift), 16); in arm_fully_connected_mat_q7_vec_q15_opt() 384 *pO++ = (q15_t)__SSAT((sum3 >> out_shift), 16); in arm_fully_connected_mat_q7_vec_q15_opt() [all …]
|
| D | arm_fully_connected_q7_opt.c | 143 q7_t *pO = pOut; in arm_fully_connected_q7_opt() local 334 *pO++ = (q7_t)(__SSAT((sum >> out_shift), 8)); in arm_fully_connected_q7_opt() 335 *pO++ = (q7_t)(__SSAT((sum2 >> out_shift), 8)); in arm_fully_connected_q7_opt() 336 *pO++ = (q7_t)(__SSAT((sum3 >> out_shift), 8)); in arm_fully_connected_q7_opt() 337 *pO++ = (q7_t)(__SSAT((sum4 >> out_shift), 8)); in arm_fully_connected_q7_opt() 378 *pO++ = (q7_t)(__SSAT((sum >> out_shift), 8)); in arm_fully_connected_q7_opt() 388 q7_t *pO = pOut; in arm_fully_connected_q7_opt() 458 *pO++ = (q7_t)__SSAT((sum >> out_shift), 8); in arm_fully_connected_q7_opt() 459 *pO++ = (q7_t)__SSAT((sum2 >> out_shift), 8); in arm_fully_connected_q7_opt() 460 *pO++ = (q7_t)__SSAT((sum3 >> out_shift), 8); in arm_fully_connected_q7_opt() [all …]
|
| D | arm_fully_connected_mat_q7_vec_q15.c | 84 q15_t *pO = pOut; in arm_fully_connected_mat_q7_vec_q15() local 128 *pO++ = (q15_t)(__SSAT((sum >> out_shift), 16)); in arm_fully_connected_mat_q7_vec_q15() 129 *pO++ = (q15_t)(__SSAT((sum2 >> out_shift), 16)); in arm_fully_connected_mat_q7_vec_q15() 171 *pO++ = (q15_t)(__SSAT((sum >> out_shift), 16)); in arm_fully_connected_mat_q7_vec_q15()
|
| D | arm_fully_connected_q7.c | 83 q7_t *pO = pOut; in arm_fully_connected_q7() local 129 *pO++ = (q7_t)(__SSAT((sum >> out_shift), 8)); in arm_fully_connected_q7() 130 *pO++ = (q7_t)(__SSAT((sum2 >> out_shift), 8)); in arm_fully_connected_q7() 172 *pO++ = (q7_t)(__SSAT((sum >> out_shift), 8)); in arm_fully_connected_q7()
|
| D | arm_fully_connected_q15.c | 81 q15_t *pO = pOut; in arm_fully_connected_q15() local 125 *pO++ = (q15_t)(__SSAT((sum >> out_shift), 16)); in arm_fully_connected_q15() 126 *pO++ = (q15_t)(__SSAT((sum2 >> out_shift), 16)); in arm_fully_connected_q15() 169 *pO++ = (q15_t)(__SSAT((sum >> out_shift), 16)); in arm_fully_connected_q15()
|