Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A DpDebug.cc191 extern void p_Setm_General(poly p, ring r);
206 p_Setm_General(d_p, dest_ring); in p_DebugInit()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.cc157 void p_Setm_General(poly p, const ring r) in p_Setm_General() function
531 p_Setm_General(p, r); in p_Setm_Syz()
574 return p_Setm_General; in p_GetSetmProc()
H A Dring.cc4269 void p_Setm_General(poly p, const ring r); in rDebugPrint()
4270 if (r->p_Setm==p_Setm_General) PrintS("p_Setm_General\n"); in rDebugPrint()
4558 extern void p_Setm_General(poly p, ring r); in rAssure_TDeg()
4559 res->p_Setm=p_Setm_General; in rAssure_TDeg()