Home
last modified time | relevance | path

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

/dports/math/form/form-4.2.1/sources/
H A Dftypes.h438 #define NUMFACTORS 94 macro
H A Dcompiler.c1090 else if ( x1 == NUMFACTORS ) in CodeGenerator()
1102 || x1 == NUMFACTORS || x1 == FIRSTTERM || x1 == CONTENTTERM ) { in CodeGenerator()
1115 else if ( x1 == NUMFACTORS ) in CodeGenerator()
H A Dtoken.c947 || n == (NUMFACTORS-FUNCTION) in simp2token()
2011 if ( ss[-1] != TFUNOPEN || funnum != NUMFACTORS-FUNCTION ) { in simp6token()
H A Dnormal.c818 case NUMFACTORS: in Normalize()
H A Dproces.c1500 if ( ( *t == NUMFACTORS || *t == FIRSTTERM || *t == CONTENTTERM ) in TestSub()