Home
last modified time | relevance | path

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

/dports/math/form/form-4.2.1/sources/
H A Ddiagrams.c367 t1[4] != -SETSET || Sets[t1[5]].type != CNUMBER || /* set vertices */ in GenTopologies()
368 t1[6] != -SETSET || Sets[t1[7]].type != CVECTOR || /* outvectors */ in GenTopologies()
369 t1[8] != -SETSET || Sets[t1[9]].type != CVECTOR ) continue; in GenTopologies()
371 if ( tt1+2 <= tt && tt1[0] == -SETSET ) { in GenTopologies()
H A Dcompiler.c937 tsize = t; *t++ = SETSET; *t++ = 0; in CodeGenerator()
960 tsize = t; *t++ = SETSET; *t++ = 0; in CodeGenerator()
1169 *v++ = SETSET; *v++ = 0; in CodeGenerator()
1356 *t++ = -SETSET; in CodeGenerator()
1369 *v++ = SETSET; *v++ = 0; in CodeGenerator()
1534 *v++ = SETSET; *v++ = 0; in CodeGenerator()
1800 *t++ = SETSET; *t++ = 0; in CodeGenerator()
1806 *t++ = SETSET; *t++ = 0; in CodeGenerator()
H A Dsmart.c316 if ( *info == SETSET ) info += info[1]; in MatchIsPossible()
H A Dftypes.h342 #define SETSET 8 macro
H A Dproces.c1189 t1[4] == -SETSET && Sets[t1[5]].type == CNUMBER && in TestSub()
1190 t1[6] == -SETSET && Sets[t1[7]].type == CVECTOR && in TestSub()
1191 t1[8] == -SETSET && Sets[t1[9]].type == CVECTOR && in TestSub()
1194 ( t1[10] == -SETSET && in TestSub()
H A Dnormal.c502 case SETSET: in Normalize()
5251 tstart = tt; t = term + 1; *tt++ = SETSET; *tt++ = 2; in BracketNormalize()
5253 if ( *t == SETSET ) { i = t[1]-2; t += 2; tstart[1] += i; NCOPY(tt,t,i); } in BracketNormalize()
H A Dcomexpr.c949 *m++ = SETSET; in CoIdExpression()
H A Dwildcard.c606 case SETSET: in WildFill()
H A Dsch.c1481 else if ( *t == -SETSET ) { in WriteArgument()
H A Dexecute.c1083 if ( *b == SETSET ) { bset = 1; bss = b+2; bns = b + b[1]; } in PutBracket()
H A Dtools.c3839 case SETSET: in TestTerm()
H A Dcompcomm.c3775 *to++ = SETSET; *to++ = 4; *to++ = c1; *to++ = Sets[c1].type; break; in DoBrackets()
/dports/lang/pcc/pcc-1.1.0/mip/
H A Doptim2.c2011 #define SETSET(t,f,i,n) for (i = 0; i < RUP(n); i++) t[i] |= f[i] macro
2172 SETSET(bb->out, cn->bblock->in, j, xbits); in liveanal()
2178 SETSET(bb->in, bb->gen, j, xbits); in liveanal()
H A Dregs.c1354 #define SETSET(t,f,i,n) for (i = 0; i < RUP(n); i++) t[i] |= f[i] macro
1664 SETSET(out[i], in[cn->bblock->bbnum], j, xbits); in Build()
1670 SETSET(in[i], gen[i], j, xbits); in Build()