Home
last modified time | relevance | path

Searched refs:row_sizes (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/hypre/hypre-2.23.0/src/seq_mv/
H A Dcsr_spgemm_device_util.c43 HYPRE_Int *row_sizes, in hypre_SpGemmGhashSize1() argument
59 const HYPRE_Int rnz = read_only_load(&row_sizes[rid]); in hypre_SpGemmGhashSize1()
71 HYPRE_Int *row_sizes, in hypre_SpGemmGhashSize2() argument
80 const HYPRE_Int rnz = read_only_load(&row_sizes[rid]); in hypre_SpGemmGhashSize2()
89 … HYPRE_Int *row_sizes, /* row_sizes[rowid[i]] is the size of ith row */ in hypre_SpGemmCreateGlobalHashTable() argument
107 num_rows, row_id, num_ghash, row_sizes, ghash_i, SHMEM_HASH_SIZE ); in hypre_SpGemmCreateGlobalHashTable()
114 num_rows, row_id, num_ghash, row_sizes, ghash_i, SHMEM_HASH_SIZE ); in hypre_SpGemmCreateGlobalHashTable()
H A DHYPRE_csr_matrix.c23 HYPRE_Int *row_sizes ) in HYPRE_CSRMatrixCreate() argument
33 matrix_i[i+1] = matrix_i[i] + row_sizes[i]; in HYPRE_CSRMatrixCreate()
H A Dcsr_spgemm_device.h86 … HYPRE_Int num_rows, HYPRE_Int *row_id, HYPRE_Int num_ghash, HYPRE_Int *row_sizes, HYPRE_Int SHMEM…
H A DHYPRE_seq_mv.h44 …_CSRMatrix HYPRE_CSRMatrixCreate( HYPRE_Int num_rows , HYPRE_Int num_cols , HYPRE_Int *row_sizes );
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_sql/drivers/rlm_sql_firebird/
H A Dsql_fbapi.c165 conn->row_sizes = (int *) realloc(conn->row_sizes, conn->row_fcount * sizeof(int)); in fb_store_row()
169 conn->row_sizes[i++] = 0; in fb_store_row()
177 if (conn->row_sizes[i]<256) { in fb_store_row()
179 conn->row_sizes[i] = 256; in fb_store_row()
191 if (conn->row_sizes[i]<= var->sqllen) { in fb_store_row()
192 conn->row_sizes[i] = var->sqllen + 1; in fb_store_row()
194 conn->row_sizes[i]); in fb_store_row()
203 if (conn->row_sizes[i] <= vary->vary_length) { in fb_store_row()
204 conn->row_sizes[i] = vary->vary_length + 1; in fb_store_row()
206 conn->row_sizes[i]); in fb_store_row()
[all …]
H A Dsql_fbapi.h67 int *row_sizes; member
H A Drlm_sql_firebird.c58 free(conn->row_sizes); in _sql_socket_destructor()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dblock_sparse_matrix_ez.templates.h136 std::vector<size_type> row_sizes(rows); in collect_sizes()
142 row_sizes[r] = blocks[r][0].m(); in collect_sizes()
148 Assert(row_sizes[r] == blocks[r][c].m(), in collect_sizes()
149 ExcDimensionMismatch(row_sizes[r], blocks[r][c].m())); in collect_sizes()
153 row_indices.reinit(row_sizes); in collect_sizes()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dtoolbar.cpp781 wxSize* row_sizes = new wxSize[m_nrows_max]; in Realize() local
802 row_sizes[r] = wxSize(0, 0); in Realize()
809 if(row_sizes[r].GetWidth() < row_sizes[shortest_row].GetWidth()) in Realize()
819 if(row_sizes[r].GetWidth() != 0) in Realize()
820 row_sizes[r].DecBy(sep, 0); in Realize()
823 size.IncBy(0, row_sizes[r].y); in Realize()
849 delete[] row_sizes; in Realize()
898 wxSize* row_sizes = new wxSize[row_count]; in OnSize() local
903 row_sizes[r] = wxSize(0, 0); in OnSize()
912 if(row_sizes[r].GetWidth() < row_sizes[shortest_row].GetWidth()) in OnSize()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/ribbon/
H A Dtoolbar.cpp781 wxSize* row_sizes = new wxSize[m_nrows_max]; in Realize() local
802 row_sizes[r] = wxSize(0, 0); in Realize()
809 if(row_sizes[r].GetWidth() < row_sizes[shortest_row].GetWidth()) in Realize()
819 if(row_sizes[r].GetWidth() != 0) in Realize()
820 row_sizes[r].DecBy(sep, 0); in Realize()
823 size.IncBy(0, row_sizes[r].y); in Realize()
849 delete[] row_sizes; in Realize()
898 wxSize* row_sizes = new wxSize[row_count]; in OnSize() local
903 row_sizes[r] = wxSize(0, 0); in OnSize()
912 if(row_sizes[r].GetWidth() < row_sizes[shortest_row].GetWidth()) in OnSize()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dtoolbar.cpp815 wxSize* row_sizes = new wxSize[m_nrows_max]; in Realize() local
836 row_sizes[r] = wxSize(0, 0); in Realize()
843 if(row_sizes[r].GetWidth() < row_sizes[shortest_row].GetWidth()) in Realize()
853 if(row_sizes[r].GetWidth() != 0) in Realize()
854 row_sizes[r].DecBy(sep, 0); in Realize()
857 size.IncBy(0, row_sizes[r].y); in Realize()
883 delete[] row_sizes; in Realize()
929 wxSize* row_sizes = new wxSize[row_count]; in OnSize() local
941 if(row_sizes[r].GetWidth() < row_sizes[shortest_row].GetWidth()) in OnSize()
953 total_height += row_sizes[r].GetHeight(); in OnSize()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/ribbon/
H A Dtoolbar.py1045 row_sizes[r] = wx.Size(0, 0)
1053 if row_sizes[r].GetWidth() < row_sizes[shortest_row].GetWidth():
1063 if row_sizes[r].GetWidth() != 0:
1064 row_sizes[r].DecBy(sep, 0)
1066 size.SetWidth(row_sizes[r].GetWidth())
1068 size.IncBy(0, row_sizes[r].y)
1141 if row_sizes[r].GetWidth() < row_sizes[shortest_row].GetWidth():
1145 row_sizes[shortest_row].x += group.size.x + sep
1146 if group.size.y > row_sizes[shortest_row].y:
1147 row_sizes[shortest_row].y = group.size.y
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/lac/
H A Dpetsc_parallel_block_sparse_matrix.cc72 std::vector<types::global_dof_index> row_sizes; in reinit() local
74 row_sizes.push_back(bdsp.block(r, 0).n_rows()); in reinit()
75 this->row_block_indices.reinit(row_sizes); in reinit()
H A Dblock_sparsity_pattern.cc131 std::vector<size_type> row_sizes(rows); in collect_sizes() local
137 row_sizes[r] = sub_objects[r][0]->n_rows(); in collect_sizes()
143 Assert(row_sizes[r] == sub_objects[r][c]->n_rows(), in collect_sizes()
148 row_indices.reinit(row_sizes); in collect_sizes()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/istl/
H A Dbcrsmatrixbackend.hh99 std::vector<typename Pattern::size_type> row_sizes(p.sizes()); in allocate_bcrs_matrix() local
106 nnz += row_sizes[i]; in allocate_bcrs_matrix()
107 longest_row = std::max(longest_row,row_sizes[i]); in allocate_bcrs_matrix()
108 c.setrowsize(i,row_sizes[i]); in allocate_bcrs_matrix()
/dports/math/dbcsr/dbcsr-2.1.0/src/dist/
H A Ddbcsr_dist_methods.F454 SUBROUTINE dbcsr_distribution_make_threads(dist, row_sizes) argument
460 INTEGER, DIMENSION(:), INTENT(IN), CONTIGUOUS, OPTIONAL :: row_sizes
474 CALL make_threads(dist_p, row_sizes=row_sizes)
479 SUBROUTINE make_threads(dist, row_sizes) argument
490 INTEGER, DIMENSION(:), INTENT(IN), OPTIONAL :: row_sizes local
527 IF (PRESENT(row_sizes)) THEN
546 sorted_row_sizes(:) = row_sizes(:)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/dist/
H A Ddbcsr_dist_methods.F455 SUBROUTINE dbcsr_distribution_make_threads(dist, row_sizes) argument
461 INTEGER, DIMENSION(:), INTENT(IN), CONTIGUOUS, OPTIONAL :: row_sizes
475 CALL make_threads(dist_p, row_sizes=row_sizes)
480 SUBROUTINE make_threads(dist, row_sizes) argument
491 INTEGER, DIMENSION(:), INTENT(IN), OPTIONAL :: row_sizes local
530 IF (PRESENT(row_sizes)) THEN
549 sorted_row_sizes(:) = row_sizes(:)
/dports/science/hypre/hypre-2.23.0/src/test/
H A Dij_mv.c63 HYPRE_Int *row_sizes; in main() local
386 row_sizes = hypre_CTAlloc(HYPRE_Int, local_num_rows, HYPRE_MEMORY_HOST); in main()
400 row_sizes[i] = size; in main()
402 ierr = HYPRE_IJMatrixSetRowSizes ( ij_A, (const HYPRE_Int *) row_sizes ); in main()
404 hypre_TFree(row_sizes, HYPRE_MEMORY_HOST); in main()
H A Dtest_ij.c106 HYPRE_Int *row_sizes; in main() local
1403 row_sizes = hypre_CTAlloc(HYPRE_Int, local_num_rows, HYPRE_MEMORY_HOST); in main()
1417 row_sizes[i] = size; in main()
1419 ierr = HYPRE_IJMatrixSetRowSizes ( ij_A, (const HYPRE_Int *) row_sizes ); in main()
1421 hypre_TFree(row_sizes, HYPRE_MEMORY_HOST); in main()
2336 row_sizes = hypre_CTAlloc(HYPRE_Int, local_num_rows, HYPRE_MEMORY_HOST); in main()
2350 row_sizes[i] = size; in main()
2352 ierr = HYPRE_IJMatrixSetRowSizes ( ij_B, (const HYPRE_Int *) row_sizes ); in main()
2354 hypre_TFree(row_sizes, HYPRE_MEMORY_HOST); in main()
/dports/science/hypre/hypre-2.23.0/src/sstruct_mv/
H A Dsstruct_matrix.c663 HYPRE_Int *row_sizes; in hypre_SStructUMatrixInitialize() local
693 row_sizes = hypre_CTAlloc(HYPRE_Int, nrows, HYPRE_MEMORY_HOST); in hypre_SStructUMatrixInitialize()
737 row_sizes[m+mi] = nnzs; in hypre_SStructUMatrixInitialize()
764 row_sizes[m] += hypre_SStructUVEntryNUEntries(Uventries[mi]); in hypre_SStructUMatrixInitialize()
765 max_row_size = hypre_max(max_row_size, row_sizes[m]); in hypre_SStructUMatrixInitialize()
770 HYPRE_IJMatrixSetRowSizes (ijmatrix, (const HYPRE_Int *) row_sizes); in hypre_SStructUMatrixInitialize()
772 hypre_TFree(row_sizes, HYPRE_MEMORY_HOST); in hypre_SStructUMatrixInitialize()
/dports/textproc/R-cran-vroom/vroom/src/
H A Dindex_collection.h55 std::vector<size_t> row_sizes() const { in row_sizes() function
H A Dcolumns.h109 generate_filename_column(filenames, idx->row_sizes(), idx->num_rows()); in create_columns()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/datasets/
H A D_samples_generator.py1731 row_sizes = generator.multinomial(n_rows, np.repeat(1.0 / n_clusters, n_clusters))
1735 list(np.repeat(val, rep) for val, rep in zip(range(n_clusters), row_sizes))
1832 row_sizes = generator.multinomial(
1840 list(np.repeat(val, rep) for val, rep in zip(range(n_row_clusters), row_sizes))
/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxworksheet_p.h206 QMap<int, double> row_sizes; variable
/dports/www/tikiwiki/tiki-21.2/lib/sheet/excel/writer/
H A Dworksheet.php437 $this->row_sizes = array();
3247 if (isset($this->row_sizes[$row])) {
3248 if ($this->row_sizes[$row] == 0) {
3252 return(floor(4/3 * $this->row_sizes[$row]));

12