Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/kernel/
H A Dpolys.h265 #define pSplit(p,r) p_Split(p,r)
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.h2026 void p_Split(poly p, poly * r); /*p => IN(p), r => REST(p) */
H A Dp_polys.cc1315 void p_Split(poly p, poly *h) in p_Split() function