Home
last modified time | relevance | path

Searched refs:addcol (Results 1 – 25 of 82) sorted by relevance

1234

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dscoreboard.cpp196 line.addcol(sc_lag, clag); in renderdiscscores()
198 line.addcol(sc_name, d.name); in renderdiscscores()
230 line.addcol(sc_lag, lagping); in renderscore()
256 line.addcol(sc_lag); in renderteamscore()
259 line.addcol(sc_name, plrs); in renderteamscore()
276 sscore.addcol(sc_frags, "frags"); in reorderscorecolumns()
277 sscore.addcol(sc_deaths, "deaths"); in reorderscorecolumns()
278 sscore.addcol(sc_ratio, "ratio"); in reorderscorecolumns()
281 sscore.addcol(sc_score, "score"); in reorderscorecolumns()
284 sscore.addcol(sc_clientnum, "cn"); in reorderscorecolumns()
[all …]
/dports/sysutils/pear-Horde_Vfs/Horde_Vfs-2.4.0/lib/Horde/Vfs/
H A DSsh2.php479 $addcol = 0;
481 $addcol = 1;
483 …line, strpos($line, sprintf("%s %2s %5s", $item[5 + $addcol], $item[6 + $addcol], $item[7 + $addco…
528 $file['size'] = $item[4 + $addcol];
530 if (strpos($item[7 + $addcol], ':') !== false) {
531 …$file['date'] = strtotime($item[7 + $addcol] . ':00' . $item[5 + $addcol] . ' ' . $item[6 + $addco…
539 …$file['date'] = strtotime($item[7 + $addcol] . ':00' . $item[5 + $addcol] . ' ' . $item[6 + $addco…
542 …e['date'] = strtotime('00:00:00' . $item[5 + $addcol] . ' ' . $item[6 + $addcol] . ' ' . $item[7 +…
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Ddummy.coef.R241 addcol <- max(nr.x) - 1L functionVar
242 nm <- addcol + if(isM) max(vapply(x, NCOL, 1L)) else 1L
256 ans[lin0 - 1L, addcol + (1L:nc1)] <- colnames(this)
257 ans[lin0:line, addcol + (1L:nc1)] <- format(this, ...)
262 ans[lin0:line, addcol + 1L] <- format(this, ...)
265 if(addcol > 0) ans[lin0:line, addcol] <- rownames(this)
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Ddummy.coef.R241 addcol <- max(nr.x) - 1L functionVar
242 nm <- addcol + if(isM) max(vapply(x, NCOL, 1L)) else 1L
256 ans[lin0 - 1L, addcol + (1L:nc1)] <- colnames(this)
257 ans[lin0:line, addcol + (1L:nc1)] <- format(this, ...)
262 ans[lin0:line, addcol + 1L] <- format(this, ...)
265 if(addcol > 0) ans[lin0:line, addcol] <- rownames(this)
/dports/math/maxima/maxima-5.43.2/share/linearalgebra/
H A Drtest_linalg.mac406 zeromatrixp(ctranspose(apply(addcol,args(columnspace(ctranspose(m))))) . apply(addcol,args(nullspac…
412 zeromatrixp(ctranspose(apply(addcol,args(columnspace(ctranspose(m))))) . apply(addcol,args(nullspac…
418 zeromatrixp(ctranspose(apply(addcol,args(columnspace(ctranspose(m))))) . apply(addcol,args(nullspac…
424 zeromatrixp(ctranspose(apply(addcol,args(columnspace(ctranspose(m))))) . apply(addcol,args(nullspac…
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DPosition.hs17 , addcol, newline, tab, newlines, newpos
45 addcol :: Int -> Posn -> Posn
46 addcol n (Pn f r c i) = Pn f r (c+n) i function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DPosition.hs17 , addcol, newline, tab, newlines, newpos
45 addcol :: Int -> Posn -> Posn
46 addcol n (Pn f r c i) = Pn f r (c+n) i function
/dports/devel/hs-cpphs/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DPosition.hs17 , addcol, newline, tab, newlines, newpos
45 addcol :: Int -> Posn -> Posn
46 addcol n (Pn f r c i) = Pn f r (c+n) i function
/dports/www/tikiwiki/tiki-21.2/lib/core/Table/Code/
H A DWidgetOptionsPager.php54 $addcol = ! empty(parent::$s['math']['totals']['row']) ?
57 'var rows = tsAjaxGetRows(data, \'' . parent::$tid . '\', ' . $addcol . ', ' . $total . ');',
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpnmconvol.c1391 gisum += convColumnSum[plane][addcol]; in convolveRowWithColumnSumsMean()
1516 unsigned int const addcol = col + ccolso2; in convolveMeanRowPlane() local
1518 convColumnSum[addcol] = convColumnSum[addcol] in convolveMeanRowPlane()
1519 - window[subrow][addcol][plane] in convolveMeanRowPlane()
1520 + window[addrow][addcol][plane]; in convolveMeanRowPlane()
1769 unsigned int const addcol = col + ccolso2; in convolveHorizontalRowPlane0() local
1777 + window[crow][addcol][plane] in convolveHorizontalRowPlane0()
1877 unsigned int const addcol = col + ccolso2; in convolveHorizontalRowPlane() local
1883 + window[newrow][addcol][plane] in convolveHorizontalRowPlane()
2048 convColumnSum[addcol] += circMap[addrow][addcol][plane]; in convolveVerticalRowPlane()
[all …]
H A Dpgmmedian.c244 unsigned int const addcol = col + ccolso2; in selectMedian() local
248 garray[tsum + subcol[col]] = *(rowptr[crow] + addcol ); in selectMedian()
343 unsigned int const addcol = col + ccolso2; in histogramSortMedian() local
346 rghtCol[crow] = *(rowptr[crow] + addcol); in histogramSortMedian()
/dports/math/maxima/maxima-5.43.2/share/contrib/gf/
H A Daes.mac118 mixed : addcol(mixed, gf_matmult(%_MIX_COLUMNS, col(state, i))),
134 mixed : addcol(mixed, aes_p2c(ef_mult(%_p3, aes_c2p(col(state, i))))),
146 mixed : addcol(mixed, gf_matmult(%_INV_MIX_COLUMNS, col(state, i))),
157 mixed : addcol(mixed, aes_p2c(ef_mult(%_p3_inv, aes_c2p(col(state, i))))),
191 new : addcol(new, key_expansion2(col(old, i), col(new, i-1))),
/dports/science/tfel-edf/tfel-3.2.1/docs/texmacs/
H A DKirchhoffStresssJaumanRateModuliToKirchoffStressDerivative2D.tm100 J1:fullratsimp(addcol(diff(pv,dF0),diff(pv,dF1),diff(pv,dF2),diff(pv,dF3),diff(pv,dF4)))
127 dD:fullratsimp(addcol(diff(D,dF0),diff(D,dF1),diff(D,dF2),diff(D,dF3),diff(D,dF4)))
H A DSymmetricTensorSymmetricProductDerivative2D.tm64 J1:fullratsimp(addcol(diff(pv,F0),diff(pv,F1),diff(pv,F2),diff(pv,F3)))
H A DSymmetricTensorByAntiSymmetricTensorAntiSymmetricProductDerivative2D.tm64 J1:fullratsimp(addcol(diff(pv,F0),diff(pv,F1),diff(pv,F2),diff(pv,F3)))
H A DSymmetricTensorProductDerivative2D.tm66 J1:fullratsimp(addcol(diff(pv,F0),diff(pv,F1),diff(pv,F2),diff(pv,F3)))
H A DDeformationRateDerivative3D.tm60 J1:fullratsimp(addcol(diff(pv,dF0),diff(pv,dF1),diff(pv,dF2),diff(pv,dF3),diff(pv,dF4)))
H A DDeformationRateDerivative2D.tm62 J1:fullratsimp(addcol(diff(pv,dF0),diff(pv,dF1),diff(pv,dF2),diff(pv,dF3),diff(pv,dF4)))
H A DSymmetricTensorByAntiSymmetricTensorAntiSymmetricProductDerivative3D.tm67 … J1:fullratsimp(addcol(diff(pv,F0),diff(pv,F1),diff(pv,F2),diff(pv,F3),diff(pv,F4),diff(pv,F5)))
/dports/textproc/texi2html/texi2html-5.0/test/singular_manual/d2t_singular/
H A Dmatrix_lib.tex722 @node gauss_row, addcol, gauss_col, matrix_lib
806 @c ------------------- addcol -------------
807 @node addcol, addrow, gauss_row, matrix_lib
808 @subsubsection addcol
809 @cindex addcol
810 @c ---content addcol---
831 print(addcol(A,1,xy,2));
835 @c end example addcol d2t_singular/matrix_lib.doc:629
837 @c ---end content addcol---
840 @node addrow, multcol, addcol, matrix_lib
[all …]
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest16.mac2466 addcol (matrix (), [11, 22, 33]);
2469 /* additional tests for addcol and addrow */
2471 addcol (matrix (), [11, 22, 33], [111, 222, 333]);
2477 addcol (matrix ([1, 2, 3]), [11, 22, 33]);
2480 addcol (matrix ([1, 2, 3]), [11, 22, 33], [111, 222, 333]);
2486 addcol (matrix ([1], [2], [3]), [11, 22, 33]);
2489 addcol (matrix ([1], [2], [3]), [11, 22, 33], [111, 222, 333]);
2529 addcol (matrix (), matrix ([11], [22], [33]));
2532 addcol (matrix (), matrix ([11, 22, 33]));
2547 addcol (matrix ([1, 2, 3]), matrix ([11, 22, 33]));
[all …]
/dports/math/maxima/maxima-5.43.2/share/matrix/
H A Drateig.mac23 else if mat[1,1]=0 then addcol(col(id,1),
/dports/editors/le/le-1.16.6/src/
H A Duser.cc1179 num addcol=0; in UserIndent() local
1191 addcol=TextPoint(ptr).Col()-GetCol(); in UserIndent()
1220 while(addcol>0) in UserIndent()
1222 if(UseTabs && addcol>=TabSize-GetCol()%TabSize) in UserIndent()
1224 addcol-=TabSize-GetCol()%TabSize; in UserIndent()
1229 addcol--; in UserIndent()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_string_table.h26 int col, int addcol, PRN *prn);
/dports/math/py-PuLP/PuLP-2.6.0/pulp/
H A Dsparse.py55 def addcol(self, col, rowitems): member in Matrix

1234