Home
last modified time | relevance | path

Searched refs:p_cols (Results 1 – 25 of 56) sorted by relevance

123

/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_render.c116 if( RSB_COO_ADD_OVERFLOW(p_rows, p_cols) ) in rsb_get_pixmap_RGB_from_coo()
123 sz =p_cols; in rsb_get_pixmap_RGB_from_coo()
145 dst[bpp*(IA[k]*p_cols+JA[k])+0]=fgc; in rsb_get_pixmap_RGB_from_coo()
146 dst[bpp*(IA[k]*p_cols+JA[k])+1]=fgc; in rsb_get_pixmap_RGB_from_coo()
147 dst[bpp*(IA[k]*p_cols+JA[k])+2]=fgc; in rsb_get_pixmap_RGB_from_coo()
155 if(IA[k]/br < 0 || IA[k]/br>p_rows-1 || JA[k]/bc < 0 || JA[k]/bc>p_cols-1) in rsb_get_pixmap_RGB_from_coo()
157 dst[bpp*((IA[k]/br)*p_cols+JA[k]/bc)+0]=fgc; in rsb_get_pixmap_RGB_from_coo()
158 dst[bpp*((IA[k]/br)*p_cols+JA[k]/bc)+1]=fgc; in rsb_get_pixmap_RGB_from_coo()
159 dst[bpp*((IA[k]/br)*p_cols+JA[k]/bc)+2]=fgc; in rsb_get_pixmap_RGB_from_coo()
272 cf=((double)p_cols)/(double)k; in rsb__mtx_as_pixmap_resize()
[all …]
H A Drsb_render.h36 …z, rsb_coo_idx_t m, rsb_coo_idx_t k, rsb_coo_idx_t p_rows, rsb_coo_idx_t p_cols, rsb_type_t typeco…
/dports/audio/praat/praat-6.2.03/dwtest/
H A Dtest_TableOfReal_and_Permutation.praat11 p_cols = Create Permutation: "pc", numberOfColumns, "no"
12 p_cols# = List values
24 selectObject: p_cols, tor
28 assert object[tor_cols, irow,icol] = object [tor, irow , p_cols#[icol]]
31 removeObject: tor_cols, tor_rows, tor, p_cols, p_rows
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dhtml_api.php1092 * @param integer $p_cols Number of columns for the table
1095 public function __construct( $p_cols, $p_orientation = null ) { argument
1099 if( $p_cols < 2 ) {
1100 $p_cols = 2;
1102 $this->_max_colspan = $p_cols-1;
1107 if( $p_cols < 1 ) {
1108 $p_cols = 1;
1110 $this->_max_colspan = $p_cols;
1113 $this->cols = $p_cols;
/dports/devel/R-cran-pkgcache/pkgcache/tests/testthat/
H A Dhelper.R25 p_cols <- cols$pkgs functionVar
29 miss <- setdiff(p_cols, names(pkgs$pkgs))
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/SVD/
H A DJacobiSVD.h531 JacobiSVD(Index p_rows, Index p_cols, unsigned int computationOptions = 0)
533 allocate(p_rows, p_cols, computationOptions);
613 void JacobiSVD<MatrixType, QRPreconditioner>::allocate(Index p_rows, Index p_cols, unsigned int com…
615 eigen_assert(p_rows >= 0 && p_cols >= 0);
619 p_cols == m_cols &&
626 m_cols = p_cols;
658 if(m_rows!=m_cols) m_scaledMatrix.resize(p_rows,p_cols);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/SVD/
H A DJacobiSVD.h531 JacobiSVD(Index p_rows, Index p_cols, unsigned int computationOptions = 0)
533 allocate(p_rows, p_cols, computationOptions);
613 void JacobiSVD<MatrixType, QRPreconditioner>::allocate(Index p_rows, Index p_cols, unsigned int com…
615 eigen_assert(p_rows >= 0 && p_cols >= 0);
619 p_cols == m_cols &&
626 m_cols = p_cols;
658 if(m_rows!=m_cols) m_scaledMatrix.resize(p_rows,p_cols);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/SVD/
H A DJacobiSVD.h531 JacobiSVD(Index p_rows, Index p_cols, unsigned int computationOptions = 0)
533 allocate(p_rows, p_cols, computationOptions);
613 void JacobiSVD<MatrixType, QRPreconditioner>::allocate(Index p_rows, Index p_cols, unsigned int com…
615 eigen_assert(p_rows >= 0 && p_cols >= 0);
619 p_cols == m_cols &&
626 m_cols = p_cols;
658 if(m_rows!=m_cols) m_scaledMatrix.resize(p_rows,p_cols);
/dports/ftp/wget/wget-1.21.2/src/
H A Dprogress.c967 int p_cols = 0, bytes = 0; in cols_to_bytes() local
971 while (p_cols < cols && mbi_avail (iter)) in cols_to_bytes()
974 p_cols += mb_width (mbc); in cols_to_bytes()
977 if (p_cols > cols) in cols_to_bytes()
979 p_cols -= mb_width (mbc); in cols_to_bytes()
985 *ncols = p_cols; in cols_to_bytes()
/dports/math/combblas/CombBLAS_beta_16_2/BipartiteMatchings/
H A DBPMaximumMatching.h80 IT * p_cols = new IT[p_nnz]; in PermMat() local
94 …MPI_Alltoallv(senddata, sendcnt, sdispls, MPIType<IT>(), p_cols, recvcnt, rdispls, MPIType<IT>(), … in PermMat()
100 p_tuples[i] = make_tuple(p_rows[i], p_cols[i], 1); in PermMat()
102 DeleteAll(p_rows, p_cols); in PermMat()
/dports/math/py-sympy/sympy-1.9/sympy/matrices/
H A Deigen.py718 p_cols, diag = [], []
722 p_cols += basis
725 p_cols = [v / v.norm() for v in p_cols]
727 return M.hstack(*p_cols), M.diag(*diag)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Core/
H A DMapBase.h285 … inline MapBase(PointerType dataPtr, Index p_rows, Index p_cols) : Base(dataPtr, p_rows, p_cols) {} in MapBase() argument
H A DDenseBase.h252 void resize(Index p_rows, Index p_cols) in resize() argument
255 EIGEN_ONLY_USED_FOR_DEBUG(p_cols); in resize()
256 eigen_assert(p_rows == this->rows() && p_cols == this->cols() in resize()
H A DCwiseNullaryOp.h790 …VICE_FUNC EIGEN_STRONG_INLINE Derived& MatrixBase<Derived>::setIdentity(Index p_rows, Index p_cols)
792 derived().resize(p_rows, p_cols);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/Core/
H A DMapBase.h287 … inline MapBase(PointerType dataPtr, Index p_rows, Index p_cols) : Base(dataPtr, p_rows, p_cols) {} in MapBase() argument
H A DDenseBase.h252 void resize(Index p_rows, Index p_cols) in resize() argument
255 EIGEN_ONLY_USED_FOR_DEBUG(p_cols); in resize()
256 eigen_assert(p_rows == this->rows() && p_cols == this->cols() in resize()
H A DCwiseNullaryOp.h790 …VICE_FUNC EIGEN_STRONG_INLINE Derived& MatrixBase<Derived>::setIdentity(Index p_rows, Index p_cols)
792 derived().resize(p_rows, p_cols);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/Core/
H A DMapBase.h281 … inline MapBase(PointerType dataPtr, Index p_rows, Index p_cols) : Base(dataPtr, p_rows, p_cols) {} in MapBase() argument
H A DDenseBase.h252 void resize(Index p_rows, Index p_cols) in resize() argument
255 EIGEN_ONLY_USED_FOR_DEBUG(p_cols); in resize()
256 eigen_assert(p_rows == this->rows() && p_cols == this->cols() in resize()
H A DCwiseNullaryOp.h790 …VICE_FUNC EIGEN_STRONG_INLINE Derived& MatrixBase<Derived>::setIdentity(Index p_rows, Index p_cols)
792 derived().resize(p_rows, p_cols);
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/search/
H A Dtest-agrep.cpp625 …na_text* p_ref, const INSDC_dna_text* p_query, const int p_matrix[], size_t p_rows, size_t p_cols )
637 for ( size_t j = 0; j < p_cols - 1; ++j ) // skip the 0 at the start
639 cout << p_matrix [ ( i + 1 ) * p_cols + j + 1 ] << " ";
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/search/
H A Dtest-agrep.cpp625 …na_text* p_ref, const INSDC_dna_text* p_query, const int p_matrix[], size_t p_rows, size_t p_cols )
637 for ( size_t j = 0; j < p_cols - 1; ++j ) // skip the 0 at the start
639 cout << p_matrix [ ( i + 1 ) * p_cols + j + 1 ] << " ";
/dports/lang/python311/Python-3.11.0a3/Parser/
H A Dstring_parser.c287 …ind_expr_location(Token *parent, const char* expr_start, char *expr_str, int *p_lines, int *p_cols) in fstring_find_expr_location() argument
290 *p_cols = 0; in fstring_find_expr_location()
317 *p_cols += (int)(expr_start - start); in fstring_find_expr_location()
/dports/lang/python310/Python-3.10.1/Parser/
H A Dstring_parser.c287 …ind_expr_location(Token *parent, const char* expr_start, char *expr_str, int *p_lines, int *p_cols) in fstring_find_expr_location() argument
290 *p_cols = 0; in fstring_find_expr_location()
317 *p_cols += (int)(expr_start - start); in fstring_find_expr_location()
/dports/lang/python39/Python-3.9.9/Parser/pegen/
H A Dparse_string.c292 …ind_expr_location(Token *parent, const char* expr_start, char *expr_str, int *p_lines, int *p_cols) in fstring_find_expr_location() argument
295 *p_cols = 0; in fstring_find_expr_location()
322 *p_cols += (int)(expr_start - start); in fstring_find_expr_location()

123