Searched defs:tileT1 (Results 1 – 1 of 1) sorted by relevance
/dports/math/cloog/cloog-cloog-0.20.0/test/ |
H A D | sor1d.good.c | 10 #define S1(tileT1,tileP1,other1,other2) { hash(1); hash(tileT1); hash(tileP1); hash(other1); hash(o… argument 11 #define S2(tileT1,tileP1,other1,other2,other3) { hash(2); hash(tileT1); hash(tileP1); hash(other1);… argument 12 #define S3(tileT1,tileP1,other1,other2,other3) { hash(3); hash(tileT1); hash(tileP1); hash(other1);… argument 13 #define S4(tileT1) { hash(4); hash(tileT1); } argument 20 int tileT1, tileP1, other1, other2, other3; in test() local
|