H A D | interpr3.cxx | 1259 double lcl_GetBinomDistRange(double n, double xs,double xe, in lcl_GetBinomDistRange() argument 1270 sal_uInt32 nXe = static_cast<sal_uInt32>(xe); in lcl_GetBinomDistRange() 1303 double xe = ::rtl::math::approxFloor(GetDouble()); in ScB() local 1308 bool bIsValidX = ( 0.0 <= xs && xs <= xe && xe <= n); in ScB() 1311 if (xs == xe) // mass function in ScB() 1317 PushDouble(lcl_GetBinomDistRange(n,xs,xe,fFactor,p,q)); in ScB() 1325 PushDouble(lcl_GetBinomDistRange(n,n-xe,n-xs,fFactor,q,p)); in ScB() 1328 PushDouble(GetBetaDist(q,n-xe,xe+1.0)-GetBetaDist(q,n-xs+1,xs) ); in ScB() 1339 PushDouble( (xe == n) ? 1.0 : 0.0 ); in ScB()
|