Searched refs:iex (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/bench/rcce/lu/
H A Dexchange_1.c11 void exchange_1(double *g, int k, int iex) { argument
19 /* rcce_curphase = iex == 0 ? 0 : 1; */
20 if(iex == 1 || iex == 2) {
26 if( iex == 0 ) {
53 else if( iex == 1 ) {
79 else if( iex == 2 ) {
H A Dblts.c12 int iex; local
18 iex = 0;
19 exchange_1(rsd, k, iex);
204 iex = 2;
205 exchange_1(rsd, k, iex);
H A Dbuts.c12 int iex; local
18 iex = 1;
19 exchange_1(rsd, k, iex);
210 iex = 3;
211 exchange_1(rsd, k, iex);
H A Dexchange_3.c12 void exchange_3(double *g,int iex) { argument
18 rcce_curphase = iex == 0 ? 0 : 1;
20 if (iex == 0) {
H A Derhs.c13 int iex; local
68 //c iex = flag : iex = 0 north/south communication
69 //c : iex = 1 east/west communication
72 iex = 0;
78 exchange_3(rsd,iex);
212 //c iex = flag : iex = 0 north/south communication
213 //c : iex = 1 east/west communication
216 iex
[all...]
H A Drhs.c13 int iex; local
38 //c iex = flag : iex = 0 north/south communication
39 //c : iex = 1 east/west communication
42 iex = 0;
47 exchange_3(u,iex);
187 //c iex = flag : iex = 0 north/south communication
189 iex = 1;
194 exchange_3(u,iex);
[all...]

Completed in 187 milliseconds