Home
last modified time | relevance | path

Searched refs:nb_rows (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_BASE/
H A DDBRowGeneratorParserTestSuite.h119 ++nb_rows; in test_simple()
126 ++nb_rows; in test_simple()
134 ++nb_rows; in test_simple()
164 ++nb_rows; in test_simple()
183 ++nb_rows; in test_simple()
203 ++nb_rows; in test_simple()
221 ++nb_rows; in test_simple()
239 ++nb_rows; in test_simple()
280 ++nb_rows; in test_simple()
295 ++nb_rows; in test_simple()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_grid_tableau.cxx47 nb_rows = initial_rows; in init()
56 for (unsigned j = 0; j < nb_rows; j++) in init()
111 if (row_pos < nb_rows) in get_y()
135 return 1.0f / nb_rows; in get_h()
300 else if (row_pos >= nb_rows) in get_tableau_at()
339 *row_pos = nb_rows + 1; in get_active_position()
519 nb_rows++; in add_row()
523 if (nb_rows > max_rows) in add_row()
530 add_default(i, nb_rows - 1); in add_row()
541 if (nb_rows > 1) in remove_row()
[all …]
/dports/astro/astrometry/astrometry.net-0.85/qfits-an/
H A Dqfits_table.c429 int nb_rows; in qfits_table_open2() local
476 if (nb_rows == -1) { in qfits_table_open2()
695 nb_rows = 0; in qfits_query_column()
697 nb_rows = th->nr; in qfits_query_column()
836 for (i=0; i<nb_rows; i++) { in qfits_query_column_seq()
922 maxind = nb_rows - 1; in qfits_query_column_seq_to_array_endian()
1076 nb_rows = 0; in qfits_query_column_data()
1078 nb_rows = th->nr; in qfits_query_column_data()
1493 nb_rows = 0; in qfits_query_column_nulls()
1495 nb_rows = th->nr; in qfits_query_column_nulls()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/qfits-an/
H A Dqfits_table.c429 int nb_rows; in qfits_table_open2() local
476 if (nb_rows == -1) { in qfits_table_open2()
695 nb_rows = 0; in qfits_query_column()
697 nb_rows = th->nr; in qfits_query_column()
836 for (i=0; i<nb_rows; i++) { in qfits_query_column_seq()
922 maxind = nb_rows - 1; in qfits_query_column_seq_to_array_endian()
1076 nb_rows = 0; in qfits_query_column_data()
1078 nb_rows = th->nr; in qfits_query_column_data()
1493 nb_rows = 0; in qfits_query_column_nulls()
1495 nb_rows = th->nr; in qfits_query_column_nulls()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Matrix/
H A Dmatrix.ixx90 for(i=0;i<this->nb_rows;++i){
108 for(i=0;i<this->nb_rows;++i){
146 for(i=0;i<this->nb_rows;++i){
168 for(i=0;i<this->nb_rows;++i){
190 for(i=0;i<this->nb_rows;++i){
213 return this->nb_rows;
243 : nb_rows(n),
249 : nb_rows(src.nb_rows),
257 this->nb_rows = s.nb_rows;
266 return (this->nb_rows==s.nb_rows)&&(this->nb_cols==s.nb_cols);
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Matrix/
H A Dmatrix.ixx90 for(i=0;i<this->nb_rows;++i){
108 for(i=0;i<this->nb_rows;++i){
146 for(i=0;i<this->nb_rows;++i){
168 for(i=0;i<this->nb_rows;++i){
190 for(i=0;i<this->nb_rows;++i){
213 return this->nb_rows;
243 : nb_rows(n),
249 : nb_rows(src.nb_rows),
257 this->nb_rows = s.nb_rows;
266 return (this->nb_rows==s.nb_rows)&&(this->nb_cols==s.nb_cols);
[all …]
/dports/lang/gambit-c/gambit-4.9.3/lib/guide/
H A Dguideuiinspector.cpp95 void GuideUiInspector::set_nb_rows (int nb_rows) in set_nb_rows() argument
99 if (n > nb_rows) in set_nb_rows()
101 while (n > nb_rows) in set_nb_rows()
107 else if (n < nb_rows) in set_nb_rows()
109 while (n < nb_rows) in set_nb_rows()
125 if (selectedRow >= nb_rows) in set_nb_rows()
H A Dguideuischeme.cpp184 void GuideUiScheme::continuation_set_length (int nb_rows) in continuation_set_length() argument
186 cont->set_nb_rows (nb_rows); in continuation_set_length()
187 if (nb_rows == 0) in continuation_set_length()
202 if (nb_rows > 0) in continuation_set_length()
235 void GuideUiScheme::environment_set_length (int nb_rows) in environment_set_length() argument
237 env->set_nb_rows(nb_rows); in environment_set_length()
H A Dguide.cpp148 void GuideUiScheme_continuation_set_length (GuideUiScheme *repl, int nb_rows) in GuideUiScheme_continuation_set_length() argument
150 repl->continuation_set_length (nb_rows); in GuideUiScheme_continuation_set_length()
159 void GuideUiScheme_environment_set_length (GuideUiScheme *repl, int nb_rows) in GuideUiScheme_environment_set_length() argument
161 repl->environment_set_length (nb_rows); in GuideUiScheme_environment_set_length()
H A Dguideuischeme.h65 virtual void continuation_set_length( int nb_rows );
68 virtual void environment_set_length( int nb_rows );
/dports/misc/visp/visp-3.4.0/modules/core/test/math/
H A DtestSvd.cpp209 void create_bench_random_matrix(unsigned int nb_matrices, unsigned int nb_rows, unsigned int nb_col… in create_bench_random_matrix() argument
213 …std::cout << "Create a bench of " << nb_matrices << " " << nb_rows << " by " << nb_cols << " matri… in create_bench_random_matrix()
231 M = make_random_matrix(nb_rows, nb_cols); in create_bench_random_matrix()
237 void create_bench_random_symmetric_matrix(unsigned int nb_matrices, unsigned int nb_rows, bool verb… in create_bench_random_symmetric_matrix() argument
241 …std::cout << "Create a bench of " << nb_matrices << " " << nb_rows << " by " << nb_rows << " symme… in create_bench_random_symmetric_matrix()
259 M = make_random_symmetric_matrix(nb_rows); in create_bench_random_symmetric_matrix()
407 unsigned int nb_rows = 6; in main() local
416 …if (getOptions(argc, argv, nb_matrices, nb_iterations, use_plot_file, plotfile, nb_rows, nb_cols, … in main()
444 create_bench_random_matrix(nb_matrices, nb_rows, nb_cols, verbose, bench_random_matrices); in main()
H A DtestMatrixInverse.cpp223 void create_bench_random_matrix(unsigned int nb_matrices, unsigned int nb_rows, unsigned int nb_col… in create_bench_random_matrix() argument
227 …std::cout << "Create a bench of " << nb_matrices << " " << nb_rows << " by " << nb_cols << " matri… in create_bench_random_matrix()
234 for (M = make_random_matrix(nb_rows, nb_cols); std::fabs(det = M.AtA().det()) < .01; in create_bench_random_matrix()
235 M = make_random_matrix(nb_rows, nb_cols)) { in create_bench_random_matrix()
242 M = make_random_matrix(nb_rows, nb_cols); in create_bench_random_matrix()
512 unsigned int nb_rows = 6; in main() local
520 …if (getOptions(argc, argv, nb_matrices, nb_iterations, use_plot_file, plotfile, nb_rows, nb_cols, … in main()
575 create_bench_random_matrix(nb_matrices, nb_rows, nb_cols, verbose, bench_random_matrices); in main()
577 …create_bench_symmetric_positive_matrix(nb_matrices, nb_rows, verbose, bench_symmetric_positive_mat… in main()
579 … create_bench_random_triangular_matrix(nb_matrices, nb_rows, verbose, bench_triangular_matrices); in main()
H A DtestMatrixDeterminant.cpp182 void create_bench(unsigned int nb_matrices, unsigned int nb_rows, unsigned int nb_cols, bool verbos… in create_bench() argument
186 …std::cout << "Create a bench of " << nb_matrices << " " << nb_rows << " by " << nb_cols << " matri… in create_bench()
189 vpMatrix M = make_random_matrix(nb_rows, nb_cols); in create_bench()
279 unsigned int nb_rows = 6; in main() local
287 …if (getOptions(argc, argv, nb_matrices, nb_iterations, use_plot_file, plotfile, nb_rows, nb_cols, … in main()
318 create_bench(nb_matrices, nb_rows, nb_cols, verbose, bench); in main()
/dports/math/gravity/Gravity-da941e9/include/gravity/
H A Dtypes.h337 res._ids->resize(nb_rows); in from_ith()
418 res._ids->resize(nb_rows); in ignore_ith()
678 auto nb_rows = _ids->size(); in filter_matrix_rows() local
681 new_ids.resize(nb_rows); in filter_matrix_rows()
761 new_ids->resize(nb_rows); in filter_refs()
824 auto nb_rows = this->get_nb_rows(); in remove_empty_rows() local
825 for (size_t i = 0; i<nb_rows; i++) { in remove_empty_rows()
951 auto nb_rows = this->size(); in get_matrix_form() local
1700 auto nb_rows = ids1.get_nb_rows(); in combine() local
1702 res._ids->resize(nb_rows); in combine()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/impl/
H A Dpcl_base.hpp99 pcl::PCLBase<PointT>::setIndices (std::size_t row_start, std::size_t col_start, std::size_t nb_rows in setIndices() argument
101 if ((nb_rows > input_->height) || (row_start > input_->height)) in setIndices()
113 std::size_t row_end = row_start + nb_rows; in setIndices()
128 indices_->reserve (nb_cols * nb_rows); in setIndices()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcecompletioncontainer.c111 gint nb_rows; in get_row_height() local
136 nb_rows = gtk_tree_model_iter_n_children (model, NULL); in get_row_height()
138 if (nb_rows == 0) in get_row_height()
143 return tree_view_height / nb_rows; in get_row_height()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcecompletioncontainer.c122 gint nb_rows; in get_row_height() local
147 nb_rows = gtk_tree_model_iter_n_children (model, NULL); in get_row_height()
149 if (nb_rows == 0) in get_row_height()
154 return tree_view_height / nb_rows; in get_row_height()
/dports/finance/grisbi/grisbi-2.0.5/src/prefs/
H A Dprefs_page_display_form.c651 gint nb_rows; in prefs_page_display_form_remove_row() local
654 nb_rows = gsb_data_form_get_nb_rows (); in prefs_page_display_form_remove_row()
656 if (nb_rows == 1) in prefs_page_display_form_remove_row()
666 nb_rows--; in prefs_page_display_form_remove_row()
667 gsb_data_form_set_nb_rows (nb_rows); in prefs_page_display_form_remove_row()
672 if (gsb_data_form_get_value (column, nb_rows)) in prefs_page_display_form_remove_row()
679 for (tmp_row=0 ; tmp_row < nb_rows ; tmp_row++) in prefs_page_display_form_remove_row()
686 gsb_data_form_get_value (column, nb_rows)); in prefs_page_display_form_remove_row()
687 gsb_data_form_set_value (column, nb_rows, 0); in prefs_page_display_form_remove_row()
688 tmp_row = nb_rows; in prefs_page_display_form_remove_row()
/dports/sysutils/brasero/brasero-3.12.3/src/
H A Dbrasero-project-type-chooser.c450 int nb_rows = 1; in brasero_project_type_chooser_init() local
475 rows = nb_items / nb_rows; in brasero_project_type_chooser_init()
476 if (nb_items % nb_rows) in brasero_project_type_chooser_init()
479 table = gtk_table_new (rows, nb_rows, TRUE); in brasero_project_type_chooser_init()
490 i % nb_rows, in brasero_project_type_chooser_init()
491 i % nb_rows + 1, in brasero_project_type_chooser_init()
492 i / nb_rows, in brasero_project_type_chooser_init()
493 i / nb_rows + 1, in brasero_project_type_chooser_init()
/dports/net-im/psi/psi-1.5/src/
H A Dmucaffiliationsmodel.cpp77 int nb_rows = 0; in dropMimeData() local
85 nb_rows++; in dropMimeData()
92 nb_rows++; in dropMimeData()
96 if (nb_rows == 0) in dropMimeData()
115 insertRows(real_row, nb_rows, real_index); in dropMimeData()
/dports/math/octave-forge-stk/stk/inst/arrays/@stk_dataframe/
H A Dstk_sprintf.m136 nb_rows = n + 1; % + 1 for the header variable
138 s = repmat ('', nb_rows, 1); %#ok<*AGROW>
143 s = [s repmat(' :', nb_rows, 1) ...
144 repmat(' ', nb_rows, nb_spaces_colsep)];
162 s = [s repmat(' ', nb_rows, nb_spaces_colsep)];
/dports/devel/hoel/hoel-1.4.14/test/
H A Dcore.c42 printf("rows: %u, col: %u\n", result.nb_rows, result.nb_columns); in print_result()
43 for (row = 0; row<result.nb_rows; row++) { in print_result()
166 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
174 ck_assert_int_eq(result.nb_rows, 0); in START_TEST()
192 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
199 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
219 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
227 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
236 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
240 ck_assert_int_eq(result.nb_rows, 0); in START_TEST()
H A Dmulti.c187 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
198 ck_assert_int_eq(result.nb_rows, 0); in START_TEST()
231 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
238 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
272 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
280 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
289 ck_assert_int_eq(result.nb_rows, 1); in START_TEST()
293 ck_assert_int_eq(result.nb_rows, 0); in START_TEST()
/dports/math/openturns/openturns-1.18/python/src/
H A DGridLayout_doc.i.in6 nb_rows : int
28 nb_rows : int
38 nb_rows : int
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dqfits_table.h261 int nb_rows,
268 int nb_rows,

1234567