/external/dng_sdk/source/ |
dng_parse_utils.h | 210 uint32 cols,
|
/external/eigen/Eigen/src/Core/ |
ArrayBase.h | 67 using Base::cols;
|
MatrixBase.h | 73 using Base::cols; 98 /** \returns the size of the main diagonal, which is min(rows(),cols()). 99 * \sa rows(), cols(), SizeAtCompileTime. */ 101 inline Index diagonalSize() const { return (numext::mini)(rows(),cols()); } 264 EIGEN_DEVICE_FUNC static const IdentityReturnType Identity(Index rows, Index cols); 279 Derived& setIdentity(Index rows, Index cols);
|
SelfAdjointView.h | 79 inline Index cols() const { return m_matrix.cols(); } function in class:Eigen::SelfAdjointView
|
Transpositions.h | 53 Index cols() const { return indices().size(); } function in class:Eigen::TranspositionsBase 379 Index cols() const { return m_transpositions.size(); } function in class:Eigen::Transpose
|
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixMatrixTriangular.h | 276 Index size = mat.cols(); 279 Index depth = actualLhs.cols(); 302 eigen_assert(derived().nestedExpression().rows() == prod.rows() && derived().cols() == prod.cols());
|
/external/eigen/Eigen/src/Geometry/ |
Umeyama.h | 112 const Index n = src.cols(); // number of measurements
|
/external/eigen/Eigen/src/SparseCholesky/ |
SimplicialCholesky_impl.h | 106 eigen_assert(ap.rows()==ap.cols());
|
/external/eigen/Eigen/src/SparseCore/ |
SparseSolverBase.h | 29 Index rhsCols = rhs.cols();
|
/external/eigen/bench/ |
geometry.cpp | 36 for(int i=0;i<data.cols();++i)
|
/external/eigen/test/ |
bdcsvd.cpp | 55 MatrixType m = MatrixType::Random(a.rows(), a.cols());
|
schur_real.cpp | 18 const Index size = T.cols();
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
Scaling.h | 77 int n = mat.cols();
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
LMpar.h | 51 const Index n = qr.matrixR().cols();
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
dogleg.h | 26 const Index n = qrfac.cols();
|
lmpar.h | 31 const Index n = r.cols(); 189 const Index n = qr.matrixQR().cols();
|
/external/libvpx/libvpx/test/ |
active_map_refresh_test.cc | 91 map.cols = mb_width;
|
/external/syslinux/core/ |
bios.c | 31 static void bios_get_mode(int *cols, int *rows) 34 *cols = BIOS_COLS; 112 static void bios_scroll_up(uint8_t cols, uint8_t rows, uint8_t attribute) 122 ireg.edx.b[0] = cols;
|
/external/libedit/src/ |
terminal.c | 865 int lins, cols; local 932 (void) terminal_get_size(el, &lins, &cols); 933 if (terminal_change_size(el, lins, cols) == -1) 943 * Return the new window size in lines and cols, and 947 terminal_get_size(EditLine *el, int *lins, int *cols) 950 *cols = Val(T_co); 958 *cols = ws.ws_col; 969 *cols = ts.ts_cols; 975 return Val(T_co) != *cols || Val(T_li) != *lins; 983 terminal_change_size(EditLine *el, int lins, int cols) [all...] |
/external/doclava/res/assets/templates-sdk/ |
customizations.cs | 79 <div class="wrap clearfix" id="body-content"><div class="cols"> 115 <div class="cols"> 123 <div class="resource-flow-layout cols" data-history-query="history:recent" data-allow-duplicates="true" data-maxresults="3" data-cardsizes="18x2"></div> 137 <div class="dac-search-results-hero cols">
|
/external/opencv/cvaux/src/ |
cvmat.cpp | 479 a->rows == b->rows && a->cols == b->cols && 794 cvInitMatHeader( &temp, a->cols, a->rows, a->type ); 833 fprintf( stdout, "%s(%d x %d) =\n\t", name, rows, cols );
|
/external/opencv/cxcore/src/ |
cxsumpixels.cpp | [all...] |
/external/opencv/otherlibs/highgui/ |
loadsave.cpp | 525 CV_CALL( temp = cvCreateMat(image->rows, image->cols, image->type) ); 536 image->cols, CV_MAKETYPE(CV_8U,channels)) );
|
/external/syslinux/com32/lib/sys/vesa/ |
drawtxt.c | 210 static inline void vesacon_touch(int row, int col, int rows, int cols) 215 unsigned int x1 = x0 + cols;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
form.h | 74 short cols; /* size in cols */ member in struct:fieldnode 78 int dcols; /* dynamic cols */ 137 short cols; /* size in cols */ member in struct:formnode
|