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

/barrelfish-master/usr/eclipseclp/ecrc_solvers/chr/
H A Ddata.pl12 grid_size(2).
H A Dgraphic.pl29 grid_size(23),
66 setval(grid_size, 20),
67 send(@grid_size, selection, 20),
273 setval(grid_size, X).
319 getval(grid_size, GS),
322 rectangles(building(X1#Y1, X2#Y2), grid_size(GS), wall_absorption(WA), walls(Walls), ListRectangle),
327 getval(grid_size, GS),
331 assert(rectangles(building(X1#Y1, X2#Y2), grid_size(GS), wall_absorption(WA), walls(Walls), ListRectangle)),
337 getval(grid_size, GS),
340 rectangles5(building(X1#Y1, X2#Y2), grid_size(G
[all...]
/barrelfish-master/usr/tests/phoenix_tests/
H A Dkmeans.c50 int grid_size; // size of each dimension of vector space variable
116 grid_size = DEF_GRID_SIZE;
131 grid_size = atoi(optarg);
139 if (dim <= 0 || num_means <= 0 || num_points <= 0 || grid_size <= 0) {
147 printf("Size of each dimension = %d\n", grid_size);
161 pts[i * dim + j] = rand() % grid_size;
179 ((int *)(means[i].val))[j] = rand() % grid_size;
/barrelfish-master/usr/bench/rcce/bt/
H A Dheader.h64 #define grid_size(m) grid_size[m-1] macro
115 grid_size[3], successor[3], variable
174 grid_size[3], successor[3],
251 #pragma omp threadprivate (predecessor, slice, grid_size, successor)

Completed in 40 milliseconds