Home
last modified time | relevance | path

Searched refs:MAX_CELLS (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/bit/
H A Dkernel_filter_block.cl13 inline void get_max_inner_outer(int* MAX_INNER_CELLS, int* MAX_CELLS, int root_level)
15 //USE rootlevel to determine MAX_INNER and MAX_CELLS
17 *MAX_INNER_CELLS=1, *MAX_CELLS=9;
19 *MAX_INNER_CELLS=9, *MAX_CELLS=73;
21 *MAX_INNER_CELLS=73, *MAX_CELLS=585;
62 int MAX_INNER_CELLS, MAX_CELLS;
63 get_max_inner_outer(&MAX_INNER_CELLS, &MAX_CELLS, linfo->root_level);
68 for(int i = 0; i < MAX_CELLS; ++i)
H A Dfilter_block.cl14 inline void get_max_inner_outer(int* MAX_INNER_CELLS, int* MAX_CELLS, int root_level)
16 //USE rootlevel to determine MAX_INNER and MAX_CELLS
18 *MAX_INNER_CELLS=1, *MAX_CELLS=9;
20 *MAX_INNER_CELLS=9, *MAX_CELLS=73;
22 *MAX_INNER_CELLS=73, *MAX_CELLS=585;
93 int MAX_INNER_CELLS, MAX_CELLS;
94 get_max_inner_outer(&MAX_INNER_CELLS, &MAX_CELLS, linfo->root_level);
100 for (int i = 0; i < MAX_CELLS; ++i) {
H A Drefine_bit_scene.cl197 //USE rootlevel to determine MAX_INNER and MAX_CELLS
198 int MAX_INNER_CELLS, MAX_CELLS;
200 MAX_INNER_CELLS=1, MAX_CELLS=9;
202 MAX_INNER_CELLS=9, MAX_CELLS=73;
204 MAX_INNER_CELLS=73, MAX_CELLS=585;
271 //USE rootlevel to determine MAX_INNER and MAX_CELLS
H A Dfilter_scene_data.cl47 int MAX_INNER_CELLS, MAX_CELLS;
48 get_max_inner_outer(&MAX_INNER_CELLS, &MAX_CELLS, linfo->root_level);
54 for(int i = 0; i < MAX_CELLS; i++)
H A Dupdate_kernels.cl570 int MAX_CELLS = 585;
588 for (int i=0; i<MAX_CELLS; i++)
866 *MAX_INNER_CELLS=1, *MAX_CELLS=9;
868 *MAX_INNER_CELLS=9, *MAX_CELLS=73;
870 *MAX_INNER_CELLS=73, *MAX_CELLS=585;
899 int MAX_INNER_CELLS, MAX_CELLS;
904 for (int i = 0; i < MAX_CELLS; ++i) {
994 int MAX_INNER_CELLS, MAX_CELLS;
999 for (int i = 0; i < MAX_CELLS; ++i) {
1045 int MAX_INNER_CELLS, MAX_CELLS;
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/ocl/cl/
H A Dtransform_scene_with_interpolation.cl7 inline void get_max_inner_outer(int* MAX_INNER_CELLS, int* MAX_CELLS, int root_level)
9 //USE rootlevel to determine MAX_INNER and MAX_CELLS
11 *MAX_INNER_CELLS=1, *MAX_CELLS=9;
13 *MAX_INNER_CELLS=9, *MAX_CELLS=73;
15 *MAX_INNER_CELLS=73, *MAX_CELLS=585;
127 int MAX_INNER_CELLS, MAX_CELLS;
128 get_max_inner_outer(&MAX_INNER_CELLS, &MAX_CELLS, target_scene_linfo->root_level);
129 MAX_CELLS = 585;
130 for (int i=0; i<MAX_CELLS; i++) {
176 if(bit_index >=0 && bit_index < MAX_CELLS )
H A Dcompute_cell_centers.cl41 int MAX_INNER_CELLS, MAX_CELLS;
42 get_max_inner_outer(&MAX_INNER_CELLS, &MAX_CELLS, scene_linfo->root_level);
43 MAX_CELLS = 585;
44 for (int i=0; i<MAX_CELLS; i++) {
H A Dtransform_scene_blockwise.cl28 int MAX_CELLS = 1;
30 MAX_CELLS=9;
32 MAX_CELLS=73;
34 MAX_CELLS=585;
62 for (int i=0; i<MAX_CELLS; i++) {
109 if(bit_index >=0 && bit_index < MAX_CELLS )
H A Dwarp_and_resample_trilinear.cl76 int MAX_INNER_CELLS, MAX_CELLS;
77 get_max_inner_outer(&MAX_INNER_CELLS, &MAX_CELLS, target_scene_linfo->root_level);
78 MAX_CELLS = 585;
79 for (int i=0; i<MAX_CELLS; i++) {
130 if(bit_index >=0 && bit_index < MAX_CELLS ){
266 int MAX_INNER_CELLS, MAX_CELLS;
267 get_max_inner_outer(&MAX_INNER_CELLS, &MAX_CELLS, target_scene_linfo->root_level);
268 MAX_CELLS = 585;
269 for (int i=0; i<MAX_CELLS; i++) {
316 if(bit_index >=0 && bit_index < MAX_CELLS ){
H A Dstore_neighbor_information.cl47 int MAX_CELLS=585;
49 /* MAX_CELLS=9; */
51 /* MAX_CELLS=73; */
53 /* MAX_CELLS=585; */
70 for(int i = 0; i < MAX_CELLS; ++i)
H A Dmap_orbit_to_target.cl84 int MAX_INNER_CELLS, MAX_CELLS;
85 get_max_inner_outer(&MAX_INNER_CELLS, &MAX_CELLS, target_scene_linfo->root_level);
86 MAX_CELLS = 585;
87 for (int i=0; i<MAX_CELLS; i++) {
127 if(bit_index >=0 && bit_index < MAX_CELLS ){
H A Dfilter_block_six_neighbors.cl96 int MAX_CELLS = 585;
98 /* MAX_CELLS=9; */
100 /* MAX_CELLS=73; */
102 /* MAX_CELLS=585; */
127 for(int i = 0; i < MAX_CELLS; ++i)
286 for(int i = 0; i < MAX_CELLS; ++i)
H A Dinverse_map_orbit.cl84 int MAX_INNER_CELLS, MAX_CELLS,MAX_INNER_CELLS_TARGET,MAX_CELLS_TARGET;
85 get_max_inner_outer(&MAX_INNER_CELLS, &MAX_CELLS, source_scene_linfo->root_level);
87 for (int i=0; i<MAX_CELLS; i++) {
/dports/textproc/sowing/sowing-1.1.18/src/tohtml/
H A Dtabular.c36 #define MAX_CELLS 50 macro
48 coltype[MAX_CELLS], /* Type of each column */
49 colwid[MAX_CELLS]; /* Width of each column in characters */
56 align_t coltype[MAX_CELLS];
78 for (i=0; i<MAX_CELLS; i++) in TeXGetTabularDefn()
84 while (*p && ncell < MAX_CELLS) { in TeXGetTabularDefn()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/
H A Dboxm2_ocl_helpers.cl13 inline void get_max_inner_outer(int* MAX_INNER_CELLS, int* MAX_CELLS, int root_level)
15 //USE rootlevel to determine MAX_INNER and MAX_CELLS
17 *MAX_INNER_CELLS=1, *MAX_CELLS=1;
19 *MAX_INNER_CELLS=1, *MAX_CELLS=9;
21 *MAX_INNER_CELLS=9, *MAX_CELLS=73;
23 *MAX_INNER_CELLS=73, *MAX_CELLS=585;
H A Dlabel_cells_to_refine.cl45 int MAX_INNER_CELLS, MAX_CELLS;
46 get_max_inner_outer(&MAX_INNER_CELLS, &MAX_CELLS, linfo->root_level);
52 for(int i = 0; i < MAX_CELLS; i++)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/reg/ocl/cl/
H A Destimate_mi_ply_blockwise_vol.cl44 int MAX_CELLS = 1;
46 MAX_CELLS=9;
48 MAX_CELLS=73;
50 MAX_CELLS=585;
H A Destimate_mi_blockwise_vol.cl32 int MAX_CELLS = 1;
34 MAX_CELLS=9;
36 MAX_CELLS=73;
38 MAX_CELLS=585;
62 for (int i=0; i<MAX_CELLS; i++) {
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/fusion/
H A Dfusion_kernels.cl27 int MAX_CELLS = 585;
46 for (int i=0; i<MAX_CELLS; i++)
108 int MAX_CELLS = 585;
128 for (int i=0; i<MAX_CELLS; i++)
210 int MAX_CELLS = 585;
229 for (int i=0; i<MAX_CELLS; i++)
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DreadStdCmap.c14 #define MAX_CELLS 256 macro
35 unsigned long pix_return[MAX_BLOCKS][MAX_CELLS]; in readStdCmap()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/examples/chromatography/
H A Dmain.cpp342 const static std::size_t MAX_CELLS = 100; member in ContainerCell
373 if (numCells >= MAX_CELLS) { in operator <<()
415 Cell cells[MAX_CELLS];
517 addRandomCells(grid, *i, ContainerCell::MAX_CELLS); in addLiquidCells()
712 if (numCells < ContainerCell::MAX_CELLS) { in addCell()
/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomtTest.c9 omMemCell_t cells[MAX_CELLS];
345 int n_cells = MAX_CELLS; in main()
H A DomtTest.h13 #define MAX_CELLS 100000 macro
H A DomtTestError.c18 for (i=0; i<MAX_CELLS; i++) in omFindCell()
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dtestutils.c940 #define MAX_CELLS 4 macro
957 for (cell_id = 0; cell_id < MAX_CELLS; cell_id++) { in virTestCapsBuildNUMATopology()

12