Home
last modified time | relevance | path

Searched refs:nrow (Results 1 – 25 of 28) sorted by relevance

12

/external/eigen/Eigen/src/SparseLU/
DSparseLU_kernel_bmod.h34 … const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
40 … const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) in run() argument
66 Index ldl = internal::first_multiple(nrow, PacketSize); in run()
67 …zeAtCompileTime, ColMajor>, 0, OuterStride<> > B( &(lusup.data()[luptr]), nrow, segsize, OuterStri… in run()
70 …erStride<> > l(tempv.data()+segsize+aligned_offset+aligned_with_B_offset, nrow, OuterStride<>(ldl)… in run()
84 for (i = 0; i < nrow; i++) in run()
95 … const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros);
101 … 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)
DSparseLU_panel_bmod.h62 Index fsupc, nsupc, nsupr, nrow; in panel_bmod() local
82 nrow = nsupr - nsupc; in panel_bmod()
144 MappedMatrixBlock B(glu.lusup.data()+luptr, nrow, u_rows, OuterStride<>(lda) ); 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 MappedMatrixBlock L(tempv.data()+w*ldu+offset, nrow, u_cols, OuterStride<>(ldl)); 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 …]
DSparseLU_column_bmod.h57 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local
98 nrow = nsupr - d_fsupc - nsupc; in column_bmod()
106 …LU_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zero… in column_bmod()
108 …LU_kernel_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, n… in column_bmod()
161 nrow = nsupr - d_fsupc - nsupc; in column_bmod()
170 … new (&A) MappedMatrixBlock ( &(glu.lusup.data()[luptr+nsupc]), nrow, nsupc, OuterStride<>(lda) ); in column_bmod()
171 VectorBlock<ScalarVector> l(glu.lusup, ufirst+nsupc, nrow); in column_bmod()
DSparseLU_SupernodalMatrix.h253 …Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the … in solveInPlace() local
281 …ar,Dynamic,Dynamic, ColMajor>, 0, OuterStride<> > ( &(Lval[luptr+nsupc]), nrow, nsupc, OuterStride… in solveInPlace()
282 work.topRows(nrow).noalias() = A * U; in solveInPlace()
288 for (Index i = 0; i < nrow; i++) in solveInPlace()
316 …Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the … in solveTransposedInPlace() local
342 for (Index i = 0; i < nrow; i++) in solveTransposedInPlace()
345 work.topRows(nrow)(i,j)= X(irow,j); // Gather operation in solveTransposedInPlace() local
351 …r,Dynamic,Dynamic, ColMajor>, 0, OuterStride<> > A( &(Lval[luptr+nsupc]), nrow, nsupc, OuterStride… in solveTransposedInPlace()
354 U = U - A.adjoint() * work.topRows(nrow); in solveTransposedInPlace()
356 U = U - A.transpose() * work.topRows(nrow); in solveTransposedInPlace()
/external/rappor/analysis/R/
Ddecode_test.R52 newcols <- matrix(NA, nrow = nrow(mat), ncol = length(vec_only))
124 ground_truth <- matrix(map %*% pdf, nrow = params$m, byrow = TRUE)
141 map0 <- Matrix(0, nrow = 8, ncol = 3, sparse = TRUE) # 3 possible values
167 map1 <- matrix(rbinom(32 * 8 * values, 1, .25), nrow = 32 * 8, ncol = values)
214 estimates <- matrix(nrow = 0, ncol = 0)
217 stds <- matrix(nrow = 0, ncol = 0)
238 map0 <- Matrix(0, nrow = 8, ncol = 3, sparse = TRUE) # 3 possible values
277 map1 <- matrix(rbinom(32 * 8 * num_values, 1, .25), nrow = 32 * 8, ncol =
294 map2 <- matrix(rbinom(32 * 8 * num_values, 1, .25), nrow = 32 * 8, ncol =
316 map_bool <- matrix(c(0, 1), nrow = 128 * 1, ncol = num_values, byrow = TRUE) nameattr
Ddecode.R56 stopifnot(m == nrow(obs_counts), k + 1 == ncol(obs_counts))
151 ESS <- resid_var * nrow(X)
181 if (nrow(fit) > 0) {
184 if (length(str_names) > 0 && length(str_names) < nrow(X)) {
276 nrow = nrow(e$estimates), ncol = ncol(e$estimates))
318 if (nrow(map) != (params$m * params$k)) {
321 params$m * params$k, nrow(map)))
328 nrow(counts), ncol(counts)))
365 filter_bits <- as.vector(matrix(1:nrow(map), ncol = m)[,filter_cohorts, drop = FALSE])
438 num_detected <- nrow(fit)
Ddecode_ngrams.R156 if (nrow(active_cands) == 0) {
166 if (nrow(active_cands) == 0) {
215 num_cands <- nrow(active_cands)
238 new_num_cands <- nrow(active_cands)
269 hit_list <- sapply(1:nrow(cands_to_check), function(j) {
271 if (nrow(new_cands) == 0) {
367 for (j in 1:nrow(p)) {
Dread_input.R50 tapply(x, rep(1:params$m, nrow(counts) / params$m), sum)
65 if (nrow(counts) != params$m) {
67 nrow(counts), params$m))
110 col_pos <- rep(1:nrow(map_pos), times = ncol(map_pos) - 1)
Dassociation.R276 if (nrow(pij[[1]]) > 0) {
315 df <- (nrow(est) - 1) * (ncol(est) - 1)
407 Log('\tMarginal for var %d has %d values:', j, nrow(marginal))
411 if (nrow(marginal) == 0) {
Dassociation_test.R248 d = matrix(c(1,1,2,2,3,3), nrow=3, ncol=2) nameattr
251 e = matrix(c(3,3,2,2,1,1), nrow=3, ncol=2) nameattr
/external/rappor/bin/
Ddecode_assoc.R144 if (nrow(all_cohorts_map) != (params$m * params$k)) {
147 params$m * params$k, nrow(all_cohorts_map)))
211 Log("Read %d vars from schema", nrow(schema))
215 if (nrow(schema1) == 0) {
221 if (nrow(schema2) == 0) {
262 Log("Read %d reports. Preview:", nrow(reports))
277 Log('Removed %d rows, giving %d rows', sum(is_empty), nrow(reports))
283 N <- nrow(reports)
297 Log("Created a sample of %d reports", nrow(reports))
Ddecode_dist.R103 if (nrow(res$fit) == 0) {
/external/llvm/test/Transforms/GlobalOpt/
D2006-11-01-ShrinkGlobalPhiCrash.ll5 @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/rappor/tests/
Dcompare_dist.R195 num_actual = nrow(actual), # data frames
196 num_rappor = nrow(rappor),
197 num_false_pos = nrow(false_pos),
198 num_false_neg = nrow(false_neg),
Dgen_counts.R75 if (nrow(true_map) != (params$m * params$k)) {
78 "nrow(map):", nrow(true_map),
116 matrix(ones_after_irr, nrow = params$m, ncol = params$k, byrow = TRUE))
Dgen_true_values_test.R20 checkEquals(20, nrow(reports))
Dgen_counts_test.R24 map <- Matrix(0, nrow = 8, ncol = 3, sparse = TRUE) # 3 possible values
/external/pdfium/third_party/libtiff/
Dtif_getimage.c721 uint32_t nrow; in gtTileContig() local
770 for (row = 0; ret != 0 && row < h; row += nrow) in gtTileContig()
773 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileContig()
820 (*put)(img, raster + roffset, tocol, y, this_tw, nrow, fromskew, in gtTileContig()
833 y += ((flip & FLIP_VERTICALLY) ? -(int32_t)nrow : (int32_t)nrow); in gtTileContig()
883 uint32_t nrow; in gtTileSeparate() local
945 for (row = 0; ret != 0 && row < h; row += nrow) in gtTileSeparate()
948 nrow = (row + rowstoread > h ? h - row : rowstoread); in gtTileSeparate()
1023 (*put)(img, raster + roffset, tocol, y, this_tw, nrow, fromskew, in gtTileSeparate()
1037 y += ((flip & FLIP_VERTICALLY) ? -(int32_t)nrow : (int32_t)nrow); in gtTileSeparate()
[all …]
D0017-safe_skews_in_gtTileContig.patch43 (*put)(img, raster + roffset, tocol, y, this_tw, nrow, fromskew,
/external/rappor/apps/rappor-analysis/
Dserver.R10 n <- nrow(x)
157 tab <- matrix(tab, nrow = params$m, byrow = TRUE)
196 cbind(counts, rep("...", nrow(counts)))
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h184 res.nrow = internal::convert_index<int>(mat.rows()); in Map()
200 res.nrow = internal::convert_index<int>(mat.cols()); in Map()
206 res.nrow = internal::convert_index<int>(mat.rows()); in Map()
242 res.nrow = mat.rows();
259 res.nrow = mat.cols();
265 res.nrow = mat.rows();
303 Index outerSize = (Flags&RowMajor)==RowMajor ? sluMat.ncol : sluMat.nrow;
306 sluMat.nrow, sluMat.ncol, sluMat.storage.outerInd[outerSize],
412 m_sluB.nrow = 0;
/external/rappor/apps/rappor-sim/
Dserver.R7 n <- nrow(x)
15 for (i in 1:nrow(x)) {
/external/python/pybind11/tests/
Dtest_eigen.cpp186 …Eigen::Block<Eigen::MatrixXd> block(int r, int c, int nrow, int ncol) { return mat.block(r, c, nro… in TEST_SUBMODULE() argument
187 …onst Eigen::MatrixXd> blockConst(int r, int c, int nrow, int ncol) const { return mat.block(r, c, in TEST_SUBMODULE() argument
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h62 res.nrow = mat.rows();
143 res.nrow = mat.rows();
145 res.nzmax = res.nrow * res.ncol;
161 (cm.nrow, cm.ncol, static_cast<StorageIndex*>(cm.p)[cm.ncol],
/external/rappor/pipeline/
Dmetric_status.R233 for (i in 1:nrow(csv_list)) {
278 for (i in 1:nrow(csv_list)) {

12