Home
last modified time | relevance | path

Searched refs:n_Read (Results 1 – 6 of 6) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dnumstats.h76 FUN(n_Read); \
H A Dcoeffs.h599 static FORCE_INLINE const char *n_Read(const char * s, number * a, const coeffs r) in n_Read() function
600 { STATISTIC(n_Read); assume(r != NULL); assume(r->cfRead!=NULL); return r->cfRead(s, a, r); } in n_Read()
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A DcalcSVD.cc20 n_Read(s, &pGetCoeff(p), currRing->cf); in p_svdInit()
H A Dgrammar.y534 n_Read($1,&n,coeffs_BIGINT);
H A Dgrammar.cc2639 n_Read((yyvsp[(1) - (1)].name),&n,coeffs_BIGINT);
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/monomials/
H A Dp_polys.cc1370 const char *s = n_Read(st,&(p_GetCoeff(rc, r)),r->cf); in p_Read()