Home
last modified time | relevance | path

Searched refs:n_Size (Results 1 – 17 of 17) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dcoeffrings.h27 static FORCE_INLINE int n_Size(number n, const ring r){ return n_Size(n,r->cf); } in n_Size() function
H A Dkbuckets.cc1228 if (n_Size(nn,cf)<2) return; in kBucketSimpleContent()
1238 if (n_Size(t,cf)<2) in kBucketSimpleContent()
1248 if (n_Size(coef,cf)<2) { n_Delete(&coef,cf);return;} in kBucketSimpleContent()
1260 if (n_Size(t,cf)<2) in kBucketSimpleContent()
1295 return (n_Size(n,r->cf)==1); in nIsPseudoUnit()
H A Dtest.cc94 std::clog << _2S(a, r) << ", of size: " << n_Size(a, r); in PrintSized()
H A Dclapsing.cc755 int sz1=n_Size(g1, r->cf);
756 int sz2=n_Size(g2, r->cf);
766 int n_sz=n_Size(pGetCoeff(p),r->cf);
H A Dmatpol.cc1309 res = (float)n_Size(pGetCoeff(p),r->cf); in mp_PolyWeight()
1324 res += (float)n_Size(pGetCoeff(p),r->cf)+2.0; in mp_PolyWeight()
H A Dsparsmat.cc2179 float res = (float)n_Size(pGetCoeff(p),R->cf); in sm_PolyWeight()
2196 res += (float)n_Size(pGetCoeff(p),R->cf); in sm_PolyWeight()
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dnumstats.h23 FUN(n_Size); \
H A Dnumbers.h39 #define nSize(n) n_Size(n,currRing->cf)
H A Dtest.cc46 Print(", of size: %d", n_Size(a, r)); in PrintSized()
H A Dcoeffs.h571 static FORCE_INLINE int n_Size(number n, const coeffs r) in n_Size() function
572 { STATISTIC(n_Size); assume(r != NULL); assume(r->cfSize!=NULL); return r->cfSize(n,r); } in n_Size()
/dports/math/singular/Singular-Release-4-2-1/libpolys/tests/
H A Dcommon.h80 std::clog << _2S(a, r) << ", of size: " << n_Size(a, r);
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dkonamim2.cpp1548 int32_t n_Size; /* total size of node including hdr */ // C in dump_task_command() member
1604 task.t.n_Size = space.read_dword(address + offsetof(ItemNode, n_Size)); in dump_task_command()
1660 con.printf("Size: %08X\n", task.t.n_Size); in dump_task_command()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dkonamim2.cpp1548 int32_t n_Size; /* total size of node including hdr */ // C in dump_task_command() member
1604 task.t.n_Size = space.read_dword(address + offsetof(ItemNode, n_Size)); in dump_task_command()
1660 con.printf("Size: %08X\n", task.t.n_Size); in dump_task_command()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.cc2642 if (n_Size(d,r->cf)<=smax) in p_SimpleContent()
2660 if(n_Size(h,r->cf)<smax) in p_SimpleContent()
2743 int s=n_Size(d,r->cf);
2746 int s2=n_Size(d2,r->cf);
2756 int ns=n_Size(nd,r->cf);
3317 count+= n_Size( pGetCoeff( p ), r->cf ); in p_Size()
/dports/math/singular/Singular-Release-4-2-1/kernel/linear_algebra/
H A DlinearAlgebra.cc52 int s = n_Size(n, r->cf); in pivotScore()
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dtgb.cc85 return n_Size (n, r->cf); in slim_nsize()
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Diparith.cc3871 res->data = (char *)(long)n_Size((number)v->Data(),coeffs_BIGINT); in jjCOUNT_BI()