/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 …]
|
/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 | MatrixBase.h | 406 …pileTime==1 ? ((internal::traits<Derived>::Flags&RowMajorBit)==RowMajorBit ? Horizontal : Vertical) 407 : ColsAtCompileTime==1 ? Vertical : Horizontal };
|
D | DenseBase.h | 493 typedef VectorwiseOp<Derived, Vertical> ColwiseReturnType; 494 typedef const VectorwiseOp<const Derived, Vertical> ConstColwiseReturnType;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_pattern.cpp | 74 case XFA_AttributeEnum::Vertical: in Draw() 75 iHatch = FX_HatchStyle::Vertical; in Draw()
|
/external/skqp/src/sfnt/ |
D | SkOTTable_EBLC.h | 69 Vertical, // Vertical small glyph metrics 79 static const SK_OT_CHAR Vertical = 1u << 1; member
|
/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/libkmsxx/utils/ |
D | kmsprint.cpp | 291 Vertical, enumerator 298 { TreeGlyph::Vertical, "│ " }, 306 { TreeGlyph::Vertical, "| " }, 330 prefix2 = prefix + (is_last ? get_glyph(TreeGlyph::Space) : get_glyph(TreeGlyph::Vertical)); in print_entry() 337 …string data_prefix = prefix2 + (has_children ? get_glyph(TreeGlyph::Vertical) : get_glyph(TreeGlyp… in print_entry()
|
/external/wayland-protocols/chromium.org/unstable/vsync-feedback/ |
D | README | 1 Vertical synchronization timing feedback protocol
|
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/ |
D | InputManager.asset | 25 m_Name: Vertical 169 m_Name: Vertical
|
/external/harfbuzz_ng/src/ |
D | hb-ot-kern-table.hh | 222 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() 226 Vertical = 0x80u, enumerator
|
/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 | cxfa_graphics.h | 26 Vertical = 1, enumerator
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | displaymode.txt | 10 - upper-margin, lower-margin, vsync-len: Vertical display timing
|
D | exynos-dp.txt | 34 samsung,v-sync-polarity: Vertical Sync polarity
|
D | exynos-fb.txt | 31 samsung,vl-vsp: Vertical Sync polarity
|
/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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_EncodeJpeg.pbtxt | 61 Vertical pixels per density unit.
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.h | 123 Vertical, enumerator
|
/external/eigen/test/ |
D | array_reverse.cpp | 54 Reverse<MatrixType, Vertical> m1_rv(m1); in reverse()
|
/external/google-styleguide/include/ |
D | styleguide.css | 139 /* Vertical TOC */
|
/external/libhevc/test/encoder/ |
D | vid_enc_cfg.txt | 64 --max_search_range_vert 256 /* Vertical search range {256}[32:256] */
|