Home
last modified time | relevance | path

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

/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparitype.h48 #define is_vec_t(t) ( (t) == t_VEC || (t) == t_COL ) macro
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h2011 is_vec_t(long t) { return (t == t_VEC || t == t_COL); } in is_vec_t() function