Home
last modified time | relevance | path

Searched refs:dft_cmp_float (Results 1 – 3 of 3) sorted by relevance

/third_party/libsnd/tests/
Ddft_cmp.h22 double dft_cmp_float (int linenum, const float *orig, const float *test, int len, double tolerance,…
Ddft_cmp.c42 dft_cmp_float (int linenum, const float *in_data, const float *test_data, int len, double target_sn… in dft_cmp_float() function
Dfloating_point_test.tpl244 snr = dft_cmp_float (__LINE__, float_data, float_test, DFT_DATA_LENGTH, target_snr, allow_exit) ;