Home
last modified time | relevance | path

Searched refs:i_row (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/misc/vxl/vxl-3.3.2/core/vil/algo/
H A Dvil_line_filter.hxx73 float f1 = float(i_row[nistep]) +float(i_row[istep]); in light_lines_3x3()
74 float f2 = float(i_row[ninjstep])+float(i_row[xjstep]); in light_lines_3x3()
75 float f3 = float(i_row[njstep]) +float(i_row[jstep]); in light_lines_3x3()
277 float f1 = float(i_row[i1a])+float(i_row[i1b])+float(i_row[i1c])+float(i_row[i1d]); in light_lines_5x5()
278 float f2 = float(i_row[i2a])+float(i_row[i2b])+float(i_row[i2c])+float(i_row[i2d]); in light_lines_5x5()
279 float f3 = float(i_row[i3a])+float(i_row[i3b])+float(i_row[i3c])+float(i_row[i3d]); in light_lines_5x5()
280 float f4 = float(i_row[i4a])+float(i_row[i4b])+float(i_row[i4c])+float(i_row[i4d]); in light_lines_5x5()
385 float f1 = float(i_row[i1a])+float(i_row[i1b])+float(i_row[i1c])+float(i_row[i1d]); in dark_lines_5x5()
386 float f2 = float(i_row[i2a])+float(i_row[i2b])+float(i_row[i2c])+float(i_row[i2d]); in dark_lines_5x5()
387 float f3 = float(i_row[i3a])+float(i_row[i3b])+float(i_row[i3c])+float(i_row[i3d]); in dark_lines_5x5()
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dformatgridhelper.cpp200 for (int i_row = 0; i_row<n_rows; i_row++) { in FormatGridHelper() local
203 a[i_row][i_col] = 0; in FormatGridHelper()
210 …for (int i_row = rcList.at(i_rc).row; i_row<rcList.at(i_rc).row+rcList.at(i_rc).row_span; i_row++)… in FormatGridHelper() local
215 a[i_row][i_col]++; in FormatGridHelper()
237 for (int i_row = 0; i_row<n_rows; i_row++) { in numHoles() local
250 for (int i_row = 0; i_row<n_rows; i_row++) { in getHole() local
253 row = i_row; in getHole()
273 for (int i_row = 0; i_row < n_rows; i_row++) { in condense() local
281 a.remove(i_row); in condense()
288 i_row--; in condense()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dccmh.h66 doublereal & operator()(integer i_row, integer i_col) { in operator()
67 ASSERTMSGBREAK(i_row > 0 && i_row <= SparseMatrixHandler::iGetNumRows(), in operator()
73 i_row--; in operator()
90 if (i_row < row) { in operator()
92 } else if (i_row > row) { in operator()
103 const doublereal& operator () (integer i_row, integer i_col) const { in operator()
104 ASSERTMSGBREAK(i_row > 0 && i_row <= SparseMatrixHandler::iGetNumRows(), in operator()
110 i_row--; in operator()
118 || CompactSparseMatrixHandler_tpl<off>::Ai[row_end] - off < i_row) in operator()
126 if (i_row < row) { in operator()
[all …]
H A Ddirccmh.h71 doublereal & operator()(integer i_row, integer i_col) { in operator()
72 ASSERTMSGBREAK(i_row > 0 && i_row <= SparseMatrixHandler::iGetNumRows(), in operator()
79 integer idx = pindices[i_col][i_row]; in operator()
88 const doublereal& operator () (integer i_row, integer i_col) const { in operator()
89 ASSERTMSGBREAK(i_row > 0 && i_row <= SparseMatrixHandler::iGetNumRows(), in operator()
96 integer idx = pindices[i_col][i_row]; in operator()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dcolumnar_partitioning.sql78 CREATE TABLE i_row(i int); table
79 INSERT INTO i_row VALUES(100);
91 EXPLAIN (costs off) SELECT * FROM i_row;
92 SELECT * FROM i_row;
94 EXPLAIN (costs off) SELECT * FROM ONLY i_row;
95 SELECT * FROM ONLY i_row;
117 EXPLAIN (costs off) SELECT * FROM i_row;
118 SELECT * FROM i_row;
121 SELECT * FROM ONLY i_row;
144 ALTER TABLE ij_row_row NO INHERIT i_row;
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dcc.c189 int i_row; member
658 const int i_row = h->cursor.i_row; in Eia608Write() local
670 screen->row_used[i_row] = true; in Eia608Write()
675 const int i_row = h->cursor.i_row; in Eia608Erase() local
728 const int i_row = h->cursor.i_row - keep_lines + i + 1; in Eia608RollUp() local
729 if( i_row < 0 ) in Eia608RollUp()
733 memcpy( screen->colors[i_row], screen->colors[i_row+1], sizeof(*screen->colors) ); in Eia608RollUp()
734 memcpy( screen->fonts[i_row], screen->fonts[i_row+1], sizeof(*screen->fonts) ); in Eia608RollUp()
735 screen->row_used[i_row] = screen->row_used[i_row+1]; in Eia608RollUp()
872 h->cursor.i_row = 0; in Eia608ParseCommand0x14()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/examples/capi/ex1/
H A Dmultiply_by_two.c7 int i_row, j_col; in sci_multiply_by_two() local
18 for (i_row = 0; i_row < m_in_var; i_row++) in sci_multiply_by_two()
22 … *stk(l_out_var + i_row + j_col * m_out_var) = 2 * (*stk(l_in_var + i_row + j_col * m_in_var)); in sci_multiply_by_two()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dpuzzle_pce.c616 int32_t i_row = i_y - i_min_y; in puzzle_generate_sect_border() local
639 for (uint8_t i=0; i<i_row;i++) in puzzle_generate_sect_border()
722 int32_t i_row = i_y - i_min_y; in puzzle_generate_shape_lines() local
749 for (uint8_t i=0; i<i_row;i++) in puzzle_generate_shape_lines()
764 for (uint8_t i=0; i<i_row;i++) in puzzle_generate_shape_lines()
782 for (uint8_t i=0; i<i_row;i++) in puzzle_generate_shape_lines()
878 int32_t i_row = i_y - i_min_y; in puzzle_generate_sectLeft2Right() local
888 for (uint8_t i=0; i<i_row;i++) in puzzle_generate_sectLeft2Right()
938 int32_t i_row = i_y - i_min_y; in puzzle_generate_sectTop2Btm() local
945 for (uint8_t i=0; i<i_row;i++) in puzzle_generate_sectTop2Btm()
[all …]
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/RcppArmadillo/
H A DMat_meat.h69 u32 k, i_col, i_row ; in fill_ptr_matrix__impl() local
71 for( i_row = 0; i_row < nr ; ++i_row, ++k ){ in fill_ptr_matrix__impl()
72 … = Rcpp::internal::caster< typename Rcpp::traits::storage_type<RTYPE>::type, eT>( X(i_row,i_col)) ; in fill_ptr_matrix__impl()
79 u32 k, i_col, i_row ; in fill_ptr_matrix__impl() local
81 for( i_row = 0; i_row < nr ; ++i_row, ++k ){ in fill_ptr_matrix__impl()
82 ptr[k] = X(i_row,i_col) ; in fill_ptr_matrix__impl()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_splitter/
H A Dwall.c108 int i_row; member
143 p_sys->i_row = VLC_CLIP( p_sys->i_row, 1, ROW_MAX ); in Open()
146 p_sys->i_col, p_sys->i_row ); in Open()
207 if( h1 * p_sys->i_row < p_splitter->fmt.i_visible_height ) in Open()
234 unsigned i_tmp = i_target_height * p_sys->i_row; in Open()
236 i_tmp += p_sys->i_row; in Open()
247 for( int y = 0, i_top = 0; y < p_sys->i_row; y++ ) in Open()
266 if( y >= ( p_sys->i_row / 2 ) ) in Open()
345 for( int y = 0, i_output = 0; y < p_sys->i_row; y++ ) in Open()
400 for( int y = 0; y < p_sys->i_row; y++ ) in Filter()
[all …]
H A Dpanoramix.c297 int i_row; member
466 p_sys->i_row = 1; in Open()
476 p_sys->i_row = w; in Open()
481 if( p_sys->i_row < 0 ) in Open()
482 p_sys->i_row = 1; in Open()
505 p_sys->i_row = VLC_CLIP( p_sys->i_row, 1, ROW_MAX ); in Open()
507 p_sys->i_col, p_sys->i_row ); in Open()
520 if( p_sys->i_row > 1 ) in Open()
671 for( int y = 0; y < p_sys->i_row; y++ ) in Open()
891 if( i_row > 2 ) in Configuration()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/tools/
H A Dtiff2rgba.c176 uint32 i_row; in cvt_by_tile() local
188 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
192 top_line = raster + tile_width * i_row; in cvt_by_tile()
193 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
265 int rows_to_write, i_row; in cvt_by_strip() local
286 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
290 top_line = raster + width * i_row; in cvt_by_strip()
291 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/tools/
H A Dtiff2rgba.c170 int i_row; in cvt_by_tile() local
182 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
186 top_line = raster + tile_width * i_row; in cvt_by_tile()
187 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
259 int rows_to_write, i_row; in cvt_by_strip() local
280 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
284 top_line = raster + width * i_row; in cvt_by_strip()
285 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/tools/
H A Dtiff2rgba.c170 int i_row; in cvt_by_tile() local
182 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
186 top_line = raster + tile_width * i_row; in cvt_by_tile()
187 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
259 int rows_to_write, i_row; in cvt_by_strip() local
280 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
284 top_line = raster + width * i_row; in cvt_by_strip()
285 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dtiff2rgba.c187 uint32 i_row; in cvt_by_tile() local
208 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
212 top_line = raster + tile_width * i_row; in cvt_by_tile()
213 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
285 int rows_to_write, i_row; in cvt_by_strip() local
314 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
318 top_line = raster + width * i_row; in cvt_by_strip()
319 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Dtiff2rgba.c186 uint32 i_row; in cvt_by_tile() local
207 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
211 top_line = raster + tile_width * i_row; in cvt_by_tile()
212 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
284 int rows_to_write, i_row; in cvt_by_strip() local
313 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
317 top_line = raster + width * i_row; in cvt_by_strip()
318 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Dtiff2rgba.c186 uint32 i_row; in cvt_by_tile() local
207 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
211 top_line = raster + tile_width * i_row; in cvt_by_tile()
212 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
284 int rows_to_write, i_row; in cvt_by_strip() local
313 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
317 top_line = raster + width * i_row; in cvt_by_strip()
318 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/tools/
H A Dtiff2rgba.c202 uint32 i_row; in cvt_by_tile() local
223 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
227 top_line = raster + tile_width * i_row; in cvt_by_tile()
228 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
313 int rows_to_write, i_row; in cvt_by_strip() local
342 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
346 top_line = raster + width * i_row; in cvt_by_strip()
347 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/tools/
H A Dtiff2rgba.c200 uint32 i_row; in cvt_by_tile() local
221 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
225 top_line = raster + tile_width * i_row; in cvt_by_tile()
226 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
311 int rows_to_write, i_row; in cvt_by_strip() local
340 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
344 top_line = raster + width * i_row; in cvt_by_strip()
345 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/tools/
H A Dtiff2rgba.c200 uint32 i_row; in cvt_by_tile() local
221 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
225 top_line = raster + tile_width * i_row; in cvt_by_tile()
226 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
311 int rows_to_write, i_row; in cvt_by_strip() local
340 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
344 top_line = raster + width * i_row; in cvt_by_strip()
345 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/transform/
H A Dplot_pyramid.py27 i_row = 0 variable
30 composite_image[i_row:i_row + n_rows, cols:cols + n_cols] = p
31 i_row += n_rows
/dports/databases/grass7/grass-7.8.6/lib/imagery/
H A Discatt_core.c62 int i_row, i_col; in I_create_cat_rast() local
92 for (i_row = 0; i_row < cat_rast_region->rows; i_row++) { in I_create_cat_rast()
244 int i_row, i_col, ncols, nrows, patch_col; in I_insert_patch_to_cat_rast() local
320 for (i_row = 0; i_row < nrows; i_row++) { in I_insert_patch_to_cat_rast()
322 i_row + patch_bounds.north); in I_insert_patch_to_cat_rast()
711 int i_row, head_nchars, i_cat, id_cat; in I_compute_scatts() local
824 for (i_row = 0; i_row < nrows; i_row++) { in I_compute_scatts()
829 bands_rows[band_id].null_row, i_row); in I_compute_scatts()
865 unsigned int i_row, i_col, i_b; in I_merge_arrays() local
869 for (i_row = 0; i_row < rows; i_row++) { in I_merge_arrays()
[all …]
/dports/graphics/tiffgt/tiff-4.3.0/tools/
H A Dtiff2rgba.c216 uint32_t i_row; in cvt_by_tile() local
237 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
241 top_line = raster + tile_width * i_row; in cvt_by_tile()
242 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
327 int rows_to_write, i_row; in cvt_by_strip() local
356 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
360 top_line = raster + width * i_row; in cvt_by_strip()
361 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/graphics/tiff/tiff-4.3.0/tools/
H A Dtiff2rgba.c216 uint32_t i_row; in cvt_by_tile() local
237 for( i_row = 0; i_row < tile_height / 2; i_row++ ) in cvt_by_tile()
241 top_line = raster + tile_width * i_row; in cvt_by_tile()
242 bottom_line = raster + tile_width * (tile_height-i_row-1); in cvt_by_tile()
327 int rows_to_write, i_row; in cvt_by_strip() local
356 for( i_row = 0; i_row < rows_to_write / 2; i_row++ ) in cvt_by_strip()
360 top_line = raster + width * i_row; in cvt_by_strip()
361 bottom_line = raster + width * (rows_to_write-i_row-1); in cvt_by_strip()
/dports/security/liboqs/liboqs-0.7.0/src/sig/rainbow/pqclean_rainbowV-compressed_clean/
H A Dparallel_matrix_op.c19 unsigned int PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_idx_of_trimat(unsigned int i_row, unsigned int j_col,… in PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_idx_of_trimat() argument
20 return (dim + dim - i_row + 1) * i_row / 2 + j_col - i_row; in PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_idx_of_trimat()
31 static inline unsigned int idx_of_2trimat(unsigned int i_row, unsigned int j_col, unsigned int n_va… in idx_of_2trimat() argument
32 if (i_row > j_col) { in idx_of_2trimat()
33 return PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_idx_of_trimat(j_col, i_row, n_var); in idx_of_2trimat()
35 return PQCLEAN_RAINBOWVCOMPRESSED_CLEAN_idx_of_trimat(i_row, j_col, n_var); in idx_of_2trimat()

12345678