Home
last modified time | relevance | path

Searched refs:block_cnt (Results 1 – 2 of 2) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_q7_to_q15_with_offset.c44 int32_t block_cnt; in arm_q7_to_q15_with_offset() local
50 block_cnt = block_size / 8; in arm_q7_to_q15_with_offset()
52 while (block_cnt > 0) in arm_q7_to_q15_with_offset()
59 block_cnt--; in arm_q7_to_q15_with_offset()
62 block_cnt = block_size & 0x7; in arm_q7_to_q15_with_offset()
73 block_cnt = block_size >> 2; in arm_q7_to_q15_with_offset()
77 while (block_cnt > 0) in arm_q7_to_q15_with_offset()
92 block_cnt--; in arm_q7_to_q15_with_offset()
95 block_cnt = block_size % 0x4; in arm_q7_to_q15_with_offset()
100 block_cnt = block_size; in arm_q7_to_q15_with_offset()
[all …]
Darm_s8_to_s16_unordered_with_offset.c47 int32_t block_cnt = block_size >> 2; in arm_s8_to_s16_unordered_with_offset() local
51 while (block_cnt > 0) in arm_s8_to_s16_unordered_with_offset()
61 block_cnt--; in arm_s8_to_s16_unordered_with_offset()
65 block_cnt = block_size % 4; in arm_s8_to_s16_unordered_with_offset()
66 while (block_cnt > 0) in arm_s8_to_s16_unordered_with_offset()
69 block_cnt--; in arm_s8_to_s16_unordered_with_offset()