Searched refs:_bStexy (Results 1 – 2 of 2) sorted by relevance
3952 void ScInterpreter::CalculatePearsonCovar(sal_Bool _bPearson,sal_Bool _bStexy) in CalculatePearsonCovar() argument3998 if (fCount < (_bStexy ? 3.0 : 1.0)) // fCount==1 is handled by checking denominator later on in CalculatePearsonCovar()4023 if (fSumSqrDeltaX == 0.0 || ( !_bStexy && fSumSqrDeltaY == 0.0) ) in CalculatePearsonCovar()4025 else if ( _bStexy ) in CalculatePearsonCovar()
693 void CalculatePearsonCovar(sal_Bool _bPearson,sal_Bool _bStexy);
Completed in 60 milliseconds