Searched refs:Vertical (Results 1 - 12 of 12) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DVectorwiseOp.h23 * \tparam Direction indicates the direction of the redux (#Vertical or #Horizontal)
47 RowsAtCompileTime = Direction==Vertical ? 1 : MatrixType::RowsAtCompileTime,
49 MaxRowsAtCompileTime = Direction==Vertical ? 1 : MatrixType::MaxRowsAtCompileTime,
53 TraversalSize = Direction==Vertical ? MatrixType::RowsAtCompileTime : MatrixType::ColsAtCompileTime
81 Index rows() const { return (Direction==Vertical ? 1 : m_matrix.rows()); }
86 if (Direction==Vertical)
94 if (Direction==Vertical)
155 * \param Direction indicates the direction of the redux (#Vertical or #Horizontal)
195 IsVertical = (Direction==Vertical) ? 1 : 0,
203 typedef typename internal::conditional<Direction==Vertical,
[all...]
H A DReverse.h87 ReverseRow = (Direction == Vertical) || (Direction == BothDirections),
92 || ((Direction == Vertical) && IsColMajor)
H A DReplicate.h172 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
H A DDenseBase.h439 typedef VectorwiseOp<Derived, Vertical> ColwiseReturnType;
440 typedef const VectorwiseOp<const Derived, Vertical> ConstColwiseReturnType;
H A DMatrixBase.h405 enum { HomogeneousReturnTypeDirection = ColsAtCompileTime==1?Vertical:Horizontal };
/external/eigen/Eigen/src/Geometry/
H A DHomogeneous.h44 RowsAtCompileTime = Direction==Vertical ? RowsPlusOne : MatrixType::RowsAtCompileTime,
75 inline Index rows() const { return m_matrix.rows() + (int(Direction)==Vertical ? 1 : 0); }
80 if( (int(Direction)==Vertical && row==m_matrix.rows())
98 eigen_assert(int(Direction)==Vertical);
106 eigen_assert(int(Direction)==Vertical);
179 Direction==Vertical ? _expression().rows()-1 : _expression().rows(),
182 Direction==Vertical ? HNormalized_SizeMinusOne : 1,
185 Direction==Vertical ? _expression().rows()-1:0,
187 Direction==Vertical ? 1 : _expression().rows(),
189 Direction==Vertical
[all...]
H A DOrthoMethods.h108 if(Direction==Vertical)
/external/skia/src/sfnt/
H A DSkOTTable_EBLC.h71 Vertical, // Vertical small glyph metrics
81 static const SK_OT_CHAR Vertical = 1u << 1; member in struct:SkOTTableEmbeddedBitmapLocation::BitmapSizeTable::Flags::Raw
/external/eigen/Eigen/src/Core/util/
H A DConstants.h209 Vertical, enumerator in enum:Eigen::DirectionType
/external/eigen/test/
H A Darray_reverse.cpp54 Reverse<MatrixType, Vertical> m1_rv(m1);
/external/libavc/common/arm/
H A Dih264_intra_pred_luma_16x16_a9q.s69 @* Perform Intra prediction for luma_16x16 mode:Vertical ,described in sec 8.3.3.1
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp550 fLeftColumnSplitter.setOrientation(Qt::Vertical);

Completed in 251 milliseconds