Home
last modified time | relevance | path

Searched refs:lastcol (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dtablist.c44 int firstcol, lastcol = 1, linewidth; in main() local
104 firstcol = lastcol; in main()
108 for (lastcol = firstcol; lastcol <= ncols; lastcol++) { in main()
110 fits_get_col_display_width(fptr, lastcol, &dispwidth[lastcol], &status); in main()
114 nelements[lastcol] = (nelements[lastcol] + 7)/8; in main()
116 nelements[lastcol] = 1; in main()
117 nelems = nelements[lastcol]; in main()
141 lastcol = ncols; in main()
142 lastelem = nelements[lastcol]; in main()
151 for (ii = firstcol; ii <= lastcol; ii++) { in main()
[all …]
/dports/math/R-cran-raster/raster/R/
H A DgetValuesBlock.R25 lastcol <- col + round(ncols[1]) - 1 functionVar
26 ncols <- lastcol - col + 1
42 lastcell <- cellFromRowCol(x, lastrow, lastcol)
52 cells <- cellFromRowColCombine(x, row:lastrow, col:lastcol)
102 lastcol <- col + ncols - 1 functionVar
103 res <- x@data@values[cellFromRowColCombine(x, row:lastrow, col:lastcol), , drop=FALSE]
133 lastcol <- col + round(ncols[1]) - 1 functionVar
134 ncols <- lastcol - col + 1
137 lastcell <- cellFromRowCol(x, lastrow, lastcol)
145 cells <- cellFromRowColCombine(x, row:lastrow, col:lastcol)
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/Chv/drivers/
H A Dtest_assmbChv.c24 lastcol, msglvl, ncolI, ncolJ, nDI, nDJ, nentI, nentJ, in main() local
113 lastcol = colindJ[ncolJ-1] ; in main()
181 fprintf(msgFile, "\n a = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
183 fprintf(msgFile, "\n b = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
194 fprintf(msgFile, "\n c = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
/dports/math/spooles-mpich/spooles.2.2/Chv/drivers/
H A Dtest_assmbChv.c24 lastcol, msglvl, ncolI, ncolJ, nDI, nDJ, nentI, nentJ, in main() local
113 lastcol = colindJ[ncolJ-1] ; in main()
181 fprintf(msgFile, "\n a = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
183 fprintf(msgFile, "\n b = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
194 fprintf(msgFile, "\n c = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
/dports/math/spooles/spooles.2.2/Chv/drivers/
H A Dtest_assmbChv.c24 lastcol, msglvl, ncolI, ncolJ, nDI, nDJ, nentI, nentJ, in main() local
113 lastcol = colindJ[ncolJ-1] ; in main()
181 fprintf(msgFile, "\n a = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
183 fprintf(msgFile, "\n b = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
194 fprintf(msgFile, "\n c = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
/dports/math/spooles/spooles.2.2_SHARED/Chv/drivers/
H A Dtest_assmbChv.c24 lastcol, msglvl, ncolI, ncolJ, nDI, nDJ, nentI, nentJ, in main() local
113 lastcol = colindJ[ncolJ-1] ; in main()
181 fprintf(msgFile, "\n a = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
183 fprintf(msgFile, "\n b = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
194 fprintf(msgFile, "\n c = zeros(%d,%d) ;", lastcol+1, lastcol+1) ; in main()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Din_xpm.cpp358 Image::Sampled::dimen_t lastcol=0, x; in in_xpm_reader()
362 for (lastcol=0;lastcol<colors;lastcol++) iimg->setPal(lastcol, rgb[lastcol]); in in_xpm_reader()
363 lastcol=0; in in_xpm_reader()
370 p=tab; lastcol=0; while (p!=pend && 0!=memcmp(p,pend,cpp)) { p+=cpp; lastcol++; } in in_xpm_reader()
372 if (rgb[lastcol]==0x1000000) p=tab+cpp*(lastcol=transp); /* fix single transp */ in in_xpm_reader()
374 *outbuf++=lastcol; in in_xpm_reader()
383 p=tab; lastcol=0; while (p!=pend && 0!=memcmp(p,pend,cpp)) { p+=cpp; lastcol++; } in in_xpm_reader()
386 *outbuf++=rgb[lastcol]>>16; in in_xpm_reader()
387 *outbuf++=rgb[lastcol]>>8; in in_xpm_reader()
388 *outbuf++=rgb[lastcol]; in in_xpm_reader()
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dhelixturnhelix.c57 ajint n, ajint lastcol,
100 ajint lastcol; in main() local
131 lastcol = cols-3; in main()
161 se = (len-lastcol)+1; in main()
165 for(j=0;j<lastcol;++j) in main()
202 helixturnhelix_print_hits(ajb, n, lastcol, in main()
416 ajint lastcol, in helixturnhelix_print_hits() argument
455 lp[ajUintGet(hp,i)]->pos+lastcol-1); in helixturnhelix_print_hits()
462 lp[ajUintGet(hp,i)]->pos+lastcol-1); in helixturnhelix_print_hits()
493 ajint lastcol, AjPFeattable TabRpt) in helixturnhelix_report_hits() argument
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/ML-IAP/
H A Dcompute_mliap.cpp123 lastcol = size_array_cols-1; in ComputeMLIAP()
280 mliaparray[irow][lastcol] = atom->f[i][0]; in compute_array()
281 mliaparray[irow+1][lastcol] = atom->f[i][1]; in compute_array()
282 mliaparray[irow+2][lastcol] = atom->f[i][2]; in compute_array()
305 mliaparrayall[irow++][lastcol] = reference_energy; in compute_array()
312 mliaparrayall[irow++][lastcol] = c_virial->vector[0]; in compute_array()
313 mliaparrayall[irow++][lastcol] = c_virial->vector[1]; in compute_array()
314 mliaparrayall[irow++][lastcol] = c_virial->vector[2]; in compute_array()
315 mliaparrayall[irow++][lastcol] = c_virial->vector[5]; in compute_array()
316 mliaparrayall[irow++][lastcol] = c_virial->vector[4]; in compute_array()
[all …]
/dports/biology/jalview/jalview/src/jalview/io/
H A DSimpleBlastFile.java81 int padding = -1, numcol = -1, aligcol = -1, lastcol = -1; in parse() local
107 lastcol = -1; in parse()
118 else if (aligcol != -1 && lastcol == -1) in parse()
120 lastcol = p; in parse()
148 || (aligcol == -1 || numcol == -1 || lastcol == -1) in parse()
149 || line.length() < lastcol) in parse()
159 String endindx = line.substring(lastcol).trim(); in parse()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/fc/
H A Dfsconvert.c211 lastcol = pfi->lastCol;
217 row = loc / (lastcol - firstcol + 1) + firstrow;
218 col = loc % (lastcol - firstcol + 1) + firstcol;
235 if (col >= firstcol && col <= lastcol &&
242 if (col2 > lastcol) col2 = lastcol;
270 fullrange[0].max_char_low = lastcol;
289 col2 = lastcol;
294 if (col2 > lastcol) col2 = lastcol;
299 col1 < firstcol || col1 > lastcol)
313 (col2 & 0xf) != 0xf) && col2 < lastcol)
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dterm.c186 if (ic == p->tcol->lastcol) in term_flushln()
723 if (p->tcol->lastcol > 2 && in term_word()
726 p->tcol->lastcol -= 2; in term_word()
727 if (p->col > p->tcol->lastcol) in term_word()
728 p->col = p->tcol->lastcol; in term_word()
773 if (p->tcol->lastcol < ++p->col) in bufferc()
774 p->tcol->lastcol = p->col; in bufferc()
819 if (p->tcol->lastcol < ++p->col) in encode1()
820 p->tcol->lastcol = p->col; in encode1()
863 if (p->tcol->lastcol < p->col) in encode()
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/old_datasources/healpix/
H A Dhealpix_tools_fits.cpp296 int lastcol; in healpix_fits_map_test() local
475 lastcol = 1; in healpix_fits_map_test()
477 lastcol = 1024; in healpix_fits_map_test()
482 lastcol = 1; in healpix_fits_map_test()
485 if (lastcol == 0) { in healpix_fits_map_test()
486 lastcol = 1024; in healpix_fits_map_test()
529 int lastcol; in healpix_fits_map_info() local
717 lastcol = 1; in healpix_fits_map_info()
719 lastcol = 1024; in healpix_fits_map_info()
724 lastcol = 1; in healpix_fits_map_info()
[all …]
/dports/x11-fonts/libXfont/libXfont-1.5.4/src/fc/
H A Dfsconvert.c222 lastcol = pfi->lastCol; in fs_build_range()
228 row = loc / (lastcol - firstcol + 1) + firstrow; in fs_build_range()
229 col = loc % (lastcol - firstcol + 1) + firstcol; in fs_build_range()
246 if (col >= firstcol && col <= lastcol && in fs_build_range()
253 if (col2 > lastcol) col2 = lastcol; in fs_build_range()
281 fullrange[0].max_char_low = lastcol; in fs_build_range()
300 col2 = lastcol; in fs_build_range()
305 if (col2 > lastcol) col2 = lastcol; in fs_build_range()
310 col1 < firstcol || col1 > lastcol) in fs_build_range()
324 (col2 & 0xf) != 0xf) && (col2 < lastcol)) in fs_build_range()
[all …]
/dports/x11-fonts/libXfont2/libXfont2-2.0.5/src/fc/
H A Dfsconvert.c224 lastcol = pfi->lastCol; in fs_build_range()
230 row = loc / (lastcol - firstcol + 1) + firstrow; in fs_build_range()
231 col = loc % (lastcol - firstcol + 1) + firstcol; in fs_build_range()
248 if (col >= firstcol && col <= lastcol && in fs_build_range()
255 if (col2 > lastcol) col2 = lastcol; in fs_build_range()
283 fullrange[0].max_char_low = lastcol; in fs_build_range()
302 col2 = lastcol; in fs_build_range()
307 if (col2 > lastcol) col2 = lastcol; in fs_build_range()
312 col1 < firstcol || col1 > lastcol) in fs_build_range()
326 (col2 & 0xf) != 0xf) && (col2 < lastcol)) in fs_build_range()
[all …]
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dcmds_normal.c113 lastcol = curcol; in do_normalmode()
122 lastcol = curcol; in do_normalmode()
132 lastcol = curcol; in do_normalmode()
141 lastcol = curcol; in do_normalmode()
151 lastcol = curcol; in do_normalmode()
160 lastcol = curcol; in do_normalmode()
167 lastcol = curcol; in do_normalmode()
175 lastcol = curcol; in do_normalmode()
197 lastcol = curcol; in do_normalmode()
257 lastcol = curcol; in do_normalmode()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dcoarray_36.f89 > lastcol,
100 > lastcol,
188 > lastcol,
200 > lastcol,
293 > lastcol,
304 > lastcol,
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_36.f89 > lastcol,
100 > lastcol,
188 > lastcol,
200 > lastcol,
293 > lastcol,
304 > lastcol,
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_36.f89 > lastcol,
100 > lastcol,
188 > lastcol,
200 > lastcol,
293 > lastcol,
304 > lastcol,
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_36.f89 > lastcol,
100 > lastcol,
188 > lastcol,
200 > lastcol,
293 > lastcol,
304 > lastcol,
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_36.f89 > lastcol,
100 > lastcol,
188 > lastcol,
200 > lastcol,
293 > lastcol,
304 > lastcol,
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dcoarray_36.f89 > lastcol,
100 > lastcol,
188 > lastcol,
200 > lastcol,
293 > lastcol,
304 > lastcol,
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_36.f89 > lastcol,
100 > lastcol,
188 > lastcol,
200 > lastcol,
293 > lastcol,
304 > lastcol,
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dcoarray_36.f89 > lastcol,
100 > lastcol,
188 > lastcol,
200 > lastcol,
293 > lastcol,
304 > lastcol,
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dcoarray_36.f89 > lastcol,
100 > lastcol,
188 > lastcol,
200 > lastcol,
293 > lastcol,
304 > lastcol,

12345678910>>...17