/external/eigen/Eigen/src/Core/products/ |
D | TriangularMatrixMatrix_BLAS.h | 59 …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 …]
|
D | TriangularMatrixMatrix.h | 95 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/ |
D | README.md | 1 # 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/ |
D | genmakefiles.py | 174 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/ |
D | pprint.py | 108 self._depth = depth 145 if self._depth and level > self._depth: 226 self._depth, level)
|
/external/ImageMagick/Magick++/lib/ |
D | Statistic.cpp | 282 _depth(0.0), in ChannelStatistics() 302 _depth(channelStatistics_._depth), in ChannelStatistics() 334 return(_depth); in depth() 406 _depth(channelStatistics_->depth), in ChannelStatistics()
|
D | STL.cpp | 1328 : _depth( depth_ ) in depthImage() 1333 image_.depth( _depth ); in operator ()()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXPolicyNode.java | 29 int _depth, in PKIXPolicyNode() argument 37 depth = _depth; in PKIXPolicyNode()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | PKIXPolicyNode.java | 33 int _depth, in PKIXPolicyNode() argument 41 depth = _depth; in PKIXPolicyNode()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | memory.cpp | 132 _format(*format), _width(width), _height(height), _depth(depth), in image() 170 return _depth; in depth()
|
D | memory.hpp | 130 size_t _depth; member in clover::image
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 2415 _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 …]
|
D | tinyxml2.h | 2283 int _depth; variable
|
/external/libchrome/third_party/jinja2/ |
D | runtime.py | 331 self._depth = depth 336 if self._depth + 1 >= len(self._stack): 341 self._depth + 1) 345 rv = concat(self._stack[self._depth](self._context))
|
D | asyncsupport.py | 85 rv = await concat_async(self._stack[self._depth](self._context))
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Statistic.h | 203 size_t _depth; variable
|
D | STL.h | 1446 size_t _depth;
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | dsa.rst | 1 .. _depth-stencil-alpha:
|
/external/python/cpython3/Lib/ |
D | pprint.py | 129 self._depth = depth 393 self._depth, level)
|
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/ |
D | ir3-notes.rst | 407 .. _depth:
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 909 dst.z = texture\_depth(unit, lod)
|