Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/Polynomial/
H A Dsubresultants.h164 int deg_diff=degree(P)-degree(Q); in prs_polynomial_subresultants() local
166 if(deg_diff==0) { in prs_polynomial_subresultants()
178 s=CGAL::ipower(lcoeff(Q),deg_diff); in prs_polynomial_subresultants()
273 int deg_diff=degree(P)-degree(Q); in bezout_polynomial_subresultants() local
274 if(deg_diff==0) { in bezout_polynomial_subresultants()
276 } else if(deg_diff>0) { in bezout_polynomial_subresultants()
352 int deg_diff=degree(P)-degree(Q); in bezout_principal_subresultants() local
353 if(deg_diff==0) { in bezout_principal_subresultants()
355 } else if(deg_diff>0) { in bezout_principal_subresultants()
410 if(deg_diff==0) { in prs_subresultants_with_cofactors()
[all …]
/dports/math/m4rie/m4rie-release-20200115/src/
H A Dblm.c126 deg_t deg_diff = deg_need - deg_have; in crt_init() local
127 p[deg_poly] = ceil(deg_diff/(double)deg_poly); in crt_init()
133 deg_t deg_diff = deg_have - deg_need; in crt_init() local
134 if (deg_diff && p[deg_diff] > 0) { in crt_init()
135 p[deg_diff]--; in crt_init()
136 deg_have -= deg_diff; in crt_init()
/dports/math/gretl/gretl-2021d/dcmt/
H A Dprescr.c321 int deg_diff; in PolynomialMod() local
324 deg_diff = wara->deg - waru->deg; in PolynomialMod()
326 wara->x[ i+deg_diff ] ^= waru->x[i]; in PolynomialMod()
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkMersenneTwister_Private.cxx1534 int deg_diff; in PolynomialMod() local
1537 deg_diff = wara->deg - waru->deg; in PolynomialMod()
1539 wara->x[ i+deg_diff ] ^= waru->x[i]; in PolynomialMod()
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkMersenneTwister_Private.cxx1534 int deg_diff; in PolynomialMod() local
1537 deg_diff = wara->deg - waru->deg; in PolynomialMod()
1539 wara->x[ i+deg_diff ] ^= waru->x[i]; in PolynomialMod()