Home
last modified time | relevance | path

Searched defs:sum2 (Results 1 – 15 of 15) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/
H A Darm_fully_connected_q15_opt_ref.c42 q31_t sum2 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_q15_opt_ref() local
47 q31_t sum2 = *pBias++ << bias_shift; in arm_fully_connected_q15_opt_ref() local
H A Darm_fully_connected_mat_q7_vec_q15_opt_ref.c42 q31_t sum2 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_mat_q7_vec_q15_opt_ref() local
47 q31_t sum2 = *pBias++ << bias_shift; in arm_fully_connected_mat_q7_vec_q15_opt_ref() local
H A Darm_fully_connected_q7_opt_ref.c42 q31_t sum2 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_q7_opt_ref() local
47 q31_t sum2 = *pBias++ << bias_shift; in arm_fully_connected_q7_opt_ref() local
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/ConvolutionFunctions/
H A Darm_nn_mat_mult_kernel_q7_q15.c78 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15() local
141 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15() local
H A Darm_nn_mat_mult_kernel_q7_q15_reordered.c77 q31_t sum2 = ((q31_t)(bias[i]) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15_reordered() local
H A Darm_convolve_HWC_q15_fast.c155 q31_t sum2 = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q15_fast() local
H A Darm_convolve_HWC_q15_fast_nonsquare.c165 q31_t sum2 = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q15_fast_nonsquare() local
H A Darm_depthwise_separable_conv_HWC_q7.c147 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_depthwise_separable_conv_HWC_q7() local
H A Darm_depthwise_separable_conv_HWC_q7_nonsquare.c155 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_depthwise_separable_conv_HWC_q7_nonsquare() local
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/
H A Darm_fully_connected_q15.c90 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q15() local
H A Darm_fully_connected_mat_q7_vec_q15.c94 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_mat_q7_vec_q15() local
H A Darm_fully_connected_q7.c92 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q7() local
H A Darm_fully_connected_q15_opt.c121 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q15_opt() local
H A Darm_fully_connected_mat_q7_vec_q15_opt.c138 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_mat_q7_vec_q15_opt() local
H A Darm_fully_connected_q7_opt.c155 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q7_opt() local