/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_kernel_bmod.h | 35 … const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros); 41 … const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) in run() argument 67 Index ldl = internal::first_multiple(nrow, PacketSize); in run() 68 …amic,SegSizeAtCompileTime>, 0, OuterStride<> > B( &(lusup.data()[luptr]), nrow, segsize, OuterStri… in run() 71 …erStride<> > l(tempv.data()+segsize+aligned_offset+aligned_with_B_offset, nrow, OuterStride<>(ldl)… in run() 85 for (i = 0; i < nrow; i++) in run() 96 … const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros); 102 … const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) 110 for (; i+1 < nrow; i+=2) 123 if(i<nrow)
|
D | SparseLU_panel_bmod.h | 62 Index fsupc, nsupc, nsupr, nrow; in panel_bmod() local 82 nrow = nsupr - nsupc; in panel_bmod() 144 …Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > B(glu.lusup.data()+luptr, nrow, u_rows, Out… in panel_bmod() 145 eigen_assert(tempv.size()>w*ldu + nrow*w + 1); in panel_bmod() 147 Index ldl = internal::first_multiple<Index>(nrow, PacketSize); in panel_bmod() 149 …Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > L(tempv.data()+w*ldu+offset, nrow, u_cols, … in panel_bmod() 179 for (Index i = 0; i < nrow; i++) in panel_bmod() 209 … LU_kernel_bmod<1>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no… in panel_bmod() 210 … LU_kernel_bmod<2>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no… in panel_bmod() 211 … LU_kernel_bmod<3>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no… in panel_bmod() [all …]
|
D | SparseLU_column_bmod.h | 56 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local 97 nrow = nsupr - d_fsupc - nsupc; in column_bmod() 105 …LU_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zero… in column_bmod() 107 …LU_kernel_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, n… in column_bmod() 160 nrow = nsupr - d_fsupc - nsupc; in column_bmod() 169 …,Dynamic,Dynamic>, 0, OuterStride<> > ( &(glu.lusup.data()[luptr+nsupc]), nrow, nsupc, OuterStride… in column_bmod() 170 VectorBlock<ScalarVector> l(glu.lusup, ufirst+nsupc, nrow); in column_bmod()
|
D | SparseLU_SupernodalMatrix.h | 247 …Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the … in solveInPlace() local 275 …atrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > ( &(Lval[luptr+nsupc]), nrow, nsupc, OuterStride… in solveInPlace() 276 work.block(0, 0, nrow, nrhs) = A * U; in solveInPlace() 282 for (Index i = 0; i < nrow; i++) in solveInPlace()
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2006-11-01-ShrinkGlobalPhiCrash.ll | 5 @nrow = internal global i32 0 ; <i32*> [#uses=2] 12 … %low.0.in.i.0 = phi i32* [ @nrow, %entry ], [ null, %cond_true16.i ] ; <i32*> [#uses=1] 29 store i32 8, i32* @nrow
|
/external/ceres-solver/internal/ceres/ |
D | suitesparse.cc | 58 triplet.nrow = A->num_rows(); in CreateSparseMatrix() 79 triplet.nrow = A->num_cols(); in CreateSparseMatrixTranspose() 98 m.nrow = A->num_cols(); in CreateSparseMatrixTransposeView() 167 CHECK_EQ(ordering.size(), A->nrow); in AnalyzeCholeskyWithUserOrdering() 226 block_matrix.nrow = num_row_blocks; in BlockAMDOrdering()
|
D | suitesparse.h | 121 cholmod_sparse*m = cholmod_aat(A, NULL, A->nrow, 1, &cc_); in AATranspose()
|
D | covariance_impl.cc | 448 cholmod_jacobian.nrow = num_rows; in ComputeCovarianceValuesUsingSuiteSparseQR()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_getimage.c | 598 uint32 nrow; in gtTileContig() local 620 for (row = 0; row < h; row += nrow) in gtTileContig() 623 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileContig() 644 npix, nrow, fromskew, toskew + fromskew, buf + pos); in gtTileContig() 648 (*put)(img, raster+y*w+col, col, y, tw, nrow, 0, toskew, buf + pos); in gtTileContig() 652 y += (flip & FLIP_VERTICALLY ? -(int32) nrow : (int32) nrow); in gtTileContig() 698 uint32 nrow; in gtTileSeparate() local 745 for (row = 0; row < h; row += nrow) in gtTileSeparate() 748 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileSeparate() 793 npix, nrow, fromskew, toskew + fromskew, in gtTileSeparate() [all …]
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 613 uint32 nrow; in gtTileContig() local 645 for (row = 0; row < h; row += nrow) in gtTileContig() 648 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileContig() 673 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos); in gtTileContig() 684 y += (flip & FLIP_VERTICALLY ? -(int32) nrow : (int32) nrow); in gtTileContig() 730 uint32 nrow; in gtTileSeparate() local 787 for (row = 0; row < h; row += nrow) in gtTileSeparate() 790 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileSeparate() 840 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, \ in gtTileSeparate() 852 y += (flip & FLIP_VERTICALLY ?-(int32) nrow : (int32) nrow); in gtTileSeparate() [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
D | btSliderConstraint.cpp | 363 int nrow = 1; // last filled row in getInfo2NonVirtual() local 375 nrow++; in getInfo2NonVirtual() 376 int s2 = nrow * s; in getInfo2NonVirtual() 377 nrow++; in getInfo2NonVirtual() 378 int s3 = nrow * s; in getInfo2NonVirtual() 481 nrow++; in getInfo2NonVirtual() 482 srow = nrow * info->rowskip; in getInfo2NonVirtual() 619 nrow++; in getInfo2NonVirtual() 620 srow = nrow * info->rowskip; in getInfo2NonVirtual()
|
D | btHingeConstraint.cpp | 544 int nrow = 4; // last filled row in getInfo2Internal() local 566 nrow++; in getInfo2Internal() 567 srow = nrow * info->rowskip; in getInfo2Internal() 818 int nrow = 2; // last filled row in getInfo2InternalUsingFrameOffset() local 939 nrow = 4; // last filled row in getInfo2InternalUsingFrameOffset() 961 nrow++; in getInfo2InternalUsingFrameOffset() 962 srow = nrow * info->rowskip; in getInfo2InternalUsingFrameOffset()
|
/external/opencv3/modules/viz/src/ |
D | clouds.cpp | 302 const float *nrow = normals.ptr<float>(y); in WCloudNormals() local 304 for (; srow < send; srow += xstep * s_chs, nrow += xstep * n_chs) in WCloudNormals() 305 if (!isNan(srow) && !isNan(nrow)) in WCloudNormals() 307 Vec3f endp = Vec3f(srow) + Vec3f(nrow) * (float)scale; in WCloudNormals() 321 const double *nrow = normals.ptr<double>(y); in WCloudNormals() local 323 for (; srow < send; srow += xstep * s_chs, nrow += xstep * n_chs) in WCloudNormals() 324 if (!isNan(srow) && !isNan(nrow)) in WCloudNormals() 326 Vec3d endp = Vec3d(srow) + Vec3d(nrow) * (double)scale; in WCloudNormals()
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 159 res.nrow = mat.rows(); in Map() 174 res.nrow = mat.cols(); in Map() 180 res.nrow = mat.rows(); in Map() 216 res.nrow = mat.rows(); 233 res.nrow = mat.cols(); 239 res.nrow = mat.rows(); 277 Index outerSize = (Flags&RowMajor)==RowMajor ? sluMat.ncol : sluMat.nrow; 280 sluMat.nrow, sluMat.ncol, sluMat.storage.outerInd[outerSize], 406 m_sluB.nrow = 0;
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 56 res.nrow = mat.rows();; in viewAsCholmod() 127 res.nrow = mat.rows(); in viewAsCholmod() 129 res.nzmax = res.nrow * res.ncol; in viewAsCholmod() 145 (cm.nrow, cm.ncol, static_cast<Index*>(cm.p)[cm.ncol], in viewAsEigen()
|
/external/opencv3/modules/shape/src/ |
D | sc_dis.cpp | 736 for (int nrow=0; nrow<trueCostMatrix.rows; nrow++) in hungarian() local 739 minMaxIdx(trueCostMatrix.row(nrow), &minval); in hungarian()
|
/external/eigen/Eigen/src/SPQRSupport/ |
D | SuiteSparseQRSupport.h | 133 inline Index rows() const {return m_cR->nrow; } 280 …eTime,ResType::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x), x_cd->nrow, x_cd->ncol);
|
/external/llvm/test/CodeGen/X86/ |
D | regalloc-reconcile-broken-hints.ll | 15 @nrow = external global i32, align 4 131 %.pre79 = load i32, i32* @nrow, align 4
|