/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixLogarithm.h | 346 Index cols() const { return m_A.cols(); } function in class:Eigen::MatrixLogarithmReturnValue 367 eigen_assert(rows() == cols());
|
/external/libedit/src/ |
el.c | 589 int lins, cols; local 597 if (terminal_get_size(el, &lins, &cols)) 598 terminal_change_size(el, lins, cols);
|
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/mksh/src/ |
misc.c | 1237 unsigned int i, r = 0, c, rows, cols, nspace, max_col; local 1268 cols = (x_cols + 1) / (max_col + 2); 1271 if (cols < 2) { 1282 rows = (n + cols - 1) / cols; 1283 if (opts->prefcol && cols > rows) { 1284 cols = rows; 1285 rows = (n + cols - 1) / cols; 1288 nspace = (x_cols - max_col * cols) / cols [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcStress.cpp | 590 size_t cols = testRandMod((maxCols + 1) - minCols) + minCols; local 591 frames[row].resize(cols); 592 for (unsigned int col = 0; col < cols; col++) {
|
/external/opencv/ml/src/ |
mltree.cpp | 215 sample_count = sample_idx->rows + sample_idx->cols - 1; 222 var_count = var_idx->rows + var_idx->cols - 1; 228 _responses->rows != 1 && _responses->cols != 1 || 229 _responses->rows + _responses->cols - 1 != sample_all ) 266 CV_CALL( cat_ofs = cvCreateMat( 1, cat_count->cols+1, CV_32SC1 )); 267 CV_CALL( cat_map = cvCreateMat( 1, cat_count->cols*10 + 128, CV_32SC1 )); 393 if( cat_map->cols < total_c_count + c_count ) 397 MAX(cat_map->cols*3/2,total_c_count+c_count), CV_32SC1 )); 502 cat_map->cols = MAX( total_c_count, 1 ); 586 int count = isubsample_idx->rows + isubsample_idx->cols - 1 [all...] |
/device/google/accessory/arduino/USB_Host_Shield/ |
Max_LCD.cpp | 95 void Max_LCD::begin(uint8_t cols, uint8_t lines, uint8_t dotsize) {
|
/external/dng_sdk/source/ |
dng_matrix.cpp | 35 uint32 cols) 43 cols < 1 || cols > kMaxColorPlanes) 51 fCols = cols; 114 Cols () != m.Cols ()) 122 for (uint32 k = 0; k < Cols (); k++) 148 if (Rows () != Cols ()) 154 for (uint32 k = 0; k < Cols (); k++) 188 for (uint32 k = 0; k < Cols (); k++ [all...] |
dng_matrix.h | 49 uint32 cols); 66 uint32 Cols () const
|
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);
|
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixMatrixTriangular.h | 275 Index size = mat.cols(); 276 Index depth = actualLhs.cols(); 297 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();
|
/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/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">
|