Home
last modified time | relevance | path

Searched refs:rowAlign (Results 26 – 44 of 44) sorted by relevance

12

/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/DistMatrix/
H A DSTAR_VR.cpp240 const Int rowAlign = this->RowAlign(); in operator =() local
258 const Int q = (rowAlign+t) % p; in operator =()
H A DSTAR_VC.cpp235 const Int rowAlign = this->RowAlign(); in operator =() local
253 const Int q = (rowAlign+t) % p; in operator =()
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/gtk/
H A Dicon_view.go347 func (v *IconView) ScrollToPath(path *TreePath, useAlign bool, rowAlign, colAlign float64) {
349 C.gfloat(rowAlign), C.gfloat(colAlign))
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dicon_view.go359 func (v *IconView) ScrollToPath(path *TreePath, useAlign bool, rowAlign, colAlign float64) {
361 C.gfloat(rowAlign), C.gfloat(colAlign))
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dicon_view.go359 func (v *IconView) ScrollToPath(path *TreePath, useAlign bool, rowAlign, colAlign float64) {
361 C.gfloat(rowAlign), C.gfloat(colAlign))
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dicon_view.go359 func (v *IconView) ScrollToPath(path *TreePath, useAlign bool, rowAlign, colAlign float64) {
361 C.gfloat(rowAlign), C.gfloat(colAlign))
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dicon_view.go359 func (v *IconView) ScrollToPath(path *TreePath, useAlign bool, rowAlign, colAlign float64) {
361 C.gfloat(rowAlign), C.gfloat(colAlign))
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/StBrowser/
H A DGtkCategoryWidget.st127 …ollToCell: (model gtkModel getPath: result) column: nil useAlign: false rowAlign: 0.5 colAlign: 0.…
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/lapack-like/HermitianTridiag/
H A DUPanSquare.hpp54 const Int rowAlign = A.RowAlign(); in UPanSquare() local
59 const Int transposeCol = (rowAlign+colShift) % r; in UPanSquare()
H A DLPanSquare.hpp57 const Int rowAlign = A.RowAlign(); in LPanSquare() local
62 const Int transposeCol = (rowAlign+colShift) % r; in LPanSquare()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/layouts/
H A DTileLayout.as82 * rowAlign="top"
178 * @see #rowAlign
334 * @see #rowAlign
423 * If <code>rowAlign</code> is set to "justifyUsingHeight", the actual row height
427 * @see #rowAlign
720 * @see #rowAlign
746 // rowAlign
789 public function get rowAlign():String property in spark.layouts.TileLayout
797 public function set rowAlign(value:String):void property in spark.layouts.TileLayout
1005 switch (rowAlign)
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/
H A DExtensions.st643 …scrollToCell: (self getModel getPath: iter) column: nil useAlign: false rowAlign: 0.5 colAlign: 0.…
655 self scrollToCell: path column: nil useAlign: false rowAlign: 0.5 colAlign: 0.5.
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/lapack-like/
H A DHermitianEig.cpp33 ( DistMatrix<F>& paddedZ, Int rowAlign, const Base<F>* readBuffer ) in InPlaceRedist() argument
47 const Int localWidth = Length(width,g.VRRank(),rowAlign,p); in InPlaceRedist()
87 const Int thisRowShift = Shift(thisRank,rowAlign,p); in InPlaceRedist()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/ModelView/
H A DIconView.chs667 -- @rowAlign@ determines where the row is placed, and @colAlign@ determines
687 -> Float -- ^ @rowAlign@ - The vertical alignment of the item specified by
692 iconViewScrollToPath self path useAlign rowAlign colAlign =
698 (realToFrac rowAlign)
H A DTreeView.chs612 -- need to be provided. @rowAlign@ determines where the row is placed, and
617 -- If Nothing is passed instead of @rowAlign@ and @colAlign@, then the tree does
631 treeViewScrollToCell self mbPath mbColumn (Just (rowAlign, colAlign)) =
638 (realToFrac rowAlign)
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/ModelView/
H A DIconView.chs667 -- @rowAlign@ determines where the row is placed, and @colAlign@ determines
687 -> Float -- ^ @rowAlign@ - The vertical alignment of the item specified by
692 iconViewScrollToPath self path useAlign rowAlign colAlign =
698 (realToFrac rowAlign)
H A DTreeView.chs612 -- need to be provided. @rowAlign@ determines where the row is placed, and
617 -- If Nothing is passed instead of @rowAlign@ and @colAlign@, then the tree does
631 treeViewScrollToCell self mbPath mbColumn (Just (rowAlign, colAlign)) =
638 (realToFrac rowAlign)
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-pileup/
H A Dsam-dump.c2920 … int64_t const rowAlign = ctx->evi.cols[ alg_EVIDENCE_ALIGNMENT_IDS ].base.i64[ j ]; in DumpCGSAM() local
2922 … rc = Cursor_ReadAlign( &ctx->eva.curs, rowAlign, ctx->eva.cols, 0 ); in DumpCGSAM()
2960 … rc = DumpAlignedSAM( ctx, &ctx->eva, rowAlign, ctx->readGroup, 1 ); in DumpCGSAM()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/blox/gtk/
H A DBloxWidgets.st3188 rowAlign: 0.0e

12