Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dring.cc4714 ring new_r_1 = rAssure_CompLastBlock(r, FALSE); // due to this FALSE - no completion! in rAssure_SyzComp_CompLastBlock() local
4715 ring new_r = rAssure_SyzComp(new_r_1, FALSE); // new_r_1 is used only here!!! in rAssure_SyzComp_CompLastBlock()
4721 if (new_r_1 != new_r && new_r_1 != old_r) rDelete(new_r_1); in rAssure_SyzComp_CompLastBlock()