Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dcoeffrings.h31 static FORCE_INLINE number n_GetNumerator(number& n, const ring r){ return n_GetNumerator(n, r->cf)… in n_GetNumerator() function
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dnumstats.h73 FUN(n_GetNumerator); \
H A Dnumbers.h41 #define nGetNumerator(N) n_GetNumerator((N),currRing->cf)
H A Dcoeffs.h609 static FORCE_INLINE number n_GetNumerator(number& n, const coeffs r) in n_GetNumerator() function
610 { STATISTIC(n_GetNumerator); assume(r != NULL); assume(r->cfGetNumerator!=NULL); return r->cfGetNum… in n_GetNumerator()
H A Dbigintmat.cc2073 n = n_GetNumerator(q, Q); in bimFarey()
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dmaps_ip.cc310 number num = n_GetNumerator(pGetCoeff(p), currRing->cf); in pSubstPar()
348 number num = n_GetNumerator(pGetCoeff(p), currRing->cf); in pSubstPar()
H A Diparith.cc3978 res->data = reinterpret_cast<void*>(n_GetNumerator(n, currRing->cf)); in jjNUMERATOR()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.cc2700 return n_GetNumerator(pGetCoeff(pNext(ph)),r->cf); in p_InitContent()
2703 number n1=n_GetNumerator(pGetCoeff(p),r->cf); in p_InitContent()
2705 number n2=n_GetNumerator(pGetCoeff(p),r->cf); in p_InitContent()
2712 t=n_GetNumerator(pGetCoeff(p),r->cf); in p_InitContent()
2723 t=n_GetNumerator(pGetCoeff(p),r->cf); in p_InitContent()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/Order/
H A Dlattice.cc296 number q = n_Div(n_GetNumerator(my_klplus1div2,coef),n_GetDenom(my_klplus1div2,coef),coef); in RED()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/ext_fields/
H A Dtransext.cc1851 number zz=n_GetNumerator(a,src); in ntMap00()