/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/quaternionmath/src/ |
D | f32.c | 36 test_snr_error_f32(length, output, ref, SNR_ERROR_THRESH), in test_arm_quaternion_norm_f32() 64 test_snr_error_f32(length, output, ref, SNR_ERROR_THRESH), in test_arm_quaternion_inverse_f32() 92 test_snr_error_f32(length, output, ref, SNR_ERROR_THRESH), in test_arm_quaternion_conjugate_f32() 120 test_snr_error_f32(length, output, ref, SNR_ERROR_THRESH), in test_arm_quaternion_normalize_f32() 158 test_snr_error_f32(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_quaternion_product_single_f32() 187 test_snr_error_f32(length, output, ref, SNR_ERROR_THRESH), in test_arm_quaternion_product_f32() 215 test_snr_error_f32(length, output, ref, SNR_ERROR_THRESH), in test_arm_quaternion2rotation_f32() 253 test_snr_error_f32(length, output, ref, SNR_ERROR_THRESH), in test_arm_rotation2quaternion_f32()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/fastmath/src/ |
D | f32.c | 37 test_snr_error_f32(length, output, (float32_t *)ref_cos, in test_arm_cos_f32() 67 test_snr_error_f32(length, output, (float32_t *)ref_sin, in test_arm_sin_f32() 109 test_snr_error_f32(length, output, (float32_t *)ref_sqrt, in test_arm_sqrt_f32() 136 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_vlog_f32() 168 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_vexp_f32()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/basicmath/src/ |
D | f32.c | 34 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_add_f32() 67 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_sub_f32() 100 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_mult_f32() 132 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_negate_f32() 165 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_offset_f32() 198 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_scale_f32() 232 test_snr_error_f32(1, output, (float32_t *)ref, in test_arm_dot_prod_f32() 265 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_abs_f32() 297 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_clip_f32()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/complexmath/src/ |
D | f32.c | 37 test_snr_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_conj_f32() 71 test_snr_error_f32(2, output, (float32_t *)ref, in test_arm_cmplx_dot_prod_f32() 102 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_f32() 133 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_cmplx_mag_squared_f32() 170 test_snr_error_f32(buf_length, output, (float32_t *)ref, in test_arm_cmplx_mult_cmplx_f32() 207 test_snr_error_f32( in test_arm_cmplx_mult_real_f32()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/statistics/src/ |
D | f32.c | 138 test_snr_error_f32(1, output, ref, SNR_ERROR_THRESH), in test_arm_mean_f32() 171 test_snr_error_f32(1, output, ref, SNR_ERROR_THRESH), in test_arm_power_f32() 204 test_snr_error_f32(1, output, ref, SNR_ERROR_THRESH), in test_arm_rms_f32() 237 test_snr_error_f32(1, output, ref, SNR_ERROR_THRESH), in test_arm_std_f32() 270 test_snr_error_f32(1, output, ref, SNR_ERROR_THRESH), in test_arm_var_f32() 309 test_snr_error_f32(length, ref, output, SNR_ERROR_THRESH), in test_arm_entropy_f32() 344 test_snr_error_f32(length, ref, output, SNR_ERROR_THRESH), in test_arm_logsumexp_f32() 383 test_snr_error_f32(length, ref, output, SNR_ERROR_THRESH), in test_arm_kullback_leibler_f32() 427 test_snr_error_f32(length, ref, output, SNR_ERROR_THRESH), in test_arm_logsumexp_dot_prod_f32()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/filtering/src/ |
D | biquad_f32.c | 56 test_snr_error_f32(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_biquad_cascade_df1_f32_default() 105 test_snr_error_f32(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_biquad_cascade_df2t_f32_default() 162 test_snr_error_f32(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_biquad_cascade_df1_f32_rand() 219 test_snr_error_f32(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_biquad_cascade_df2t_f32_rand() 275 test_snr_error_f32(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_biquad_cascade_stereo_df2t_f32_rand()
|
D | misc_f32.c | 38 test_snr_error_f32(ref_length, (float32_t *)ref, output, in test_arm_correlate_f32() 113 test_snr_error_f32(ref_length, (float32_t *)ref, output, in test_arm_conv_f32() 198 test_snr_error_f32(ref_length, (const float32_t *)ref, temp, in test_arm_conv_partial_f32() 246 test_snr_error_f32(ref_length, (const float32_t *)ref, output, in test_arm_levinson_durbin_f32()
|
D | decim_f32.c | 71 test_snr_error_f32(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_fir_decimate_f32() 134 test_snr_error_f32(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_fir_interpolate_f32()
|
D | fir_f32.c | 72 test_snr_error_f32(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_fir_f32()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/interpolation/src/ |
D | f32.c | 45 test_snr_error_f32(length, output, (float32_t *)ref_linear, in test_arm_linear_interp_f32() 86 test_snr_error_f32(length, output, (float32_t *)ref_bilinear, in test_arm_bilinear_interp_f32() 130 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_spline()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_f32.c | 105 test_snr_error_f32(length, output, (float32_t *)ref, in test_op2() 185 test_snr_error_f32(length, output, (float32_t *)ref, in test_op1() 253 test_snr_error_f32(length, output, (float32_t *)ref_inv, in test_arm_mat_inverse_f32() 319 test_snr_error_f32(length, output_buf, (float32_t *)ref, in test_op2v() 393 test_snr_error_f32(2 * length, output, (float32_t *)ref, in test_op1c() 459 test_snr_error_f32(length, output, (float32_t *)ref_cholesky_dpo, in test_arm_mat_cholesky_f32() 533 test_snr_error_f32(length, output, in test_arm_mat_solve_upper_triangular_f32() 610 test_snr_error_f32(length, output, in test_arm_mat_solve_lower_triangular_f32()
|
D | binary_f32.c | 97 test_snr_error_f32(length, output, (float32_t *)ref, in test_op2() 188 test_snr_error_f32(2 * length, output, (float32_t *)ref, in test_op2c()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/transform/src/ |
D | rf32.c | 44 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_rfft_f32_real_backend()
|
D | cf32.c | 44 test_snr_error_f32(length, output, (float32_t *)ref, in test_arm_cfft_f32_cmplx_backend()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 408 static inline bool test_snr_error_f32( in test_snr_error_f32() function
|