Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dnumbers.cc355 STATIC_VAR cfInitCharProc *nInitCharTable=nInitCharTableDefault; variable
428 if ((t<=nLastCoeffs) && (nInitCharTable[t]!=NULL)) in nInitChar()
429 nOK = (nInitCharTable[t])(n,parameter); in nInitChar()
560 if (nInitCharTable==nInitCharTableDefault) in nRegister()
562 nInitCharTable=(cfInitCharProc*)omAlloc0( in nRegister()
564 memcpy(nInitCharTable,nInitCharTableDefault, in nRegister()
569 nInitCharTable=(cfInitCharProc*)omReallocSize(nInitCharTable, in nRegister()
574 nInitCharTable[nLastCoeffs]=p; in nRegister()
579 if (nInitCharTable[n]!=NULL) Print("coeff %d already initialized\n",n); in nRegister()
580 nInitCharTable[n]=p; in nRegister()