Home
last modified time | relevance | path

Searched refs:Vertical (Results 1 – 25 of 41) sorted by relevance

12

/external/eigen/Eigen/src/Geometry/
DHomogeneous.h44 RowsAtCompileTime = Direction==Vertical ? RowsPlusOne : MatrixType::RowsAtCompileTime,
75 …E_FUNC inline Index rows() const { return m_matrix.rows() + (int(Direction)==Vertical ? 1 : 0); }
92 eigen_assert(int(Direction)==Vertical);
100 eigen_assert(int(Direction)==Vertical);
199 Direction==Vertical ? _expression().rows()-1 : _expression().rows(),
202 Direction==Vertical ? HNormalized_SizeMinusOne : 1,
205 Direction==Vertical ? _expression().rows()-1:0,
207 Direction==Vertical ? 1 : _expression().rows(),
209 Direction==Vertical ? _expression().rows()-1 : 1,
239 struct traits<homogeneous_left_product_impl<Homogeneous<MatrixType,Vertical>,Lhs> >
[all …]
DOrthoMethods.h120 if(Direction==Vertical) in cross()
/external/eigen/Eigen/src/Core/
DVectorwiseOp.h45 RowsAtCompileTime = Direction==Vertical ? 1 : MatrixType::RowsAtCompileTime,
47 MaxRowsAtCompileTime = Direction==Vertical ? 1 : MatrixType::MaxRowsAtCompileTime,
50 …TraversalSize = Direction==Vertical ? MatrixType::RowsAtCompileTime : MatrixType::ColsAtCompileTi…
69 Index rows() const { return (Direction==Vertical ? 1 : m_matrix.rows()); }
184 isVertical = (Direction==Vertical) ? 1 : 0,
637 HNormalized_Size = Direction==Vertical ? internal::traits<ExpressionType>::RowsAtCompileTime
642 Direction==Vertical ? int(HNormalized_SizeMinusOne)
648 … Direction==Vertical ? 1 : int(internal::traits<ExpressionType>::RowsAtCompileTime),
654 Direction==Vertical ? HNormalized_SizeMinusOne : 1,
DReverse.h77 ReverseRow = (Direction == Vertical) || (Direction == BothDirections),
82 || ((Direction == Vertical) && IsColMajor)
169 struct vectorwise_reverse_inplace_impl<Vertical>
DReplicate.h137 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
DDenseBase.h493 typedef VectorwiseOp<Derived, Vertical> ColwiseReturnType;
494 typedef const VectorwiseOp<const Derived, Vertical> ConstColwiseReturnType;
DMatrixBase.h406 …pileTime==1 ? ((internal::traits<Derived>::Flags&RowMajorBit)==RowMajorBit ? Horizontal : Vertical)
407 : ColsAtCompileTime==1 ? Vertical : Horizontal };
DCoreEvaluators.h1265 …TraversalSize = Direction==int(Vertical) ? int(ArgType::RowsAtCompileTime) : int(ArgType::ColsAtC…
1289 if (Direction==Vertical)
1298 if (Direction==Vertical)
1426 ReverseRow = (Direction == Vertical) || (Direction == BothDirections),
1429 || ((Direction == Vertical) && IsColMajor)
/external/skia/src/sfnt/
DSkOTTable_EBLC.h69 Vertical, // Vertical small glyph metrics
79 static const SK_OT_CHAR Vertical = 1u << 1; member
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.ui164 <enum>Qt::Vertical</enum>
198 <enum>Qt::Vertical</enum>
225 <enum>Qt::Vertical</enum>
259 <enum>Qt::Vertical</enum>
/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.h35 Vertical = 1, enumerator
/external/jline/src/src/main/resources/jline/
Dwindowsbindings.properties34 # CTRL-K: Vertical tab - on windows we'll move to the start of the history
/external/eigen/Eigen/src/Core/util/
DConstants.h265 Vertical, enumerator
/external/pdfium/core/fpdftext/
Dcpdf_textpage.h118 Vertical, enumerator
/external/eigen/test/
Darray_reverse.cpp54 Reverse<MatrixType, Vertical> m1_rv(m1); in reverse()
/external/fmtlib/doc/bootstrap/mixins/
Dgradients.less17 // Vertical gradient, from top to bottom
/external/libyuv/files/docs/
Drotation.md97 # Invert - Vertical Flip
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt91 * Vertical Format Control other than the default (NON PRINT).
/external/mockftpserver/tags/2.0.2/src/site/apt/
Dfakeftpserver-features.apt91 * Vertical Format Control other than the default (NON PRINT).
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt91 * Vertical Format Control other than the default (NON PRINT).
/external/mockftpserver/tags/2.0/src/site/apt/
Dfakeftpserver-features.apt91 * Vertical Format Control other than the default (NON PRINT).
/external/mockftpserver/tags/2.0-rc1/src/site/apt/
Dfakeftpserver-features.apt91 * Vertical Format Control other than the default (NON PRINT).
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dfakeftpserver-features.apt91 * Vertical Format Control other than the default (NON PRINT).
/external/mockftpserver/tags/2.3/src/site/apt/
Dfakeftpserver-features.apt98 * Vertical Format Control other than the default (NON PRINT).
/external/mockftpserver/tags/2.5/src/site/apt/
Dfakeftpserver-features.apt98 * Vertical Format Control other than the default (NON PRINT).

12