Home
last modified time | relevance | path

Searched refs:Xen_vector_rank (Results 1 – 4 of 4) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-xen.c2447 …Xen_check_type((Xen_is_vector(poly)) && (Xen_vector_rank(poly) == 1), poly, 1, "gsl-roots", "a vec… in g_gsl_roots()
H A Dclm2xen.c2351 if (Xen_vector_rank(gen) > 1)
5700 …Xen_check_type((mus_is_vct(gens)) && (Xen_vector_rank(gens) == 1), gens, 1, S_pink_noise, "a " S_v…
8117 if (Xen_vector_rank(outp) == 1)
8186 if (Xen_vector_rank(clm_output_vct) == 1)
8958 if (Xen_vector_rank(output) == 1)
8995 if (Xen_vector_rank(reverb) == 1)
9307 if (Xen_vector_rank(rv) > 1)
H A Dxen.h1612 #define Xen_vector_rank(a) XEN_VECTOR_RANK(a) macro
H A Dsnd-snd.c3232 return(C_int_to_Xen_integer(Xen_vector_rank(snd))); in g_channels()