Lines Matching refs:bCumulative
786 bool bCumulative; in ScChiSqDist() local
788 bCumulative = GetBool(); in ScChiSqDist()
790 bCumulative = true; in ScChiSqDist()
797 if (bCumulative) in ScChiSqDist()
1491 bool bCumulative = nParamCount == 4 ? GetBool() : true; in ScNormDist() local
1500 if (bCumulative) in ScNormDist()
1512 bool bCumulative = nParamCount == 4 ? GetBool() : true; // cumulative in ScLogNormDist() local
1521 if (bCumulative) in ScLogNormDist()
1653 bool bCumulative = (nParamCount == 3 ? GetBool() : true); // default cumulative in ScPoissonDist() local
1658 else if (!bCumulative) // Probability mass function in ScPoissonDist()
1955 double bCumulative; in ScGammaDist() local
1957 bCumulative = GetBool(); in ScGammaDist()
1959 bCumulative = true; in ScGammaDist()
1967 if (bCumulative) // distribution in ScGammaDist()