/external/eigen/Eigen/src/Geometry/ |
D | Homogeneous.h | 44 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 …]
|
D | OrthoMethods.h | 120 if(Direction==Vertical) in cross()
|
/external/eigen/Eigen/src/Core/ |
D | VectorwiseOp.h | 45 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,
|
D | Reverse.h | 77 ReverseRow = (Direction == Vertical) || (Direction == BothDirections), 82 || ((Direction == Vertical) && IsColMajor) 169 struct vectorwise_reverse_inplace_impl<Vertical>
|
D | Replicate.h | 137 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);
|
D | DenseBase.h | 493 typedef VectorwiseOp<Derived, Vertical> ColwiseReturnType; 494 typedef const VectorwiseOp<const Derived, Vertical> ConstColwiseReturnType;
|
D | MatrixBase.h | 406 …pileTime==1 ? ((internal::traits<Derived>::Flags&RowMajorBit)==RowMajorBit ? Horizontal : Vertical) 407 : ColsAtCompileTime==1 ? Vertical : Horizontal };
|
D | CoreEvaluators.h | 1265 …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/ |
D | SkOTTable_EBLC.h | 69 Vertical, // Vertical small glyph metrics 79 static const SK_OT_CHAR Vertical = 1u << 1; member
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.ui | 164 <enum>Qt::Vertical</enum> 198 <enum>Qt::Vertical</enum> 225 <enum>Qt::Vertical</enum> 259 <enum>Qt::Vertical</enum>
|
/external/pdfium/xfa/fxgraphics/ |
D | cfx_graphics.h | 35 Vertical = 1, enumerator
|
/external/jline/src/src/main/resources/jline/ |
D | windowsbindings.properties | 34 # CTRL-K: Vertical tab - on windows we'll move to the start of the history
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 265 Vertical, enumerator
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.h | 118 Vertical, enumerator
|
/external/eigen/test/ |
D | array_reverse.cpp | 54 Reverse<MatrixType, Vertical> m1_rv(m1); in reverse()
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | gradients.less | 17 // Vertical gradient, from top to bottom
|
/external/libyuv/files/docs/ |
D | rotation.md | 97 # Invert - Vertical Flip
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/ |
D | fakeftpserver-features.apt | 91 * Vertical Format Control other than the default (NON PRINT).
|
/external/mockftpserver/tags/2.0.2/src/site/apt/ |
D | fakeftpserver-features.apt | 91 * Vertical Format Control other than the default (NON PRINT).
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/ |
D | fakeftpserver-features.apt | 91 * Vertical Format Control other than the default (NON PRINT).
|
/external/mockftpserver/tags/2.0/src/site/apt/ |
D | fakeftpserver-features.apt | 91 * Vertical Format Control other than the default (NON PRINT).
|
/external/mockftpserver/tags/2.0-rc1/src/site/apt/ |
D | fakeftpserver-features.apt | 91 * Vertical Format Control other than the default (NON PRINT).
|
/external/mockftpserver/tags/2.0.1/src/site/apt/ |
D | fakeftpserver-features.apt | 91 * Vertical Format Control other than the default (NON PRINT).
|
/external/mockftpserver/tags/2.3/src/site/apt/ |
D | fakeftpserver-features.apt | 98 * Vertical Format Control other than the default (NON PRINT).
|
/external/mockftpserver/tags/2.5/src/site/apt/ |
D | fakeftpserver-features.apt | 98 * Vertical Format Control other than the default (NON PRINT).
|