Home
last modified time | relevance | path

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

123

/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 …]
/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);
DMatrixBase.h406 …pileTime==1 ? ((internal::traits<Derived>::Flags&RowMajorBit)==RowMajorBit ? Horizontal : Vertical)
407 : ColsAtCompileTime==1 ? Vertical : Horizontal };
DDenseBase.h493 typedef VectorwiseOp<Derived, Vertical> ColwiseReturnType;
494 typedef const VectorwiseOp<const Derived, Vertical> ConstColwiseReturnType;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_pattern.cpp74 case XFA_AttributeEnum::Vertical: in Draw()
75 iHatch = FX_HatchStyle::Vertical; in Draw()
/external/skqp/src/sfnt/
DSkOTTable_EBLC.h69 Vertical, // Vertical small glyph metrics
79 static const SK_OT_CHAR Vertical = 1u << 1; member
/external/skia/src/sfnt/
DSkOTTable_EBLC.h69 Vertical, // Vertical small glyph metrics
79 static const SK_OT_CHAR Vertical = 1u << 1; member
/external/libkmsxx/utils/
Dkmsprint.cpp291 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/
DREADME1 Vertical synchronization timing feedback protocol
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/
DInputManager.asset25 m_Name: Vertical
169 m_Name: Vertical
/external/harfbuzz_ng/src/
Dhb-ot-kern-table.hh222 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal()
226 Vertical = 0x80u, enumerator
/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/
Dcxfa_graphics.h26 Vertical = 1, enumerator
/external/u-boot/doc/device-tree-bindings/video/
Ddisplaymode.txt10 - upper-margin, lower-margin, vsync-len: Vertical display timing
Dexynos-dp.txt34 samsung,v-sync-polarity: Vertical Sync polarity
Dexynos-fb.txt31 samsung,vl-vsp: Vertical Sync polarity
/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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_EncodeJpeg.pbtxt61 Vertical pixels per density unit.
/external/pdfium/core/fpdftext/
Dcpdf_textpage.h123 Vertical, enumerator
/external/eigen/test/
Darray_reverse.cpp54 Reverse<MatrixType, Vertical> m1_rv(m1); in reverse()
/external/google-styleguide/include/
Dstyleguide.css139 /* Vertical TOC */
/external/libhevc/test/encoder/
Dvid_enc_cfg.txt64 --max_search_range_vert 256 /* Vertical search range {256}[32:256] */

123