Searched refs:float_test (Results 1 – 4 of 4) sorted by relevance
/third_party/libsnd/tests/ |
D | floating_point_test.tpl | 55 static float float_test [DFT_DATA_LENGTH] ; 237 memset (float_test, 0, sizeof (float_test)) ; 248 test_read_float_or_die (file, 0, float_test, DFT_DATA_LENGTH, __LINE__) ; 255 snr = dft_cmp_float (__LINE__, float_data, float_test, DFT_DATA_LENGTH, target_snr, allow_exit) ;
|
/third_party/rust/crates/nom/tests/ |
D | float.rs | 42 fn float_test() { in float_test() function
|
/third_party/rust/crates/nom/src/number/ |
D | complete.rs | 1965 fn float_test() { in float_test() function
|
D | streaming.rs | 2044 fn float_test() { in float_test() function
|