Home
last modified time | relevance | path

Searched refs:vcols (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/src/cuda/
H A Dcmp_mat.cu116 const int vcols = src1.cols >> 2; in cmpMatEq_v4() local
118 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in cmpMatEq_v4()
119 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in cmpMatEq_v4()
120 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in cmpMatEq_v4()
126 const int vcols = src1.cols >> 2; in cmpMatNe_v4() local
128 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in cmpMatNe_v4()
130 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in cmpMatNe_v4()
136 const int vcols = src1.cols >> 2; in cmpMatLt_v4() local
140 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in cmpMatLt_v4()
146 const int vcols = src1.cols >> 2; in cmpMatLe_v4() local
[all …]
H A Dbitwise_mat.cu82 const int vcols = bcols >> 2; in bitwise_not() local
84 GlobPtrSz<uint> vsrc = globPtr((uint*) src.data, src.step, src.rows, vcols); in bitwise_not()
91 const int vcols = bcols >> 1; in bitwise_not() local
186 const int vcols = bcols >> 2; in bitMat() local
188 GpuMat vsrc1(src1.rows, vcols, CV_32SC1, src1.data, src1.step); in bitMat()
189 GpuMat vsrc2(src1.rows, vcols, CV_32SC1, src2.data, src2.step); in bitMat()
190 GpuMat vdst(src1.rows, vcols, CV_32SC1, dst.data, dst.step); in bitMat()
196 const int vcols = bcols >> 1; in bitMat() local
198 GpuMat vsrc1(src1.rows, vcols, CV_16UC1, src1.data, src1.step); in bitMat()
199 GpuMat vsrc2(src1.rows, vcols, CV_16UC1, src2.data, src2.step); in bitMat()
[all …]
H A Dabsdiff_mat.cu106 const int vcols = src1.cols >> 1; in absDiffMat_v2() local
108 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in absDiffMat_v2()
109 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in absDiffMat_v2()
110 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in absDiffMat_v2()
125 const int vcols = src1.cols >> 2; in absDiffMat_v4() local
127 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in absDiffMat_v4()
128 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in absDiffMat_v4()
129 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in absDiffMat_v4()
H A Dsub_mat.cu86 const int vcols = src1.cols >> 1; in subMat_v2() local
88 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in subMat_v2()
89 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in subMat_v2()
90 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in subMat_v2()
105 const int vcols = src1.cols >> 2; in subMat_v4() local
107 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in subMat_v4()
108 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in subMat_v4()
109 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in subMat_v4()
H A Dadd_mat.cu86 const int vcols = src1.cols >> 1; in addMat_v2() local
88 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in addMat_v2()
89 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in addMat_v2()
90 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in addMat_v2()
105 const int vcols = src1.cols >> 2; in addMat_v4() local
107 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in addMat_v4()
108 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in addMat_v4()
109 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in addMat_v4()
H A Dminmax_mat.cu89 const int vcols = src1.cols >> 1; in minMaxMat_v2() local
91 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in minMaxMat_v2()
92 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in minMaxMat_v2()
93 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in minMaxMat_v2()
117 const int vcols = src1.cols >> 2; in minMaxMat_v4() local
119 GlobPtrSz<uint> src1_ = globPtr((uint*) src1.data, src1.step, src1.rows, vcols); in minMaxMat_v4()
120 GlobPtrSz<uint> src2_ = globPtr((uint*) src2.data, src2.step, src1.rows, vcols); in minMaxMat_v4()
121 GlobPtrSz<uint> dst_ = globPtr((uint*) dst.data, dst.step, src1.rows, vcols); in minMaxMat_v4()
/dports/databases/grass7/grass-7.8.6/raster/r.out.mpeg/
H A Dmain.c65 int irows, icols, vrows, vcols; variable
171 vcols = Rast_window_cols(); in main()
173 ncols = vcols; in main()
214 vcols *= vscale; in main()
222 ncols += (1 + (ncols / vcols)) * BORDER_W; in main()
271 if (icols == vcols) { in load_files()
277 vxoff = (icols == vcols) ? BORDER_W : in load_files()
278 BORDER_W + vnum * (BORDER_W + vcols); in load_files()
286 vxoff = vnum % 2 ? BORDER_W : vcols + 2 * BORDER_W; in load_files()
309 for (col = 0; col < vcols; col++) { in load_files()
/dports/editors/textadept/cdk-5.0-20200923/
H A Dmatrix.c70 int vcols, in newCDKMatrix() argument
135 vcols = (vcols > cols ? cols : vcols); in newCDKMatrix()
208 for (x = 1; x <= vcols; x++) in newCDKMatrix()
262 for (x = 1; x <= vcols; x++) in newCDKMatrix()
302 for (y = 1; y <= vcols; y++) in newCDKMatrix()
327 matrix->vcols = vcols; in newCDKMatrix()
515 if (widget->ccol != widget->vcols) in _injectCDKMatrix()
590 if (widget->cols > widget->vcols) in _injectCDKMatrix()
609 widget->ccol = widget->vcols; in _injectCDKMatrix()
1337 for (y = 1; y <= matrix->vcols; y++) in _destroyCDKMatrix()
[all …]
/dports/devel/cdk/cdk-5.0-20161210/
H A Dmatrix.c70 int vcols, in newCDKMatrix() argument
135 vcols = (vcols > cols ? cols : vcols); in newCDKMatrix()
208 for (x = 1; x <= vcols; x++) in newCDKMatrix()
262 for (x = 1; x <= vcols; x++) in newCDKMatrix()
302 for (y = 1; y <= vcols; y++) in newCDKMatrix()
327 matrix->vcols = vcols; in newCDKMatrix()
515 if (widget->ccol != widget->vcols) in _injectCDKMatrix()
590 if (widget->cols > widget->vcols) in _injectCDKMatrix()
609 widget->ccol = widget->vcols; in _injectCDKMatrix()
1337 for (y = 1; y <= matrix->vcols; y++) in _destroyCDKMatrix()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/vcol/inc/
H A Dvcol_ins_upd.inc37 --echo # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
43 --echo # INSERT INTO tbl_name VALUES... NULL is specified against vcols
49 --echo # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
61 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
62 --echo # against vcols
68 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
74 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
75 --echo # against vcols
108 --echo # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
109 --echo # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/vcol/inc/
H A Dvcol_ins_upd.inc37 --echo # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
43 --echo # INSERT INTO tbl_name VALUES... NULL is specified against vcols
49 --echo # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
61 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
62 --echo # against vcols
68 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
74 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
75 --echo # against vcols
108 --echo # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
109 --echo # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/vcol/inc/
H A Dvcol_ins_upd.inc37 --echo # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
43 --echo # INSERT INTO tbl_name VALUES... NULL is specified against vcols
49 --echo # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
61 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
62 --echo # against vcols
68 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
74 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
75 --echo # against vcols
108 --echo # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
109 --echo # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/vcol/inc/
H A Dvcol_ins_upd.inc37 --echo # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
43 --echo # INSERT INTO tbl_name VALUES... NULL is specified against vcols
49 --echo # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
61 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
62 --echo # against vcols
68 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
74 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
75 --echo # against vcols
108 --echo # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
109 --echo # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/vcol/inc/
H A Dvcol_ins_upd.inc37 --echo # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
43 --echo # INSERT INTO tbl_name VALUES... NULL is specified against vcols
49 --echo # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
61 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
62 --echo # against vcols
68 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
74 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
75 --echo # against vcols
108 --echo # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
109 --echo # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/vcol/inc/
H A Dvcol_ins_upd.inc37 --echo # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
43 --echo # INSERT INTO tbl_name VALUES... NULL is specified against vcols
49 --echo # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
61 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
62 --echo # against vcols
68 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
74 --echo # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
75 --echo # against vcols
108 --echo # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
109 --echo # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/vcol/r/
H A Dvcol_ins_upd_myisam.result9 # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
17 # INSERT INTO tbl_name VALUES... NULL is specified against vcols
25 # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
45 # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
46 # against vcols
55 # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
64 # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
65 # against vcols
116 # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
117 # SELECT <non-vcols>, <vcols> from old_table
[all …]
H A Dvcol_ins_upd_innodb.result9 # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
17 # INSERT INTO tbl_name VALUES... NULL is specified against vcols
25 # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
45 # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
46 # against vcols
55 # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
64 # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
65 # against vcols
116 # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
117 # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/vcol/r/
H A Dvcol_ins_upd_myisam.result9 # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
17 # INSERT INTO tbl_name VALUES... NULL is specified against vcols
25 # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
45 # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
46 # against vcols
55 # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
64 # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
65 # against vcols
116 # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
117 # SELECT <non-vcols>, <vcols> from old_table
[all …]
H A Dvcol_ins_upd_innodb.result9 # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
17 # INSERT INTO tbl_name VALUES... NULL is specified against vcols
25 # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
45 # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
46 # against vcols
55 # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
64 # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
65 # against vcols
116 # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
117 # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/vcol/r/
H A Dvcol_ins_upd_myisam.result9 # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
17 # INSERT INTO tbl_name VALUES... NULL is specified against vcols
25 # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
45 # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
46 # against vcols
55 # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
64 # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
65 # against vcols
116 # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
117 # SELECT <non-vcols>, <vcols> from old_table
[all …]
H A Dvcol_ins_upd_innodb.result9 # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
17 # INSERT INTO tbl_name VALUES... NULL is specified against vcols
25 # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
45 # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
46 # against vcols
55 # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
64 # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
65 # against vcols
116 # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
117 # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/vcol/r/
H A Dvcol_ins_upd_myisam.result9 # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
17 # INSERT INTO tbl_name VALUES... NULL is specified against vcols
25 # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
45 # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
46 # against vcols
55 # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
64 # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
65 # against vcols
116 # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
117 # SELECT <non-vcols>, <vcols> from old_table
[all …]
H A Dvcol_ins_upd_innodb.result9 # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
17 # INSERT INTO tbl_name VALUES... NULL is specified against vcols
25 # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
45 # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
46 # against vcols
55 # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
64 # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
65 # against vcols
116 # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
117 # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/vcol/r/
H A Dvcol_ins_upd_myisam.result9 # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
17 # INSERT INTO tbl_name VALUES... NULL is specified against vcols
25 # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
45 # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
46 # against vcols
55 # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
64 # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
65 # against vcols
116 # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
117 # SELECT <non-vcols>, <vcols> from old_table
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/vcol/r/
H A Dvcol_ins_upd_myisam.result9 # INSERT INTO tbl_name VALUES... DEFAULT is specified against vcols
17 # INSERT INTO tbl_name VALUES... NULL is specified against vcols
25 # INSERT INTO tbl_name VALUES... a non-NULL value is specified against vcols
45 # INSERT INTO tbl_name (<normal+vcols>) VALUES... DEFAULT is specified
46 # against vcols
55 # INSERT INTO tbl_name (<normal+vcols>) VALUES... NULL is specified against vcols
64 # INSERT INTO tbl_name (<normal+vcols>) VALUES... a non-NULL value is specified
65 # against vcols
116 # CREATE new_table ... LIKE old_table INSERT INTO new_table (<non-vcols>, <vcols>)
117 # SELECT <non-vcols>, <vcols> from old_table
[all …]

1234567