Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dclm-strings.h144 #define S_make_ssb_am "make-ssb-am" macro
H A Dclm2xen.c10992 Xen_out_of_range_error(S_make_ssb_am, 1, s7_car(args), "freq > srate/2?");
10996 return(s7_wrong_type_arg_error(s7, S_make_ssb_am, 2, un, "an integer"));
10999 Xen_out_of_range_error(S_make_ssb_am, 2, un, "order <= 0?");
11001 Xen_out_of_range_error(S_make_ssb_am, 2, un, "order too large?");
11025 vals = mus_optkey_unscramble(S_make_ssb_am, pr, 2, keys, args, orig_arg);
11028 freq = Xen_optkey_to_float(kw_frequency, keys[0], S_make_ssb_am, orig_arg[0], freq);
11030 Xen_out_of_range_error(S_make_ssb_am, orig_arg[0], keys[0], "freq > srate/2?");
11032 order = Xen_optkey_to_int(kw_order, keys[1], S_make_ssb_am, orig_arg[1], order);
11034 Xen_out_of_range_error(S_make_ssb_am, orig_arg[1], keys[1], "order <= 0?");
11036 Xen_out_of_range_error(S_make_ssb_am, orig_arg[1], keys[1], "order too large?");
[all …]