Home
last modified time | relevance | path

Searched refs:offsetA (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DGeneralBlockPanelKernel.h532 … 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)
566 const LhsScalar* blA = &blockA[i*strideA+offsetA*mr];
811 const LhsScalar* blA = &blockA[i*strideA+offsetA*LhsProgress];
960 const LhsScalar* blA = &blockA[i*strideA+offsetA];
1014 const LhsScalar* blA = &blockA[i*strideA+offsetA*mr];
1057 const LhsScalar* blA = &blockA[i*strideA+offsetA*LhsProgress];
1082 const LhsScalar* blA = &blockA[i*strideA+offsetA];
/external/eigen/unsupported/Eigen/
DMPRealSupport157 … Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, mpreal* /*unpackedB*/ = 0)
172 mpreal *A = const_cast<mpreal*>(blockA) + i*strideA + offsetA;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmstypes.c2466 cmsUInt32Number offsetA; // Offset to first "A" curve in Type_LUTA2B_Read() local
2481 if (!_cmsReadUInt32Number(io, &offsetA)) return NULL; in Type_LUTA2B_Read()
2487 if (offsetA!= 0) { in Type_LUTA2B_Read()
2488 …PipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetA, inputChan))) in Type_LUTA2B_Read()
2669 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; in Type_LUTA2B_Write() local
2707 offsetA = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write()
2741 if (!_cmsWriteUInt32Number(io, offsetA)) return FALSE; in Type_LUTA2B_Write()
2782 cmsUInt32Number offsetA; // Offset to first "A" curve in Type_LUTB2A_Read() local
2798 if (!_cmsReadUInt32Number(io, &offsetA)) return NULL; in Type_LUTB2A_Read()
2824 if (offsetA!= 0) { in Type_LUTB2A_Read()
[all …]