Searched refs:pSlopes (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 2552 if (!pMeans || !pMatZ || !pSlopes) in CalulateRGPRKP() 2586 pSlopes->PutDouble( pMatZ->GetDouble(col), col); in CalulateRGPRKP() 2596 : pSlopes->GetDouble(i) , K-1-i, 0); in CalulateRGPRKP() 2709 if (!pMeans || !pMatZ || !pSlopes) in CalulateRGPRKP() 2745 pSlopes->PutDouble( pMatZ->GetDouble(col), col); in CalulateRGPRKP() 2755 : pSlopes->GetDouble(i) , K-1-i, 0); in CalulateRGPRKP() 3058 if (!pMeans || !pSlopes) in CalculateTrendGrowth() 3092 pSlopes->PutDouble( pMatY->GetDouble(col), col); in CalculateTrendGrowth() 3097 lcl_MFastMult(pMatNewX,pSlopes,pResMat,nRXN,K,1); in CalculateTrendGrowth() 3117 if (!pMeans || !pSlopes) in CalculateTrendGrowth() [all …]
|
Completed in 36 milliseconds