/external/eigen/test/ |
D | array.cpp | 20 Index cols = m.cols(); in array() local 94 Index cols = m.cols(); in comparisons() local 161 Index cols = m.cols(); in array_real() local 223 Index cols = m.cols(); in array_complex() local 242 Index cols = m.cols(); in min_max() local
|
D | product_trmm.cpp | 14 int cols=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), in trmm() 64 void trmv(int rows=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int cols=internal::random<int>(1,E… in trmv() 70 void trmm(int rows=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int cols=internal::random<int>(1,E… in trmm()
|
D | array_for_matrix.cpp | 20 Index cols = m.cols(); in array_for_matrix() local 81 Index cols = m.cols(); in comparisons() local 150 Index cols = m.cols(); in cwise_min_max() local 192 Index rows = t.rows(), cols = t.cols(); in resize() local
|
D | conservative_resize.cpp | 41 const Index cols = internal::random<Index>(1,50); in run_matrix_tests() local 51 const Index cols = internal::random<Index>(50,75); in run_matrix_tests() local
|
D | bandmatrix.cpp | 20 Index cols = _m.cols(); in bandmatrix() local 69 Index cols = internal::random<Index>(1,10); in test_bandmatrix() local
|
D | corners.cpp | 20 Index cols = m.cols(); in corners() local 53 cols = MatrixType::ColsAtCompileTime, in corners_fixedsize() enumerator
|
D | vectorwiseop.cpp | 22 Index cols = m.cols(); in vectorwiseop_array() local 127 Index cols = m.cols(); in vectorwiseop_matrix() local
|
/external/ceres-solver/internal/ceres/ |
D | compressed_col_sparse_matrix_utils.h | 72 const IntegerType* cols, in SolveUpperTriangularInPlace() 93 const IntegerType* cols, in SolveUpperTriangularTransposeInPlace() 119 const IntegerType* cols, in SolveRTRWithSparseRHS()
|
D | compressed_col_sparse_matrix_utils_test.cc | 92 int* cols) { in FillBlock() 135 int* cols = tsm.mutable_cols(); in TEST() local 228 vector<int> cols; member in ceres::internal::SolveUpperTriangularTest
|
D | block_structure.h | 81 vector<Block> cols; member 87 vector<CompressedColumn> cols; member
|
/external/eigen/doc/examples/ |
D | class_Block.cpp | 8 topLeftCorner(MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner() 15 topLeftCorner(const MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.h | 30 transform_1d cols, rows; // vertical and horizontal member 37 highbd_transform_1d cols, rows; // vertical and horizontal member
|
D | vp9_debugmodes.c | 30 int cols = cm->mi_cols; in print_mi_data() local 54 int cols = cm->mi_cols; in vp9_print_modes_and_motion_vectors() local
|
/external/valgrind/drd/tests/ |
D | matinv.c | 36 int cols; member 56 static elem_t* new_matrix(const int rows, const int cols) in new_matrix() 70 static void init_matrix(elem_t* const a, const int rows, const int cols) in init_matrix() 84 const elem_t* const a, const int rows, const int cols) in print_matrix() 175 const int cols = p->cols; in gj_threadfunc() local 223 static void gj(elem_t* const a, const int rows, const int cols) in gj()
|
D | omp_matinv.c | 44 static elem_t* new_matrix(const int rows, const int cols) in new_matrix() 58 static void init_matrix(elem_t* const a, const int rows, const int cols) in init_matrix() 72 const elem_t* const a, const int rows, const int cols) in print_matrix() 158 static void gj(elem_t* const a, const int rows, const int cols) in gj()
|
/external/eigen/unsupported/test/ |
D | svd_common.h | 31 Index cols = m.cols(); in svd_check_full() local 61 Index cols = m.cols(); in svd_compare_to_full() local 85 Index cols = m.cols(); in svd_solve() local 145 Index cols = m.cols(); in svd_verify_assert() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | subtract.c | 19 void vpx_subtract_block_c(int rows, int cols, in vpx_subtract_block_c() 36 void vpx_highbd_subtract_block_c(int rows, int cols, in vpx_highbd_subtract_block_c()
|
/external/skia/src/utils/ |
D | SkMeshUtils.cpp | 21 int texW, int texH, int rows, int cols) { in init() 89 int rows, int cols, const SkPoint verts[], in Draw()
|
/external/eigen/bench/ |
D | sparse_randomsetter.cpp | 48 int cols = sm1.cols(); in dostuff() local 68 int cols = SIZE; in main() local
|
/external/eigen/test/eigen2/ |
D | eigen2_array.cpp | 24 int cols = m.cols(); in array() local 59 int cols = m.cols(); in comparisons() local
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 554 String cols[] = { "TABLE_SCHEM" }; in getSchemas() local 564 String cols[] = { "TABLE_CAT" }; in getCatalogs() local 574 String cols[] = { "TABLE_TYPE" }; in getTableTypes() local 615 String cols[] = { in getColumns() local 688 String cols[] = { in getColumnPrivileges() local 708 String cols[] = { in getTablePrivileges() local 751 String cols[] = { in getBestRowIdentifier() local 842 String cols[] = { in getVersionColumns() local 877 String cols[] = { in getPrimaryKeys() local 1040 String cols[] = { in getImportedKeys() local [all …]
|
/external/eigen/doc/snippets/ |
D | Tutorial_commainit_02.cpp | 1 int rows=5, cols=5; variable
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
D | SkylineInplaceLU.h | 122 const size_t cols = m_lu.cols(); in compute() local 186 const size_t cols = m_lu.cols(); in computeRowMajor() local 309 const size_t cols = m_lu.cols(); in solve() local
|
/external/eigen/Eigen/src/LU/ |
D | FullPivLU.h | 374 inline Index cols() const { return m_lu.cols(); } in cols() function 394 FullPivLU<MatrixType>::FullPivLU(Index rows, Index cols) in FullPivLU() 429 const Index cols = matrix.cols(); in compute() local
|
/external/opencv/cxcore/include/ |
D | cxcore.hpp | 214 CvMatrix( int rows, int cols, int type ) in CvMatrix() 217 CvMatrix( int rows, int cols, int type, CvMat* hdr, in CvMatrix() 223 CvMatrix( int rows, int cols, int type, void* data, int step=CV_AUTOSTEP ) in CvMatrix() 260 void create( int rows, int cols, int type ) in create() 313 int cols() const { return matrix ? matrix->cols : 0; } in cols() function in CvMatrix
|