Home
last modified time | relevance | path

Searched defs:param_t (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/tune/
Dtuneup.c237 struct param_t { struct
238 const char *name;
239 speed_function_t function;
240 speed_function_t function2;
241 double step_factor; /* how much to step relatively */
242 int step; /* how much to step absolutely */
243 double function_fudge; /* multiplier for "function" speeds */
244 int stop_since_change;
245 double stop_factor;
246 mp_size_t min_size;
[all …]