/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/ |
H A D | arm_fully_connected_q15.c | 89 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 D | arm_fully_connected_mat_q7_vec_q15.c | 93 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 D | arm_fully_connected_q7.c | 91 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 D | arm_fully_connected_q15_opt.c | 120 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 D | arm_fully_connected_mat_q7_vec_q15_opt.c | 137 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 D | arm_fully_connected_q7_opt.c | 154 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 D | arm_fully_connected_q15_opt_ref.c | 41 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 D | arm_fully_connected_mat_q7_vec_q15_opt_ref.c | 41 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 D | arm_fully_connected_q7_opt_ref.c | 41 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 D | arm_pool_ref.c | 40 int sum = 0; in arm_avepool_q7_HWC_ref() local
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/ConvolutionFunctions/ |
H A D | arm_nn_mat_mult_kernel_q7_q15.c | 77 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 D | arm_depthwise_separable_conv_HWC_q7.c | 146 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 D | arm_depthwise_separable_conv_HWC_q7_nonsquare.c | 154 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 D | arm_nn_mat_mult_kernel_q7_q15_reordered.c | 76 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 D | arm_convolve_HWC_q7_basic.c | 151 q31_t sum = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q7_basic() local
|
H A D | arm_convolve_HWC_q7_fast.c | 322 q31_t sum = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q7_fast() local
|
H A D | arm_convolve_HWC_q15_basic.c | 130 q31_t sum = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q15_basic() local
|
H A D | arm_convolve_1x1_HWC_q7_fast_nonsquare.c | 149 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 D | arm_convolve_HWC_q7_RGB.c | 196 q31_t sum = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q7_RGB() local
|
H A D | arm_convolve_HWC_q7_basic_nonsquare.c | 149 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 D | arm_math.h | 698 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 D | rfcomm_service_db_hash.c | 53 int sum = 0; in rfcomm_service_db_channel_for_service() local
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | inet_chksum.c | 138 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 D | arm_softmax_q7.c | 65 q31_t sum; in arm_softmax_q7() local
|
H A D | arm_softmax_q15.c | 65 q31_t sum; in arm_softmax_q15() local
|