Home
last modified time | relevance | path

Searched defs:sum (Results 1 – 25 of 33) sorted by relevance

12

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/
H A Darm_fully_connected_q15.c89 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q15() local
136 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q15() local
H A Darm_fully_connected_mat_q7_vec_q15.c93 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_mat_q7_vec_q15() local
142 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_mat_q7_vec_q15() local
H A Darm_fully_connected_q7.c91 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q7() local
141 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q7() local
H A Darm_fully_connected_q15_opt.c120 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q15_opt() local
206 q31_t sum = ((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.c137 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_mat_q7_vec_q15_opt() local
274 q31_t sum = ((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.c154 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q7_opt() local
337 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q7_opt() local
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/
H A Darm_fully_connected_q15_opt_ref.c41 q31_t sum = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_q15_opt_ref() local
46 q31_t sum = *pBias++ << bias_shift; in arm_fully_connected_q15_opt_ref() local
H A Darm_fully_connected_mat_q7_vec_q15_opt_ref.c41 q31_t sum = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_mat_q7_vec_q15_opt_ref() local
46 q31_t sum = *pBias++ << bias_shift; in arm_fully_connected_mat_q7_vec_q15_opt_ref() local
H A Darm_fully_connected_q7_opt_ref.c41 q31_t sum = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_q7_opt_ref() local
46 q31_t sum = *pBias++ << bias_shift; in arm_fully_connected_q7_opt_ref() local
H A Darm_pool_ref.c40 int sum = 0; in arm_avepool_q7_HWC_ref() local
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/ConvolutionFunctions/
H A Darm_nn_mat_mult_kernel_q7_q15.c77 q31_t sum = ((q31_t)(*pBias) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15() local
140 q31_t sum = ((q31_t)(*pBias) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15() local
H A Darm_depthwise_separable_conv_HWC_q7.c146 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_depthwise_separable_conv_HWC_q7() local
343 q31_t sum = ((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.c154 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_depthwise_separable_conv_HWC_q7_nonsquare() local
339 q31_t sum = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_depthwise_separable_conv_HWC_q7_nonsquare() local
H A Darm_nn_mat_mult_kernel_q7_q15_reordered.c76 q31_t sum = ((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_q7_basic.c151 q31_t sum = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q7_basic() local
H A Darm_convolve_HWC_q7_fast.c322 q31_t sum = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q7_fast() local
H A Darm_convolve_HWC_q15_basic.c130 q31_t sum = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q15_basic() local
H A Darm_convolve_1x1_HWC_q7_fast_nonsquare.c149 q31_t sum = ((q31_t)(bias[i_ch_out]) << bias_shift) + NN_ROUND(out_shift); in arm_convolve_1x1_HWC_q7_fast_nonsquare() local
H A Darm_convolve_HWC_q7_RGB.c196 q31_t sum = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q7_RGB() local
H A Darm_convolve_HWC_q7_basic_nonsquare.c149 q31_t sum = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q7_basic_nonsquare() local
/btstack/port/samv71-xplained-atwilc3000/ASF/thirdparty/CMSIS/Include/
H A Darm_math.h698 q31_t sum; in __QADD8() local
725 q31_t sum; in __QSUB8() local
755 q31_t sum; in __QADD16() local
778 q31_t sum; in __SHADD16() local
801 q31_t sum; in __QSUB16() local
845 q31_t sum = 0; in __QASX() local
863 q31_t sum; in __SHASX() local
886 q31_t sum = 0; in __QSAX() local
904 q31_t sum; in __SHSAX() local
968 q31_t sum) in __SMLAD()
[all …]
/btstack/platform/daemon/src/
H A Drfcomm_service_db_hash.c53 int sum = 0; in rfcomm_service_db_channel_for_service() local
/btstack/3rd-party/lwip/core/src/core/
H A Dinet_chksum.c138 u32_t sum = 0; in lwip_standard_chksum() local
195 u32_t sum = 0, tmp; in lwip_standard_chksum() local
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/SoftmaxFunctions/
H A Darm_softmax_q7.c65 q31_t sum; in arm_softmax_q7() local
H A Darm_softmax_q15.c65 q31_t sum; in arm_softmax_q15() local

12