Home
last modified time | relevance | path

Searched refs:mul_modf_function (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c792 speed_function_t mul_modf_function; member
1162 param.function2 = p->mul_modf_function; in fft()
1192 tk = tuneup_measure (p->mul_modf_function, NULL, &s); in fft()
2843 param.mul_modf_function = speed_mpn_mul_fft; in tune_fft_mul()
2866 param.mul_modf_function = speed_mpn_mul_fft_sqr; in tune_fft_sqr()
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog10139 (struct fft_param_t): New field, mul_modf_function.
10141 (tune_fft_mul, tune_fft_sqr): Initialise mul_modf_function field.