/third_party/cmsis/CMSIS/DSP/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 | 71 uint32_t blkCnt; /* loop counters */ in arm_var_f32() local 86 blkCnt = blockSize >> 2U; in arm_var_f32() 87 while (blkCnt > 0U) in arm_var_f32() 97 blkCnt --; in arm_var_f32() 106 blkCnt = blockSize & 0x3; in arm_var_f32() 107 while (blkCnt > 0U) in arm_var_f32() 113 blkCnt--; in arm_var_f32() 130 uint32_t blkCnt; /* loop counter */ in arm_var_f32() local 140 blkCnt = blockSize >> 2U; in arm_var_f32() 144 while (blkCnt > 0U) in arm_var_f32() [all …]
|
D | arm_mean_f32.c | 57 uint32_t blkCnt; /* loop counters */ in arm_mean_f32() local 63 blkCnt = blockSize >> 2U; in arm_mean_f32() 64 while (blkCnt > 0U) in arm_mean_f32() 69 blkCnt --; in arm_mean_f32() 76 blkCnt = blockSize & 0x3; in arm_mean_f32() 78 while (blkCnt > 0U) in arm_mean_f32() 84 blkCnt--; in arm_mean_f32() 102 uint32_t blkCnt; /* Loop counter */ in arm_mean_f32() local 106 blkCnt = blockSize >> 2U; in arm_mean_f32() 110 while (blkCnt > 0U) in arm_mean_f32() [all …]
|
D | arm_power_f32.c | 73 uint32_t blkCnt; /* loop counters */ in arm_power_f32() local 80 blkCnt = blockSize >> 2U; in arm_power_f32() 81 while (blkCnt > 0U) in arm_power_f32() 89 blkCnt --; in arm_power_f32() 97 blkCnt = blockSize & 0x3; in arm_power_f32() 98 while (blkCnt > 0U) in arm_power_f32() 107 blkCnt--; in arm_power_f32() 121 uint32_t blkCnt; /* loop counter */ in arm_power_f32() local 127 blkCnt = blockSize >> 2U; in arm_power_f32() 131 while (blkCnt > 0U) in arm_power_f32() [all …]
|
D | arm_max_f32.c | 67 uint32_t blkCnt; in arm_max_f32() local 83 blkCnt = blockSize >> 2U; in arm_max_f32() 84 while (blkCnt > 0U) in arm_max_f32() 99 blkCnt--; in arm_max_f32() 118 blkCnt = blockSize & 0x3; in arm_max_f32() 120 while (blkCnt > 0U) in arm_max_f32() 130 idx = blockSize - blkCnt; in arm_max_f32() 134 blkCnt--; in arm_max_f32() 153 uint32_t blkCnt, outIndex; /* loop counter */ in arm_max_f32() local 182 blkCnt = blockSize - 1; in arm_max_f32() [all …]
|
D | arm_min_f32.c | 70 uint32_t blkCnt; /* loop counters */ in arm_min_f32() local 86 blkCnt = blockSize >> 2U; in arm_min_f32() 87 while (blkCnt > 0U) in arm_min_f32() 103 blkCnt--; in arm_min_f32() 123 blkCnt = blockSize & 0x3; in arm_min_f32() 125 while (blkCnt > 0U) in arm_min_f32() 135 idx = blockSize - blkCnt; in arm_min_f32() 137 blkCnt--; in arm_min_f32() 155 uint32_t blkCnt, outIndex; /* loop counter */ in arm_min_f32() local 182 blkCnt = blockSize - 1; in arm_min_f32() [all …]
|
D | arm_var_f16.c | 62 int32_t blkCnt; /* loop counters */ in arm_var_f16() local 84 blkCnt = blockSize; in arm_var_f16() 86 mve_pred16_t p = vctp16q(blkCnt); in arm_var_f16() 95 blkCnt -= 8; in arm_var_f16() 98 while (blkCnt > 0); in arm_var_f16() 110 uint32_t blkCnt; /* Loop counter */ in arm_var_f16() local 125 blkCnt = blockSize >> 2U; in arm_var_f16() 127 while (blkCnt > 0U) in arm_var_f16() 138 blkCnt--; in arm_var_f16() 142 blkCnt = blockSize % 0x4U; in arm_var_f16() [all …]
|
D | arm_entropy_f32.c | 56 uint32_t blkCnt; in arm_entropy_f32() local 60 blkCnt = blockSize; in arm_entropy_f32() 64 blkCnt = blockSize >> 2U; in arm_entropy_f32() 66 while (blkCnt > 0U) in arm_entropy_f32() 77 blkCnt --; in arm_entropy_f32() 83 blkCnt = blockSize & 0x3; in arm_entropy_f32() 84 while(blkCnt > 0) in arm_entropy_f32() 89 blkCnt--; in arm_entropy_f32() 104 uint32_t blkCnt; in arm_entropy_f32() local 116 blkCnt = blockSize >> 2; in arm_entropy_f32() [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
D | arm_fill_f32.c | 65 uint32_t blkCnt; in arm_fill_f32() local 66 blkCnt = blockSize >> 2U; in arm_fill_f32() 69 while (blkCnt > 0U) in arm_fill_f32() 78 blkCnt --; in arm_fill_f32() 81 blkCnt = blockSize & 3; in arm_fill_f32() 83 while (blkCnt > 0U) in arm_fill_f32() 91 blkCnt--; in arm_fill_f32() 102 uint32_t blkCnt; /* loop counter */ in arm_fill_f32() local 107 blkCnt = blockSize >> 2U; in arm_fill_f32() 111 while (blkCnt > 0U) in arm_fill_f32() [all …]
|
D | arm_copy_f32.c | 66 uint32_t blkCnt; in arm_copy_f32() local 67 blkCnt = blockSize >> 2U; in arm_copy_f32() 70 while (blkCnt > 0U) in arm_copy_f32() 79 blkCnt --; in arm_copy_f32() 82 blkCnt = blockSize & 3; in arm_copy_f32() 84 while (blkCnt > 0U) in arm_copy_f32() 92 blkCnt--; in arm_copy_f32() 104 uint32_t blkCnt; /* loop counter */ in arm_copy_f32() local 108 blkCnt = blockSize >> 2U; in arm_copy_f32() 112 while (blkCnt > 0U) in arm_copy_f32() [all …]
|
D | arm_q31_to_float.c | 63 uint32_t blkCnt; /* loop counters */ in arm_q31_to_float() local 68 blkCnt = blockSize >> 2; in arm_q31_to_float() 69 while (blkCnt > 0U) in arm_q31_to_float() 80 blkCnt--; in arm_q31_to_float() 86 blkCnt = blockSize & 3; in arm_q31_to_float() 87 while (blkCnt > 0U) in arm_q31_to_float() 95 blkCnt--; in arm_q31_to_float() 107 uint32_t blkCnt; /* loop counter */ in arm_q31_to_float() local 112 blkCnt = blockSize >> 2U; in arm_q31_to_float() 116 while (blkCnt > 0U) in arm_q31_to_float() [all …]
|
D | arm_q15_to_float.c | 64 uint32_t blkCnt; in arm_q15_to_float() local 70 blkCnt = blockSize >> 2; in arm_q15_to_float() 71 while (blkCnt > 0U) in arm_q15_to_float() 82 blkCnt--; in arm_q15_to_float() 85 blkCnt = blockSize & 3; in arm_q15_to_float() 86 while (blkCnt > 0U) in arm_q15_to_float() 94 blkCnt--; in arm_q15_to_float() 105 uint32_t blkCnt; /* loop counter */ in arm_q15_to_float() local 111 blkCnt = blockSize >> 3U; in arm_q15_to_float() 115 while (blkCnt > 0U) in arm_q15_to_float() [all …]
|
D | arm_q7_to_float.c | 63 uint32_t blkCnt; /* loop counters */ in arm_q7_to_float() local 68 blkCnt = blockSize >> 2; in arm_q7_to_float() 69 while (blkCnt > 0U) in arm_q7_to_float() 80 blkCnt--; in arm_q7_to_float() 83 blkCnt = blockSize & 3; in arm_q7_to_float() 84 while (blkCnt > 0U) in arm_q7_to_float() 92 blkCnt--; in arm_q7_to_float() 103 uint32_t blkCnt; /* loop counter */ in arm_q7_to_float() local 110 blkCnt = blockSize >> 4U; in arm_q7_to_float() 114 while (blkCnt > 0U) in arm_q7_to_float() [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/ |
D | arm_abs_f32.c | 73 uint32_t blkCnt; /* Loop counter */ in arm_abs_f32() local 79 blkCnt = blockSize >> 2U; in arm_abs_f32() 81 while (blkCnt > 0U) in arm_abs_f32() 95 blkCnt--; in arm_abs_f32() 99 blkCnt = blockSize & 0x3; in arm_abs_f32() 102 if (blkCnt > 0U) in arm_abs_f32() 105 mve_pred16_t p0 = vctp32q(blkCnt); in arm_abs_f32() 118 uint32_t blkCnt; /* Loop counter */ in arm_abs_f32() local 125 blkCnt = blockSize >> 2U; in arm_abs_f32() 127 while (blkCnt > 0U) in arm_abs_f32() [all …]
|
D | arm_abs_f16.c | 73 uint32_t blkCnt; /* Loop counter */ in arm_abs_f16() local 79 blkCnt = blockSize >> 3U; in arm_abs_f16() 81 while (blkCnt > 0U) in arm_abs_f16() 95 blkCnt--; in arm_abs_f16() 99 blkCnt = blockSize & 0x7; in arm_abs_f16() 102 if (blkCnt > 0U) in arm_abs_f16() 105 mve_pred16_t p0 = vctp16q(blkCnt); in arm_abs_f16() 119 uint32_t blkCnt; /* Loop counter */ in arm_abs_f16() local 126 blkCnt = blockSize >> 2U; in arm_abs_f16() 128 while (blkCnt > 0U) in arm_abs_f16() [all …]
|
D | arm_negate_f32.c | 71 uint32_t blkCnt; /* Loop counter */ in arm_negate_f32() local 77 blkCnt = blockSize >> 2U; in arm_negate_f32() 78 while (blkCnt > 0U) in arm_negate_f32() 92 blkCnt--; in arm_negate_f32() 96 blkCnt = blockSize & 0x3; in arm_negate_f32() 97 if (blkCnt > 0U) in arm_negate_f32() 100 mve_pred16_t p0 = vctp32q(blkCnt); in arm_negate_f32() 113 uint32_t blkCnt; /* Loop counter */ in arm_negate_f32() local 120 blkCnt = blockSize >> 2U; in arm_negate_f32() 122 while (blkCnt > 0U) in arm_negate_f32() [all …]
|
D | arm_offset_f32.c | 73 uint32_t blkCnt; /* Loop counter */ in arm_offset_f32() local 79 blkCnt = blockSize >> 2U; in arm_offset_f32() 80 while (blkCnt > 0U) in arm_offset_f32() 94 blkCnt--; in arm_offset_f32() 98 blkCnt = blockSize & 0x3; in arm_offset_f32() 100 if (blkCnt > 0U) in arm_offset_f32() 102 mve_pred16_t p0 = vctp32q(blkCnt); in arm_offset_f32() 117 uint32_t blkCnt; /* Loop counter */ in arm_offset_f32() local 124 blkCnt = blockSize >> 2U; in arm_offset_f32() 126 while (blkCnt > 0U) in arm_offset_f32() [all …]
|
D | arm_mult_f32.c | 71 uint32_t blkCnt; /* Loop counter */ in arm_mult_f32() local 78 blkCnt = blockSize >> 2U; in arm_mult_f32() 79 while (blkCnt > 0U) in arm_mult_f32() 95 blkCnt--; in arm_mult_f32() 99 blkCnt = blockSize & 0x3; in arm_mult_f32() 100 if (blkCnt > 0U) in arm_mult_f32() 103 mve_pred16_t p0 = vctp32q(blkCnt); in arm_mult_f32() 118 uint32_t blkCnt; /* Loop counter */ in arm_mult_f32() local 126 blkCnt = blockSize >> 2U; in arm_mult_f32() 128 while (blkCnt > 0U) in arm_mult_f32() [all …]
|
D | arm_sub_f32.c | 71 uint32_t blkCnt; /* Loop counter */ in arm_sub_f32() local 78 blkCnt = blockSize >> 2U; in arm_sub_f32() 80 while (blkCnt > 0U) in arm_sub_f32() 96 blkCnt--; in arm_sub_f32() 100 blkCnt = blockSize & 0x3; in arm_sub_f32() 102 if (blkCnt > 0U) in arm_sub_f32() 105 mve_pred16_t p0 = vctp32q(blkCnt); in arm_sub_f32() 120 uint32_t blkCnt; /* Loop counter */ in arm_sub_f32() local 128 blkCnt = blockSize >> 2U; in arm_sub_f32() 130 while (blkCnt > 0U) in arm_sub_f32() [all …]
|
D | arm_scale_f32.c | 86 uint32_t blkCnt; /* Loop counter */ in arm_scale_f32() local 92 blkCnt = blockSize >> 2U; in arm_scale_f32() 94 while (blkCnt > 0U) in arm_scale_f32() 108 blkCnt--; in arm_scale_f32() 112 blkCnt = blockSize & 0x3; in arm_scale_f32() 114 if (blkCnt > 0U) in arm_scale_f32() 116 mve_pred16_t p0 = vctp32q(blkCnt); in arm_scale_f32() 131 uint32_t blkCnt; /* Loop counter */ in arm_scale_f32() local 137 blkCnt = blockSize >> 2U; in arm_scale_f32() 139 while (blkCnt > 0U) in arm_scale_f32() [all …]
|
D | arm_add_f32.c | 71 uint32_t blkCnt; /* Loop counter */ in arm_add_f32() local 78 blkCnt = blockSize >> 2U; in arm_add_f32() 80 while (blkCnt > 0U) in arm_add_f32() 96 blkCnt--; in arm_add_f32() 100 blkCnt = blockSize & 0x3; in arm_add_f32() 102 if (blkCnt > 0U) in arm_add_f32() 105 mve_pred16_t p0 = vctp32q(blkCnt); in arm_add_f32() 120 uint32_t blkCnt; /* Loop counter */ in arm_add_f32() local 128 blkCnt = blockSize >> 2U; in arm_add_f32() 130 while (blkCnt > 0U) in arm_add_f32() [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_sparse_q7.c | 77 uint32_t tapCnt, blkCnt; /* loop counters */ in arm_fir_sparse_q7() local 119 blkCnt = blockSize >> 2U; in arm_fir_sparse_q7() 121 while (blkCnt > 0U) in arm_fir_sparse_q7() 130 blkCnt--; in arm_fir_sparse_q7() 134 blkCnt = blockSize % 0x4U; in arm_fir_sparse_q7() 139 blkCnt = blockSize; in arm_fir_sparse_q7() 143 while (blkCnt > 0U) in arm_fir_sparse_q7() 149 blkCnt--; in arm_fir_sparse_q7() 187 blkCnt = blockSize >> 2U; in arm_fir_sparse_q7() 189 while (blkCnt > 0U) in arm_fir_sparse_q7() [all …]
|
D | arm_fir_sparse_q15.c | 77 uint32_t tapCnt, blkCnt; /* loop counters */ in arm_fir_sparse_q15() local 118 blkCnt = blockSize >> 2U; in arm_fir_sparse_q15() 120 while (blkCnt > 0U) in arm_fir_sparse_q15() 129 blkCnt--; in arm_fir_sparse_q15() 133 blkCnt = blockSize % 0x4U; in arm_fir_sparse_q15() 138 blkCnt = blockSize; in arm_fir_sparse_q15() 142 while (blkCnt > 0U) in arm_fir_sparse_q15() 148 blkCnt--; in arm_fir_sparse_q15() 186 blkCnt = blockSize >> 2U; in arm_fir_sparse_q15() 188 while (blkCnt > 0U) in arm_fir_sparse_q15() [all …]
|
D | arm_fir_sparse_q31.c | 74 uint32_t tapCnt, blkCnt; /* loop counters */ in arm_fir_sparse_q31() local 111 blkCnt = blockSize >> 2U; in arm_fir_sparse_q31() 113 while (blkCnt > 0U) in arm_fir_sparse_q31() 125 blkCnt--; in arm_fir_sparse_q31() 129 blkCnt = blockSize % 0x4U; in arm_fir_sparse_q31() 134 blkCnt = blockSize; in arm_fir_sparse_q31() 138 while (blkCnt > 0U) in arm_fir_sparse_q31() 144 blkCnt--; in arm_fir_sparse_q31() 182 blkCnt = blockSize >> 2U; in arm_fir_sparse_q31() 184 while (blkCnt > 0U) in arm_fir_sparse_q31() [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/ComplexMathFunctions/ |
D | arm_cmplx_conj_f32.c | 80 uint32_t blkCnt; in arm_cmplx_conj_f32() local 90 blkCnt = blockSize >> 2U; in arm_cmplx_conj_f32() 92 while (blkCnt > 0U) in arm_cmplx_conj_f32() 102 blkCnt--; in arm_cmplx_conj_f32() 106 blkCnt = (blockSize & 0x3) >> 1; in arm_cmplx_conj_f32() 108 while (blkCnt > 0U) in arm_cmplx_conj_f32() 117 blkCnt--; in arm_cmplx_conj_f32() 128 uint32_t blkCnt; /* Loop counter */ in arm_cmplx_conj_f32() local 137 blkCnt = numSamples >> 2U; in arm_cmplx_conj_f32() 139 while (blkCnt > 0U) in arm_cmplx_conj_f32() [all …]
|