Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/tool/
H A Dinterpr5.cxx2949 SCSIZE nCXN, nRXN; in CalculateTrendGrowth() local
2953 nCXN = nCX; in CalculateTrendGrowth()
2955 nCountXN = nCXN * nRXN; in CalculateTrendGrowth()
2960 pMatNewX->GetDimensions(nCXN, nRXN); in CalculateTrendGrowth()
2961 if ((nCase == 2 && K != nCXN) || (nCase == 3 && K != nRXN)) in CalculateTrendGrowth()
2966 nCountXN = nCXN * nRXN; in CalculateTrendGrowth()
2976 pResMat = GetNewMat(nCXN,nRXN); in CalculateTrendGrowth()
2982 pResMat = GetNewMat(nCXN,1); in CalculateTrendGrowth()
3157 lcl_MFastMult(pSlopes,pMatNewX,pResMat,1,K,nCXN); in CalculateTrendGrowth()
3161 for (SCSIZE col = 0; col < nCXN; col++) in CalculateTrendGrowth()
[all …]

Completed in 31 milliseconds