Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dflintconv.cc83 number na=n_InitMPZ(a,cf); in convFlintNSingN()
84 number nb=n_InitMPZ(b,cf); in convFlintNSingN()
107 z=n_InitMPZ(a,cf); in convFlintNSingN()
334 BIMATELEM(*res,i,j)=n_InitMPZ(n,res->basecoeffs()); in singflint_LLL()
346 BIMATELEM(*T,i,j)=n_InitMPZ(n,T->basecoeffs()); in singflint_LLL()
/dports/math/polymake/polymake-4.5/bundled/singular/apps/ideal/src/
H A DsingularConvertTypes.cc55 number num = n_InitMPZ((mpz_ptr) numerator(r).get_rep(),singular_rational);
56 number denom = n_InitMPZ((mpz_ptr) denominator(r).get_rep(),singular_rational);
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dnumstats.h31 FUN(n_InitMPZ); \
H A Dcoeffs.h543 static FORCE_INLINE number n_InitMPZ(mpz_t n, const coeffs r) in n_InitMPZ() function
544 { STATISTIC(n_InitMPZ); assume(r != NULL); assume(r->cfInitMPZ != NULL); return r->cfInitMPZ(n,r); } in n_InitMPZ()
1012 static FORCE_INLINE number mpz2number(mpz_t m, coeffs c){ return n_InitMPZ(m, c); } in mpz2number()
H A Dflintcf_Qrat.cc583 res->p=n_InitMPZ(i, ((data_ptr)c->data)->C); in InitMPZ()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/gfanlib/
H A Dcallgfanlib_conversion.cc15 number j = n_InitMPZ(i,coeffs_BIGINT); in integerToNumber()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/polymake/
H A Dpolymake_conversion.cc150 return n_InitMPZ(cache.get_mpz_t(),coeffs_BIGINT); in PmInteger2Number()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/ext_fields/
H A Dtransext.cc2522 number n=n_InitMPZ(m,r->extRing->cf); in ntInitMPZ()
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dipshell.cc1915 LL->m[0].data=n_InitMPZ( C->modBase, coeffs_BIGINT); in rDecomposeRing_41()
1944 LL->m[0].data=n_InitMPZ( R->cf->modBase, coeffs_BIGINT); in rDecomposeRing()
H A Dextra.cc3304 number n = n_InitMPZ(m, coeffs_BIGINT); in jjEXTENDED_SYSTEM()