Lines Matching refs:SNR_ERROR_THRESH
16 #define SNR_ERROR_THRESH ((float32_t)62) macro
36 SNR_ERROR_THRESH), in test_zdsp_add_f16()
70 zassert_true(test_snr_error_f16(length, output, (float16_t *)ref, SNR_ERROR_THRESH), in test_zdsp_add_f16_in_place()
102 SNR_ERROR_THRESH), in test_zdsp_sub_f16()
136 zassert_true(test_snr_error_f16(length, output, (float16_t *)ref, SNR_ERROR_THRESH), in test_zdsp_sub_f16_in_place()
168 SNR_ERROR_THRESH), in test_zdsp_mult_f16()
202 zassert_true(test_snr_error_f16(length, output, (float16_t *)ref, SNR_ERROR_THRESH), in test_zdsp_mult_f16_in_place()
233 SNR_ERROR_THRESH), in test_zdsp_negate_f16()
267 zassert_true(test_snr_error_f16(length, output, (float16_t *)ref, SNR_ERROR_THRESH), in test_zdsp_negate_f16_in_place()
299 SNR_ERROR_THRESH), in test_zdsp_offset_f16()
333 zassert_true(test_snr_error_f16(length, output, (float16_t *)ref, SNR_ERROR_THRESH), in test_zdsp_offset_f16_in_place()
367 SNR_ERROR_THRESH), in test_zdsp_scale_f16()
401 zassert_true(test_snr_error_f16(length, output, (float16_t *)ref, SNR_ERROR_THRESH), in test_zdsp_scale_f16_in_place()
467 SNR_ERROR_THRESH), in test_zdsp_abs_f16()
499 zassert_true(test_snr_error_f16(length, output, (float16_t *)ref, SNR_ERROR_THRESH), in test_zdsp_abs_f16_in_place()
530 SNR_ERROR_THRESH), in test_zdsp_clip_f16()
565 zassert_true(test_snr_error_f16(length, output, (float16_t *)ref, SNR_ERROR_THRESH), in test_zdsp_clip_f16_in_place()