Home
last modified time | relevance | path

Searched refs:rowAlign (Results 1 – 25 of 44) sorted by path

12

/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/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/
H A DTileGroup.as57 * rowAlign="top"
452 // rowAlign
458 * @copy spark.layouts.TileLayout#rowAlign
467 public function get rowAlign():String property in spark.components.TileGroup
469 return tileLayout.rowAlign;
475 public function set rowAlign(value:String):void property in spark.components.TileGroup
477 tileLayout.rowAlign = value;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/layouts/
H A DRowAlign.as17 * <code>rowAlign</code> property of the TileLayout class.
19 * @see TileLayout#rowAlign
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/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/lang/smalltalk/smalltalk-3.2.5/packages/blox/gtk/
H A DBloxWidgets.st3188 rowAlign: 0.0e
/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/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/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/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level1/
H A DQuasiDiagonalScale.hpp281 const Int rowAlign = X.RowAlign(); in QuasiDiagonalScale() local
309 XPrev.Align( colAlignPrev, rowAlign ); in QuasiDiagonalScale()
310 XNext.Align( colAlignNext, rowAlign ); in QuasiDiagonalScale()
343 const Int rowAlignPrev = Mod(rowAlign+1,rowStride); in QuasiDiagonalScale()
344 const Int rowAlignNext = Mod(rowAlign-1,rowStride); in QuasiDiagonalScale()
H A DQuasiDiagonalSolve.hpp281 const Int rowAlign = X.RowAlign(); in QuasiDiagonalSolve() local
308 XPrev.Align( colAlignPrev, rowAlign ); in QuasiDiagonalSolve()
309 XNext.Align( colAlignNext, rowAlign ); in QuasiDiagonalSolve()
342 const Int rowAlignPrev = Mod(rowAlign+1,rowStride); in QuasiDiagonalSolve()
343 const Int rowAlignNext = Mod(rowAlign-1,rowStride); in QuasiDiagonalSolve()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/AxpyInterface/
H A Dimpl.hpp178 const Int rowAlign = (Y.RowAlign()+j) % c; in HandleLocalToGlobalData() local
180 const Int rowShift = Shift( myCol, rowAlign, c ); in HandleLocalToGlobalData()
235 const Int rowAlign = (X.RowAlign()+j) % c; in HandleGlobalToLocalRequest() local
237 const Int rowShift = Shift( myCol, rowAlign, c ); in HandleGlobalToLocalRequest()
509 const Int rowAlign = (Y.RowAlign() + j) % c; in AxpyLocalToGlobal() local
519 const Int rowShift = Shift( receivingCol, rowAlign, c ); in AxpyLocalToGlobal()
643 const Int rowAlign = (X.RowAlign()+j) % c; in AxpyGlobalToLocal() local
645 const Int rowShift = Shift( col, rowAlign, c ); in AxpyGlobalToLocal()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/
H A DBlockDistMatrix.hpp19 Int colAlign, rowAlign; member
28 colAlign(A.ColAlign()), rowAlign(A.RowAlign()), in BlockDistData()
H A DDistMatrix.hpp18 Int colAlign, rowAlign; member
25 colAlign(A.ColAlign()), rowAlign(A.RowAlign()), in DistData()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/BlockDistMatrix/
H A DAbstract.hpp47 Int colAlign, Int rowAlign, Int colCut=0, Int rowCut=0,
52 ( Int blockWidth, Int rowAlign, Int rowCut=0, bool constrain=true );
63 Int colAlign, Int rowAlign, Int colCut, Int rowCut,
69 ( Int blockWidth, Int rowAlign, Int rowCut, Int height, Int width,
78 Int colAlign, Int rowAlign, Int colCut, Int rowCut,
83 Int colAlign, Int rowAlign, Int colCut, Int rowCut,
88 Int colAlign, Int rowAlign, Int colCut, Int rowCut,
93 Int colAlign, Int rowAlign, Int colCut, Int rowCut,
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/DistMatrix/
H A DAbstract.hpp45 void Align( Int colAlign, Int rowAlign, bool constrain=true );
47 void AlignRows( Int rowAlign, bool constrain=true );
56 ( Int colAlign, Int rowAlign, Int height, Int width,
62 ( Int rowAlign, Int height, Int width,
70 Int colAlign, Int rowAlign, T* buffer, Int ldim, Int root=0 );
73 Int colAlign, Int rowAlign, const T* buffer, Int ldim, Int root=0 );
76 Int colAlign, Int rowAlign, elem::Matrix<T>& A, Int root=0 );
79 Int colAlign, Int rowAlign, const elem::Matrix<T>& A, Int root=0 );
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/views/
H A DView.hpp159 const Int rowAlign = (B.RowAlign()+j) % B.RowStride(); in View() local
165 ( height, width, B.Grid(), colAlign, rowAlign, in View()
171 ( height, width, B.Grid(), colAlign, rowAlign, 0, B.LDim(), B.Root() ); in View()
223 const Int rowAlign = (B.RowAlign()+j) % B.RowStride(); in LockedView() local
229 ( height, width, B.Grid(), colAlign, rowAlign, in LockedView()
235 ( height, width, B.Grid(), colAlign, rowAlign, 0, B.LDim(), B.Root() ); in LockedView()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/util/HyperbolicReflector/
H A DRow.hpp39 const Int rowAlign = chi.RowAlign(); in Row() local
47 if( rowRank == rowAlign ) in Row()
53 mpi::Broadcast( alpha, rowAlign, rowComm ); in Row()
58 if( rowRank == rowAlign ) in Row()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/util/Reflector/
H A DRow.hpp43 const Int rowAlign = chi.RowAlign(); in Row() local
51 if( rowRank == rowAlign ) in Row()
53 mpi::Broadcast( alpha, rowAlign, rowComm ); in Row()
57 if( rowRank == rowAlign ) in Row()
100 if( rowRank == rowAlign ) in Row()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/BlockDistMatrix/
H A DAbstract.cpp310 rowAlign_ = rowAlign; in Align()
348 rowAlign_ != rowAlign || in AlignRows()
359 rowAlign_ = rowAlign; in AlignRows()
434 Int colAlign, Int rowAlign, Int colCut, Int rowCut, in AlignAndResize() argument
450 rowAlign_ = rowAlign; in AlignAndResize()
501 rowAlign_ = rowAlign; in AlignRowsAndResize()
508 (rowAlign_ != rowAlign || rowCut_ != rowCut || in AlignRowsAndResize()
522 Int colAlign, Int rowAlign, Int colCut, Int rowCut, in Attach() argument
535 rowAlign_ = rowAlign; in Attach()
571 Int colAlign, Int rowAlign, Int colCut, Int rowCut, in LockedAttach() argument
[all …]
H A DGeneral.cpp63 ( data.blockWidth, data.rowAlign, data.rowCut, constrain ); in AlignColsWith()
70 ( data.blockWidth, data.rowAlign % this->ColStride(), data.rowCut, in AlignColsWith()
91 ( data.blockWidth, data.rowAlign, data.rowCut, constrain ); in AlignRowsWith()
98 ( data.blockWidth, data.rowAlign % this->RowStride(), data.rowCut, in AlignRowsWith()
116 const Int rowAlign = this->RowAlign(); in Translate() local
126 A.AlignRows( blockWidth, rowAlign, rowCut, false ); in Translate()
130 colAlign == A.ColAlign() && rowAlign == A.RowAlign() && in Translate()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/DistMatrix/
H A DAbstract.cpp264 rowAlign_ = rowAlign; in Align()
291 if( Viewing() && rowAlign_ != rowAlign ) in AlignRows()
294 if( rowAlign_ != rowAlign ) in AlignRows()
298 rowAlign_ = rowAlign; in AlignRows()
371 ( Int colAlign, Int rowAlign, Int height, Int width, in AlignAndResize() argument
384 rowAlign_ = rowAlign; in AlignAndResize()
424 rowAlign_ = rowAlign; in AlignRowsAndResize()
429 if( force && rowAlign_ != rowAlign ) in AlignRowsAndResize()
451 rowAlign_ = rowAlign; in Attach()
469 Int colAlign, Int rowAlign, elem::Matrix<T>& A, Int root ) in Attach() argument
[all …]
H A DGeneral.cpp96 const Int rowAlign = this->RowAlign(); in Translate() local
104 A.AlignRows( rowAlign, false ); in Translate()
892 const Int rowAlign = this->RowAlign(); in PartialRowAllGather() local
1042 const Int rowAlign = this->RowAlign(); in ColFilterFrom() local
1053 if( rowAlign == rowAlignA ) in ColFilterFrom()
1293 const Int rowAlign = this->RowAlign(); in PartialRowFilterFrom() local
1531 const Int rowAlign = this->RowAlign(); in PartialRowAllToAllFrom() local
1821 const Int rowAlign = this->RowAlign(); in PartialRowAllToAll() local
2061 if( rowRank == rowAlign ) in RowSumScatterUpdate()
2158 if( rowRank == rowAlign ) in RowSumScatterUpdate()
[all …]
H A DMC_MR.cpp181 const Int rowAlign = this->RowAlign(); in operator =() local
190 const Int rowShiftVR = Shift(rankRM,rowAlign,p); in operator =()
242 const Int shift = Shift_(myCol+c*k,rowAlign,p); in operator =()
387 const Int rowAlign = this->RowAlign(); in operator =() local
406 const Int col = (rowAlign+t) % rowStride; in operator =()
511 const Int rowAlign = this->RowAlign(); in CopyFromDifferentGrid() local
576 recvCol = (((rowRankA+rowStrideA-rowAlignA)%rowStrideA)+rowAlign) % in CopyFromDifferentGrid()
613 const Int recvRowOffset = (rowSend*rowStrideA+rowAlign) % rowStride; in CopyFromDifferentGrid()

12