Home
last modified time | relevance | path

Searched refs:norm_input (Results 1 – 3 of 3) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dparse_args.c288 match_table(norm_input, table, entries, use_prefix, length) in match_table() argument
289 register char *norm_input; in match_table()
295 match_table(register char *norm_input, arg_info *table, int entries, boolean use_prefix, int *lengt…
304 (void) lower_string (low_input, norm_input);
307 int this_length = match(norm_input, low_input, &table[i], use_prefix);
340 match(norm_input, low_input, entry, use_prefix) in match() argument
341 char *norm_input; in match()
346 match(char *norm_input, char *low_input, arg_info *entry, boolean use_prefix)
375 input = norm_input;
/dports/lang/f2c/f2c-20200916/src/
H A Dparse_args.c288 match_table(norm_input, table, entries, use_prefix, length) in match_table() argument
289 register char *norm_input; in match_table()
295 match_table(register char *norm_input, arg_info *table, int entries, boolean use_prefix, int *lengt…
304 (void) lower_string (low_input, norm_input);
307 int this_length = match(norm_input, low_input, &table[i], use_prefix);
340 match(norm_input, low_input, entry, use_prefix) in match() argument
341 char *norm_input; in match()
346 match(char *norm_input, char *low_input, arg_info *entry, boolean use_prefix)
375 input = norm_input;
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/darc.lv2/src/
H A Dlv2.c54 float norm_input; member
178 self->norm_input = 1.f / n_channels; in Dyncomp_init()
252 const float n_1 = self->norm_input; in Dyncomp_process()