Home
last modified time | relevance | path

Searched refs:row_offset (Results 1 – 25 of 971) sorted by relevance

12345678910>>...39

/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dlistbox.py1024 row_offset -= rows
1032 row_offset += 1
1035 while row_offset > 0:
1042 row_offset -= rows
1107 row_offset += rows
1110 row_offset -= 1
1125 row_offset += rows
1191 elif row_offset >= 0:
1214 row_offset -= rows
1222 row_offset -= rows
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Drpa_gw_ic.F514 row_offset=row_offset, row_size=row_size)
568 row_offset=row_offset, row_size=row_size)
607 row_offset=row_offset, row_size=row_size, &
751 row_offset=row_offset, row_size=row_size)
820 row_offset=row_offset, row_size=row_size)
882 row_offset=row_offset, row_size=row_size, &
968 row_offset=row_offset, row_size=row_size)
972 data_block(1:row_size, 1) = coeff(row_offset:row_offset + row_size - 1)
978 data_block(1:end_data_block, 1) = coeff(row_offset:row_offset + end_data_block - 1)
1015 row_offset=row_offset, row_size=row_size)
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/LinAlg/TMatrices/
H A DIpTripletHelper.hpp49 …Index n_entries, const Matrix& matrix, Index* iRow, Index* jCol, Index row_offset=0, Index col_off…
80 …static void FillRowCol_(Index n_entries, const GenTMatrix& matrix, Index row_offset, Index col_off…
84 …static void FillRowCol_(Index n_entries, const SymTMatrix& matrix, Index row_offset, Index col_off…
88 …static void FillRowCol_(Index n_entries, const DiagMatrix& matrix, Index row_offset, Index col_off…
92 …static void FillRowCol_(Index n_entries, const IdentityMatrix& matrix, Index row_offset, Index col…
96 …static void FillRowCol_(Index n_entries, const ExpansionMatrix& matrix, Index row_offset, Index co…
100 …static void FillRowCol_(Index n_entries, const SumMatrix& matrix, Index row_offset, Index col_offs…
104 …static void FillRowCol_(Index n_entries, const SumSymMatrix& matrix, Index row_offset, Index col_o…
108 …static void FillRowCol_(Index n_entries, const CompoundMatrix& matrix, Index row_offset, Index col…
116 …static void FillRowCol_(Index n_entries, const ScaledMatrix& matrix, Index row_offset, Index col_o…
[all …]
H A DIpTripletHelper.cpp384 iRow[i] = irow[i] + row_offset; in FillRowCol_()
418 row_offset++; in FillRowCol_()
421 iRow[i] = i + row_offset; in FillRowCol_()
436 row_offset++; in FillRowCol_()
439 iRow[i] = i + row_offset; in FillRowCol_()
457 row_offset++; in FillRowCol_()
568 Index c_row_offset = row_offset; in FillRowCol_()
618 Index c_row_offset = row_offset; in FillRowCol_()
787 row_offset++; in FillRowCol_()
795 for (Index irow = row_offset; irow < row_offset+nRows; irow++) { in FillRowCol_()
[all …]
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpTripletHelper.hpp54 Index row_offset = 0,
114 Index row_offset,
129 Index row_offset,
144 Index row_offset,
159 Index row_offset,
174 Index row_offset,
189 Index row_offset,
204 Index row_offset,
219 Index row_offset,
249 Index row_offset,
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpTripletHelper.hpp43 …Index n_entries, const Matrix& matrix, Index* iRow, Index* jCol, Index row_offset=0, Index col_off…
71 …static void FillRowCol_(Index n_entries, const GenTMatrix& matrix, Index row_offset, Index col_off…
75 …static void FillRowCol_(Index n_entries, const SymTMatrix& matrix, Index row_offset, Index col_off…
79 …static void FillRowCol_(Index n_entries, const DiagMatrix& matrix, Index row_offset, Index col_off…
83 …static void FillRowCol_(Index n_entries, const IdentityMatrix& matrix, Index row_offset, Index col…
87 …static void FillRowCol_(Index n_entries, const ExpansionMatrix& matrix, Index row_offset, Index co…
91 …static void FillRowCol_(Index n_entries, const SumMatrix& matrix, Index row_offset, Index col_offs…
95 …static void FillRowCol_(Index n_entries, const SumSymMatrix& matrix, Index row_offset, Index col_o…
99 …static void FillRowCol_(Index n_entries, const CompoundMatrix& matrix, Index row_offset, Index col…
107 …static void FillRowCol_(Index n_entries, const ScaledMatrix& matrix, Index row_offset, Index col_o…
[all …]
H A DIpTripletHelper.cpp103 FillRowCol_(n_entries, *gent, row_offset, col_offset, iRow, jCol); in FillRowCol()
109 FillRowCol_(n_entries, *symt, row_offset, col_offset, iRow, jCol); in FillRowCol()
139 FillRowCol_(n_entries, *exp, row_offset, col_offset, iRow, jCol); in FillRowCol()
145 FillRowCol_(n_entries, *sum, row_offset, col_offset, iRow, jCol); in FillRowCol()
317 iRow[i] = irow[i] + row_offset; in FillRowCol_()
337 iRow[i] = irow[i] + row_offset; in FillRowCol_()
352 iRow[i] = i + row_offset + 1; in FillRowCol_()
372 iRow[i] = i + row_offset + 1; in FillRowCol_()
391 iRow[i] = exp_pos[i] + row_offset + 1; in FillRowCol_()
499 Index c_row_offset = row_offset; in FillRowCol_()
[all …]
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_trimat_ind.hpp33 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatu_ind() local
36 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in trimatu_ind()
38 const uword N = (std::min)(n_rows - row_offset, n_cols - col_offset); in trimatu_ind()
50 const uword end_row = i + row_offset; in trimatu_ind()
94 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatl_ind() local
97 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in trimatl_ind()
99 const uword N = (std::min)(n_rows - row_offset, n_cols - col_offset); in trimatl_ind()
118 const uword start_row = i + row_offset; in trimatl_ind()
H A Dop_trimat_meat.hpp217 const uword row_offset = in.aux_uword_a; in apply() local
223 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in apply()
237 const uword end_row = i + row_offset; in apply()
254 op_trimatu_ext::fill_zeros(out, row_offset, col_offset); in apply()
269 const uword N = (std::min)(n_rows - row_offset, n_cols - col_offset); in fill_zeros()
278 const uword start_row = i + row_offset + 1; in fill_zeros()
308 const uword row_offset = in.aux_uword_a; in apply() local
314 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in apply()
329 const uword start_row = i + row_offset; in apply()
339 op_trimatl_ext::fill_zeros(out, row_offset, col_offset); in apply()
[all …]
H A Dspop_trimat_meat.hpp158 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in apply_noalias()
166 const uword N = (std::min)(n_rows - row_offset, n_cols - col_offset); in apply_noalias()
177 const uword end_row = i + row_offset; in apply_noalias()
243 const uword row_offset = in.aux_uword_a; in apply() local
249 spop_trimatu_ext::apply_noalias(tmp, A, row_offset, col_offset); in apply()
254 spop_trimatu_ext::apply_noalias(out, A, row_offset, col_offset); in apply()
274 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in apply_noalias()
303 const uword start_row = i + row_offset; in apply_noalias()
349 const uword row_offset = in.aux_uword_a; in apply() local
355 spop_trimatl_ext::apply_noalias(tmp, A, row_offset, col_offset); in apply()
[all …]
H A Ddiagview_meat.hpp36 , row_offset(in_row_offset) in diagview()
50 , row_offset(in.row_offset) in diagview()
64 , row_offset(in.row_offset) in diagview()
73 access::rw(in.row_offset) = 0; in diagview()
99 const uword d_row_offset = d.row_offset; in operator =()
102 const uword x_row_offset = x.row_offset; in operator =()
140 const uword t_row_offset = row_offset; in operator +=()
161 const uword t_row_offset = row_offset; in operator -=()
182 const uword t_row_offset = row_offset; in operator *=()
203 const uword t_row_offset = row_offset; in operator /=()
[all …]
H A Dfn_trimat.hpp87 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatl() local
90 return Op<T1, op_trimatl_ext>(X.get_ref(), row_offset, col_offset); in trimatl()
103 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatu() local
106 return Op<T1, op_trimatu_ext>(X.get_ref(), row_offset, col_offset); in trimatu()
119 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatu() local
122 return SpOp<T1, spop_trimatu_ext>(X.get_ref(), row_offset, col_offset); in trimatu()
135 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatl() local
138 return SpOp<T1, spop_trimatl_ext>(X.get_ref(), row_offset, col_offset); in trimatl()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_trimat_ind.hpp33 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatu_ind() local
36 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in trimatu_ind()
38 const uword N = (std::min)(n_rows - row_offset, n_cols - col_offset); in trimatu_ind()
50 const uword end_row = i + row_offset; in trimatu_ind()
94 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatl_ind() local
97 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in trimatl_ind()
99 const uword N = (std::min)(n_rows - row_offset, n_cols - col_offset); in trimatl_ind()
118 const uword start_row = i + row_offset; in trimatl_ind()
H A Dop_trimat_meat.hpp217 const uword row_offset = in.aux_uword_a; in apply() local
223 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in apply()
237 const uword end_row = i + row_offset; in apply()
254 op_trimatu_ext::fill_zeros(out, row_offset, col_offset); in apply()
269 const uword N = (std::min)(n_rows - row_offset, n_cols - col_offset); in fill_zeros()
278 const uword start_row = i + row_offset + 1; in fill_zeros()
308 const uword row_offset = in.aux_uword_a; in apply() local
314 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in apply()
329 const uword start_row = i + row_offset; in apply()
339 op_trimatl_ext::fill_zeros(out, row_offset, col_offset); in apply()
[all …]
H A Dspop_trimat_meat.hpp158 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in apply_noalias()
166 const uword N = (std::min)(n_rows - row_offset, n_cols - col_offset); in apply_noalias()
177 const uword end_row = i + row_offset; in apply_noalias()
243 const uword row_offset = in.aux_uword_a; in apply() local
249 spop_trimatu_ext::apply_noalias(tmp, A, row_offset, col_offset); in apply()
254 spop_trimatu_ext::apply_noalias(out, A, row_offset, col_offset); in apply()
274 …arma_debug_check_bounds( ((row_offset > 0) && (row_offset >= n_rows)) || ((col_offset > 0) && (col… in apply_noalias()
303 const uword start_row = i + row_offset; in apply_noalias()
349 const uword row_offset = in.aux_uword_a; in apply() local
355 spop_trimatl_ext::apply_noalias(tmp, A, row_offset, col_offset); in apply()
[all …]
H A Ddiagview_meat.hpp36 , row_offset(in_row_offset) in diagview()
50 , row_offset(in.row_offset) in diagview()
64 , row_offset(in.row_offset) in diagview()
73 access::rw(in.row_offset) = 0; in diagview()
99 const uword d_row_offset = d.row_offset; in operator =()
102 const uword x_row_offset = x.row_offset; in operator =()
140 const uword t_row_offset = row_offset; in operator +=()
161 const uword t_row_offset = row_offset; in operator -=()
182 const uword t_row_offset = row_offset; in operator *=()
203 const uword t_row_offset = row_offset; in operator /=()
[all …]
H A Dfn_trimat.hpp87 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatl() local
90 return Op<T1, op_trimatl_ext>(X.get_ref(), row_offset, col_offset); in trimatl()
103 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatu() local
106 return Op<T1, op_trimatu_ext>(X.get_ref(), row_offset, col_offset); in trimatu()
119 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatu() local
122 return SpOp<T1, spop_trimatu_ext>(X.get_ref(), row_offset, col_offset); in trimatu()
135 const uword row_offset = (k < 0) ? uword(-k) : uword(0); in trimatl() local
138 return SpOp<T1, spop_trimatl_ext>(X.get_ref(), row_offset, col_offset); in trimatl()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/views/
H A Dparty_view.cpp54 row_offset = 0; in PartyView()
168 set_party_member(((y - y_offset) / rowH) + row_offset); in MouseUp()
280 uint8 end_offset = row_offset + 5; in Display()
291 end_offset = row_offset + 7; in Display()
295 for (i = row_offset; i < end_offset; i++) { in Display()
356 if (row_offset > 0) { in up_arrow()
357 row_offset--; in up_arrow()
365 if ((row_offset + (SE ? 7 : 5)) < party->get_party_size()) { in down_arrow()
366 row_offset++; in down_arrow()
385 row_offset = 0; in display_arrows()
[all …]
/dports/math/dbcsr/dbcsr-2.1.0/src/ops/
H A Ddbcsr_test_methods.F143 row_offset=row_offset, col_offset=col_offset)
147 dst_r_lb=row_offset, dst_c_lb=col_offset, &
150 src_r_lb=row_offset, src_c_lb=col_offset, &
158 dst_r_lb=row_offset, dst_c_lb=col_offset, &
161 src_r_lb=row_offset, src_c_lb=col_offset, &
167 dst_r_lb=row_offset, dst_c_lb=col_offset, &
170 src_r_lb=row_offset, src_c_lb=col_offset, &
180 dst_r_lb=row_offset, dst_c_lb=col_offset, &
183 src_r_lb=row_offset, src_c_lb=col_offset, &
191 dst_r_lb=row_offset, dst_c_lb=col_offset, &
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/ops/
H A Ddbcsr_test_methods.F144 row_offset=row_offset, col_offset=col_offset)
148 dst_r_lb=row_offset, dst_c_lb=col_offset, &
151 src_r_lb=row_offset, src_c_lb=col_offset, &
159 dst_r_lb=row_offset, dst_c_lb=col_offset, &
162 src_r_lb=row_offset, src_c_lb=col_offset, &
168 dst_r_lb=row_offset, dst_c_lb=col_offset, &
171 src_r_lb=row_offset, src_c_lb=col_offset, &
181 dst_r_lb=row_offset, dst_c_lb=col_offset, &
184 src_r_lb=row_offset, src_c_lb=col_offset, &
192 dst_r_lb=row_offset, dst_c_lb=col_offset, &
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Drpa_gw_ic.F839 row_offset=row_offset, row_size=row_size)
893 row_offset=row_offset, row_size=row_size)
932 row_offset=row_offset, row_size=row_size, &
1076 row_offset=row_offset, row_size=row_size)
1145 row_offset=row_offset, row_size=row_size)
1207 row_offset=row_offset, row_size=row_size, &
1293 row_offset=row_offset, row_size=row_size)
1297 data_block(1:row_size, 1) = coeff(row_offset:row_offset + row_size - 1)
1303 data_block(1:end_data_block, 1) = coeff(row_offset:row_offset + end_data_block - 1)
1340 row_offset=row_offset, row_size=row_size)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/quic_trace/src/tools/render/
H A Dtable.cc75 vec2 row_offset = in Draw() local
78 row_offset += vec2((width_ - spacing_ * 2 - row.header->width()) / 2, 0); in Draw()
79 text_renderer_->AddText(row.header, row_offset.x, row_offset.y); in Draw()
81 text_renderer_->AddText(row.label, row_offset.x, row_offset.y); in Draw()
83 row_offset.x + row.label->width() + spacing_, in Draw()
84 row_offset.y); in Draw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/quic_trace/src/tools/render/
H A Dtable.cc75 vec2 row_offset = in Draw() local
78 row_offset += vec2((width_ - spacing_ * 2 - row.header->width()) / 2, 0); in Draw()
79 text_renderer_->AddText(row.header, row_offset.x, row_offset.y); in Draw()
81 text_renderer_->AddText(row.label, row_offset.x, row_offset.y); in Draw()
83 row_offset.x + row.label->width() + spacing_, in Draw()
84 row_offset.y); in Draw()
/dports/games/atomix/atomix-3.34.0/src/
H A Dcanvas_helper.c28 gint row_offset, col_offset; in convert_to_playfield() local
30 row_offset = BGR_FLOOR_ROWS / 2 - playfield_get_n_rows (playfield) / 2; in convert_to_playfield()
35 *row = (int_y / tile_height) - row_offset; in convert_to_playfield()
46 gint row_offset, col_offset; in convert_to_canvas() local
48 row_offset = BGR_FLOOR_ROWS / 2 - playfield_get_n_rows (playfield) / 2; in convert_to_canvas()
53 *y = (row + row_offset) * tile_height; in convert_to_canvas()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/tui/
H A Dstring_cache.c163 long long int row_offset; member
198 res->row_offset = 0; in make_string_cache()
240 return sc->row_offset; in get_string_cache_start()
251 long long int temp_idx = ( row - sc->row_offset ); in get_cell_from_string_cache()
312 if ( row < sc->row_offset && row >= 0 ) in put_cell_to_string_cache()
326 sc->row_offset = row; in put_cell_to_string_cache()
337 sc->row_offset = row; in put_cell_to_string_cache()
341 else if ( row >= ( sc->row_offset + sc->row_count ) ) in put_cell_to_string_cache()
354 sc->row_offset = row; in put_cell_to_string_cache()
364 sc->row_offset += distance; in put_cell_to_string_cache()
[all …]

12345678910>>...39