Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dnumstats.h52 FUN(n_DivComp); \
H A Dcoeffs.h523 static FORCE_INLINE int n_DivComp(number a, number b, const coeffs r) in n_DivComp() function
524 { STATISTIC(n_DivComp); assume(r != NULL); assume(r->cfDivComp!=NULL); return r->cfDivComp (a,b,r);… in n_DivComp()
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dkutil.cc1423 compareCoeff = n_DivComp(pGetCoeff(strat->B[j].lcm), pGetCoeff(h.lcm), currRing->cf); in enterOnePairRing()
12252 compareCoeff = n_DivComp(pGetCoeff(strat->B[j].lcm), pGetCoeff(h.lcm), currRing->cf); in enterOnePairRingShift()