Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/tune/
H A 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 …]
/netbsd-src/external/gpl2/groff/dist/src/utils/addftinfo/
H A Daddftinfo.cpp42 typedef int font_params::*param_t; typedef