Home
last modified time | relevance | path

Searched refs:in_row1 (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfield_meat.hpp840 const uword sub_n_rows = in_row2 - in_row1 + 1; in rows()
863 const uword sub_n_rows = in_row2 - in_row1 + 1; in rows()
974 const uword sub_n_rows = in_row2 - in_row1 + 1; in subfield()
998 const uword sub_n_rows = in_row2 - in_row1 + 1; in subfield()
1070 …((in_row1 >= l_n_rows) || (in_col1 >= l_n_cols) || ((in_row1 + s_n_rows) > l_n_rows) || ((in_col1 … in subfield()
1097 …((in_row1 >= l_n_rows) || (in_col1 >= l_n_cols) || ((in_row1 + s_n_rows) > l_n_rows) || ((in_col1 … in subfield()
1379 return (*this).subfield(in_row1, in_col1, s); in operator ()()
1391 return (*this).subfield(in_row1, in_col1, s); in operator ()()
1627 const uword in_row1 = row_span.a; in in_range() local
1667 const uword in_row1 = row_span.a; in in_range() local
[all …]
H A DCol_meat.hpp684 Col<eT>::row(const uword in_row1) in row() argument
690 return subview_col<eT>(*this, 0, in_row1, 1); in row()
698 Col<eT>::row(const uword in_row1) const in row()
704 return subview_col<eT>(*this, 0, in_row1, 1); in row()
712 Col<eT>::rows(const uword in_row1, const uword in_row2) in rows() argument
718 const uword subview_n_rows = in_row2 - in_row1 + 1; in rows()
734 const uword subview_n_rows = in_row2 - in_row1 + 1; in rows()
750 const uword subview_n_rows = in_row2 - in_row1 + 1; in subvec()
766 const uword subview_n_rows = in_row2 - in_row1 + 1; in subvec()
1030 (in_row1 > in_row2) || (in_row2 >= Mat<eT>::n_rows), in shed_rows()
[all …]
H A Dfield_bones.hpp133 inline subview_field<oT> rows(const uword in_row1, const uword in_row2);
134 inline const subview_field<oT> rows(const uword in_row1, const uword in_row2) const;
142 …inline subview_field<oT> subfield(const uword in_row1, const uword in_col1, const uword in_r…
143 …inline const subview_field<oT> subfield(const uword in_row1, const uword in_col1, const uword in_r…
148 …inline subview_field<oT> subfield(const uword in_row1, const uword in_col1, const SizeMat& s…
149 …inline const subview_field<oT> subfield(const uword in_row1, const uword in_col1, const SizeMat& s…
151 …inline subview_field<oT> subfield(const uword in_row1, const uword in_col1, const uword in_s…
152 …inline const subview_field<oT> subfield(const uword in_row1, const uword in_col1, const uword in_s…
166 …inline subview_field<oT> operator()(const uword in_row1, const uword in_col1, const SizeMat&…
167 …inline const subview_field<oT> operator()(const uword in_row1, const uword in_col1, const SizeMat&…
[all …]
H A DSpSubview_meat.hpp36 , aux_row1(in_row1) in SpSubview()
49 uword lend_row = in_row1 + in_n_rows; in SpSubview()
1195 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
1199 return submat(in_row1, 0, in_row2, n_cols - 1); in rows()
1213 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
1217 return submat(in_row1, 0, in_row2, n_cols - 1); in rows()
1304 const uword in_row1 = row_all ? 0 : row_span.a; in submat() local
1318 return submat(in_row1, in_col1, in_row2, in_col2); in submat()
1347 return submat(in_row1, in_col1, in_row2, in_col2); in submat()
1440 access::rw(m).at(in_row1 + aux_row1, c) = val; in swap_rows()
[all …]
H A DCube_meat.hpp1201 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
1222 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
1566 ((in_row1 >= n_rows) || (in_col1 >= n_cols)), in tube()
1584 ((in_row1 >= n_rows) || (in_col1 >= n_cols)), in tube()
1602 (in_row1 > in_row2) || (in_col1 > in_col2) || in tube()
1624 (in_row1 > in_row2) || (in_col1 > in_col2) || in tube()
1652 …((in_row1 >= l_n_rows) || (in_col1 >= l_n_cols) || ((in_row1 + s_n_rows) > l_n_rows) || ((in_col1 … in tube()
1676 …((in_row1 >= l_n_rows) || (in_col1 >= l_n_cols) || ((in_row1 + s_n_rows) > l_n_rows) || ((in_col1 … in tube()
2101 (in_row1 > in_row2) || (in_row2 >= n_rows), in shed_rows()
2105 const uword n_keep_front = in_row1; in shed_rows()
[all …]
H A DSpMat_meat.hpp2437 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
2699 return (*this).submat(in_row1, in_col1, s); in operator ()()
2711 return (*this).submat(in_row1, in_col1, s); in operator ()()
2919 if(in_row1 == in_row2) { return; } in swap_rows()
2927 uword col1 = (in_row1 < in_row2) ? in_row1 : in_row2; in swap_rows()
2928 uword col2 = (in_row1 < in_row2) ? in_row2 : in_row1; in swap_rows()
3006 access::rw(row_indices[loc2]) = in_row1; in swap_rows()
3095 if(lrow >= in_row1 && lrow <= in_row2) in shed_rows()
3122 if(lrow >= in_row1 && lrow <= in_row2) in shed_rows()
3642 const uword in_row1 = row_span.a; in in_range() local
[all …]
H A DCube_bones.hpp128 arma_inline subview_cube<eT> rows(const uword in_row1, const uword in_row2);
129 arma_inline const subview_cube<eT> rows(const uword in_row1, const uword in_row2) const;
140 …inline subview_cube<eT> subcube(const uword in_row1, const uword in_col1, const uword i…
149 …inline subview_cube<eT> operator()(const uword in_row1, const uword in_col1, const uwor…
152 arma_inline subview_cube<eT> tube(const uword in_row1, const uword in_col1);
153 arma_inline const subview_cube<eT> tube(const uword in_row1, const uword in_col1) const;
155 …arma_inline subview_cube<eT> tube(const uword in_row1, const uword in_col1, const uword in_r…
156 …arma_inline const subview_cube<eT> tube(const uword in_row1, const uword in_col1, const uword in_r…
158 …arma_inline subview_cube<eT> tube(const uword in_row1, const uword in_col1, const SizeMat& s…
159 …arma_inline const subview_cube<eT> tube(const uword in_row1, const uword in_col1, const SizeMat& s…
[all …]
H A Dsubview_meat.hpp36 , aux_row1(in_row1 ) in subview()
2023 const uword base_row1 = aux_row1 + in_row1; in operator ()()
2088 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
2093 const uword base_row1 = aux_row1 + in_row1; in rows()
2110 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
2115 const uword base_row1 = aux_row1 + in_row1; in rows()
2183 const uword base_row1 = aux_row1 + in_row1; in submat()
2208 const uword base_row1 = aux_row1 + in_row1; in submat()
2247 const uword base_row1 = aux_row1 + in_row1; in submat()
2286 const uword base_row1 = aux_row1 + in_row1; in submat()
[all …]
H A Dsubview_bones.hpp48 …arma_inline subview(const Mat<eT>& in_m, const uword in_row1, const uword in_col1, const uword in_…
170 inline subview<eT> rows(const uword in_row1, const uword in_row2);
171 inline const subview<eT> rows(const uword in_row1, const uword in_row2) const;
176 …inline subview<eT> submat(const uword in_row1, const uword in_col1, const uword in_row2, con…
177 …inline const subview<eT> submat(const uword in_row1, const uword in_col1, const uword in_row2, con…
200 inline void swap_rows(const uword in_row1, const uword in_row2);
412 inline subview_col<eT> rows(const uword in_row1, const uword in_row2);
413 inline const subview_col<eT> rows(const uword in_row1, const uword in_row2) const;
415 inline subview_col<eT> subvec(const uword in_row1, const uword in_row2);
416 inline const subview_col<eT> subvec(const uword in_row1, const uword in_row2) const;
[all …]
H A DSpSubview_bones.hpp46 …inline SpSubview(const SpMat<eT>& in_m, const uword in_row1, const uword in_col1, const uword in_n…
132 inline SpSubview rows(const uword in_row1, const uword in_row2);
133 inline const SpSubview rows(const uword in_row1, const uword in_row2) const;
138 …inline SpSubview submat(const uword in_row1, const uword in_col1, const uword in_row2, const…
139 …inline const SpSubview submat(const uword in_row1, const uword in_col1, const uword in_row2, const…
154 inline void swap_rows(const uword in_row1, const uword in_row2);
368 …inline SpSubview_col(const SpMat<eT>& in_m, const uword in_col, const uword in_row1, const uword i…
H A DSpCol_meat.hpp257 SpCol<eT>::shed_rows(const uword in_row1, const uword in_row2) in shed_rows() argument
263 (in_row1 > in_row2) || (in_row2 >= SpMat<eT>::n_rows), in shed_rows()
269 const uword diff = (in_row2 - in_row1 + 1); in shed_rows()
277 if(SpMat<eT>::row_indices[i] >= in_row1 && !start_found) in shed_rows()
H A DCol_bones.hpp105 arma_inline subview_col<eT> rows(const uword in_row1, const uword in_row2);
106 arma_inline const subview_col<eT> rows(const uword in_row1, const uword in_row2) const;
108 arma_inline subview_col<eT> subvec(const uword in_row1, const uword in_row2);
109 arma_inline const subview_col<eT> subvec(const uword in_row1, const uword in_row2) const;
137 inline void shed_rows(const uword in_row1, const uword in_row2);
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfield_meat.hpp840 const uword sub_n_rows = in_row2 - in_row1 + 1; in rows()
863 const uword sub_n_rows = in_row2 - in_row1 + 1; in rows()
974 const uword sub_n_rows = in_row2 - in_row1 + 1; in subfield()
998 const uword sub_n_rows = in_row2 - in_row1 + 1; in subfield()
1070 …((in_row1 >= l_n_rows) || (in_col1 >= l_n_cols) || ((in_row1 + s_n_rows) > l_n_rows) || ((in_col1 … in subfield()
1097 …((in_row1 >= l_n_rows) || (in_col1 >= l_n_cols) || ((in_row1 + s_n_rows) > l_n_rows) || ((in_col1 … in subfield()
1379 return (*this).subfield(in_row1, in_col1, s); in operator ()()
1391 return (*this).subfield(in_row1, in_col1, s); in operator ()()
1627 const uword in_row1 = row_span.a; in in_range() local
1667 const uword in_row1 = row_span.a; in in_range() local
[all …]
H A DCol_meat.hpp684 Col<eT>::row(const uword in_row1) in row() argument
690 return subview_col<eT>(*this, 0, in_row1, 1); in row()
698 Col<eT>::row(const uword in_row1) const in row()
704 return subview_col<eT>(*this, 0, in_row1, 1); in row()
712 Col<eT>::rows(const uword in_row1, const uword in_row2) in rows() argument
718 const uword subview_n_rows = in_row2 - in_row1 + 1; in rows()
734 const uword subview_n_rows = in_row2 - in_row1 + 1; in rows()
750 const uword subview_n_rows = in_row2 - in_row1 + 1; in subvec()
766 const uword subview_n_rows = in_row2 - in_row1 + 1; in subvec()
1030 (in_row1 > in_row2) || (in_row2 >= Mat<eT>::n_rows), in shed_rows()
[all …]
H A Dfield_bones.hpp133 inline subview_field<oT> rows(const uword in_row1, const uword in_row2);
134 inline const subview_field<oT> rows(const uword in_row1, const uword in_row2) const;
142 …inline subview_field<oT> subfield(const uword in_row1, const uword in_col1, const uword in_r…
143 …inline const subview_field<oT> subfield(const uword in_row1, const uword in_col1, const uword in_r…
148 …inline subview_field<oT> subfield(const uword in_row1, const uword in_col1, const SizeMat& s…
149 …inline const subview_field<oT> subfield(const uword in_row1, const uword in_col1, const SizeMat& s…
151 …inline subview_field<oT> subfield(const uword in_row1, const uword in_col1, const uword in_s…
152 …inline const subview_field<oT> subfield(const uword in_row1, const uword in_col1, const uword in_s…
166 …inline subview_field<oT> operator()(const uword in_row1, const uword in_col1, const SizeMat&…
167 …inline const subview_field<oT> operator()(const uword in_row1, const uword in_col1, const SizeMat&…
[all …]
H A DSpSubview_meat.hpp36 , aux_row1(in_row1) in SpSubview()
49 uword lend_row = in_row1 + in_n_rows; in SpSubview()
1195 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
1199 return submat(in_row1, 0, in_row2, n_cols - 1); in rows()
1213 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
1217 return submat(in_row1, 0, in_row2, n_cols - 1); in rows()
1304 const uword in_row1 = row_all ? 0 : row_span.a; in submat() local
1318 return submat(in_row1, in_col1, in_row2, in_col2); in submat()
1347 return submat(in_row1, in_col1, in_row2, in_col2); in submat()
1440 access::rw(m).at(in_row1 + aux_row1, c) = val; in swap_rows()
[all …]
H A DCube_meat.hpp1201 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
1222 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
1566 ((in_row1 >= n_rows) || (in_col1 >= n_cols)), in tube()
1584 ((in_row1 >= n_rows) || (in_col1 >= n_cols)), in tube()
1602 (in_row1 > in_row2) || (in_col1 > in_col2) || in tube()
1624 (in_row1 > in_row2) || (in_col1 > in_col2) || in tube()
1652 …((in_row1 >= l_n_rows) || (in_col1 >= l_n_cols) || ((in_row1 + s_n_rows) > l_n_rows) || ((in_col1 … in tube()
1676 …((in_row1 >= l_n_rows) || (in_col1 >= l_n_cols) || ((in_row1 + s_n_rows) > l_n_rows) || ((in_col1 … in tube()
2101 (in_row1 > in_row2) || (in_row2 >= n_rows), in shed_rows()
2105 const uword n_keep_front = in_row1; in shed_rows()
[all …]
H A DSpMat_meat.hpp2437 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
2699 return (*this).submat(in_row1, in_col1, s); in operator ()()
2711 return (*this).submat(in_row1, in_col1, s); in operator ()()
2919 if(in_row1 == in_row2) { return; } in swap_rows()
2927 uword col1 = (in_row1 < in_row2) ? in_row1 : in_row2; in swap_rows()
2928 uword col2 = (in_row1 < in_row2) ? in_row2 : in_row1; in swap_rows()
3006 access::rw(row_indices[loc2]) = in_row1; in swap_rows()
3095 if(lrow >= in_row1 && lrow <= in_row2) in shed_rows()
3122 if(lrow >= in_row1 && lrow <= in_row2) in shed_rows()
3642 const uword in_row1 = row_span.a; in in_range() local
[all …]
H A DCube_bones.hpp128 arma_inline subview_cube<eT> rows(const uword in_row1, const uword in_row2);
129 arma_inline const subview_cube<eT> rows(const uword in_row1, const uword in_row2) const;
140 …inline subview_cube<eT> subcube(const uword in_row1, const uword in_col1, const uword i…
149 …inline subview_cube<eT> operator()(const uword in_row1, const uword in_col1, const uwor…
152 arma_inline subview_cube<eT> tube(const uword in_row1, const uword in_col1);
153 arma_inline const subview_cube<eT> tube(const uword in_row1, const uword in_col1) const;
155 …arma_inline subview_cube<eT> tube(const uword in_row1, const uword in_col1, const uword in_r…
156 …arma_inline const subview_cube<eT> tube(const uword in_row1, const uword in_col1, const uword in_r…
158 …arma_inline subview_cube<eT> tube(const uword in_row1, const uword in_col1, const SizeMat& s…
159 …arma_inline const subview_cube<eT> tube(const uword in_row1, const uword in_col1, const SizeMat& s…
[all …]
H A Dsubview_meat.hpp36 , aux_row1(in_row1 ) in subview()
2023 const uword base_row1 = aux_row1 + in_row1; in operator ()()
2088 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
2093 const uword base_row1 = aux_row1 + in_row1; in rows()
2110 (in_row1 > in_row2) || (in_row2 >= n_rows), in rows()
2115 const uword base_row1 = aux_row1 + in_row1; in rows()
2183 const uword base_row1 = aux_row1 + in_row1; in submat()
2208 const uword base_row1 = aux_row1 + in_row1; in submat()
2247 const uword base_row1 = aux_row1 + in_row1; in submat()
2286 const uword base_row1 = aux_row1 + in_row1; in submat()
[all …]
H A Dsubview_bones.hpp48 …arma_inline subview(const Mat<eT>& in_m, const uword in_row1, const uword in_col1, const uword in_…
170 inline subview<eT> rows(const uword in_row1, const uword in_row2);
171 inline const subview<eT> rows(const uword in_row1, const uword in_row2) const;
176 …inline subview<eT> submat(const uword in_row1, const uword in_col1, const uword in_row2, con…
177 …inline const subview<eT> submat(const uword in_row1, const uword in_col1, const uword in_row2, con…
200 inline void swap_rows(const uword in_row1, const uword in_row2);
412 inline subview_col<eT> rows(const uword in_row1, const uword in_row2);
413 inline const subview_col<eT> rows(const uword in_row1, const uword in_row2) const;
415 inline subview_col<eT> subvec(const uword in_row1, const uword in_row2);
416 inline const subview_col<eT> subvec(const uword in_row1, const uword in_row2) const;
[all …]
H A DSpSubview_bones.hpp46 …inline SpSubview(const SpMat<eT>& in_m, const uword in_row1, const uword in_col1, const uword in_n…
132 inline SpSubview rows(const uword in_row1, const uword in_row2);
133 inline const SpSubview rows(const uword in_row1, const uword in_row2) const;
138 …inline SpSubview submat(const uword in_row1, const uword in_col1, const uword in_row2, const…
139 …inline const SpSubview submat(const uword in_row1, const uword in_col1, const uword in_row2, const…
154 inline void swap_rows(const uword in_row1, const uword in_row2);
368 …inline SpSubview_col(const SpMat<eT>& in_m, const uword in_col, const uword in_row1, const uword i…
H A DSpCol_meat.hpp257 SpCol<eT>::shed_rows(const uword in_row1, const uword in_row2) in shed_rows() argument
263 (in_row1 > in_row2) || (in_row2 >= SpMat<eT>::n_rows), in shed_rows()
269 const uword diff = (in_row2 - in_row1 + 1); in shed_rows()
277 if(SpMat<eT>::row_indices[i] >= in_row1 && !start_found) in shed_rows()
H A DCol_bones.hpp105 arma_inline subview_col<eT> rows(const uword in_row1, const uword in_row2);
106 arma_inline const subview_col<eT> rows(const uword in_row1, const uword in_row2) const;
108 arma_inline subview_col<eT> subvec(const uword in_row1, const uword in_row2);
109 arma_inline const subview_col<eT> subvec(const uword in_row1, const uword in_row2) const;
137 inline void shed_rows(const uword in_row1, const uword in_row2);
/dports/www/firefox/firefox-99.0/gfx/tests/gtest/
H A DTestSwizzle.cpp467 const uint8_t in_row1[3 * 4] = { in TEST() local
488 dirty = func(in_row1, 1, out, outSize, outStride); in TEST()
508 dirty = func(in_row1, 1, out, outSizeSwap, outStrideSwap); in TEST()
527 dirty = func(in_row1, 1, out, outSize, outStride); in TEST()
547 dirty = func(in_row1, 1, out, outSizeSwap, outStrideSwap); in TEST()
566 dirty = func(in_row1, 1, out, outSize, outStride); in TEST()
586 dirty = func(in_row1, 1, out, outSizeSwap, outStrideSwap); in TEST()
605 dirty = func(in_row1, 1, out, outSize, outStride); in TEST()
625 dirty = func(in_row1, 1, out, outSizeSwap, outStrideSwap); in TEST()
645 dirty = func(in_row1, 1, out, outSize, outStride); in TEST()
[all …]

12