Home
last modified time | relevance | path

Searched refs:has_simple_Alloc (Results 1 – 12 of 12) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A DREADME.coeffs8 -has_simple_Alloc (i.e. number is not a pointer)
55 -cfDelete: if has_simple_Alloc==0, otherwise noop
56 -cfCopy: if has_simple_Alloc==0, otherwise trivial
H A Dcoeffs.h135 BOOLEAN has_simple_Alloc; member
931 { assume(r != NULL); return r->has_simple_Alloc; } in nCoeff_has_simple_Alloc()
H A Dmodulop.cc415 r->has_simple_Alloc=TRUE; in npInitChar()
H A Dflintcf_Q.cc630 cf->has_simple_Alloc= FALSE; in flintQ_InitChar()
H A Dflintcf_Zn.cc546 cf->has_simple_Alloc= FALSE; in flintZn_InitChar()
H A Dffields.cc970 r->has_simple_Alloc=TRUE; in nfInitChar()
H A Drintegers2.cc676 r->has_simple_Alloc=FALSE; in nrzInitChar()
H A Drmodulo2m.cc825 r->has_simple_Alloc=TRUE; in nr2mInitChar()
H A Drintegers3.cc1245 r->has_simple_Alloc=FALSE; in nrzInitChar()
H A Dflintcf_Qrat.cc1659 cf->has_simple_Alloc = FALSE; in flintQrat_InitChar()
H A Dlongrat.cc3522 r->has_simple_Alloc=FALSE; in nlInitChar()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.cc3313 if (r->cf->has_simple_Alloc) in p_Size()