Searched refs:dft_cmp_float (Results 1 – 3 of 3) sorted by relevance
/third_party/libsnd/tests/ |
D | dft_cmp.h | 22 double dft_cmp_float (int linenum, const float *orig, const float *test, int len, double tolerance,…
|
D | dft_cmp.c | 42 dft_cmp_float (int linenum, const float *in_data, const float *test_data, int len, double target_sn… in dft_cmp_float() function
|
D | floating_point_test.tpl | 244 snr = dft_cmp_float (__LINE__, float_data, float_test, DFT_DATA_LENGTH, target_snr, allow_exit) ;
|