Home
last modified time | relevance | path

Searched refs:cols (Results 101 – 125 of 23567) sorted by relevance

12345678910>>...943

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/sightglass/benchmarks/shootout/
H A Dminicsv.c19 cols[*cols_count_p] = col_start; in _minicsv_out_col()
98 col = cols[i]; in minicsv_trim_cols()
100 cols[i] = ++col; in minicsv_trim_cols()
115 char * cols[10]; in minicsv_body() local
125 r = minicsv_parse_line(r, cols, &cols_count, sizeof cols / sizeof cols[0]); in minicsv_body()
126 if (cols_count > sizeof cols / sizeof cols[0]) { in minicsv_body()
129 minicsv_trim_cols(cols, cols_count); in minicsv_body()
130 BLACK_BOX(cols); in minicsv_body()
131 r = minicsv_parse_line(r, cols, &cols_count, sizeof cols / sizeof cols[0]); in minicsv_body()
132 if (cols_count > sizeof cols / sizeof cols[0]) { in minicsv_body()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/geryon/
H A Ducl_h_mat.h82 _cols=cols;
85 _end=_array+rows*cols;
115 _cols=cols;
118 _end=_array+rows*cols;
135 _cols=cols; in view()
168 { view(input,1,cols); } in view()
194 _cols=cols; in view()
213 UCL_Device &dev) { view(input,rows,cols,cols,dev); } in view()
237 _cols=cols; in view_offset()
341 _cols=cols; in resize()
[all …]
H A Ducl_d_mat.h77 _cols=cols;
113 _cols=cols;
136 _cols=cols; in view()
172 { view(input,1,cols); } in view()
195 _cols=cols; in view()
217 UCL_Device &dev) { view(input,rows,cols,cols,dev); } in view()
238 _cols=cols; in view_offset()
305 _cols=cols; in view_offset()
336 { view_offset(offset,input,rows,cols,cols,dev); } in view_offset()
367 _cols=cols; in resize()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/geryon/
H A Ducl_h_mat.h82 _cols=cols;
85 _end=_array+rows*cols;
115 _cols=cols;
118 _end=_array+rows*cols;
135 _cols=cols; in view()
168 { view(input,1,cols); } in view()
194 _cols=cols; in view()
213 UCL_Device &dev) { view(input,rows,cols,cols,dev); } in view()
237 _cols=cols; in view_offset()
341 _cols=cols; in resize()
[all …]
H A Ducl_d_mat.h77 _cols=cols;
113 _cols=cols;
136 _cols=cols; in view()
172 { view(input,1,cols); } in view()
195 _cols=cols; in view()
217 UCL_Device &dev) { view(input,rows,cols,cols,dev); } in view()
238 _cols=cols; in view_offset()
305 _cols=cols; in view_offset()
336 { view_offset(offset,input,rows,cols,cols,dev); } in view_offset()
367 _cols=cols; in resize()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Ddetect_structure_test.cc48 bs.cols.back().size = 3; in TEST()
52 bs.cols.back().size = 4; in TEST()
56 bs.cols.back().size = 4; in TEST()
100 bs.cols.back().size = 3; in TEST()
104 bs.cols.back().size = 4; in TEST()
108 bs.cols.back().size = 4; in TEST()
153 bs.cols.back().size = 3; in TEST()
157 bs.cols.back().size = 4; in TEST()
161 bs.cols.back().size = 3; in TEST()
205 bs.cols.back().size = 3; in TEST()
[all …]
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Ddetect_structure_test.cc49 bs.cols.back().size = 3; in TEST()
53 bs.cols.back().size = 4; in TEST()
57 bs.cols.back().size = 4; in TEST()
98 bs.cols.back().size = 3; in TEST()
102 bs.cols.back().size = 4; in TEST()
106 bs.cols.back().size = 4; in TEST()
147 bs.cols.back().size = 3; in TEST()
151 bs.cols.back().size = 4; in TEST()
155 bs.cols.back().size = 3; in TEST()
196 bs.cols.back().size = 3; in TEST()
[all …]
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dlibpnmrw.c64 int cols; in pm_allocrow()
423 int cols;
451 int cols;
474 int cols;
519 int cols;
594 int cols;
597 if ( fwrite( grayrow, 1, cols, file ) != cols )
609 int cols;
644 int cols;
771 int cols;
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dlibpnmrw.c65 int cols; in pm_allocrow()
428 int cols;
456 int cols;
479 int cols;
524 int cols;
599 int cols;
614 int cols;
649 int cols;
776 int cols;
806 int cols;
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/test/LinearAlgebra/
H A DLinearOperatorTests.cpp168 bTrue.block(0,0, A.rows(), bTrue.cols()) = A * x.block(0, 0, A.cols(), x.cols()); in TEST()
169 bTrue.block(A.rows(),0, B.rows(), bTrue.cols()) = B * x.block(A.cols(), 0, B.cols(), x.cols()); in TEST()
180 bTrue.resize(A.cols() + B.cols(), x.cols()); in TEST()
181 bTrue.block(0,0,A.cols(), bTrue.cols()) = A.transpose() * x.block(0,0,A.rows(), x.cols()); in TEST()
182 …bTrue.block(A.cols(),0,B.cols(), bTrue.cols()) = B.transpose() * x.block(A.rows(), 0 , B.rows(), x… in TEST()
302 bMat = A*x.block(0,0,A.cols(),x.cols()); in TEST()
303 bMat += B*x.block(A.cols(), 0, B.cols(), x.cols()); in TEST()
350 EXPECT_EQ(A.cols(), AB_vert->cols()); in TEST()
351 EXPECT_EQ(A.cols() + B.cols(), AB_horiz->cols()); in TEST()
403 EXPECT_EQ(A.cols(), AB_vert->cols()); in TEST()
[all …]
/dports/devel/R-cran-data.table/data.table/R/
H A Dsetkey.R5 if (!length(cols)) { cols=colnames(x) }
6 else if (identical(cols,"NULL")) cols=NULL
13 if (is.list(cols)) {
48 if (!length(cols)) {
55 cols = gsub("`", "", cols, fixed = TRUE)
67 } else if(identical(head(key(x), length(cols)), cols)){
80 for (i in cols) {
253 cols=as.list(cols)
264 cols=unlist(cols, use.names=FALSE)
285 cols = gsub("`", "", cols, fixed = TRUE)
[all …]
/dports/databases/pear-DB_Table/DB_Table-1.5.6/tests/database/
H A DAutoJoinTest.php24 $cols = array();
25 $cols[] = 'Street';
26 $cols[] = 'FirstName';
27 $cols[] = 'LastName';
29 $cols[] = 'Building';
30 $cols[] = 'City';
69 $cols = array();
105 $cols = array();
110 $cols[] = 'Street';
111 $cols[] = 'City';
[all …]
/dports/devel/p5-Data-Range-Compare/Data-Range-Compare-1.031/t/
H A Dprocess.t80 ($row,$cols,$next,$missing)=$s->compare_row(\%helper,\@list,$row,$cols);
85 ($row,$cols,$next,$missing)=$s->compare_row(\%helper,\@list,$row,$cols);
90 ($row,$cols,$next,$missing)=$s->compare_row(\%helper,\@list,$row,$cols);
127 ok($cols->[3]==0,'checking coumn 4');
131 ($row,$cols,$next)=$s->compare_row(\%helper,$data,$row,$cols);
139 ($row,$cols,$next)=$s->compare_row(\%helper,$data,$row,$cols);
147 ($row,$cols,$next)=$s->compare_row(\%helper,$data,$row,$cols);
191 ($row,$cols,$next)=$s->compare_row(\%helper,$data,$row,$cols);
199 ($row,$cols,$next)=$s->compare_row(\%helper,$data,$row,$cols);
207 ($row,$cols,$next)=$s->compare_row(\%helper,$data,$row,$cols);
[all …]
/dports/sysutils/usermin/usermin-1.830/mailbox/
H A Dlist_folders.cgi36 my @cols;
40 push(@cols, $f->{'name'});
57 push(@cols, $f->{'name'});
80 push(@cols, &text(
85 push(@cols, undef);
89 push(@cols, &text('folders_num',
92 push(@cols, $text{'folders_comp'});
98 push(@cols, $text{'folders_virt'});
99 push(@cols, undef);
104 push(@cols, $mf);
[all …]
/dports/finance/prestashop/prestashop/vendor/greenlion/php-sql-parser/src/PHPSQLParser/processors/
H A DInsertProcessor.php71 $cols = false;
97 if ($cols === false) {
98 $cols = $trim;
107 if ($cols === false) {
108 return $cols;
110 if ($cols[0] === '(' && substr($cols, -1) === ')') {
114 $cols = $this->removeParenthesisFromStart($cols);
130 $cols = false;
159 $cols = $this->processColumns($cols);
160 if ($cols !== false) {
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/greenlion/php-sql-parser/src/PHPSQLParser/processors/
H A DInsertProcessor.php71 $cols = false;
97 if ($cols === false) {
98 $cols = $trim;
107 if ($cols === false) {
108 return $cols;
110 if ($cols[0] === '(' && substr($cols, -1) === ')') {
114 $cols = $this->removeParenthesisFromStart($cols);
130 $cols = false;
159 $cols = $this->processColumns($cols);
160 if ($cols !== false) {
[all …]
/dports/sysutils/webmin/webmin-1.981/net/
H A Dlist_ifcs.cgi63 local @cols;
65 push(@cols,
70 push(@cols,
78 $cols[0] = "  ".$cols[0];
84 push(@cols, &iface_type($a->{'name'}).
152 local @cols;
171 push(@cols, &html_escape($rng));
177 push(@cols, "");
192 push(@cols, "<a href='$link'>"
199 $cols[0] = "&nbsp;&nbsp;".$cols[0];
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpbm3.c44 int const cols, in pbm_writepbminit() argument
147 if (cols % 16 > 0) { in packBitsWithSse2()
187 unsigned int const cols, in packBitsGeneric() argument
244 int const cols) { in writePbmRowRaw() argument
267 if (cols % 8 > 0) in writePbmRowRaw()
283 int const cols) { in writePbmRowPlain() argument
288 for (col = 0; col < cols; ++col) { in writePbmRowPlain()
304 int const cols, in pbm_writepbmrow() argument
328 bitrow = pbm_allocrow(cols); in pbm_writepbmrow_packed()
388 unsigned int const csh = cols % 8; in pbm_writepbmrow_bitoffset()
[all …]
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dcolumn_view.c159 if(cols != NULL) in columns_free()
161 columns_clear(cols); in columns_free()
162 free(cols); in columns_free()
169 free(cols->list); in columns_clear()
170 cols->list = NULL; in columns_clear()
171 cols->count = 0; in columns_clear()
190 init_new_column(&cols->list[cols->count - 1], info); in columns_add_column()
218 mem_ptr = reallocarray(cols->list, cols->count + 1, sizeof(*mem_ptr)); in extend_column_list()
223 cols->list = mem_ptr; in extend_column_list()
224 cols->count++; in extend_column_list()
[all …]
/dports/math/polymake/polymake-4.5/apps/common/cpperl/
H A Dauto-cols.cpperl3 …&>"], "func": "cols", "include": ["polymake/IncidenceMatrix.h", "polymake/Matrix.h", "polymake/Rat…
5 …ceMatrix<NonSymmetric>&>"], "func": "cols", "include": ["polymake/IncidenceMatrix.h"], "kind": "me…
6 …tional>&>>"], "func": "cols", "include": ["polymake/IncidenceMatrix.h", "polymake/Matrix.h", "poly…
7 …trix<double>&>"], "func": "cols", "include": ["polymake/IncidenceMatrix.h", "polymake/Matrix.h"], …
8 …ymmetric>&>"], "func": "cols", "include": ["polymake/IncidenceMatrix.h", "polymake/SparseMatrix.h"…
9 …>&>"], "func": "cols", "include": ["polymake/IncidenceMatrix.h", "polymake/Integer.h", "polymake/M…
16 … Matrix<Int>&>"], "func": "cols", "include": ["polymake/IncidenceMatrix.h", "polymake/Matrix.h"], …
17 …ntVector<Int const&>, true>&>"], "func": "cols", "include": ["polymake/linalg.h"], "kind": "meth",…
27 …ymmetric>&>"], "func": "cols", "include": ["polymake/IncidenceMatrix.h", "polymake/SparseMatrix.h"…
41 …d<const Matrix<Int>&>>"], "func": "cols", "include": ["polymake/IncidenceMatrix.h", "polymake/Matr…
[all …]
/dports/textproc/R-cran-readr/readr/R/
H A Dcol_types.R92 cols = col_types, nameattr
127 do.call(cols, x)
229 x$cols <- x$cols[types != most_common]
246 cols <- x$cols[seq_len(min(length(x$cols), n))] functionVar
262 seq_along(cols),
303 return(cols)
326 cols
482 spec$cols <- spec$cols[seq_len(n)]
507 spec$cols <- c(spec$cols, list(rep(col_guess(), n_new)))
531 spec$cols <- spec$cols[!bad_types]
[all …]
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DConversion16_565.cpp35 for (int cols = 0; cols < width_in_pixels; cols++) { in FreeImage_ConvertLine1To16_565() local
36 int index = (source[cols >> 3] & (0x80 >> (cols & 0x07))) != 0 ? 1 : 0; in FreeImage_ConvertLine1To16_565()
48 for (int cols = 0; cols < width_in_pixels; cols++) { in FreeImage_ConvertLine4To16_565() local
67 for (int cols = 0; cols < width_in_pixels; cols++) { in FreeImage_ConvertLine8To16_565() local
68 RGBQUAD *grab_palette = palette + source[cols]; in FreeImage_ConvertLine8To16_565()
79 for (int cols = 0; cols < width_in_pixels; cols++) { in FreeImage_ConvertLine16_555_To16_565() local
80 …new_bits[cols] = RGB565((((src_bits[cols] & FI16_555_BLUE_MASK) >> FI16_555_BLUE_SHIFT) * 0xFF) / … in FreeImage_ConvertLine16_555_To16_565()
82 (((src_bits[cols] & FI16_555_RED_MASK) >> FI16_555_RED_SHIFT) * 0xFF) / 0x1F); in FreeImage_ConvertLine16_555_To16_565()
90 for (int cols = 0; cols < width_in_pixels; cols++) { in FreeImage_ConvertLine24To16_565() local
91 new_bits[cols] = RGB565(source[FI_RGBA_BLUE], source[FI_RGBA_GREEN], source[FI_RGBA_RED]); in FreeImage_ConvertLine24To16_565()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dleaftoppm.c33 short cols; in leaf_init() local
57 pm_readbigshort(fp, &cols); in leaf_init()
58 *colsP = cols; in leaf_init()
147 if (cols % 2) in main()
156 pixrow = ppm_allocrow(cols); in main()
161 if (cols % 2) in main()
165 if (cols % 2) in main()
169 if (cols % 2) in main()
184 if (cols %2) in main()
195 bitrow = pbm_allocrow(cols); in main()
[all …]
/dports/databases/grass7/grass-7.8.6/db/drivers/ogr/
H A Dexecute.c31 column_info *cols; in db__driver_execute_immediate() local
67 cols[i].index = OGR_FD_GetFieldIndex(hFeatureDefn, cols[i].name); in db__driver_execute_immediate()
68 if (cols[i].index < 0) { in db__driver_execute_immediate()
70 cols[i].name, table); in db__driver_execute_immediate()
74 cols[i].qindex = OGR_FD_GetFieldIndex(hFeatureDefn, cols[i].value); in db__driver_execute_immediate()
79 cols[i].name, cols[i].value, cols[i].index, cols[i].type, in db__driver_execute_immediate()
80 cols[i].qindex); in db__driver_execute_immediate()
102 cols[i].type != OFTReal) && *(cols[i].value) == '\'') { in db__driver_execute_immediate()
107 value = cols[i].value; in db__driver_execute_immediate()
119 G_free(cols[i].name); in db__driver_execute_immediate()
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DChangeHandler.pm315 my @cols;
390 my @cols;
417 } @cols)
441 } @$cols;
470 my @cols;
474 @cols = sort {
492 return @cols;
507 my $cols = '*';
510 $cols = join(', ',
527 if ( !$cols ) {
[all …]

12345678910>>...943