Home
last modified time | relevance | path

Searched refs:MAXPARM (Results 1 – 5 of 5) sorted by relevance

/dports/math/grace/grace-5.1.25/src/
H A Dnonlwin.c79 static Widget nonl_parm_item[MAXPARM];
80 static Widget nonl_value_item[MAXPARM];
81 static Widget nonl_constr_item[MAXPARM];
82 static Widget nonl_lowb_item[MAXPARM];
83 static Widget nonl_uppb_item[MAXPARM];
120 OptionItem np_option_items[MAXPARM + 1], option_items[5]; in create_nonl_frame()
176 for (i = 0; i < MAXPARM + 1; i++) { in create_nonl_frame()
182 "Parameters:", 1, MAXPARM + 1, np_option_items); in create_nonl_frame()
198 for (i = 0; i < MAXPARM; i++) { in create_nonl_frame()
264 for (i = 0; i < MAXPARM; i++) { in do_nparm_toggle()
[all …]
H A Dnonlfit.c70 for (i = 0; i < MAXPARM; i++) { in reset_nonl()
205 integer lwa, iwa[MAXPARM]; in do_nonlfit()
206 double a[MAXPARM]; in do_nonlfit()
H A Dglobals.h57 nonlparms nonl_parms[MAXPARM];
H A Ddefines.h57 #define MAXPARM 10 /* max number of parameters for non-lin fit */ macro
/dports/sysutils/sg3_utils/sg3_utils-1.42/src/
H A Dsginfo.c340 #define MAXPARM 64 macro
344 static uint64_t replacement_values[MAXPARM];
345 static char is_hex[MAXPARM];