/external/eigen/Eigen/src/Core/products/ |
TriangularMatrixVector_BLAS.h | 53 static void run(Index _rows, Index _cols, const Scalar* _lhs, Index lhsStride, \ 56 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \ 61 static void run(Index _rows, Index _cols, const Scalar* _lhs, Index lhsStride, \ 64 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \ 84 static void run(Index _rows, Index _cols, const EIGTYPE* _lhs, Index lhsStride, \ 89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \ 92 Index size = (std::min)(_rows,_cols); \ 93 Index rows = IsLower ? _rows : size; \ 166 static void run(Index _rows, Index _cols, const EIGTYPE* _lhs, Index lhsStride, \ 171 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); [all...] |
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); \ 102 Index rows = IsLower ? _rows : diagSize; \ 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, \ 213 Index rows = _rows; \ 229 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); [all...] |
TriangularMatrixVector.h | 29 static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, 35 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, 39 Index size = (std::min)(_rows,_cols); 40 Index rows = IsLower ? _rows : (std::min)(_rows,_cols); 41 Index cols = IsLower ? (std::min)(_rows,_cols) : _cols; 100 static EIGEN_DONT_INLINE void run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, 106 ::run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, 110 Index diagSize = (std::min)(_rows,_cols); 111 Index rows = IsLower ? _rows : 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); 116 Index rows = IsLower ? _rows : diagSize; 245 Index _rows, Index _cols, Index _depth, 258 Index _rows, Index _cols, Index _depth, 267 Index rows = _rows;
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Pixels.h | 77 size_t _rows; // Height of view member in class:Magick::Pixels 149 return _rows;
|
STL.h | 942 size_t _rows; member in class:Magick::rollImage [all...] |
/external/ImageMagick/Magick++/lib/ |
Pixels.cpp | 24 _rows(0) 43 _rows=rows_; 59 _rows=rows_; 82 _rows=rows_;
|
STL.cpp | 892 _rows( roll_.height() ) 898 _rows( rows_ ) 903 image_.roll( _columns, _rows ); [all...] |
/external/guice/lib/build/jdiff/ |
xerces.jar | |
/external/cldr/tools/java/libs/ |
xercesImpl.jar | |