HomeSort by relevance Sort by last modified time
    Searched refs:Cols (Results 26 - 37 of 37) sorted by null

12

  /external/dng_sdk/source/
dng_shared.cpp     [all...]
dng_parse_utils.cpp 1718 uint32 cols = count - (row << 4); local
1792 uint32 cols = count - (row << 4); local
    [all...]
dng_image_writer.cpp 418 : tag_srational_ptr (code, fEntry, m.Rows () * m.Cols ())
425 for (uint32 c = 0; c < m.Cols (); c++)
    [all...]
  /external/opencv3/modules/cudaarithm/perf/
perf_reductions.cpp 341 enum {Rows = 0, Cols = 1};
342 CV_ENUM(ReduceDim, Rows, Cols)
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 45 template<int Rows, int Cols, int Depth> struct product_type_selector;
65 Cols = _Rhs::ColsAtCompileTime,
78 cols_select = product_size_category<Cols,MaxCols>::value,
91 EIGEN_DEBUG_VAR(Cols);
233 const Index cols = dest.cols(); local
234 for (Index j=0; j<cols; ++j)
347 eigen_assert(m_lhs.rows() == dst.rows() && m_rhs.cols() == dst.cols());
463 actualLhs.rows(), actualLhs.cols(),
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmslut.c 379 cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Number Cols,
386 n = Rows * Cols;
390 if (n >= UINT_MAX / Cols) return NULL;
392 if (n < Rows || n < Cols) return NULL;
394 NewMPE = _cmsStageAllocPlaceholder(ContextID, cmsSigMatrixElemType, Cols, Rows,
417 NewElem ->Offset = (cmsFloat64Number*) _cmsCalloc(ContextID, Cols, sizeof(cmsFloat64Number));
423 for (i=0; i < Cols; i++) {
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 75 static const int Cols = Traits::ColsAtCompileTime;
81 typedef Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols> ComplexMatrix;
369 m_fT.resize(m_T.rows(), m_T.cols());
438 eigen_assert(A.rows() == A.cols());
440 eigen_assert(B.rows() == B.cols());
443 eigen_assert(C.cols() == B.rows());
529 Index cols() const { return m_A.cols(); } function in class:Eigen::MatrixFunctionReturnValue
553 eigen_assert(rows() == cols());
560 eigen_assert(rows() == cols());
    [all...]
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 160 res.ncol = mat.cols();
174 res.nrow = mat.cols();
181 res.ncol = mat.cols();
205 template<typename Scalar, int Rows, int Cols, int Options, int MRows, int MCols>
206 struct SluMatrixMapHelper<Matrix<Scalar,Rows,Cols,Options,MRows,MCols> >
208 typedef Matrix<Scalar,Rows,Cols,Options,MRows,MCols> MatrixType;
217 res.ncol = mat.cols();
233 res.nrow = mat.cols();
240 res.ncol = mat.cols();
316 inline Index cols() const { return m_matrix.cols(); function in class:Eigen::SuperLUBase
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 133 template<typename _Scalar, int Rows=Dynamic, int Cols=Dynamic, int Supers=Dynamic, int Subs=Dynamic, int Options=0> class BandMatrix;
  /external/eigen/test/
triangular.cpp 23 typename MatrixType::Index cols = m.cols(); local
25 MatrixType m1 = MatrixType::Random(rows, cols),
26 m2 = MatrixType::Random(rows, cols),
27 m3(rows, cols),
28 m4(rows, cols),
29 r1(rows, cols),
30 r2(rows, cols);
36 if (rows*cols>1)
66 m1 = MatrixType::Random(rows, cols);
128 Index cols = m.cols(); local
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_reductions.cpp 190 for (int x = 0; x < src.cols; ++x)
227 for (int x = 0; x < src.cols; ++x)
648 cv::Point(locs[0] % src.cols, locs[0] / src.cols),
649 cv::Point(locs[1] % src.cols, locs[1] / src.cols),
867 cv::cuda::GpuMat dst = createMat(cv::Size(src.cols, 1), dst_type, useRoi);
876 CUDA_TEST_P(Reduce, Cols)
885 dst_gold.cols = dst_gold.rows;
887 dst_gold.step = dst_gold.cols * dst_gold.elemSize()
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 2418 milliseconds

12