Home
last modified time | relevance | path

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

/dports/math/form/form-4.2.1/sources/
H A Dtoken.c454 else if ( *in == '/' ) *out++ = TDIVIDE; in tokenize()
826 && *s != TPOWER && *s != TDIVIDE && *s != TPLUS && *s != TMINUS in simpwtoken()
905 else if ( *s == AM.facnum && ( fill > (s0+1) ) && fill[-2] == TDIVIDE in simp2token()
909 else if ( *s == AM.invfacnum && ( fill > (s0+1) ) && fill[-2] == TDIVIDE in simp2token()
1145 if ( *s == TDIVIDE ) { denom = -1; s++; } in simp3atoken()
1371 if ( *s == TDIVIDE ) { denom = -1; *fill++ = *s++; } in simp3btoken()
H A Dcompiler.c1483 case TDIVIDE: in CodeGenerator()
1960 else if ( ( *t == TMULTIPLY || *t == TDIVIDE ) && t > tokens ) { in CodeFactors()
2010 else if ( ( *t == TMULTIPLY || *t == TDIVIDE ) && ( t > tokens ) ) { in CodeFactors()
2016 if ( power < 0 ) { *out++ = TNUMBER; *out++ = 1; *out++ = TDIVIDE; } in CodeFactors()
2025 if ( *t == TDIVIDE ) power = -1; in CodeFactors()
2059 else *out++ = TDIVIDE; in CodeFactors()
H A Dftypes.h263 #define TDIVIDE -24 macro