Home
last modified time | relevance | path

Searched refs:blkCnt (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/NNSupportFunctions/
H A Darm_q7_to_q15_reordered_no_shift.c81 uint32_t blkCnt; /* loop counter */ in arm_q7_to_q15_reordered_no_shift() local
90 blkCnt = blockSize >> 2u; in arm_q7_to_q15_reordered_no_shift()
94 while (blkCnt > 0u) in arm_q7_to_q15_reordered_no_shift()
115 blkCnt--; in arm_q7_to_q15_reordered_no_shift()
120 blkCnt = blockSize % 0x4u; in arm_q7_to_q15_reordered_no_shift()
127 blkCnt = blockSize; in arm_q7_to_q15_reordered_no_shift()
131 while (blkCnt > 0u) in arm_q7_to_q15_reordered_no_shift()
138 blkCnt--; in arm_q7_to_q15_reordered_no_shift()
H A Darm_q7_to_q15_no_shift.c62 uint32_t blkCnt; /* loop counter */ in arm_q7_to_q15_no_shift() local
72 blkCnt = blockSize >> 2u; in arm_q7_to_q15_no_shift()
76 while (blkCnt > 0u) in arm_q7_to_q15_no_shift()
104 blkCnt--; in arm_q7_to_q15_no_shift()
109 blkCnt = blockSize % 0x4u; in arm_q7_to_q15_no_shift()
116 blkCnt = blockSize; in arm_q7_to_q15_no_shift()
120 while (blkCnt > 0u) in arm_q7_to_q15_no_shift()
127 blkCnt--; in arm_q7_to_q15_no_shift()
H A Darm_nn_mult_q7.c64 uint32_t blkCnt; /* loop counters */ in arm_nn_mult_q7() local
72 blkCnt = blockSize >> 2U; in arm_nn_mult_q7()
76 while (blkCnt > 0U) in arm_nn_mult_q7()
89 blkCnt--; in arm_nn_mult_q7()
94 blkCnt = blockSize % 0x4U; in arm_nn_mult_q7()
101 blkCnt = blockSize; in arm_nn_mult_q7()
106 while (blkCnt > 0U) in arm_nn_mult_q7()
113 blkCnt--; in arm_nn_mult_q7()
H A Darm_nn_mult_q15.c65 uint32_t blkCnt; /* loop counters */ in arm_nn_mult_q15() local
75 blkCnt = blockSize >> 2U; in arm_nn_mult_q15()
79 while (blkCnt > 0U) in arm_nn_mult_q15()
116 blkCnt--; in arm_nn_mult_q15()
121 blkCnt = blockSize % 0x4U; in arm_nn_mult_q15()
128 blkCnt = blockSize; in arm_nn_mult_q15()
133 while (blkCnt > 0U) in arm_nn_mult_q15()
140 blkCnt--; in arm_nn_mult_q15()