HomeSort by relevance Sort by last modified time
    Searched full:stridea (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/Eigen/
MPRealSupport 157 Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, mpreal* /*unpackedB*/ = 0)
161 if(strideA==-1) strideA = depth;
172 mpreal *A = const_cast<mpreal*>(blockA) + i*strideA + offsetA;
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 532 Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, RhsScalar* unpackedB=0);
539 Index strideA, Index strideB, Index offsetA, Index offsetB, RhsScalar* unpackedB)
543 if(strideA==-1) strideA = depth;
566 const LhsScalar* blA = &blockA[i*strideA+offsetA*mr];
811 const LhsScalar* blA = &blockA[i*strideA+offsetA*LhsProgress];
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 2718 ptrdiff_t stridea = a->stride; local
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 771 /// Looks for accesses like "a[i * StrideA]" where "StrideA" is loop
    [all...]

Completed in 542 milliseconds