/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/filtering/src/ |
D | biquad_f16.c | 26 const float16_t *coeff = (const float16_t *)in_default_coeff; in test_arm_biquad_cascade_df1_f16_default() local 41 arm_biquad_cascade_df1_init_f16(&inst, 3, coeff, state); in test_arm_biquad_cascade_df1_f16_default() 76 const float16_t *coeff = (const float16_t *)in_default_coeff; in test_arm_biquad_cascade_df2t_f16_default() local 91 arm_biquad_cascade_df2T_init_f16(&inst, 3, coeff, state); in test_arm_biquad_cascade_df2t_f16_default() 127 const float16_t *coeff = (const float16_t *)in_rand_coeff; in test_arm_biquad_cascade_df1_f16_rand() local 149 &inst, stage_count, coeff, state); in test_arm_biquad_cascade_df1_f16_rand() 159 coeff += stage_count * 5; in test_arm_biquad_cascade_df1_f16_rand() 185 const float16_t *coeff = (const float16_t *)in_rand_coeff; in test_arm_biquad_cascade_df2t_f16_rand() local 207 &inst, stage_count, coeff, state); in test_arm_biquad_cascade_df2t_f16_rand() 217 coeff += stage_count * 5; in test_arm_biquad_cascade_df2t_f16_rand() [all …]
|
D | biquad_f32.c | 25 const float32_t *coeff = (const float32_t *)in_default_coeff; in test_arm_biquad_cascade_df1_f32_default() local 40 arm_biquad_cascade_df1_init_f32(&inst, 3, coeff, state); in test_arm_biquad_cascade_df1_f32_default() 74 const float32_t *coeff = (const float32_t *)in_default_coeff; in test_arm_biquad_cascade_df2t_f32_default() local 89 arm_biquad_cascade_df2T_init_f32(&inst, 3, coeff, state); in test_arm_biquad_cascade_df2t_f32_default() 124 const float32_t *coeff = (const float32_t *)in_rand_coeff; in test_arm_biquad_cascade_df1_f32_rand() local 146 &inst, stage_count, coeff, state); in test_arm_biquad_cascade_df1_f32_rand() 156 coeff += stage_count * 5; in test_arm_biquad_cascade_df1_f32_rand() 181 const float32_t *coeff = (const float32_t *)in_rand_coeff; in test_arm_biquad_cascade_df2t_f32_rand() local 203 &inst, stage_count, coeff, state); in test_arm_biquad_cascade_df2t_f32_rand() 213 coeff += stage_count * 5; in test_arm_biquad_cascade_df2t_f32_rand() [all …]
|
D | decim_f32.c | 28 const float32_t *coeff = (const float32_t *)in_coeff_decim; in test_arm_fir_decimate_f32() local 53 decim_factor, coeff, state, in test_arm_fir_decimate_f32() 65 coeff += tap_count; in test_arm_fir_decimate_f32() 91 const float32_t *coeff = (const float32_t *)in_coeff_interp; in test_arm_fir_interpolate_f32() local 116 tap_count, coeff, in test_arm_fir_interpolate_f32() 128 coeff += tap_count; in test_arm_fir_interpolate_f32()
|
D | decim_q15.c | 28 const q15_t *coeff = in_coeff_decim; in test_arm_fir_decimate_q15() local 53 decim_factor, coeff, state, in test_arm_fir_decimate_q15() 65 coeff += tap_count; in test_arm_fir_decimate_q15() 92 const q15_t *coeff = in_coeff_interp; in test_arm_fir_interpolate_q15() local 117 tap_count, coeff, in test_arm_fir_interpolate_q15() 129 coeff += tap_count; in test_arm_fir_interpolate_q15()
|
D | decim_q31.c | 28 const q31_t *coeff = in_coeff_decim; in test_arm_fir_decimate_q31() local 53 decim_factor, coeff, state, in test_arm_fir_decimate_q31() 65 coeff += tap_count; in test_arm_fir_decimate_q31() 92 const q31_t *coeff = in_coeff_interp; in test_arm_fir_interpolate_q31() local 117 tap_count, coeff, in test_arm_fir_interpolate_q31() 129 coeff += tap_count; in test_arm_fir_interpolate_q31()
|
D | biquad_f64.c | 25 const float64_t *coeff = (const float64_t *)in_default_coeff; in test_arm_biquad_cascade_df2t_f64_default() local 40 arm_biquad_cascade_df2T_init_f64(&inst, 3, coeff, state); in test_arm_biquad_cascade_df2t_f64_default() 76 const float64_t *coeff = (const float64_t *)in_rand_coeff; in test_arm_biquad_cascade_df2t_f64_rand() local 98 &inst, stage_count, coeff, state); in test_arm_biquad_cascade_df2t_f64_rand() 109 coeff += stage_count * 5; in test_arm_biquad_cascade_df2t_f64_rand()
|
D | biquad_q31.c | 28 const q31_t *coeff = in_default_coeff; in test_arm_biquad_cascade_df1_q31() local 43 arm_biquad_cascade_df1_init_q31(&inst, 3, coeff, state, 2); in test_arm_biquad_cascade_df1_q31() 76 const q31_t *coeff = in_default_coeff; in test_arm_biquad_cascade_df1_32x64_q31() local 92 arm_biquad_cas_df1_32x64_init_q31(&inst, 3, coeff, state, 2); in test_arm_biquad_cascade_df1_32x64_q31()
|
D | fir_f32.c | 27 const float32_t *coeff = (const float32_t *)in_coeff; in test_arm_fir_f32() local 48 arm_fir_init_f32(&inst, tap_count, coeff, state, block_size); in test_arm_fir_f32() 66 coeff += tap_count; in test_arm_fir_f32()
|
D | fir_f16.c | 27 const float16_t *coeff = (const float16_t *)in_coeff; in test_arm_fir_f16() local 48 arm_fir_init_f16(&inst, tap_count, coeff, state, block_size); in test_arm_fir_f16() 66 coeff += tap_count; in test_arm_fir_f16()
|
D | fir_q15.c | 27 const q15_t *coeff = (const q15_t *)in_coeff; in test_arm_fir_q15() local 48 arm_fir_init_q15(&inst, tap_count, coeff, state, block_size); in test_arm_fir_q15() 66 coeff += tap_count; in test_arm_fir_q15()
|
D | fir_q31.c | 27 const q31_t *coeff = (const q31_t *)in_coeff; in test_arm_fir_q31() local 48 arm_fir_init_q31(&inst, tap_count, coeff, state, block_size); in test_arm_fir_q31() 66 coeff += tap_count; in test_arm_fir_q31()
|
D | fir_q7.c | 27 const q7_t *coeff = (const q7_t *)in_coeff; in test_arm_fir_q7() local 48 arm_fir_init_q7(&inst, tap_count, coeff, state, block_size); in test_arm_fir_q7() 66 coeff += tap_count; in test_arm_fir_q7()
|
D | biquad_q15.c | 25 const q15_t *coeff = in_default_coeff; in test_arm_biquad_cascade_df1_q15() local 40 arm_biquad_cascade_df1_init_q15(&inst, 3, coeff, state, 2); in test_arm_biquad_cascade_df1_q15()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/interpolation/src/ |
D | f32.c | 106 float32_t *coeff; in test_arm_spline() local 118 coeff = malloc(((n - 1) * 3) * sizeof(float32_t)); in test_arm_spline() 119 zassert_not_null(coeff, ASSERT_MSG_BUFFER_ALLOC_FAILED); in test_arm_spline() 123 (float32_t *)input_x, (float32_t *)input_y, n, coeff, scratch); in test_arm_spline() 137 free(coeff); in test_arm_spline()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/support/src/ |
D | f16.c | 189 const float16_t *coeff = (const float16_t *)in_weighted_sum_coeff; in test_arm_weighted_sum_f16() local 198 output[0] = arm_weighted_sum_f16(val, coeff, length); in test_arm_weighted_sum_f16()
|
D | f32.c | 152 const float32_t *coeff = (const float32_t *)in_weighted_sum_coeff; in test_arm_weighted_sum_f32() local 161 output[0] = arm_weighted_sum_f32(val, coeff, length); in test_arm_weighted_sum_f32()
|