Searched refs:ue (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dexact_rhs.c52 ue(i,m) = dtemp(m);
64 q(i) = 0.5e0*(buf(i,2)*ue(i,2) + buf(i,3)*ue(i,3) +
65 buf(i,4)*ue(i,4));
74 tx2*( ue(ip1,2)-ue(im1,2) )+
75 dx1tx1*(ue(ip1,1)-2.0e0*ue(i,1)+ue(im1,1));
78 (ue(ip
[all...]
H A Dheader.h87 #define ue(m,n) ue[(m+2)+(MAX_CELL_DIM+4)*(n-1)] macro
135 ue[(MAX_CELL_DIM+4)*5], buf[(MAX_CELL_DIM+4)*5]; variable
194 ue[(MAX_CELL_DIM+4)*5], buf[(MAX_CELL_DIM+4)*5];
273 #pragma omp threadprivate (cv, rhon, rhos, rhoq, cuf, q, ue, buf)
/barrelfish-2018-10-04/lib/rcce/
H A DRCCE_reduce.c57 int ue, i, type_size, ierr; local
103 for (ue=0; ue<comm.size; ue++) if (ue != root) {
104 if (ierr=RCCE_recv(inbuf, num*type_size, comm.member[ue]))
133 if (all) for (ue=0; ue<comm.size; ue++) if (ue !
175 int ue, all = 0; local
[all...]
H A Drcce.c66 int ue; local
89 for (ue=0; ue<RCCE_NP; ue++) {
90 RC_COREID[ue] = atoi(*(++(*argv)));
107 for (ue=0; ue<RCCE_NP; ue++) {
108 if (RC_COREID[ue] == RC_MY_COREID) RCCE_IAM = ue;
[all...]

Completed in 42 milliseconds