Home
last modified time | relevance | path

Searched refs:_depth (Results 1 – 21 of 21) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DTriangularMatrixMatrix_BLAS.h59 …static inline void run(Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride…
64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
95 Index _rows, Index _cols, Index _depth, \
101 Index diagSize = (std::min)(_rows,_depth); \
103 Index depth = IsLower ? diagSize : _depth; \
119 … _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
126 …ace<ColMajor,EIGTYPE,EIGTYPE,Dynamic,Dynamic,Dynamic> gemm_blocking(_rows,_cols,_depth, 1, true); \
206 Index _rows, Index _cols, Index _depth, \
212 Index diagSize = (std::min)(_cols,_depth); \
214 Index depth = IsLower ? _depth : diagSize; \
[all …]
DTriangularMatrixMatrix.h95 Index _rows, Index _cols, Index _depth,
108 Index _rows, Index _cols, Index _depth,
115 Index diagSize = (std::min)(_rows,_depth);
117 Index depth = IsLower ? diagSize : _depth;
245 Index _rows, Index _cols, Index _depth,
258 Index _rows, Index _cols, Index _depth,
266 Index diagSize = (std::min)(_cols,_depth);
268 Index depth = IsLower ? _depth : diagSize;
/external/dynamic_depth/internal/dynamic_depth/
DREADME.md1 # dynamic\_depth - A library for parsing and writing Dynamic Depth metadata
3 dynamic\_depth is a portable library for parsing and writing Dynamic Depth
/external/v8/
Dgenmakefiles.py174 self._depth = 0
207 if self._depth == 1 and self._match_call_target(ctx):
276 self._depth += 1
279 self._depth -= 1
/external/python/cpython2/Lib/
Dpprint.py108 self._depth = depth
145 if self._depth and level > self._depth:
226 self._depth, level)
/external/ImageMagick/Magick++/lib/
DStatistic.cpp282 _depth(0.0), in ChannelStatistics()
302 _depth(channelStatistics_._depth), in ChannelStatistics()
334 return(_depth); in depth()
406 _depth(channelStatistics_->depth), in ChannelStatistics()
DSTL.cpp1328 : _depth( depth_ ) in depthImage()
1333 image_.depth( _depth ); in operator ()()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXPolicyNode.java29 int _depth, in PKIXPolicyNode() argument
37 depth = _depth; in PKIXPolicyNode()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPKIXPolicyNode.java33 int _depth, in PKIXPolicyNode() argument
41 depth = _depth; in PKIXPolicyNode()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmemory.cpp132 _format(*format), _width(width), _height(height), _depth(depth), in image()
170 return _depth; in depth()
Dmemory.hpp130 size_t _depth; member in clover::image
/external/tinyxml2/
Dtinyxml2.cpp2415 _depth( depth ), in XMLPrinter()
2570 PrintSpace( _depth ); in OpenElement()
2578 ++_depth; in OpenElement()
2635 --_depth; in CloseElement()
2644 PrintSpace( _depth ); in CloseElement()
2651 if ( _textDepth == _depth ) { in CloseElement()
2654 if ( _depth == 0 && !compactMode) { in CloseElement()
2673 _textDepth = _depth-1; in PushText()
2738 PrintSpace( _depth ); in PushComment()
2753 PrintSpace( _depth ); in PushDeclaration()
[all …]
Dtinyxml2.h2283 int _depth; variable
/external/libchrome/third_party/jinja2/
Druntime.py331 self._depth = depth
336 if self._depth + 1 >= len(self._stack):
341 self._depth + 1)
345 rv = concat(self._stack[self._depth](self._context))
Dasyncsupport.py85 rv = await concat_async(self._stack[self._depth](self._context))
/external/ImageMagick/Magick++/lib/Magick++/
DStatistic.h203 size_t _depth; variable
DSTL.h1446 size_t _depth;
/external/mesa3d/src/gallium/docs/source/cso/
Ddsa.rst1 .. _depth-stencil-alpha:
/external/python/cpython3/Lib/
Dpprint.py129 self._depth = depth
393 self._depth, level)
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/
Dir3-notes.rst407 .. _depth:
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst909 dst.z = texture\_depth(unit, lod)