Home
last modified time | relevance | path

Searched refs:vconcat (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_concatenation.cpp67 cv::vconcat(mat0x5, mat0x5, result); in TEST()
69 cv::vconcat(mat0x5, mat10x5, result); in TEST()
71 cv::vconcat(mat10x5, mat0x5, result); in TEST()
73 cv::vconcat(mat10x5, mat10x5, result); in TEST()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dfmt2d.spad143 bxl := vconcat([bl for i in 1..t], h)
144 bxr := vconcat([br for i in 1..t], h)
156 vconcat([bar, hconcat[l, bx, r], bar], h+1)
176 op: BOX := vconcat([_
215 op: BOX := vconcat([_
221 op: BOX := vconcat([_
330 sb := vconcat([bspace, sb], 1)
365 b := vconcat([b, raise], h)
397 bl: BOX := vconcat([box "+-", box "| "], 1)
417 vconcat(h: H): H == vconcatAligned 0
[all …]
H A Dfmtjfricas.spad78 vconcat([box "--FORMAT:BEG:FormatMathJax", _
81 vconcat([defaultEpilogue(s)$FormatMathJax,
169 (s: S): BOX +-> vconcat([b, defaultPrologue(s)$f],1,-1)$BOX,_
170 (s: S): BOX +-> vconcat([defaultEpilogue(s)$f, e],1,-1)$BOX_
/dports/devel/forge/forge-0.3.0/lisp/
H A Dforge-list.el150 (vconcat (--map `(,@(-take 3 it)
179 (vconcat (--map `(,@(-take 3 it)
208 (vconcat (mapcar #'car forge-owned-accounts))
209 (vconcat forge-owned-ignored)))))
294 (vconcat (mapcar #'car forge-owned-accounts))
295 (vconcat forge-owned-ignored)))))
383 (vconcat (mapcar #'car forge-owned-accounts))
384 (vconcat forge-owned-ignored)))))
449 (vconcat (if table
460 (vconcat
/dports/devel/forge-devel/forge-0.3.0-24-g402773e/lisp/
H A Dforge-list.el150 (vconcat (--map `(,@(-take 3 it)
179 (vconcat (--map `(,@(-take 3 it)
208 (vconcat (mapcar #'car forge-owned-accounts))
209 (vconcat forge-owned-ignored)))))
294 (vconcat (mapcar #'car forge-owned-accounts))
295 (vconcat forge-owned-ignored)))))
383 (vconcat (mapcar #'car forge-owned-accounts))
384 (vconcat forge-owned-ignored)))))
449 (vconcat (if table
460 (vconcat
/dports/editors/emacs-devel/emacs-4d1968b/test/lisp/
H A Dkmacro-tests.el353 (kmacro-tests-define-macro (vconcat "foo" [return] "\M-x"
363 (push (vconcat "\C-cxi" "\C-u\C-cxi") kmacro-tests-macros)
373 (kmacro-tests-define-macro (vconcat "bar"))
535 (kmacro-tests-define-macro (vconcat "abaab"))
550 (vconcat "\C-hi")))
557 (vconcat "\C-hi")))
623 (kmacro-tests-define-macro (vconcat "a\C-a\C-cxu"))
626 (kmacro-tests-define-macro (vconcat "bb\C-a\C-cxu"))
786 (let ((mac (vconcat [?\M-x] "eval-expression" '[return]
802 (let ((mac (vconcat "test Input" '[return]
[all …]
/dports/editors/emacs/emacs-27.2/test/lisp/
H A Dkmacro-tests.el356 (kmacro-tests-define-macro (vconcat "foo" [return] "\M-x"
366 (push (vconcat "\C-cxi" "\C-u\C-cxi") kmacro-tests-macros)
376 (kmacro-tests-define-macro (vconcat "bar"))
538 (kmacro-tests-define-macro (vconcat "abaab"))
553 (vconcat "\C-hi")))
560 (vconcat "\C-hi")))
626 (kmacro-tests-define-macro (vconcat "a\C-a\C-cxu"))
629 (kmacro-tests-define-macro (vconcat "bb\C-a\C-cxu"))
789 (let ((mac (vconcat [?\M-x] "eval-expression" '[return]
805 (let ((mac (vconcat "test Input" '[return]
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emulation/
H A Dviper-macs.el127 (setq temp (viper-fixup-macro (vconcat macro-name))) ;; copy and fixup
158 (setq macro-name (vconcat macro-name)))
159 (t (setq macro-name (vconcat (prin1-to-string macro-name)))))
164 (setq key-seq (vconcat key-seq (if key (vector key) [])))
228 (setq key-seq (vconcat key-seq (if key (vector key) [])))
711 (setq pref (vconcat pref (vector (elt first idx)))))
810 (vconcat (delq nil (mapcar (lambda (elt) (if (consp elt)
817 (vconcat (mapcar #'viper-event-key (vconcat array))))
852 (vconcat (mapcar #'viper-key-to-emacs-key macro-body)))
878 (setq lis (vconcat lis (vector next-event)))))
/dports/editors/emacs/emacs-27.2/lisp/emulation/
H A Dviper-macs.el127 (setq temp (viper-fixup-macro (vconcat macro-name))) ;; copy and fixup
158 (setq macro-name (vconcat macro-name)))
159 (t (setq macro-name (vconcat (prin1-to-string macro-name)))))
164 (setq key-seq (vconcat key-seq (if key (vector key) [])))
228 (setq key-seq (vconcat key-seq (if key (vector key) [])))
712 (setq pref (vconcat pref (vector (elt first idx)))))
811 (vconcat (delq nil (mapcar (lambda (elt) (if (consp elt)
818 (vconcat (mapcar 'viper-event-key (vconcat array))))
853 (vconcat (mapcar 'viper-key-to-emacs-key macro-body)))
879 (setq lis (vconcat lis (vector next-event)))))
/dports/textproc/uim-el/uim-d1ac9d9/emacs/
H A Duim-key.el442 (setq symbol-vector (vconcat symbol-vector (vector symbol-list)))
466 (vconcat (mapcar
538 (setq symbol-vector (vconcat symbol-vector
645 (vconcat input-vector-prefix translated))
661 (vconcat uim-prefix-arg-vector
667 (vconcat input-vector-prefix (funcall translated nil)))
681 (vconcat input-vector-prefix (uim-vector-car input-vector-main)))
701 (vconcat
/dports/textproc/uim-gtk/uim-d1ac9d9/emacs/
H A Duim-key.el442 (setq symbol-vector (vconcat symbol-vector (vector symbol-list)))
466 (vconcat (mapcar
538 (setq symbol-vector (vconcat symbol-vector
645 (vconcat input-vector-prefix translated))
661 (vconcat uim-prefix-arg-vector
667 (vconcat input-vector-prefix (funcall translated nil)))
681 (vconcat input-vector-prefix (uim-vector-car input-vector-main)))
701 (vconcat
/dports/textproc/uim-qt5/uim-d1ac9d9/emacs/
H A Duim-key.el442 (setq symbol-vector (vconcat symbol-vector (vector symbol-list)))
466 (vconcat (mapcar
538 (setq symbol-vector (vconcat symbol-vector
645 (vconcat input-vector-prefix translated))
661 (vconcat uim-prefix-arg-vector
667 (vconcat input-vector-prefix (funcall translated nil)))
681 (vconcat input-vector-prefix (uim-vector-car input-vector-main)))
701 (vconcat
/dports/textproc/uim-m17nlib/uim-d1ac9d9/emacs/
H A Duim-key.el442 (setq symbol-vector (vconcat symbol-vector (vector symbol-list)))
466 (vconcat (mapcar
538 (setq symbol-vector (vconcat symbol-vector
645 (vconcat input-vector-prefix translated))
661 (vconcat uim-prefix-arg-vector
667 (vconcat input-vector-prefix (funcall translated nil)))
681 (vconcat input-vector-prefix (uim-vector-car input-vector-main)))
701 (vconcat
/dports/textproc/uim-gtk3/uim-d1ac9d9/emacs/
H A Duim-key.el442 (setq symbol-vector (vconcat symbol-vector (vector symbol-list)))
466 (vconcat (mapcar
538 (setq symbol-vector (vconcat symbol-vector
645 (vconcat input-vector-prefix translated))
661 (vconcat uim-prefix-arg-vector
667 (vconcat input-vector-prefix (funcall translated nil)))
681 (vconcat input-vector-prefix (uim-vector-car input-vector-main)))
701 (vconcat
/dports/japanese/uim-anthy/uim-d1ac9d9/emacs/
H A Duim-key.el442 (setq symbol-vector (vconcat symbol-vector (vector symbol-list)))
466 (vconcat (mapcar
538 (setq symbol-vector (vconcat symbol-vector
645 (vconcat input-vector-prefix translated))
661 (vconcat uim-prefix-arg-vector
667 (vconcat input-vector-prefix (funcall translated nil)))
681 (vconcat input-vector-prefix (uim-vector-car input-vector-main)))
701 (vconcat
/dports/graphics/py-altair/altair-4.1.0/altair/vegalite/v3/
H A Dapi.py517 return vconcat(self, other)
1954 def __init__(self, data=Undefined, vconcat=(), **kwargs): argument
1956 for spec in vconcat:
1958 super(VConcatChart, self).__init__(data=data, vconcat=list(vconcat), **kwargs)
1959 self.data, self.vconcat = _combine_subchart_data(self.data, self.vconcat)
1963 self.vconcat.append(other)
1964 self.data, self.vconcat = _combine_subchart_data(self.data, self.vconcat)
1974 if not selections or not self.vconcat:
1977 copy.vconcat = [chart.add_selection(*selections) for chart in copy.vconcat]
1981 def vconcat(*charts, **kwargs): function
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_usac.cpp80 cv::vconcat(points3d, cv::Mat::ones(1, inl_size, points3d.type()), points3d); in generatePoints()
140 cv::vconcat(pts1, cv::Mat::ones(1, pts1.cols, pts1.type()), points3d); in generatePoints()
212 cv::vconcat(pts1, cv::Mat::ones(1, pts1.cols, pts1.type()), pts1); in checkInliersMask()
213 cv::vconcat(pts2, cv::Mat::ones(1, pts2.cols, pts2.type()), pts2); in checkInliersMask()
326 cv::vconcat(pts1, cv::Mat::ones(1, pts1.cols, pts1.type()), cpts1_3d); in TEST()
327 cv::vconcat(pts2, cv::Mat::ones(1, pts2.cols, pts2.type()), cpts2_3d); in TEST()
376 cv::vconcat(A, cv::Mat(cv::Matx13d(0,0,1)), A); in TEST()
412 cv::vconcat(pts1, cv::Mat::ones(1, pts1.cols, pts1.type()), cpts1_3d); in TEST()
413 cv::vconcat(pts2, cv::Mat::ones(1, pts2.cols, pts2.type()), cpts2_3d); in TEST()
451 cv::vconcat(model, cv::Mat(cv::Matx13d(0,0,1)), model); in TEST()
/dports/graphics/py-altair/altair-4.1.0/altair/vegalite/v4/
H A Dapi.py495 return vconcat(self, other)
2219 def __init__(self, data=Undefined, vconcat=(), **kwargs): argument
2221 for spec in vconcat:
2223 super(VConcatChart, self).__init__(data=data, vconcat=list(vconcat), **kwargs)
2224 self.data, self.vconcat = _combine_subchart_data(self.data, self.vconcat)
2228 self.vconcat.append(other)
2229 self.data, self.vconcat = _combine_subchart_data(self.data, self.vconcat)
2239 if not selections or not self.vconcat:
2242 copy.vconcat = [chart.add_selection(*selections) for chart in copy.vconcat]
2246 def vconcat(*charts, **kwargs): function
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dkmacro.el448 (setq keys (vconcat keys))
1141 (vconcat kmacro-step-edit-new-macro (recent-keys)))
1196 (setq executing-kbd-macro (vconcat executing-kbd-macro [nil])
1202 (setq executing-kbd-macro (vconcat executing-kbd-macro [nil])
1207 (setq executing-kbd-macro (vconcat executing-kbd-macro [nil])
1222 (vconcat kmacro-step-edit-new-macro
1255 (setq keys (vconcat keys (recent-keys)))
1279 (setq kmacro-step-edit-new-macro (vconcat kmacro-step-edit-new-macro keys))))
1290 (setq executing-kbd-macro (vconcat executing-kbd-macro [nil])
H A Ddisp-table.el172 (aset standard-display-table c (vconcat s)))
216 (setq glyph-table (vconcat glyph-table (make-vector 224 nil))))
217 (setq glyph-table (vconcat glyph-table (list string)))
/dports/editors/emacs/emacs-27.2/lisp/
H A Dkmacro.el416 (setq keys (vconcat keys))
1094 (vconcat kmacro-step-edit-new-macro (recent-keys)))
1149 (setq executing-kbd-macro (vconcat executing-kbd-macro [nil])
1155 (setq executing-kbd-macro (vconcat executing-kbd-macro [nil])
1160 (setq executing-kbd-macro (vconcat executing-kbd-macro [nil])
1175 (vconcat kmacro-step-edit-new-macro
1208 (setq keys (vconcat keys (recent-keys)))
1232 (setq kmacro-step-edit-new-macro (vconcat kmacro-step-edit-new-macro keys))))
1243 (setq executing-kbd-macro (vconcat executing-kbd-macro [nil])
H A Ddisp-table.el172 (aset standard-display-table c (vconcat s)))
216 (setq glyph-table (vconcat glyph-table (make-vector 224 nil))))
217 (setq glyph-table (vconcat glyph-table (list string)))
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/
H A Dfundamental.cpp114 vconcat( P1.row(1), P1.row(2), X[0] ); in fundamentalFromProjections()
115 vconcat( P1.row(2), P1.row(0), X[1] ); in fundamentalFromProjections()
116 vconcat( P1.row(0), P1.row(1), X[2] ); in fundamentalFromProjections()
119 vconcat( P2.row(1), P2.row(2), Y[0] ); in fundamentalFromProjections()
120 vconcat( P2.row(2), P2.row(0), Y[1] ); in fundamentalFromProjections()
121 vconcat( P2.row(0), P2.row(1), Y[2] ); in fundamentalFromProjections()
127 vconcat(X[j], Y[i], XY); in fundamentalFromProjections()
/dports/databases/closql/closql-1.2.0/
H A Dclosql.el100 (emacsql db (vconcat
190 (vconcat
213 table (vconcat (cons id elt2)))
330 (vconcat (cons (closql--abbrev-class
382 (vconcat [:select $i1 :from $i2]
422 (vconcat (list class-sym db) values))))
487 (vconcat
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/filetests/filetests/isa/riscv/
H A Dlegalize-abi.clif91 ; check: $(v0ab=$V) = vconcat $v0a, $v0b
94 ; check: $(v0cd=$V) = vconcat $v0c, $v0d
95 ; check: v0 = vconcat $v0ab, $v0cd

12345678910>>...17