/cmsis-dsp-latest/Source/StatisticsFunctions/ |
D | arm_logsumexp_f32.c | 73 int32_t blkCnt; in arm_logsumexp_f32() local 81 blkCnt = blockSize; in arm_logsumexp_f32() 86 blkCnt = blockSize >> 2; in arm_logsumexp_f32() 87 while(blkCnt > 0) in arm_logsumexp_f32() 101 blkCnt --; in arm_logsumexp_f32() 107 blkCnt = blockSize & 0x3; in arm_logsumexp_f32() 108 while(blkCnt > 0) in arm_logsumexp_f32() 112 blkCnt--; in arm_logsumexp_f32() 136 uint32_t blkCnt; in arm_logsumexp_f32() local 141 blkCnt = blockSize; in arm_logsumexp_f32() [all …]
|
D | arm_var_f32.c | 70 uint32_t blkCnt; /* loop counters */ in arm_var_f32() local 85 blkCnt = blockSize >> 2U; in arm_var_f32() 86 while (blkCnt > 0U) in arm_var_f32() 96 blkCnt --; in arm_var_f32() 105 blkCnt = blockSize & 0x3; in arm_var_f32() 106 while (blkCnt > 0U) in arm_var_f32() 112 blkCnt--; in arm_var_f32() 129 uint32_t blkCnt; /* loop counter */ in arm_var_f32() local 139 blkCnt = blockSize >> 2U; in arm_var_f32() 143 while (blkCnt > 0U) in arm_var_f32() [all …]
|
D | arm_mean_f32.c | 56 uint32_t blkCnt; /* loop counters */ in arm_mean_f32() local 62 blkCnt = blockSize >> 2U; in arm_mean_f32() 63 while (blkCnt > 0U) in arm_mean_f32() 68 blkCnt --; in arm_mean_f32() 75 blkCnt = blockSize & 0x3; in arm_mean_f32() 77 while (blkCnt > 0U) in arm_mean_f32() 83 blkCnt--; in arm_mean_f32() 101 uint32_t blkCnt; /* Loop counter */ in arm_mean_f32() local 105 blkCnt = blockSize >> 2U; in arm_mean_f32() 109 while (blkCnt > 0U) in arm_mean_f32() [all …]
|
D | arm_accumulate_f32.c | 59 uint32_t blkCnt; in arm_accumulate_f32() local 64 blkCnt = blockSize >> 2U; in arm_accumulate_f32() 65 while (blkCnt > 0U) in arm_accumulate_f32() 79 blkCnt --; in arm_accumulate_f32() 83 blkCnt = blockSize & 3; in arm_accumulate_f32() 84 if (blkCnt > 0U) in arm_accumulate_f32() 88 mve_pred16_t p0 = vctp32q(blkCnt); in arm_accumulate_f32() 111 uint32_t blkCnt; /* Loop counter */ in arm_accumulate_f32() local 115 blkCnt = blockSize >> 2U; in arm_accumulate_f32() 119 while (blkCnt > 0U) in arm_accumulate_f32() [all …]
|
D | arm_power_f32.c | 72 uint32_t blkCnt; /* loop counters */ in arm_power_f32() local 79 blkCnt = blockSize >> 2U; in arm_power_f32() 80 while (blkCnt > 0U) in arm_power_f32() 88 blkCnt --; in arm_power_f32() 96 blkCnt = blockSize & 0x3; in arm_power_f32() 97 while (blkCnt > 0U) in arm_power_f32() 106 blkCnt--; in arm_power_f32() 120 uint32_t blkCnt; /* loop counter */ in arm_power_f32() local 126 blkCnt = blockSize >> 2U; in arm_power_f32() 130 while (blkCnt > 0U) in arm_power_f32() [all …]
|
D | arm_max_f32.c | 66 uint32_t blkCnt; in arm_max_f32() local 82 blkCnt = blockSize >> 2U; in arm_max_f32() 83 while (blkCnt > 0U) in arm_max_f32() 98 blkCnt--; in arm_max_f32() 117 blkCnt = blockSize & 0x3; in arm_max_f32() 119 while (blkCnt > 0U) in arm_max_f32() 129 idx = blockSize - blkCnt; in arm_max_f32() 133 blkCnt--; in arm_max_f32() 152 uint32_t blkCnt, outIndex; /* loop counter */ in arm_max_f32() local 181 blkCnt = blockSize - 1; in arm_max_f32() [all …]
|
D | arm_min_f32.c | 69 uint32_t blkCnt; /* loop counters */ in arm_min_f32() local 85 blkCnt = blockSize >> 2U; in arm_min_f32() 86 while (blkCnt > 0U) in arm_min_f32() 102 blkCnt--; in arm_min_f32() 122 blkCnt = blockSize & 0x3; in arm_min_f32() 124 while (blkCnt > 0U) in arm_min_f32() 134 idx = blockSize - blkCnt; in arm_min_f32() 136 blkCnt--; in arm_min_f32() 154 uint32_t blkCnt, outIndex; /* loop counter */ in arm_min_f32() local 181 blkCnt = blockSize - 1; in arm_min_f32() [all …]
|
/cmsis-dsp-latest/Source/SupportFunctions/ |
D | arm_fill_f32.c | 64 uint32_t blkCnt; in arm_fill_f32() local 65 blkCnt = blockSize >> 2U; in arm_fill_f32() 68 while (blkCnt > 0U) in arm_fill_f32() 77 blkCnt --; in arm_fill_f32() 80 blkCnt = blockSize & 3; in arm_fill_f32() 82 while (blkCnt > 0U) in arm_fill_f32() 90 blkCnt--; in arm_fill_f32() 101 uint32_t blkCnt; /* loop counter */ in arm_fill_f32() local 106 blkCnt = blockSize >> 2U; in arm_fill_f32() 110 while (blkCnt > 0U) in arm_fill_f32() [all …]
|
D | arm_copy_f32.c | 65 uint32_t blkCnt; in arm_copy_f32() local 66 blkCnt = blockSize >> 2U; in arm_copy_f32() 69 while (blkCnt > 0U) in arm_copy_f32() 78 blkCnt --; in arm_copy_f32() 81 blkCnt = blockSize & 3; in arm_copy_f32() 83 while (blkCnt > 0U) in arm_copy_f32() 91 blkCnt--; in arm_copy_f32() 103 uint32_t blkCnt; /* loop counter */ in arm_copy_f32() local 107 blkCnt = blockSize >> 2U; in arm_copy_f32() 111 while (blkCnt > 0U) in arm_copy_f32() [all …]
|
D | arm_q31_to_float.c | 62 uint32_t blkCnt; /* loop counters */ in arm_q31_to_float() local 67 blkCnt = blockSize >> 2; in arm_q31_to_float() 68 while (blkCnt > 0U) in arm_q31_to_float() 79 blkCnt--; in arm_q31_to_float() 85 blkCnt = blockSize & 3; in arm_q31_to_float() 86 while (blkCnt > 0U) in arm_q31_to_float() 94 blkCnt--; in arm_q31_to_float() 106 uint32_t blkCnt; /* loop counter */ in arm_q31_to_float() local 111 blkCnt = blockSize >> 2U; in arm_q31_to_float() 115 while (blkCnt > 0U) in arm_q31_to_float() [all …]
|
D | arm_q15_to_float.c | 63 uint32_t blkCnt; in arm_q15_to_float() local 69 blkCnt = blockSize >> 2; in arm_q15_to_float() 70 while (blkCnt > 0U) in arm_q15_to_float() 81 blkCnt--; in arm_q15_to_float() 84 blkCnt = blockSize & 3; in arm_q15_to_float() 85 while (blkCnt > 0U) in arm_q15_to_float() 93 blkCnt--; in arm_q15_to_float() 104 uint32_t blkCnt; /* loop counter */ in arm_q15_to_float() local 110 blkCnt = blockSize >> 3U; in arm_q15_to_float() 114 while (blkCnt > 0U) in arm_q15_to_float() [all …]
|
D | arm_q7_to_float.c | 62 uint32_t blkCnt; /* loop counters */ in arm_q7_to_float() local 67 blkCnt = blockSize >> 2; in arm_q7_to_float() 68 while (blkCnt > 0U) in arm_q7_to_float() 79 blkCnt--; in arm_q7_to_float() 82 blkCnt = blockSize & 3; in arm_q7_to_float() 83 while (blkCnt > 0U) in arm_q7_to_float() 91 blkCnt--; in arm_q7_to_float() 102 uint32_t blkCnt; /* loop counter */ in arm_q7_to_float() local 109 blkCnt = blockSize >> 4U; in arm_q7_to_float() 113 while (blkCnt > 0U) in arm_q7_to_float() [all …]
|
D | arm_copy_q7.c | 53 uint32_t blkCnt; in arm_copy_q7() local 55 blkCnt = blockSize >> 4; in arm_copy_q7() 56 while (blkCnt > 0U) in arm_copy_q7() 66 blkCnt --; in arm_copy_q7() 69 blkCnt = blockSize & 0xF; in arm_copy_q7() 70 while (blkCnt > 0U) in arm_copy_q7() 78 blkCnt--; in arm_copy_q7() 88 uint32_t blkCnt; /* Loop counter */ in arm_copy_q7() local 93 blkCnt = blockSize >> 2U; in arm_copy_q7() 95 while (blkCnt > 0U) in arm_copy_q7() [all …]
|
/cmsis-dsp-latest/Source/BasicMathFunctions/ |
D | arm_negate_f32.c | 70 uint32_t blkCnt; /* Loop counter */ in arm_negate_f32() local 76 blkCnt = blockSize >> 2U; in arm_negate_f32() 77 while (blkCnt > 0U) in arm_negate_f32() 91 blkCnt--; in arm_negate_f32() 95 blkCnt = blockSize & 0x3; in arm_negate_f32() 96 if (blkCnt > 0U) in arm_negate_f32() 99 mve_pred16_t p0 = vctp32q(blkCnt); in arm_negate_f32() 112 uint32_t blkCnt; /* Loop counter */ in arm_negate_f32() local 119 blkCnt = blockSize >> 2U; in arm_negate_f32() 121 while (blkCnt > 0U) in arm_negate_f32() [all …]
|
D | arm_abs_f32.c | 72 uint32_t blkCnt; /* Loop counter */ in arm_abs_f32() local 78 blkCnt = blockSize >> 2U; in arm_abs_f32() 80 while (blkCnt > 0U) in arm_abs_f32() 94 blkCnt--; in arm_abs_f32() 98 blkCnt = blockSize & 0x3; in arm_abs_f32() 101 if (blkCnt > 0U) in arm_abs_f32() 104 mve_pred16_t p0 = vctp32q(blkCnt); in arm_abs_f32() 117 uint32_t blkCnt; /* Loop counter */ in arm_abs_f32() local 124 blkCnt = blockSize >> 2U; in arm_abs_f32() 126 while (blkCnt > 0U) in arm_abs_f32() [all …]
|
D | arm_offset_f32.c | 72 uint32_t blkCnt; /* Loop counter */ in arm_offset_f32() local 78 blkCnt = blockSize >> 2U; in arm_offset_f32() 79 while (blkCnt > 0U) in arm_offset_f32() 93 blkCnt--; in arm_offset_f32() 97 blkCnt = blockSize & 0x3; in arm_offset_f32() 99 if (blkCnt > 0U) in arm_offset_f32() 101 mve_pred16_t p0 = vctp32q(blkCnt); in arm_offset_f32() 116 uint32_t blkCnt; /* Loop counter */ in arm_offset_f32() local 123 blkCnt = blockSize >> 2U; in arm_offset_f32() 125 while (blkCnt > 0U) in arm_offset_f32() [all …]
|
D | arm_abs_f16.c | 59 uint32_t blkCnt; /* Loop counter */ in arm_abs_f16() local 65 blkCnt = blockSize >> 3U; in arm_abs_f16() 67 while (blkCnt > 0U) in arm_abs_f16() 81 blkCnt--; in arm_abs_f16() 85 blkCnt = blockSize & 0x7; in arm_abs_f16() 88 if (blkCnt > 0U) in arm_abs_f16() 91 mve_pred16_t p0 = vctp16q(blkCnt); in arm_abs_f16() 105 uint32_t blkCnt; /* Loop counter */ in arm_abs_f16() local 112 blkCnt = blockSize >> 2U; in arm_abs_f16() 114 while (blkCnt > 0U) in arm_abs_f16() [all …]
|
D | arm_mult_f32.c | 70 uint32_t blkCnt; /* Loop counter */ in arm_mult_f32() local 77 blkCnt = blockSize >> 2U; in arm_mult_f32() 78 while (blkCnt > 0U) in arm_mult_f32() 94 blkCnt--; in arm_mult_f32() 98 blkCnt = blockSize & 0x3; in arm_mult_f32() 99 if (blkCnt > 0U) in arm_mult_f32() 102 mve_pred16_t p0 = vctp32q(blkCnt); in arm_mult_f32() 117 uint32_t blkCnt; /* Loop counter */ in arm_mult_f32() local 125 blkCnt = blockSize >> 2U; in arm_mult_f32() 127 while (blkCnt > 0U) in arm_mult_f32() [all …]
|
D | arm_sub_f32.c | 70 uint32_t blkCnt; /* Loop counter */ in arm_sub_f32() local 77 blkCnt = blockSize >> 2U; in arm_sub_f32() 79 while (blkCnt > 0U) in arm_sub_f32() 95 blkCnt--; in arm_sub_f32() 99 blkCnt = blockSize & 0x3; in arm_sub_f32() 101 if (blkCnt > 0U) in arm_sub_f32() 104 mve_pred16_t p0 = vctp32q(blkCnt); in arm_sub_f32() 119 uint32_t blkCnt; /* Loop counter */ in arm_sub_f32() local 127 blkCnt = blockSize >> 2U; in arm_sub_f32() 129 while (blkCnt > 0U) in arm_sub_f32() [all …]
|
D | arm_scale_f32.c | 85 uint32_t blkCnt; /* Loop counter */ in arm_scale_f32() local 91 blkCnt = blockSize >> 2U; in arm_scale_f32() 93 while (blkCnt > 0U) in arm_scale_f32() 107 blkCnt--; in arm_scale_f32() 111 blkCnt = blockSize & 0x3; in arm_scale_f32() 113 if (blkCnt > 0U) in arm_scale_f32() 115 mve_pred16_t p0 = vctp32q(blkCnt); in arm_scale_f32() 130 uint32_t blkCnt; /* Loop counter */ in arm_scale_f32() local 136 blkCnt = blockSize >> 2U; in arm_scale_f32() 138 while (blkCnt > 0U) in arm_scale_f32() [all …]
|
D | arm_add_f32.c | 70 uint32_t blkCnt; /* Loop counter */ in arm_add_f32() local 77 blkCnt = blockSize >> 2U; in arm_add_f32() 79 while (blkCnt > 0U) in arm_add_f32() 95 blkCnt--; in arm_add_f32() 99 blkCnt = blockSize & 0x3; in arm_add_f32() 101 if (blkCnt > 0U) in arm_add_f32() 104 mve_pred16_t p0 = vctp32q(blkCnt); in arm_add_f32() 119 uint32_t blkCnt; /* Loop counter */ in arm_add_f32() local 127 blkCnt = blockSize >> 2U; in arm_add_f32() 129 while (blkCnt > 0U) in arm_add_f32() [all …]
|
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_fir_sparse_q15.c | 76 uint32_t tapCnt, blkCnt; /* loop counters */ in arm_fir_sparse_q15() local 117 blkCnt = blockSize >> 2U; in arm_fir_sparse_q15() 119 while (blkCnt > 0U) in arm_fir_sparse_q15() 128 blkCnt--; in arm_fir_sparse_q15() 132 blkCnt = blockSize % 0x4U; in arm_fir_sparse_q15() 137 blkCnt = blockSize; in arm_fir_sparse_q15() 141 while (blkCnt > 0U) in arm_fir_sparse_q15() 147 blkCnt--; in arm_fir_sparse_q15() 185 blkCnt = blockSize >> 2U; in arm_fir_sparse_q15() 187 while (blkCnt > 0U) in arm_fir_sparse_q15() [all …]
|
D | arm_fir_sparse_q7.c | 76 uint32_t tapCnt, blkCnt; /* loop counters */ in arm_fir_sparse_q7() local 118 blkCnt = blockSize >> 2U; in arm_fir_sparse_q7() 120 while (blkCnt > 0U) in arm_fir_sparse_q7() 129 blkCnt--; in arm_fir_sparse_q7() 133 blkCnt = blockSize % 0x4U; in arm_fir_sparse_q7() 138 blkCnt = blockSize; in arm_fir_sparse_q7() 142 while (blkCnt > 0U) in arm_fir_sparse_q7() 148 blkCnt--; in arm_fir_sparse_q7() 186 blkCnt = blockSize >> 2U; in arm_fir_sparse_q7() 188 while (blkCnt > 0U) in arm_fir_sparse_q7() [all …]
|
D | arm_fir_sparse_q31.c | 73 uint32_t tapCnt, blkCnt; /* loop counters */ in arm_fir_sparse_q31() local 110 blkCnt = blockSize >> 2U; in arm_fir_sparse_q31() 112 while (blkCnt > 0U) in arm_fir_sparse_q31() 124 blkCnt--; in arm_fir_sparse_q31() 128 blkCnt = blockSize % 0x4U; in arm_fir_sparse_q31() 133 blkCnt = blockSize; in arm_fir_sparse_q31() 137 while (blkCnt > 0U) in arm_fir_sparse_q31() 143 blkCnt--; in arm_fir_sparse_q31() 181 blkCnt = blockSize >> 2U; in arm_fir_sparse_q31() 183 while (blkCnt > 0U) in arm_fir_sparse_q31() [all …]
|
/cmsis-dsp-latest/Source/ComplexMathFunctions/ |
D | arm_cmplx_conj_f32.c | 79 uint32_t blkCnt; in arm_cmplx_conj_f32() local 89 blkCnt = blockSize >> 2U; in arm_cmplx_conj_f32() 91 while (blkCnt > 0U) in arm_cmplx_conj_f32() 101 blkCnt--; in arm_cmplx_conj_f32() 105 blkCnt = (blockSize & 0x3) >> 1; in arm_cmplx_conj_f32() 107 while (blkCnt > 0U) in arm_cmplx_conj_f32() 116 blkCnt--; in arm_cmplx_conj_f32() 127 uint32_t blkCnt; /* Loop counter */ in arm_cmplx_conj_f32() local 136 blkCnt = numSamples >> 2U; in arm_cmplx_conj_f32() 138 while (blkCnt > 0U) in arm_cmplx_conj_f32() [all …]
|