Home
last modified time | relevance | path

Searched refs:coloffset (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/mercurial/mercurial-6.0/contrib/
H A Dbyteify-strings.py128 coloffset = -1 # column offset for the current line (-1: TBD)
136 if coloffset < 0:
139 coloffset = lastparen[2]
145 coloffset = lastparen[2] + (lastparen[1] - t.start[1])
147 coloffset = 0
151 yield adjusttokenpos(t, coloffset)
153 coloffset = -1
168 yield adjusttokenpos(t, coloffset)
197 yield adjusttokenpos(t, coloffset)
203 yield adjusttokenpos(t, coloffset)
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/win/curses/
H A Dcursinvt.c58 pi.rowoffset = pi.coloffset = 0; in curs_purge_perminv_data()
144 if (pi.coloffset > 0) in curs_scroll_invt()
146 if (pi.widest > pi.coloffset + uwidth) in curs_scroll_invt()
171 pi.rowoffset = pi.coloffset = 0; in curs_scroll_invt()
225 pi.coloffset = 0; in curs_scroll_invt()
227 pi.coloffset += uhalfwidth; in curs_scroll_invt()
233 if (pi.coloffset >= uhalfwidth) in curs_scroll_invt()
234 pi.coloffset -= uhalfwidth; in curs_scroll_invt()
236 pi.coloffset = 0; in curs_scroll_invt()
332 left_col = pi.coloffset + 1; in curs_show_invt()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/include/votca/xtp/
H A Dcudamatrix.h63 CudaMatrixBlock(const M &mat, Index rowoffset, Index coloffset, Index rows,
69 assert((coloffset + cols) <= mat.cols() &&
71 start_ = coloffset * ld() + rowoffset;
123 CudaMatrixBlock<CudaMatrix> block(Index rowoffset, Index coloffset,
125 return CudaMatrixBlock<CudaMatrix>(*this, rowoffset, coloffset, rows, cols);
139 CudaMatrixBlock<CudaMatrix> middleCols(Index coloffset, Index cols) const {
140 return CudaMatrixBlock<CudaMatrix>(*this, 0, coloffset, rows(), cols);
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/include/votca/xtp/
H A Dcudamatrix.h63 CudaMatrixBlock(const M &mat, Index rowoffset, Index coloffset, Index rows, in CudaMatrixBlock() argument
69 assert((coloffset + cols) <= mat.cols() && in CudaMatrixBlock()
71 start_ = coloffset * ld() + rowoffset; in CudaMatrixBlock()
123 CudaMatrixBlock<CudaMatrix> block(Index rowoffset, Index coloffset, in block() argument
125 return CudaMatrixBlock<CudaMatrix>(*this, rowoffset, coloffset, rows, cols); in block()
139 CudaMatrixBlock<CudaMatrix> middleCols(Index coloffset, Index cols) const { in middleCols() argument
140 return CudaMatrixBlock<CudaMatrix>(*this, 0, coloffset, rows(), cols); in middleCols()
/dports/graphics/librtprocess/librtprocess-0.11.0/src/demosaic/
H A Dmarkesteijn.cc282 if(coloffset == 3) { in markesteijn_demosaic()
285 for (int col = leftstart; col < mcol; col += coloffset) { in markesteijn_demosaic()
305 if(coloffset == 2) { in markesteijn_demosaic()
384 if(coloffset == 3) { in markesteijn_demosaic()
408 …for (int col = leftstart, hexindex = 0; col < mcol; col += coloffset, coloffset ^= 3, hexindex ^= … in markesteijn_demosaic()
445 if(coloffset == 3) { in markesteijn_demosaic()
463 …col = leftstart, hexindex = 0; col < mcol - 2; col += coloffset, coloffset ^= 3, f = f ^ (coloffse… in markesteijn_demosaic()
521 int coloffset = (RightShift[row % 3] == 1 ? 3 : 1); in markesteijn_demosaic() local
525 if(coloffset == 3) { in markesteijn_demosaic()
542 …for (int col = leftstart; col < mcol - 3; col += coloffset, coloffset ^= 3, f = f ^ (coloffset & 2… in markesteijn_demosaic()
[all …]
/dports/astro/siril/siril/subprojects/librtprocess/src/demosaic/
H A Dmarkesteijn.cc282 if(coloffset == 3) { in markesteijn_demosaic()
285 for (int col = leftstart; col < mcol; col += coloffset) { in markesteijn_demosaic()
305 if(coloffset == 2) { in markesteijn_demosaic()
384 if(coloffset == 3) { in markesteijn_demosaic()
408 …for (int col = leftstart, hexindex = 0; col < mcol; col += coloffset, coloffset ^= 3, hexindex ^= … in markesteijn_demosaic()
445 if(coloffset == 3) { in markesteijn_demosaic()
463 …col = leftstart, hexindex = 0; col < mcol - 2; col += coloffset, coloffset ^= 3, f = f ^ (coloffse… in markesteijn_demosaic()
521 int coloffset = (RightShift[row % 3] == 1 ? 3 : 1); in markesteijn_demosaic() local
525 if(coloffset == 3) { in markesteijn_demosaic()
542 …for (int col = leftstart; col < mcol - 3; col += coloffset, coloffset ^= 3, f = f ^ (coloffset & 2… in markesteijn_demosaic()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/demosaic/
H A Dmarkesteijn.cc282 if(coloffset == 3) { in markesteijn_demosaic()
285 for (int col = leftstart; col < mcol; col += coloffset) { in markesteijn_demosaic()
305 if(coloffset == 2) { in markesteijn_demosaic()
384 if(coloffset == 3) { in markesteijn_demosaic()
408 …for (int col = leftstart, hexindex = 0; col < mcol; col += coloffset, coloffset ^= 3, hexindex ^= … in markesteijn_demosaic()
445 if(coloffset == 3) { in markesteijn_demosaic()
463 …col = leftstart, hexindex = 0; col < mcol - 2; col += coloffset, coloffset ^= 3, f = f ^ (coloffse… in markesteijn_demosaic()
521 int coloffset = (RightShift[row % 3] == 1 ? 3 : 1); in markesteijn_demosaic() local
525 if(coloffset == 3) { in markesteijn_demosaic()
542 …for (int col = leftstart; col < mcol - 3; col += coloffset, coloffset ^= 3, f = f ^ (coloffset & 2… in markesteijn_demosaic()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dtp84.c227 int coloffset; in tp84_vh_screenrefresh() local
230 coloffset = ((col0&0x18) << 1) + ((col0&0x07) << 6); in tp84_vh_screenrefresh()
246 (colorram[offs] & 0x0f) + coloffset, in tp84_vh_screenrefresh()
266 (tp84_colorram2[offs] & 0x0f) + coloffset, in tp84_vh_screenrefresh()
286 coloffset = ((col0&0x07) << 4); in tp84_vh_screenrefresh()
299 (spriteram[offs + 2] & 0x0f) + coloffset, in tp84_vh_screenrefresh()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dxtrans_demosaic.cc327 if(coloffset == 3) { in xtrans_interpolate()
350 if(coloffset == 2) { in xtrans_interpolate()
429 if(coloffset == 3) { in xtrans_interpolate()
453 …for (int col = leftstart, hexindex = 0; col < mcol; col += coloffset, coloffset ^= 3, hexindex ^= … in xtrans_interpolate()
490 if(coloffset == 3) { in xtrans_interpolate()
508 …col = leftstart, hexindex = 0; col < mcol - 2; col += coloffset, coloffset ^= 3, f = f ^ (coloffse… in xtrans_interpolate()
567 int coloffset = (RightShift[row % 3] == 1 ? 3 : 1); in xtrans_interpolate() local
571 if(coloffset == 3) { in xtrans_interpolate()
585 coloffset = fcol(row, leftstart + 1) == 1 ? 2 : 1; in xtrans_interpolate()
588 …for (int col = leftstart; col < mcol - 3; col += coloffset, coloffset ^= 3, f = f ^ (coloffset & 2… in xtrans_interpolate()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dxtrans_demosaic_RT.cc227 if(coloffset == 3) { in xtrans_demosaic_RT()
250 if(coloffset == 2) { in xtrans_demosaic_RT()
335 if(coloffset == 3) { in xtrans_demosaic_RT()
359 …for (int col = leftstart, hexindex = 0; col < mcol; col += coloffset, coloffset ^= 3, hexindex ^= … in xtrans_demosaic_RT()
398 if(coloffset == 3) { in xtrans_demosaic_RT()
416 …col = leftstart, hexindex = 0; col < mcol - 2; col += coloffset, coloffset ^= 3, f = f ^ (coloffse… in xtrans_demosaic_RT()
518 int coloffset = (RightShift[row % 3] == 1 ? 3 : 1); in xtrans_demosaic_RT() local
522 if(coloffset == 3) { in xtrans_demosaic_RT()
536 coloffset = fcol(row, leftstart + 1) == 1 ? 2 : 1; in xtrans_demosaic_RT()
539 …for (int col = leftstart; col < mcol - 3; col += coloffset, coloffset ^= 3, f = f ^ (coloffset & 2… in xtrans_demosaic_RT()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/io/formats/
H A Dexcel.py529 coloffset = 0
533 coloffset = len(self.df.index[0]) - 1
540 col=coloffset,
553 col=coloffset + i + 1,
571 coloffset = 0
574 coloffset = 1
576 coloffset = len(self.df.index[0])
654 coloffset = 1
656 coloffset = 0
658 yield from self._generate_body(coloffset)
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dxtrans_demosaic.cc331 if(coloffset == 3) { in xtrans_interpolate()
354 if(coloffset == 2) { in xtrans_interpolate()
433 if(coloffset == 3) { in xtrans_interpolate()
457 …for (int col = leftstart, hexindex = 0; col < mcol; col += coloffset, coloffset ^= 3, hexindex ^= … in xtrans_interpolate()
494 if(coloffset == 3) { in xtrans_interpolate()
512 …col = leftstart, hexindex = 0; col < mcol - 2; col += coloffset, coloffset ^= 3, f = f ^ (coloffse… in xtrans_interpolate()
571 int coloffset = (RightShift[row % 3] == 1 ? 3 : 1); in xtrans_interpolate() local
575 if(coloffset == 3) { in xtrans_interpolate()
589 coloffset = fcol(row, leftstart + 1) == 1 ? 2 : 1; in xtrans_interpolate()
592 …for (int col = leftstart; col < mcol - 3; col += coloffset, coloffset ^= 3, f = f ^ (coloffset & 2… in xtrans_interpolate()
[all …]
/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DMatrices.hpp129 int_t coloffset, /**< Offset for row entries. */
147 int_t coloffset, /**< Offset for row entries. */
164 int_t coloffset, /**< Offset for row entries. */
183 int_t coloffset, /**< Offset for row entries. */
411 int_t coloffset, /**< Offset for row entries. */
651 int_t coloffset, /**< Offset for row entries. */
837 int_t coloffset, /**< Offset for row entries. */
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DMatrices.hpp177 int_t coloffset, /**< Offset for row entries. */
195 int_t coloffset, /**< Offset for row entries. */
212 int_t coloffset, /**< Offset for row entries. */
231 int_t coloffset, /**< Offset for row entries. */
450 int_t coloffset, /**< Offset for row entries. */
673 int_t coloffset, /**< Offset for row entries. */
850 int_t coloffset, /**< Offset for row entries. */
/dports/databases/postgis30/postgis-3.0.4/raster/rt_core/
H A Drt_spatial_relationship.c650 uint32_t coloffset; in rt_raster_intersects_algorithm() local
730 for (coloffset = 0; coloffset < 3; coloffset++) { in rt_raster_intersects_algorithm()
733 for (col = coloffset; col <= width1; col += 3) { in rt_raster_intersects_algorithm()
1029 uint32_t coloffset; in rt_raster_intersects() local
1220 for (coloffset = 0; coloffset < 3; coloffset++) { in rt_raster_intersects()
1222 for (col = coloffset; col < *widthS; col += 3) { in rt_raster_intersects()
/dports/databases/postgis32/postgis-3.2.0/raster/rt_core/
H A Drt_spatial_relationship.c650 uint32_t coloffset; in rt_raster_intersects_algorithm() local
730 for (coloffset = 0; coloffset < 3; coloffset++) { in rt_raster_intersects_algorithm()
733 for (col = coloffset; col <= width1; col += 3) { in rt_raster_intersects_algorithm()
1029 uint32_t coloffset; in rt_raster_intersects() local
1220 for (coloffset = 0; coloffset < 3; coloffset++) { in rt_raster_intersects()
1222 for (col = coloffset; col < *widthS; col += 3) { in rt_raster_intersects()
/dports/databases/postgis31/postgis-3.1.4/raster/rt_core/
H A Drt_spatial_relationship.c650 uint32_t coloffset; in rt_raster_intersects_algorithm() local
730 for (coloffset = 0; coloffset < 3; coloffset++) { in rt_raster_intersects_algorithm()
733 for (col = coloffset; col <= width1; col += 3) { in rt_raster_intersects_algorithm()
1029 uint32_t coloffset; in rt_raster_intersects() local
1220 for (coloffset = 0; coloffset < 3; coloffset++) { in rt_raster_intersects()
1222 for (col = coloffset; col < *widthS; col += 3) { in rt_raster_intersects()
/dports/databases/postgis25/postgis-2.5.5/raster/rt_core/
H A Drt_spatial_relationship.c650 uint32_t coloffset; in rt_raster_intersects_algorithm() local
730 for (coloffset = 0; coloffset < 3; coloffset++) { in rt_raster_intersects_algorithm()
733 for (col = coloffset; col <= width1; col += 3) { in rt_raster_intersects_algorithm()
1031 uint32_t coloffset; in rt_raster_intersects() local
1222 for (coloffset = 0; coloffset < 3; coloffset++) { in rt_raster_intersects()
1224 for (col = coloffset; col < *widthS; col += 3) { in rt_raster_intersects()
/dports/math/sc/sc-7.16/
H A Dinterp.c294 coloffset = c - minc; in docount()
304 rowoffset = coloffset = 0; in docount()
321 coloffset = c - minc; in dosum()
348 coloffset = c - minc; in doprod()
377 coloffset = c - minc; in doavg()
413 coloffset = c - minc; in dostddev()
449 coloffset = c - minc; in domax()
486 coloffset = c - minc; in domin()
775 int ctmp = coloffset; in eval()
780 coloffset = ctmp; in eval()
[all …]
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dinterp.c398 rowoffset = coloffset = 0; in docount()
433 rowoffset = coloffset = 0; in dosum()
468 rowoffset = coloffset = 0; in doprod()
507 rowoffset = coloffset = 0; in doavg()
551 rowoffset = coloffset = 0; in dostddev()
595 rowoffset = coloffset = 0; in domax()
639 rowoffset = coloffset = 0; in domin()
1029 int ctmp = coloffset; in eval()
1034 coloffset = ctmp; in eval()
1344 …return (gmycol == -1 ? (ent ? ent->col + coloffset : (double) curcol + coloffset) : (double) (gmyc… in eval()
[all …]
/dports/math/combblas/CombBLAS_beta_16_2/3DSpGEMM/
H A DReductions.h102 IT coloffset = fibrank * ndimSplit; in ParallelReduce_Alltoall_threaded() local
106 std::get<1>(recvbuf[k]) = std::get<1>(recvbuf[k]) - coloffset; in ParallelReduce_Alltoall_threaded()
/dports/editors/shed/shed-1.15/
H A Dshed.c90 int coloffset[5] = {0,6,10,14,18}; /* offset from left for each column */ variable
971 n = offsetwidth + coloffset[COL_BIN] + colwidth[COL_BIN] + 1; in redraw()
990 mvprintw(n,offsetwidth+coloffset[cursorcol]+binmodecursor,"%C",str[binmodecursor]); in redraw()
993 mvaddstr(n,offsetwidth+coloffset[cursorcol],str); in redraw()
1001 n = offsetwidth + coloffset[COL_BIN] + colwidth[COL_BIN] + 1; in redraw()
1025 move((cursorrow-viewport)+2,offsetwidth + coloffset[COL_BIN] + colwidth[COL_BIN] + 1); in redraw()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/document/
H A Dqdocumentsearch.cpp480 int coloffset = 0; in next() local
488 coloffset = boundaries.start; in next()
514 column += coloffset; in next()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/document/
H A Dqdocumentsearch.cpp480 int coloffset = 0; in next() local
488 coloffset = boundaries.start; in next()
514 column += coloffset; in next()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dresources.c1094 void UI_GetThemeColorShadeAlpha4ubv(int colorid, int coloffset, int alphaoffset, uchar col[4]) in UI_GetThemeColorShadeAlpha4ubv() argument
1098 r = coloffset + (int)cp[0]; in UI_GetThemeColorShadeAlpha4ubv()
1100 g = coloffset + (int)cp[1]; in UI_GetThemeColorShadeAlpha4ubv()
1102 b = coloffset + (int)cp[2]; in UI_GetThemeColorShadeAlpha4ubv()
1277 void UI_GetThemeColorShadeAlpha4fv(int colorid, int coloffset, int alphaoffset, float col[4]) in UI_GetThemeColorShadeAlpha4fv() argument
1282 r = coloffset + (int)cp[0]; in UI_GetThemeColorShadeAlpha4fv()
1284 g = coloffset + (int)cp[1]; in UI_GetThemeColorShadeAlpha4fv()
1286 b = coloffset + (int)cp[2]; in UI_GetThemeColorShadeAlpha4fv()

123