Searched refs:_depth (Results 1 - 17 of 17) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A 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 gemm_blocking_space<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
[all...]
H A 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;
107 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* _res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
257 run( Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride, const Scalar* _rhs, Index rhsStride, Scalar* _res, Index resStride, const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java29 int _depth,
37 depth = _depth;
27 PKIXPolicyNode( List _children, int _depth, Set _expectedPolicies, PolicyNode _parent, Set _policyQualifiers, String _validPolicy, boolean _critical) argument
/external/tinyxml2/
H A Dtinyxml2.cpp2370 _depth( depth ),
2523 PrintSpace( _depth );
2531 ++_depth;
2588 --_depth;
2597 PrintSpace( _depth );
2604 if ( _textDepth == _depth ) {
2607 if ( _depth == 0 && !compactMode) {
2626 _textDepth = _depth-1;
2691 PrintSpace( _depth );
2706 PrintSpace( _depth );
[all...]
H A Dtinyxml2.h2246 int _depth; member in class:tinyxml2::XMLPrinter
/external/python/cpython2/Lib/
H A Dpprint.py108 self._depth = depth
145 if self._depth and level > self._depth:
226 self._depth, level)
/external/ImageMagick/Magick++/lib/Magick++/
H A DStatistic.h203 size_t _depth; member in class:Magick::ChannelStatistics
H A DSTL.h1442 size_t _depth; member in class:Magick::depthImage
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp132 _format(*format), _width(width), _height(height), _depth(depth),
170 return _depth;
H A Dmemory.hpp130 size_t _depth; member in class:clover::image
/external/ImageMagick/Magick++/lib/
H A DStatistic.cpp282 _depth(0.0),
302 _depth(channelStatistics_._depth),
334 return(_depth);
406 _depth(channelStatistics_->depth),
H A DSTL.cpp1315 : _depth( depth_ )
1320 image_.depth( _depth );
/external/libmojo/third_party/jinja2/
H A Druntime.py260 self._depth = depth
265 if self._depth + 1 >= len(self._stack):
270 self._depth + 1)
274 rv = concat(self._stack[self._depth](self._context))
/external/python/cpython3/Lib/
H A Dpprint.py129 self._depth = depth
393 self._depth, level)
/external/annotation-tools/asmx/test/lib/
H A Dserp.jarMETA-INF/ META-INF/MANIFEST.MF serp/ serp/bytecode/ serp/bytecode/lowlevel/ serp/bytecode/visitor/ serp/ ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...

Completed in 1199 milliseconds