Home
last modified time | relevance | path

Searched refs:crows (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/math/R-cran-matrixStats/matrixStats/src/
H A DrowRanksWithTies.c55 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowRanksWithTies() local
74 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowRanksWithTies()
85 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowRanksWithTies()
96 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowRanksWithTies()
109 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowRanksWithTies()
120 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowRanksWithTies()
131 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowRanksWithTies()
142 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowRanksWithTies()
156 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowRanksWithTies()
167 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowRanksWithTies()
[all …]
H A DrowDiffs.c43 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowDiffs() local
65 …rowDiffs_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, byrow, lagg, diff, REAL(ans), nrow_a… in rowDiffs()
70 set_rowDiffs_Dimnames(ans, dimnames, nrows, crows, ncols, ncol_ans, ccols); in rowDiffs()
72 set_colDiffs_Dimnames(ans, dimnames, nrows, nrow_ans, crows, ncols, ccols); in rowDiffs()
79 …rowDiffs_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, byrow, lagg, diff, INTEGER(ans), … in rowDiffs()
84 set_rowDiffs_Dimnames(ans, dimnames, nrows, crows, ncols, ncol_ans, ccols); in rowDiffs()
86 set_colDiffs_Dimnames(ans, dimnames, nrows, nrow_ans, crows, ncols, ccols); in rowDiffs()
H A DrowMeans2.c36 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowMeans2() local
44 SWAP(R_xlen_t*, crows, ccols); in rowMeans2()
54 rowMeans2_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, narm, hasna, byrow, REAL(ans)); in rowMeans2()
56 … rowMeans2_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, narm, hasna, byrow, REAL(ans)); in rowMeans2()
68 setNames(ans, namesVec, nrows, crows); in rowMeans2()
73 setNames(ans, namesVec, nrows, crows); in rowMeans2()
H A DrowMedians.c36 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowMedians() local
44 SWAP(R_xlen_t*, crows, ccols); in rowMedians()
54 rowMedians_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, narm, hasna, byrow, REAL(ans)); in rowMedians()
56 … rowMedians_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, narm, hasna, byrow, REAL(ans)); in rowMedians()
68 setNames(ans, namesVec, nrows, crows); in rowMedians()
73 setNames(ans, namesVec, nrows, crows); in rowMedians()
H A DrowSums2.c36 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowSums2() local
44 SWAP(R_xlen_t*, crows, ccols); in rowSums2()
54 rowSums2_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, narm, hasna, byrow, REAL(ans)); in rowSums2()
56 rowSums2_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, narm, hasna, byrow, REAL(ans)); in rowSums2()
68 setNames(ans, namesVec, nrows, crows); in rowSums2()
73 setNames(ans, namesVec, nrows, crows); in rowSums2()
H A DrowVars.c36 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowVars() local
44 SWAP(R_xlen_t*, crows, ccols); in rowVars()
54 rowVars_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, narm, hasna, byrow, REAL(ans)); in rowVars()
56 rowVars_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, narm, hasna, byrow, REAL(ans)); in rowVars()
68 setNames(ans, namesVec, nrows, crows); in rowVars()
73 setNames(ans, namesVec, nrows, crows); in rowVars()
H A DrowMads.c41 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowMads() local
49 SWAP(R_xlen_t*, crows, ccols); in rowMads()
59 …rowMads_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, scale, narm, hasna, byrow, REAL(ans)); in rowMads()
61 …rowMads_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, scale, narm, hasna, byrow, REAL(an… in rowMads()
73 setNames(ans, namesVec, nrows, crows); in rowMads()
78 setNames(ans, namesVec, nrows, crows); in rowMads()
H A DcolCounts.c45 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in colCounts() local
54 …colCounts_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, asReal(value), what2, narm, hasna, … in colCounts()
56 …colCounts_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, asInteger(value), what2, narm, h… in colCounts()
58 …colCounts_lgl(LOGICAL(x), nrow, ncol, crows, nrows, ccols, ncols, asLogical(value), what2, narm, h… in colCounts()
121 R_xlen_t *crows = validateIndices(idxs, nx, 1, &nrows); in count() local
125 …colCounts_dbl(REAL(x), nx, 1, crows, nrows, ccols, ncols, asReal(value), what2, narm, hasna, &coun… in count()
127 …colCounts_int(INTEGER(x), nx, 1, crows, nrows, ccols, ncols, asInteger(value), what2, narm, hasna,… in count()
129 …colCounts_lgl(LOGICAL(x), nx, 1, crows, nrows, ccols, ncols, asLogical(value), what2, narm, hasna,… in count()
H A Dnaming.c31 R_xlen_t *crows, R_xlen_t ncols, R_xlen_t *ccols, Rboolean reverseDimnames) { in setDimnames() argument
32 if (crows == NULL && ccols == NULL && nrows > 0 && ncols > 0){ in setDimnames()
42 } else if (crows == NULL) { in setDimnames()
48 thisIdx = crows[i]; in setDimnames()
90 R_xlen_t *crows, R_xlen_t ncols, R_xlen_t ncol_ans, R_xlen_t *ccols) { in set_rowDiffs_Dimnames() argument
104 } else if (crows == NULL) { in set_rowDiffs_Dimnames()
110 thisIdx = crows[i]; in set_rowDiffs_Dimnames()
155 R_xlen_t *crows, R_xlen_t ncols, R_xlen_t *ccols) { in set_colDiffs_Dimnames() argument
172 if (crows == NULL) { in set_colDiffs_Dimnames()
180 thisIdx = crows[i]; in set_colDiffs_Dimnames()
H A DrowCummaxs.c30 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowCummaxs() local
42 rowCummaxs_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, byrow, REAL(ans)); in rowCummaxs()
46 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowCummaxs()
52 rowCummaxs_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, byrow, INTEGER(ans)); in rowCummaxs()
56 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowCummaxs()
H A DrowCummins.c30 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowCummins() local
42 rowCummins_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, byrow, REAL(ans)); in rowCummins()
46 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowCummins()
52 rowCummins_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, byrow, INTEGER(ans)); in rowCummins()
56 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowCummins()
H A DrowCumprods.c29 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowCumprods() local
41 rowCumprods_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, byrow, REAL(ans)); in rowCumprods()
45 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowCumprods()
51 rowCumprods_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, byrow, INTEGER(ans)); in rowCumprods()
55 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowCumprods()
H A DrowCumsums.c29 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowCumsums() local
41 rowCumsums_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, byrow, REAL(ans)); in rowCumsums()
45 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowCumsums()
51 rowCumsums_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, byrow, INTEGER(ans)); in rowCumsums()
55 setDimnames(ans, dimnames, nrows, crows, ncols, ccols, FALSE); in rowCumsums()
H A DrowCounts.c45 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowCounts() local
53 …rowCounts_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, asReal(value), what2, narm, hasna, … in rowCounts()
55 …rowCounts_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, asInteger(value), what2, narm, h… in rowCounts()
57 …rowCounts_lgl(LOGICAL(x), nrow, ncol, crows, nrows, ccols, ncols, asLogical(value), what2, narm, h… in rowCounts()
68 setNames(ans, namesVec, nrows, crows); in rowCounts()
H A DrowOrderStats.c38 R_xlen_t *crows = validateIndicesCheckNA(rows, nrow, 0, &nrows, &rowsHasna); in rowOrderStats() local
64 rowOrderStats_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, qq, REAL(ans)); in rowOrderStats()
70 setNames(ans, namesVec, nrows, crows); in rowOrderStats()
77 rowOrderStats_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, qq, INTEGER(ans)); in rowOrderStats()
83 setNames(ans, namesVec, nrows, crows); in rowOrderStats()
H A DrowRanges.c47 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowRanges() local
61 …rowRanges_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, what2, narm, hasna, REAL(ans), is_c… in rowRanges()
67 setDimnames(ans, dimnames, nrows, crows, 0, ccols, FALSE); in rowRanges()
73 setNames(ans, namesVec, nrows, crows); in rowRanges()
85 …rowRanges_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, what2, narm, hasna, INTEGER(ans)… in rowRanges()
148 setDimnames(ans, dimnames, nrows, crows, 0, ccols, FALSE); in rowRanges()
154 setNames(ans, namesVec, nrows, crows); in rowRanges()
H A DrowLogSumExp.c36 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in rowLogSumExps() local
44 … rowLogSumExps_double(REAL(lx), nrow, ncol, crows, nrows, ccols, ncols, narm, hasna, 1, REAL(ans)); in rowLogSumExps()
47 …rowLogSumExps_double(REAL(lx), nrow, ncol, crows, nrows, ccols, ncols, narm, hasna, 0, REAL(ans)); in rowLogSumExps()
59 setNames(ans, namesVec, nrows, crows); in rowLogSumExps()
H A Dnaming.h9 void setDimnames(SEXP mat/*Answer matrix*/, SEXP dimnames, R_xlen_t nrows, R_xlen_t *crows, R_xlen_…
10 …names(SEXP mat/*Answer matrix*/, SEXP dimnames, R_xlen_t nrows, R_xlen_t *crows, R_xlen_t ncols, R…
11 …wer matrix*/, SEXP dimnames, R_xlen_t nrows, R_xlen_t nrow_ans, R_xlen_t *crows, R_xlen_t ncols, R…
H A DcolRanges.c47 R_xlen_t *crows = validateIndices(rows, nrow, 0, &nrows); in colRanges() local
61 …colRanges_dbl(REAL(x), nrow, ncol, crows, nrows, ccols, ncols, what2, narm, hasna, REAL(ans), is_c… in colRanges()
68 setDimnames(ans, dimnames, ncols, ccols, 0, crows, TRUE); in colRanges()
86 …colRanges_int(INTEGER(x), nrow, ncol, crows, nrows, ccols, ncols, what2, narm, hasna, INTEGER(ans)… in colRanges()
150 setDimnames(ans, dimnames, ncols, ccols, 0, crows, TRUE); in colRanges()
/dports/games/dungeon/dungeon-3.2_1/
H A DSUPP.C139 static integer crows; variable
146 crows = 0; in more_init()
151 crows = 24; in more_init()
161 crows = 0; in more_init()
164 crows = tgetnum("li"); in more_init()
174 crows = 0; in more_init()
176 crows = lines; in more_init()
184 crows = 0; in more_init()
187 crows = st.row; in more_init()
211 if (crows > 0 && coutput > crows - 2) {
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpgmmedian.c184 unsigned int const crows, in selectMedian() argument
189 unsigned int const numValues = crows * ccols; in selectMedian()
199 MALLOCARRAY(rowptr, crows); in selectMedian()
218 temprow = (row + 1) % crows; in selectMedian()
232 for (crow = 0; crow < crows; ++crow) { in selectMedian()
259 for (irow = crowso2 + 1; irow < crows; ++irow) in selectMedian()
273 unsigned int const crows, in histogramSortMedian() argument
286 MALLOCARRAY(rowptr, crows); in histogramSortMedian()
292 leftCol = pgm_allocrow(crows); in histogramSortMedian()
293 rghtCol = pgm_allocrow(crows); in histogramSortMedian()
[all …]
/dports/www/hotcrp/hotcrp-2.102/src/papercolumns/
H A Dpc_commenters.php16 $crows = $row->viewable_comments($pl->user);
25 }, CommentInfo::group_by_identity($crows, $pl->user, true));
29 $crows = $row->viewable_comments($pl->user);
35 }, CommentInfo::group_by_identity($crows, $pl->user, false));
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dpaperevents.php33 private $crows; variable in PaperEvents
112 $this->crows[] = $last = $crow;
114 $this->crows = array_reverse($this->crows);
123 if (empty($this->crows) && $this->cposition !== false) {
127 $crow = array_pop($this->crows);
146 foreach ($this->crows as $crow)
169 $this->rrows = $this->crows = [];
/dports/math/octave-forge-control/control-3.3.1/inst/
H A D__ss_dim__.m30 [crows, ccols] = size (c);
35 p = crows; # = drows
48 arows, acols, crows, ccols);
56 if (crows != drows)
58 crows, ccols, drows, dcols);
/dports/www/hotcrp/hotcrp-2.102/
H A Dcomment.php31 foreach ($paperTable->crows as $row) {
80 …$crows = $prow->fetch_comments("(commentType&" . COMMENTTYPE_RESPONSE . ")!=0 and commentRound=$ro…
81 reset($crows);
82 $cur_response = empty($crows) ? null : current($crows);

12345678910>>...13