HomeSort by relevance Sort by last modified time
    Searched full:_depth (Results 1 - 25 of 47) sorted by null

1 2

  /external/v8/tools/gyp/test/configurations/inheritance/
duplicates.gypd.golden 0 {'_DEPTH': '.',
  /external/opencv3/modules/core/misc/java/src/java/
core+MatOfByte.java 8 private static final int _depth = CvType.CV_8U; field in class:MatOfByte
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
52 int num = checkVector(_channels, _depth);
core+MatOfDouble.java 8 private static final int _depth = CvType.CV_64F; field in class:MatOfDouble
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
52 int num = checkVector(_channels, _depth);
core+MatOfFloat.java 8 private static final int _depth = CvType.CV_32F; field in class:MatOfFloat
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
52 int num = checkVector(_channels, _depth);
core+MatOfFloat4.java 8 private static final int _depth = CvType.CV_32F; field in class:MatOfFloat4
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
52 int num = checkVector(_channels, _depth);
core+MatOfFloat6.java 8 private static final int _depth = CvType.CV_32F; field in class:MatOfFloat6
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
52 int num = checkVector(_channels, _depth);
core+MatOfInt.java 9 private static final int _depth = CvType.CV_32S; field in class:MatOfInt
18 if( !empty() && checkVector(_channels, _depth) < 0 )
29 if( !empty() && checkVector(_channels, _depth) < 0 )
41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
53 int num = checkVector(_channels, _depth);
core+MatOfInt4.java 9 private static final int _depth = CvType.CV_32S; field in class:MatOfInt4
18 if( !empty() && checkVector(_channels, _depth) < 0 )
29 if( !empty() && checkVector(_channels, _depth) < 0 )
41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
53 int num = checkVector(_channels, _depth);
core+MatOfPoint.java 8 private static final int _depth = CvType.CV_32S; field in class:MatOfPoint
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
core+MatOfPoint2f.java 8 private static final int _depth = CvType.CV_32F; field in class:MatOfPoint2f
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
core+MatOfPoint3.java 8 private static final int _depth = CvType.CV_32S; field in class:MatOfPoint3
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
core+MatOfPoint3f.java 8 private static final int _depth = CvType.CV_32F; field in class:MatOfPoint3f
17 if( !empty() && checkVector(_channels, _depth) < 0 )
28 if( !empty() && checkVector(_channels, _depth) < 0 )
40 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
core+MatOfDMatch.java 10 private static final int _depth = CvType.CV_32F; field in class:MatOfDMatch
19 if( !empty() && checkVector(_channels, _depth) < 0 )
30 if( !empty() && checkVector(_channels, _depth) < 0 )
42 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
core+MatOfKeyPoint.java 10 private static final int _depth = CvType.CV_32F; field in class:MatOfKeyPoint
19 if( !empty() && checkVector(_channels, _depth) < 0 )
30 if( !empty() && checkVector(_channels, _depth) < 0 )
42 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
core+MatOfRect.java 9 private static final int _depth = CvType.CV_32S; field in class:MatOfRect
18 if( !empty() && checkVector(_channels, _depth) < 0 )
29 if( !empty() && checkVector(_channels, _depth) < 0 )
41 super.create(elemNumber, 1, CvType.makeType(_depth, _channels));
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixMatrix_MKL.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; \
118 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
125 gemm_blocking_space<ColMajor,EIGTYPE,EIGTYPE,Dynamic,Dynamic,Dynamic> gemm_blocking(_rows,_cols,_depth); \
209 Index _rows, Index _cols, Index _depth, \
215 Index diagSize = (std::min)(_cols,_depth); \
217 Index depth = IsLower ? _depth : diagSize;
    [all...]
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;
236 Index _rows, Index _cols, Index _depth,
249 Index _rows, Index _cols, Index _depth,
256 Index diagSize = (std::min)(_cols,_depth);
258 Index depth = IsLower ? _depth : diagSize;
  /external/v8/tools/gyp/test/variables/filelist/
filelist.gypd.golden 0 {'_DEPTH': '.',
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 29 int _depth,
37 depth = _depth;
  /external/v8/tools/gyp/test/variables/commands/
commands.gypd.golden 0 {'_DEPTH': '.',
commands-repeated.gypd.golden 0 {'_DEPTH': '.',
  /external/chromium-trace/catapult/tracing/tracing_build/
merge_traces.py 51 self._depth = depth
143 if self._depth == len(self.LEVELS):
146 logging.debug('Merging %r entries in %s...', self.LEVELS[self._depth].name,
159 entry = type(self)(self._depth + 1)
182 match_cls = self.LEVELS[self._depth - 1].match
187 if self._depth > 0:
194 if self._depth < len(self.LEVELS):
276 if self._depth == 0:
279 return '%s %s entry(%s)' % (cls_name, self.LEVELS[self._depth - 1].name,
  /external/mesa3d/src/gallium/docs/source/cso/
dsa.rst 1 .. _depth,stencil,&alpha:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pprint.py 108 self._depth = depth
145 if self._depth and level > self._depth:
233 self._depth, level)
  /prebuilts/gdb/linux-x86/lib/python2.7/
pprint.py 108 self._depth = depth
145 if self._depth and level > self._depth:
233 self._depth, level)

Completed in 1803 milliseconds

1 2