Searched refs:test_snr_error_f64 (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ |
D | f64.c | 43 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/ |
D | biquad_f64.c | 57 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/ |
D | unary_f64.c | 93 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()
|
D | binary_f64.c | 97 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/ |
D | rf64.c | 43 test_snr_error_f64(length, output, (float64_t *)ref, in test_arm_rfft_f64_real_backend()
|
D | cf64.c | 44 test_snr_error_f64(length, output, (float64_t *)ref, in test_arm_cfft_f64_cmplx_backend()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 398 static inline bool test_snr_error_f64( in test_snr_error_f64() function
|