Home
last modified time | relevance | path

Searched refs:test_snr_error_f64 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Df64.c43 test_snr_error_f64(length, ref, output, SNR_ERROR_THRESH), in ZTEST()
82 test_snr_error_f64(length, ref, output, SNR_ERROR_THRESH), in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dbiquad_f64.c57 test_snr_error_f64(length, output_buf, ref, SNR_ERROR_THRESH), in ZTEST()
115 test_snr_error_f64(length, output_buf, ref, SNR_ERROR_THRESH), in ZTEST()
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_f64.c93 test_snr_error_f64(length, output, (float64_t *)ref, in test_op2()
169 test_snr_error_f64(length, output, (float64_t *)ref, in test_op1()
236 test_snr_error_f64(length, output, (float64_t *)ref_inv, in ZTEST()
299 test_snr_error_f64(length, output, (float64_t *)ref_cholesky_dpo, in ZTEST()
373 test_snr_error_f64(length, output, in ZTEST()
450 test_snr_error_f64(length, output, in ZTEST()
Dbinary_f64.c97 test_snr_error_f64(length, output, (float64_t *)ref, in test_op2()
193 test_snr_error_f64(2 * length, output, (float64_t *)ref,
/Zephyr-latest/tests/lib/cmsis_dsp/transform/src/
Drf64.c43 test_snr_error_f64(length, output, (float64_t *)ref, in test_arm_rfft_f64_real_backend()
Dcf64.c44 test_snr_error_f64(length, output, (float64_t *)ref, in test_arm_cfft_f64_cmplx_backend()
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h398 static inline bool test_snr_error_f64( in test_snr_error_f64() function