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

/barrelfish-master/usr/bench/rcce/bt/
H A Dinitialize.c47 for (k = cell_low(3,c); k <= cell_high(3,c); k++) {
50 for (j = cell_low(2,c); j <= cell_high(2,c); j++) {
53 for (i = cell_low(1,c); i <= cell_high(1,c); i++) {
103 for (k = cell_low(3,c); k <= cell_high(3,c); k++) {
106 for (j = cell_low(2,c); j <= cell_high(2,c); j++) {
124 for (k = cell_low(3,c); k <= cell_high(3,c); k++) {
127 for (j = cell_low(2,c); j <= cell_high(2,c); j++) {
145 for (k = cell_low(3,c); k <= cell_high(3,c); k++) {
148 for (i = cell_low(1,c); i <= cell_high(1,c); i++) {
167 for (k = cell_low(3,c); k <= cell_high(
[all...]
H A Derror.c32 for (k = cell_low(3,c); k <= cell_high(3,c); k++) {
35 for (j = cell_low(2,c); j <= cell_high(2,c); j++) {
38 for (i = cell_low(1,c); i <= cell_high(1,c); i++) {
H A Dmake_set.c110 cell_high(dir,c) = cell_low(dir,c)+size;
115 cell_high(dir,c) = cell_low(dir,c)+size-1;
H A Dheader.h60 #define cell_high(m,n) cell_high[(m-1)+3*(n-1)] macro
113 cell_high[MAXCELLS*3], cell_size[MAXCELLS*3], variable
172 cell_high[MAXCELLS*3], cell_size[MAXCELLS*3],
250 #pragma omp threadprivate (cell_coord, cell_low, cell_high, cell_size)

Completed in 88 milliseconds