/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/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 | 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 | 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 | 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 | block_structure.h | 81 vector<Block> cols; member 87 vector<CompressedColumn> cols; member
|
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
|
/external/valgrind/main/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
D | vp9_debugmodes.c | 32 int cols = cm->mi_cols; in print_mi_data() local 58 int cols = cm->mi_cols; in vp9_print_modes_and_motion_vectors() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_debugmodes.c | 32 int cols = cm->mi_cols; in print_mi_data() local 57 int cols = cm->mi_cols; in vp9_print_modes_and_motion_vectors() local
|
/external/eigen/doc/snippets/ |
D | Tutorial_commainit_02.cpp | 1 int rows=5, cols=5; variable
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_yuv_sw.c | 138 int rows, int cols, int mod ) in Color16DitherYV12Mod1X() 208 int rows, int cols, int mod ) in Color24DitherYV12Mod1X() 292 int rows, int cols, int mod ) in Color32DitherYV12Mod1X() 367 int rows, int cols, int mod ) in Color16DitherYV12Mod2X() 440 int rows, int cols, int mod ) in Color24DitherYV12Mod2X() 538 int rows, int cols, int mod ) in Color32DitherYV12Mod2X() 615 int rows, int cols, int mod ) in Color16DitherYUY2Mod1X() 659 int rows, int cols, int mod ) in Color24DitherYUY2Mod1X() 709 int rows, int cols, int mod ) in Color32DitherYUY2Mod1X() 757 int rows, int cols, int mod ) in Color16DitherYUY2Mod2X() [all …]
|
/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/chromium_org/third_party/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/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/failtest/ |
D | map_nonconst_ctor_on_const_ptr_2.cpp | 11 void foo(CV_QUALIFIER float *ptr, DenseIndex rows, DenseIndex cols){ in foo()
|
D | map_nonconst_ctor_on_const_ptr_4.cpp | 11 void foo(const float *ptr, DenseIndex rows, DenseIndex cols){ in foo()
|