Searched refs:cell_coord (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/bench/rcce/bt/
H A Ddefine.c24 if (cell_coord(1,c)!=1) west_size = west_size + face_size;
25 if (cell_coord(1,c)!=ncells) east_size = east_size +
33 if (cell_coord(2,c)!=1) south_size = south_size + face_size;
34 if (cell_coord(2,c)!=ncells) north_size = north_size +
42 if (cell_coord(3,c)!=1) bottom_size = bottom_size +
44 if (cell_coord(3,c)!=ncells) top_size = top_size +
H A Dmake_set.c43 cell_coord(1,1) = mod(node,p) ;
44 cell_coord(2,1) = node/p ;
45 cell_coord(3,1) = 0;
53 cell_coord(1,c) = mod(cell_coord(1,c-1)+1,p) ;
54 cell_coord(2,c) = mod(cell_coord(2,c-1)-1+p,p) ;
55 cell_coord(3,c) = c-1;
63 cell_coord(dir,c) = cell_coord(di
[all...]
H A Dcopy_faces.c77 if (cell_coord(1,c) != ncells) {
93 if (cell_coord(1,c) != 1) {
110 if (cell_coord(2,c) != ncells) {
126 if (cell_coord(2,c)!= 1) {
142 if (cell_coord(3,c) != ncells) {
158 if (cell_coord(3,c)!= 1) {
233 if (cell_coord(1,c) != 1) {
246 if (cell_coord(1,c) != ncells) {
259 if (cell_coord(2,c) != 1) {
273 if (cell_coord(
[all...]
H A Dheader.h58 #define cell_coord(m,n) cell_coord[(m-1)+3*(n-1)] macro
112 int cell_coord[MAXCELLS*3], cell_low[MAXCELLS*3], variable
171 extern int cell_coord[MAXCELLS*3], cell_low[MAXCELLS*3],
250 #pragma omp threadprivate (cell_coord, cell_low, cell_high, cell_size)
H A Dinitialize.c246 if (cell_coord(d,c) == 1) {
251 if (cell_coord(d,c) == ncells) {

Completed in 33 milliseconds