Searched defs:fft_param_t (Results 1 – 1 of 1) sorted by relevance
783 struct fft_param_t { struct784 const char *table_name;785 const char *threshold_name;786 const char *modf_threshold_name;787 mp_size_t *p_threshold;788 mp_size_t *p_modf_threshold;789 mp_size_t first_size;790 mp_size_t max_size;791 speed_function_t function;792 speed_function_t mul_modf_function;[all …]