Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dnumstats.h32 FUN(n_Int); \
H A Dcoeffs.h548 static FORCE_INLINE long n_Int(number &n, const coeffs r) in n_Int() function
549 { STATISTIC(n_Int); assume(r != NULL); assume(r->cfInt!=NULL); return r->cfInt(n,r); } in n_Int()
H A Dflintcf_Qrat.cc1231 return Init(n_Int(a,src),dst); in Zp2Frac()
H A Dbigintmat.cc345 (*iv)[i] = n_Int((*b)[i], b->basecoeffs()); // Geht das so? in bim2iv()
/dports/math/gfan/gfan0.6.2/src/
H A Dsingularconversion.cpp128 C=r.getField().zHomomorphism(n_Int(c,rSing)); in fromSingularCoefficient()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dsingularconversion.cpp128 C=r.getField().zHomomorphism(n_Int(c,rSing)); in fromSingularCoefficient()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ship/
H A Dshipfx.cpp3005 CombinedVariable(int n_Int);
3007 CombinedVariable(int n_Int, ubyte type_override);
3050 CombinedVariable::CombinedVariable(int n_Int) in CombinedVariable() argument
3053 StorageUnion.su_Int = n_Int; in CombinedVariable()
3056 CombinedVariable::CombinedVariable(int n_Int, ubyte type_override) in CombinedVariable() argument
3061 StorageUnion.su_Image = n_Int; in CombinedVariable()
3066 StorageUnion.su_Sound = n_Int; in CombinedVariable()
3071 StorageUnion.su_Int = n_Int; in CombinedVariable()
/dports/math/singular/Singular-Release-4-2-1/libpolys/tests/
H A Dcoeffs_test.h495 Print("21/2 * 30 = %ld\n", n_Int(q5, cf)); in test_Q_special()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dshipfx.cpp2784 CombinedVariable(int n_Int);
2786 CombinedVariable(int n_Int, ubyte type_override);
2831 CombinedVariable::CombinedVariable(int n_Int) in CombinedVariable() argument
2834 su_Int = n_Int; in CombinedVariable()
2837 CombinedVariable::CombinedVariable(int n_Int, ubyte type_override) in CombinedVariable() argument
2842 su_Image = n_Int; in CombinedVariable()
2847 su_Int = n_Int; in CombinedVariable()
/dports/math/singular/Singular-Release-4-2-1/kernel/linear_algebra/
H A DMinorInterface.cc61 intArray[i] = n_Int(pGetCoeff(nfPolyArray[i]), currRing->cf); in arrayIsNumberArray()
H A DMinorProcessor.cc440 if (g != NULL) result = n_Int(pGetCoeff(g), currRing->cf); in getReduction()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/ext_fields/
H A Dalgext.cc354 return n_Int(p_GetCoeff(aAsPoly, naRing), naCoeffs); in naInt()
874 int n = n_Int(a, src); in naMapP0()
965 int n = n_Int(a, src); in naMapUP()
H A Dtransext.cc792 return n_Int(p_GetCoeff(aAsPoly, ntRing), ntCoeffs); in ntInt()
1881 int n = n_Int(a, src); in ntMapP0()
2061 int n = n_Int(a, src); in ntMapUP()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dclapconv.cc242 term = n_Int( p_GetCoeff( p, r->cf->extRing ), r->cf->extRing->cf ); in convSingAFactoryA()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/gfanlib/
H A DtropicalStrategy.cc311 …shortcutRing->cf = nInitChar(n_Zp,(void*)(long)IsPrime(n_Int(uniformizingParameter,startingRing->c… in tropicalStrategy()
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/cohomo/
H A Dcohomo.cc493 co=n_Int(pGetCoeff(q),currRing->cf); in pcoef()
2246 vec.push_back(n_Int(pGetCoeff(q),currRing->cf)); in getvector()
/dports/math/singular/Singular-Release-4-2-1/kernel/numeric/
H A Dmpr_base.cc382 val= n_Int(pGetCoeff( MATELEM( omat, i, j) ), currRing->cf); in print_matrix()
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dextra.cc192 entryAsInt = n_Int(entry, currRing->cf); in singularMatrixToLongMatrix()
H A Dipshell.cc2597 bitmask=n_Int(nn,coeffs_BIGINT); in rComposeOrder()
H A Diparith.cc224 long l=n_Int(n,cf); in iin_Int()