/Zephyr-Core-3.5.0/tests/subsys/dsp/basicmath/src/ |
D | q15.c | 22 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q15_t *ref, in test_zdsp_add_q15() 58 const q15_t *ref, size_t length) in test_zdsp_add_q15_in_place() 94 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q15_t *ref, in test_zdsp_sub_q15() 130 const q15_t *ref, size_t length) in test_zdsp_sub_q15_in_place() 166 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q15_t *ref, in test_zdsp_mult_q15() 200 const q15_t *ref, size_t length) in test_zdsp_mult_q15_in_place() 234 const DSP_DATA q15_t *input1, const q15_t *ref, size_t length) in test_zdsp_negate_q15() 265 static void test_zdsp_negate_q15_in_place(const DSP_DATA q15_t *input1, const q15_t *ref, in test_zdsp_negate_q15_in_place() 300 const DSP_DATA q15_t *input1, q15_t scalar, const q15_t *ref, size_t length) in test_zdsp_offset_q15() 335 const q15_t *ref, size_t length) in test_zdsp_offset_q15_in_place() [all …]
|
D | q31.c | 21 const q31_t *ref, size_t length) in test_zdsp_add_q31() 54 const q31_t *ref, size_t length) in test_zdsp_add_q31_in_place() 90 const q31_t *ref, size_t length) in test_zdsp_sub_q31() 123 const q31_t *ref, size_t length) in test_zdsp_sub_q31_in_place() 159 const q31_t *ref, size_t length) in test_zdsp_mult_q31() 192 const q31_t *ref, size_t length) in test_zdsp_mult_q31_in_place() 225 static void test_zdsp_negate_q31(const DSP_DATA q31_t *input1, const q31_t *ref, size_t length) in test_zdsp_negate_q31() 256 static void test_zdsp_negate_q31_in_place(const DSP_DATA q31_t *input1, const q31_t *ref, in test_zdsp_negate_q31_in_place() 290 static void test_zdsp_offset_q31(const DSP_DATA q31_t *input1, q31_t scalar, const q31_t *ref, in test_zdsp_offset_q31() 326 const q31_t *ref, size_t length) in test_zdsp_offset_q31_in_place() [all …]
|
D | q7.c | 21 const q7_t *ref, size_t length) in test_zdsp_add_q7() 54 const q7_t *ref, size_t length) in test_zdsp_add_q7_in_place() 90 const q7_t *ref, size_t length) in test_zdsp_sub_q7() 123 const q7_t *ref, size_t length) in test_zdsp_sub_q7_in_place() 159 const q7_t *ref, size_t length) in test_zdsp_mult_q7() 192 const q7_t *ref, size_t length) in test_zdsp_mult_q7_in_place() 225 static void test_zdsp_negate_q7(const DSP_DATA q7_t *input1, const q7_t *ref, size_t length) in test_zdsp_negate_q7() 255 static void test_zdsp_negate_q7_in_place(const DSP_DATA q7_t *input1, const q7_t *ref, in test_zdsp_negate_q7_in_place() 289 static void test_zdsp_offset_q7(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_offset_q7() 322 static void test_zdsp_offset_q7_in_place(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_offset_q7_in_place() [all …]
|
D | f16.c | 21 const uint16_t *input1, const uint16_t *input2, const uint16_t *ref, in test_zdsp_add_f16() 55 const uint16_t *ref, size_t length) in test_zdsp_add_f16_in_place() 87 const uint16_t *input1, const uint16_t *input2, const uint16_t *ref, in test_zdsp_sub_f16() 121 const uint16_t *ref, size_t length) in test_zdsp_sub_f16_in_place() 153 const uint16_t *input1, const uint16_t *input2, const uint16_t *ref, in test_zdsp_mult_f16() 187 const uint16_t *ref, size_t length) in test_zdsp_mult_f16_in_place() 219 const uint16_t *input1, const uint16_t *ref, size_t length) in test_zdsp_negate_f16() 251 static void test_zdsp_negate_f16_in_place(const uint16_t *input1, const uint16_t *ref, in test_zdsp_negate_f16_in_place() 284 const uint16_t *input1, float16_t scalar, const uint16_t *ref, in test_zdsp_offset_f16() 318 const uint16_t *ref, size_t length) in test_zdsp_offset_f16_in_place() [all …]
|
D | f32.c | 20 const uint32_t *ref, size_t length) in test_zdsp_add_f32() 53 const DSP_DATA uint32_t *input2, const uint32_t *ref, size_t length) in test_zdsp_add_f32_in_place() 85 const uint32_t *ref, size_t length) in test_zdsp_sub_f32() 118 const DSP_DATA uint32_t *input2, const uint32_t *ref, size_t length) in test_zdsp_sub_f32_in_place() 150 const uint32_t *ref, size_t length) in test_zdsp_mult_f32() 183 const DSP_DATA uint32_t *input2, const uint32_t *ref, size_t length) in test_zdsp_mult_f32_in_place() 214 static void test_zdsp_negate_f32(const DSP_DATA uint32_t *input1, const uint32_t *ref, in test_zdsp_negate_f32() 247 static void test_zdsp_negate_f32_in_place(const DSP_DATA uint32_t *input1, const uint32_t *ref, in test_zdsp_negate_f32_in_place() 280 const uint32_t *ref, size_t length) in test_zdsp_offset_f32() 313 const uint32_t *ref, size_t length) in test_zdsp_offset_f32_in_place() [all …]
|
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/complexmath/src/ |
D | f16.c | 22 const uint16_t *input1, const uint16_t *ref, size_t length) in test_arm_cmplx_conj_f16() 57 const uint16_t *input1, const uint16_t *input2, const uint16_t *ref, in test_arm_cmplx_dot_prod_f16() 94 const uint16_t *input1, const uint16_t *ref, size_t length) in test_arm_cmplx_mag_f16() 125 const uint16_t *input1, const uint16_t *ref, size_t length) in test_arm_cmplx_mag_squared_f16() 156 const uint16_t *input1, const uint16_t *input2, const uint16_t *ref, in test_arm_cmplx_mult_cmplx_f16() 196 const uint16_t *input1, const uint16_t *input2, const uint16_t *ref, in test_arm_cmplx_mult_real_f16()
|
D | f32.c | 22 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_cmplx_conj_f32() 57 const uint32_t *input1, const uint32_t *input2, const uint32_t *ref, in test_arm_cmplx_dot_prod_f32() 94 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_cmplx_mag_f32() 125 const uint32_t *input1, const uint32_t *ref, size_t length) in test_arm_cmplx_mag_squared_f32() 156 const uint32_t *input1, const uint32_t *input2, const uint32_t *ref, in test_arm_cmplx_mult_cmplx_f32() 196 const uint32_t *input1, const uint32_t *input2, const uint32_t *ref, in test_arm_cmplx_mult_real_f32()
|
D | q31.c | 23 const q31_t *input1, const q31_t *ref, size_t length) in test_arm_cmplx_conj_q31() 57 const q31_t *input1, const q31_t *input2, const q63_t *ref, in test_arm_cmplx_dot_prod_q31() 90 const q31_t *input1, const q31_t *ref, size_t length) in test_arm_cmplx_mag_q31() 119 const q31_t *input1, const q31_t *ref, size_t length) in test_arm_cmplx_mag_squared_q31() 148 const q31_t *input1, const q31_t *input2, const q31_t *ref, in test_arm_cmplx_mult_cmplx_q31() 186 const q31_t *input1, const q31_t *input2, const q31_t *ref, in test_arm_cmplx_mult_real_q31()
|
D | q15.c | 24 const q15_t *input1, const q15_t *ref, size_t length) in test_arm_cmplx_conj_q15() 58 const q15_t *input1, const q15_t *input2, const q31_t *ref, in test_arm_cmplx_dot_prod_q15() 91 const q15_t *input1, const q15_t *ref, size_t length) in test_arm_cmplx_mag_q15() 120 const q15_t *input1, const q15_t *ref, size_t length) in test_arm_cmplx_mag_squared_q15() 149 const q15_t *input1, const q15_t *input2, const q15_t *ref, in test_arm_cmplx_mult_cmplx_q15() 187 const q15_t *input1, const q15_t *input2, const q15_t *ref, in test_arm_cmplx_mult_real_q15()
|
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/quaternionmath/src/ |
D | f32.c | 24 const float32_t *ref = (const float32_t *)ref_norm; in ZTEST() local 52 const float32_t *ref = (const float32_t *)ref_inv; in ZTEST() local 80 const float32_t *ref = (const float32_t *)ref_conj; in ZTEST() local 108 const float32_t *ref = (const float32_t *)ref_normalize; in ZTEST() local 138 const float32_t *ref = (const float32_t *)ref_mult; in ZTEST() local 175 const float32_t *ref = (const float32_t *)ref_mult; in ZTEST() local 203 const float32_t *ref = (const float32_t *)ref_quat2rot; in ZTEST() local 231 const float32_t *ref = (const float32_t *)ref_rot2quat; in ZTEST() local
|
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/support/src/ |
D | f32.c | 74 const uint32_t *input1, const q31_t *ref, size_t length) in test_arm_float_to_q31() 99 const uint32_t *input1, const q15_t *ref, size_t length) in test_arm_float_to_q15() 124 const uint32_t *input1, const q7_t *ref, size_t length) in test_arm_float_to_q7() 153 const float32_t *ref = (const float32_t *)ref_weighted_sum; in test_arm_weighted_sum_f32() local 178 const uint32_t *input1, const uint32_t *ref, size_t length, in test_arm_sort_out() 232 const uint32_t *input1, const uint32_t *ref, size_t length, in test_arm_merge_sort_out() 267 const uint32_t *input1, const uint32_t *ref, size_t length, in test_arm_sort_in() 320 const uint32_t *input1, const uint32_t *ref, size_t length, in test_arm_sort_const() 370 const uint32_t *input1, const uint32_t *ref, size_t length, in test_arm_merge_sort_const()
|
D | f16.c | 83 const uint16_t *input1, const q15_t *ref, size_t length) in test_arm_f16_to_q15() 108 const uint16_t *input1, const uint32_t *ref, size_t length) in test_arm_f16_to_float() 134 const q15_t *input1, const uint16_t *ref, size_t length) in test_arm_q15_to_f16() 160 const uint32_t *input1, const uint16_t *ref, size_t length) in test_arm_float_to_f16() 190 const float16_t *ref = (const float16_t *)ref_weighted_sum; in test_arm_weighted_sum_f16() local
|
D | q15.c | 73 const q15_t *input1, const uint32_t *ref, size_t length) in test_arm_q15_to_float() 99 const q15_t *input1, const q31_t *ref, size_t length) in test_arm_q15_to_q31() 125 const q15_t *input1, const q7_t *ref, size_t length) in test_arm_q15_to_q7()
|
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/transform/src/ |
D | cf16.c | 20 bool inverse, const uint16_t *input, const uint16_t *ref, size_t length) in test_arm_cfft_f16_cmplx_backend() 53 const uint16_t *input, const uint16_t *ref, size_t length) in test_arm_cfft_f16_cmplx() 131 const uint16_t *input, const uint16_t *ref, size_t length) in test_arm_cifft_f16_cmplx()
|
D | cf32.c | 20 bool inverse, const uint32_t *input, const uint32_t *ref, size_t length) in test_arm_cfft_f32_cmplx_backend() 53 const uint32_t *input, const uint32_t *ref, size_t length) in test_arm_cfft_f32_cmplx() 131 const uint32_t *input, const uint32_t *ref, size_t length) in test_arm_cifft_f32_cmplx()
|
D | rf16.c | 20 bool inverse, const uint16_t *input, const uint16_t *ref, in test_arm_rfft_f16_real_backend() 54 const uint16_t *input, const uint16_t *ref, size_t length) in test_arm_rfft_f16_real() 124 const uint16_t *input, const uint16_t *ref, size_t length) in test_arm_rifft_f16_real()
|
D | rf32.c | 20 bool inverse, const uint32_t *input, const uint32_t *ref, in test_arm_rfft_f32_real_backend() 54 const uint32_t *input, const uint32_t *ref, size_t length) in test_arm_rfft_f32_real() 124 const uint32_t *input, const uint32_t *ref, size_t length) in test_arm_rifft_f32_real()
|
D | rf64.c | 20 bool inverse, const uint64_t *input, const uint64_t *ref, size_t length) in test_arm_rfft_f64_real_backend() 53 const uint64_t *input, const uint64_t *ref, size_t length) in test_arm_rfft_f64_real() 123 const uint64_t *input, const uint64_t *ref, size_t length) in test_arm_rifft_f64_real()
|
D | cf64.c | 20 bool inverse, const uint64_t *input, const uint64_t *ref, size_t length) in test_arm_cfft_f64_cmplx_backend() 53 const uint64_t *input, const uint64_t *ref, size_t length) in test_arm_cfft_f64_cmplx() 131 const uint64_t *input, const uint64_t *ref, size_t length) in test_arm_cifft_f64_cmplx()
|
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_q15.c | 21 size_t in1_length, size_t in2_length, const q15_t *ref, in test_arm_correlate_q15() 78 size_t in1_length, size_t in2_length, const q15_t *ref, in test_arm_conv_q15() 136 size_t first, size_t in1_length, size_t in2_length, const q15_t *ref, in test_arm_conv_partial_q15() 173 size_t first, size_t in1_length, size_t in2_length, const q15_t *ref, in test_arm_conv_partial_fast_q15() 210 size_t first, size_t in1_length, size_t in2_length, const q15_t *ref, in test_arm_conv_partial_opt_q15() 253 size_t first, size_t in1_length, size_t in2_length, const q15_t *ref, in test_arm_conv_partial_fast_opt_q15() 296 size_t first, size_t in1_length, size_t in2_length, const q15_t *ref, in test_arm_conv_partial_q15() 303 size_t first, size_t in1_length, size_t in2_length, const q15_t *ref, in test_arm_conv_partial_fast_q15() 310 size_t first, size_t in1_length, size_t in2_length, const q15_t *ref, in test_arm_conv_partial_opt_q15() 317 size_t first, size_t in1_length, size_t in2_length, const q15_t *ref, in test_arm_conv_partial_fast_opt_q15()
|
D | misc_q7.c | 20 size_t in1_length, size_t in2_length, const q7_t *ref, in test_arm_correlate_q7() 77 size_t in1_length, size_t in2_length, const q7_t *ref, in test_arm_conv_q7() 135 size_t first, size_t in1_length, size_t in2_length, const q7_t *ref, in test_arm_conv_partial_q7() 172 size_t first, size_t in1_length, size_t in2_length, const q7_t *ref, in test_arm_conv_partial_opt_q7() 215 size_t first, size_t in1_length, size_t in2_length, const q7_t *ref, in test_arm_conv_partial_q7() 222 size_t first, size_t in1_length, size_t in2_length, const q7_t *ref, in test_arm_conv_partial_opt_q7()
|
D | misc_q31.c | 22 size_t in1_length, size_t in2_length, const q31_t *ref, in test_arm_correlate_q31() 103 size_t in1_length, size_t in2_length, const q31_t *ref, in test_arm_conv_q31() 176 size_t first, size_t in1_length, size_t in2_length, const q31_t *ref, in test_arm_conv_partial_q31() 213 size_t first, size_t in1_length, size_t in2_length, const q31_t *ref, in test_arm_conv_partial_fast_q31() 250 size_t first, size_t in1_length, size_t in2_length, const q31_t *ref, in test_arm_conv_partial_q31() 257 size_t first, size_t in1_length, size_t in2_length, const q31_t *ref, in test_arm_conv_partial_fast_q31() 279 size_t in_length, size_t err_index, const q31_t *in, const q31_t *ref, in test_arm_levinson_durbin_q31()
|
D | misc_f32.c | 23 size_t in1_length, size_t in2_length, const uint32_t *ref, in test_arm_correlate_f32() 107 size_t in1_length, size_t in2_length, const uint32_t *ref, in test_arm_conv_f32() 184 const uint32_t *ref, size_t ref_length) in test_arm_conv_partial_f32() 223 const uint32_t *ref, size_t ref_length) in test_arm_conv_partial_f32() 241 const uint32_t *ref, size_t ref_length) in test_arm_levinson_durbin_f32()
|
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/statistics/src/ |
D | f16.c | 139 float16_t ref[1]; in test_arm_mean_f16() local 172 float16_t ref[1]; in test_arm_power_f16() local 205 float16_t ref[1]; in test_arm_rms_f16() local 238 float16_t ref[1]; in test_arm_std_f16() local 271 float16_t ref[1]; in test_arm_var_f16() local 305 const float16_t *ref = (float16_t *)ref_entropy; in ZTEST() local 340 const float16_t *ref = (float16_t *)ref_logsumexp; in ZTEST() local 375 const float16_t *ref = (float16_t *)ref_kl; in ZTEST() local 415 const float16_t *ref = (float16_t *)ref_logsumexp_dp; in ZTEST() local
|
D | f32.c | 123 float32_t ref[1]; in test_arm_mean_f32() local 156 float32_t ref[1]; in test_arm_power_f32() local 189 float32_t ref[1]; in test_arm_rms_f32() local 222 float32_t ref[1]; in test_arm_std_f32() local 255 float32_t ref[1]; in test_arm_var_f32() local 289 const float32_t *ref = (float32_t *)ref_entropy; in ZTEST() local 324 const float32_t *ref = (float32_t *)ref_logsumexp; in ZTEST() local 359 const float32_t *ref = (float32_t *)ref_kl; in ZTEST() local 398 const float32_t *ref = (float32_t *)ref_logsumexp_dp; in ZTEST() local
|