Home
last modified time | relevance | path

Searched refs:dcell (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/www/phpgroupware/phpgroupware-0.9.16.017/etemplate/inc/
H A Dclass.date_widget.inc.php159 $dcell['type'] = 'html';
160 $dcell['name'] = 'str';
178 $dcell['no_lang'] = True;
180 unset($dcell);
195 unset($dcell);
200 $dcell['type'] = 'html';
205 unset($dcell);
211 $dcell['name'] = 'a';
213 $dcell['size'] = $dcell['label'] = 'am';
215 $dcell['size'] = $dcell['label'] = 'pm';
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Dface_setup_internal.h208 if (dcell->at_boundary(f) && !dcell->has_periodic_neighbor(f)) in initialize()
217 const CellId id_mine = dcell->id(); in initialize()
229 dcell->at_boundary(f) ? in initialize()
574 for (const auto f : dcell->face_indices()) in initialize()
576 if (dcell->at_boundary(f) && !dcell->has_periodic_neighbor(f)) in initialize()
586 dcell->level()) in initialize()
662 if (dcell in initialize()
830 dcell, in generate_faces()
842 dcell, in generate_faces()
887 dcell, in generate_faces()
[all …]
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dplotshift.py16 def plotshift(ixy, rxy, dcell=50, ncells=18, outfn=None, W=None, H=None, hist=False, argument
20 radius = dcell * sqrt(2.)
35 … keep = (rxy[:,0] > -dcell) * (rxy[:,0] < W+dcell) * (rxy[:,1] > -dcell) * (rxy[:,1] < H+dcell)
83 … ok = (matchdx >= -dcell) * (matchdx <= dcell) * (matchdy >= -dcell) * (matchdy <= dcell)
100 edges = linspace(-dcell, dcell, nhistbins+1)
104 text(dcell, dcell, '%i' % H.max(), color='y',
117 xticks([-dcell,0,dcell])
118 yticks([-dcell,0,dcell])
123 axis([-dcell, dcell, -dcell, dcell])
/dports/databases/grass7/grass-7.8.6/raster/r.profile/
H A Dread_rast.c18 static DCELL *dcell; in read_rast() local
26 if (!dcell) { in read_rast()
28 dcell = Rast_allocate_d_buf(); in read_rast()
43 Rast_get_d_row(fd, dcell, row); in read_rast()
52 if (outofbounds || Rast_is_d_null_value(&dcell[col])) in read_rast()
56 fprintf(fp, " %d", (int) dcell[col]); in read_rast()
58 fprintf(fp, " %f", dcell[col]); in read_rast()
67 Rast_get_d_color(&dcell[col], &red, &green, &blue, in read_rast()
/dports/databases/grass7/grass-7.8.6/raster/r.support/
H A Dhisto.c45 DCELL *dcell; in do_histogram() local
52 dcell = Rast_allocate_d_buf(); in do_histogram()
54 Rast_get_d_row_nomask(fd, dcell, row); in do_histogram()
57 if (Rast_is_d_null_value(&dcell[col])) in do_histogram()
60 cell[col] = (CELL) dcell[col]; in do_histogram()
63 Rast_row_update_fp_range(dcell, ncols, &fprange, data_type); in do_histogram()
66 G_free(dcell); in do_histogram()
/dports/databases/grass7/grass-7.8.6/vector/v.to.rast/
H A Draster.c12 DCELL **dcell; member
23 static DCELL *dcell; variable
79 raster.dcell = in begin_rasterization()
81 raster.dcell[0] = in begin_rasterization()
84 raster.dcell[i] = raster.dcell[i - 1] + region.cols; in begin_rasterization()
126 raster.dcell[i][j] = 0; in configure_plot()
164 dcell = raster.dcell[i]; in output_raster()
167 Rast_insert_d_null_values(dcell, null_flags[i], page.cols); in output_raster()
168 Rast_put_d_row(fd, dcell); in output_raster()
241 raster.dcell[y][x] = dcat; in dcell_dot()
/dports/databases/grass7/grass-7.8.6/raster/r.covar/
H A Dmain.c31 DCELL **dcell; in main() local
73 dcell = (DCELL **) G_malloc(nfiles * sizeof(DCELL *)); in main()
78 dcell[i] = Rast_allocate_d_buf(); in main()
91 Rast_get_d_row(fd[i], dcell[i], row); in main()
96 if (Rast_is_d_null_value(&dcell[i][col])) in main()
102 sum[i] += dcell[i][col]; in main()
104 sum2[j][i] += dcell[i][col] * dcell[j][col]; in main()
/dports/databases/grass7/grass-7.8.6/raster/r.in.poly/
H A Draster.c16 DCELL **dcell; member
99 raster.dcell = (DCELL **) G_calloc(max_rows, sizeof(DCELL *)); in begin_rasterization()
100 raster.dcell[0] = (DCELL *) G_calloc(size, sizeof(DCELL)); in begin_rasterization()
102 raster.dcell[i] = raster.dcell[i - 1] + region.cols; in begin_rasterization()
164 Rast_set_d_null_value(raster.dcell[i], ncols); in configure_plot()
184 DCELL *dcell; in output_raster() local
234 dcell = raster.dcell[i]; in output_raster()
238 if (fabs(dcell[j] - (DCELL) *null) < 1e-6) in output_raster()
239 Rast_set_null_value(&dcell[j], 1, DCELL_TYPE); in output_raster()
254 Rast_put_row(fd, dcell, DCELL_TYPE); in output_raster()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/providers/grass/
H A Dqgis.g.info.c189 DCELL *dcell = 0; in main() local
224 dcell = Rast_allocate_d_buf(); in main()
234 Rast_get_d_row( fd, dcell, row ); in main()
235 val = dcell[col]; in main()
236 ptr = &( dcell[col] ); in main()
263 DCELL *dcell = 0; in main() local
294 dcell = Rast_allocate_d_buf(); in main()
306 Rast_get_d_row( fd, dcell, row ); in main()
318 val = dcell[col]; in main()
319 ptr = &( dcell[col] ); in main()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/grass/
H A Dqgis.g.info.c192 DCELL *dcell = 0; in main() local
227 dcell = Rast_allocate_d_buf(); in main()
237 Rast_get_d_row( fd, dcell, row ); in main()
238 val = dcell[col]; in main()
239 ptr = &( dcell[col] ); in main()
266 DCELL *dcell = 0; in main() local
297 dcell = Rast_allocate_d_buf(); in main()
309 Rast_get_d_row( fd, dcell, row ); in main()
321 val = dcell[col]; in main()
322 ptr = &( dcell[col] ); in main()
/dports/science/dynare/dynare-4.6.4/matlab/modules/reporting/src/@report_table/
H A Dreport_table.m162 function tf = allCellsAreDatesRange(dcell)
167 % dcell cell of dates
192 assert(iscell(dcell));
194 for i=1:length(dcell)
195 if ~(isdates(dcell{i}) && dcell{i}.ndat >= 2)
202 function tf = allCellsAreDates(dcell)
203 %function tf = allCellsAreDates(dcell)
207 % dcell cell of dates objects
232 assert(iscell(dcell));
234 for i=1:length(dcell)
[all …]
/dports/databases/grass7/grass-7.8.6/lib/raster/
H A Dfpreclass.c593 const DCELL * dcell, CELL * cell, int n) in Rast_fpreclass_perform_di() argument
597 for (i = 0; i < n; i++, dcell++) in Rast_fpreclass_perform_di()
598 if (!Rast_is_d_null_value(dcell)) in Rast_fpreclass_perform_di()
599 *cell++ = Rast_fpreclass_get_cell_value(r, *dcell); in Rast_fpreclass_perform_di()
607 const DCELL * dcell, FCELL * cell, int n) in Rast_fpreclass_perform_df() argument
611 for (i = 0; i < n; i++, dcell++) in Rast_fpreclass_perform_df()
612 if (!Rast_is_d_null_value(dcell)) in Rast_fpreclass_perform_df()
613 *cell++ = Rast_fpreclass_get_cell_value(r, *dcell); in Rast_fpreclass_perform_df()
621 const DCELL * dcell, DCELL * cell, int n) in Rast_fpreclass_perform_dd() argument
625 for (i = 0; i < n; i++, dcell++) in Rast_fpreclass_perform_dd()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.out.gridatb/
H A Dmain.c27 DCELL *dcell = Rast_allocate_d_buf(); in rdwr_gridatb() local
39 Rast_get_d_row(fd, dcell, row); in rdwr_gridatb()
42 if (Rast_is_d_null_value(&dcell[col])) in rdwr_gridatb()
45 fprintf(fp, "%9.2f", (double) dcell[col]); in rdwr_gridatb()
/dports/science/libccp4/libccp4-6.5.1/fortran/
H A Dccp4_unitcell_f.c41 double ro_cmat[3][3], rf_cmat[3][3], dcell[6]; variable
44 dcell[i] = (double) cell[i];
46 *volume = (float) ccp4uc_frac_orth_mat(dcell, *ncode, ro_cmat, rf_cmat);
61 double dcell[6],drcell[6]; variable
64 dcell[i] = (double) cell[i];
66 *rvolume = (float) ccp4uc_calc_rcell(dcell, drcell);
/dports/databases/grass7/grass-7.8.6/raster/r.colors/
H A Dstats.c59 DCELL *dcell = NULL; in get_fp_stats() local
107 dcell = Rast_allocate_d_buf(); in get_fp_stats()
133 Rast_get_d_row(fd, dcell, row); in get_fp_stats()
140 x = dcell[col]; in get_fp_stats()
165 if(dcell) in get_fp_stats()
166 G_free(dcell); in get_fp_stats()
/dports/games/knetwalk/knetwalk-21.12.3/src/
H A Dabstractgrid.cpp282 int dcell = dCell(cell); // down in addRandomCable() local
294 if (dcell != NO_CELL && m_cells[dcell]->cables() == None) { in addRandomCable()
295 freeCells[Down] = dcell; in addRandomCable()
486 int dcell = dCell(cell->index()); in movesDoneArePossible() local
487 if (dcell != NO_CELL && m_cells[dcell]->hasBeenMoved()) { in movesDoneArePossible()
488 if (!(m_cells[dcell]->cables() & Up)) return false; in movesDoneArePossible()
564 AbstractCell *dcell = (dindex != NO_CELL) ? m_cells[dindex] : 0; in updateConnections() local
577 if ((cell->cables() & Down) && dcell != 0 && in updateConnections()
578 (dcell->cables() & Up) && !newConnections[dindex]) { in updateConnections()
580 changedCells.append(dcell->index()); in updateConnections()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.cross.rast/
H A Dmain.c122 DCELL *dcell = NULL; in rast3d_cross_section() local
145 dcell = Rast_allocate_d_buf(); in rast3d_cross_section()
163 Rast_set_null_value(&dcell[col], 1, DCELL_TYPE); in rast3d_cross_section()
188 Rast3d_get_region_value(map, north, east, elevation, &dcell[col], DCELL_TYPE); in rast3d_cross_section()
196 Rast_put_d_row(outfd, dcell); in rast3d_cross_section()
203 if (dcell) in rast3d_cross_section()
204 G_free(dcell); in rast3d_cross_section()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/include/arch/sparc64/
H A Dtypes.h76 typedef blob_128_t dcell; typedef
79 typedef __int128_t dcell; typedef
84 #define bitsperdcell (sizeof(dcell)<<3)
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/include/arch/sparc64/
H A Dtypes.h76 typedef blob_128_t dcell; typedef
79 typedef __int128_t dcell; typedef
84 #define bitsperdcell (sizeof(dcell)<<3)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/include/arch/sparc64/
H A Dtypes.h76 typedef blob_128_t dcell; typedef
79 typedef __int128_t dcell; typedef
84 #define bitsperdcell (sizeof(dcell)<<3)
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/include/arch/sparc64/
H A Dtypes.h76 typedef blob_128_t dcell; typedef
79 typedef __int128_t dcell; typedef
84 #define bitsperdcell (sizeof(dcell)<<3)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/include/arch/sparc64/
H A Dtypes.h76 typedef blob_128_t dcell; typedef
79 typedef __int128_t dcell; typedef
84 #define bitsperdcell (sizeof(dcell)<<3)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/include/arch/sparc64/
H A Dtypes.h76 typedef blob_128_t dcell; typedef
79 typedef __int128_t dcell; typedef
84 #define bitsperdcell (sizeof(dcell)<<3)
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/include/arch/sparc64/
H A Dtypes.h76 typedef blob_128_t dcell; typedef
79 typedef __int128_t dcell; typedef
84 #define bitsperdcell (sizeof(dcell)<<3)
/dports/databases/grass7/grass-7.8.6/display/d.rast/
H A Dmask.c59 int mask_d_cell_array(DCELL * dcell, int ncols, d_Mask * mask, int invert) in mask_d_cell_array() argument
64 x = *dcell; in mask_d_cell_array()
66 *dcell++ = x; in mask_d_cell_array()
68 Rast_set_d_null_value(dcell++, 1); in mask_d_cell_array()

12345678910