/aoo42x/main/sc/source/core/tool/ |
H A D | interpr6.cxx | 50 double fY = 1.0 - fA; in GetGammaContFraction() 51 double fDenom = fX + 2.0-fA; in GetGammaContFraction() 102 double fDenomfactor = fA; in GetGammaSeries() 103 double fSummand = 1.0/fA; in GetGammaSeries() 126 double fLnFactor = fA * log(fX) - fX - GetLogGamma(fA); in GetLowRegIGamma() 129 return 1.0 - fFactor * GetGammaContFraction(fA,fX); in GetLowRegIGamma() 131 return fFactor * GetGammaSeries(fA,fX); in GetLowRegIGamma() 139 double fLnFactor= fA*log(fX)-fX-GetLogGamma(fA); in GetUpRegIGamma() 141 if (fX>fA+1.0) // includes fX>1.0 in GetUpRegIGamma() 142 return fFactor * GetGammaContFraction(fA,fX); in GetUpRegIGamma() [all …]
|
H A D | interpr3.cxx | 836 double fA; in GetBeta() local 847 return GetGamma(fA)/GetGamma(fA+fB)*GetGamma(fB); in GetBeta() 869 double fA; in GetLogBeta() local 924 return fA * pow(fX,fA-1); in GetBetaDistPDF() 960 return pow(fX,fA-1.0) * pow(0.5-fX+0.5,fB-1.0) / GetBeta(fA,fB); in GetBetaDistPDF() 976 b2 = 1.0 - (fA+fB)/(fA+1.0)*fX; in lcl_GetBetaHelperContFrac() 1001 d2m1 = -(fA+rm)*(fA+fB+rm)*fX/(apl2m*(apl2m+1.0)); in lcl_GetBetaHelperContFrac() 1045 fA = fBeta; in GetBetaDist() 1054 double fP = fA/(fA+fB); in GetBetaDist() 1060 fTemp = exp(fA*flnX + fB*flnY - GetLogBeta(fA,fB)); in GetBetaDist() [all …]
|
/aoo42x/main/tools/source/generic/ |
H A D | line.cxx | 78 const double fA = fBy * fCx - fBx * fCy; in Intersection() local 85 if ( ( fA < 0. ) || ( fA > fDen ) ) in Intersection() 88 else if ( ( fA > 0. ) || ( fA < fDen ) ) in Intersection() 105 const double fAlpha = fA / fDen; in Intersection()
|
/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 381 double fA = aIntermediatePoint.X - aStartingPoint.X; in ImplDoClass4() local 386 …double fE = fA * ( aStartingPoint.X + aIntermediatePoint.X ) + fB * ( aStartingPoint.Y + aIntermed… in ImplDoClass4() 389 …double fG = 2.0 * ( fA * ( aEndingPoint.Y - aIntermediatePoint.Y ) - fB * ( aEndingPoint.X - aInte… in ImplDoClass4() 392 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4() 455 double fA = aIntermediatePoint.X - aStartingPoint.X; in ImplDoClass4() local 460 …double fE = fA * ( aStartingPoint.X + aIntermediatePoint.X ) + fB * ( aStartingPoint.Y + aIntermed… in ImplDoClass4() 463 …double fG = 2.0 * ( fA * ( aEndingPoint.Y - aIntermediatePoint.Y ) - fB * ( aEndingPoint.X - aInte… in ImplDoClass4() 466 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 741 double GetBetaDistPDF(double fX, double fA, double fB); //probability density function) 836 double GetGammaContFraction(double fA,double fX); 837 double GetGammaSeries(double fA,double fX); 838 double GetLowRegIGamma(double fA,double fX); // lower regularized incomplete gamma function, GAM… 839 double GetUpRegIGamma(double fA,double fX); // upper regularized incomplete gamma function, GAM…
|
/aoo42x/main/filter/source/graphicfilter/idxf/ |
H A D | dxf2mtf.cxx | 459 double fA; in DrawTextEntity() local 466 fA=aT.CalcRotAngle(); in DrawTextEntity() 467 nAng=(short)(fA*10.0+0.5); in DrawTextEntity() 518 double fA; in DrawAttribEntity() local 525 fA=aT.CalcRotAngle(); in DrawAttribEntity() 526 nAng=(short)(fA*10.0+0.5); in DrawAttribEntity()
|
/aoo42x/main/i18npool/source/isolang/ |
H A D | lcid.awk | 140 ($hex !~ /^[0-9a-fA-F][0-9a-fA-F]*$/) { filtered[$hex] = $0; next }
|
/aoo42x/main/basegfx/source/curve/ |
H A D | b2dcubicbezier.cxx | 1048 …const double fA = (3 * (maControlPointA.getX() - maControlPointB.getX()) + aRelativeEndPoint.getX(… in getMaxDistancePositions() local 1056 if( fTools::equalZero(fA) ) in getMaxDistancePositions() 1072 const double fD = fB*fB - fA*fC; in getMaxDistancePositions() 1078 pResult[0] = fQ / fA; in getMaxDistancePositions()
|
/aoo42x/main/sal/qa/rtl_strings/ |
H A D | rtl_OString.cxx | 2853 float fA = arrTestCase[i].input1->toFloat(); in test_rtl_OString_toFloat() local 2856 float fResult = (float) fabs(fA - fB); in test_rtl_OString_toFloat() 2858 t_print("float result: A:(%E) B:(%E) fabs(A-B):%E\n", fA, fB, (float) fResult); in test_rtl_OString_toFloat()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 1207 double fA = 0.0; in ApplyRectangularGradientAsBitmap() local 1215 if ( aIter->fDist >= fA ) in ApplyRectangularGradientAsBitmap() 1217 fA = aIter->fDist; in ApplyRectangularGradientAsBitmap() 1232 double fD1 = fB - fA; in ApplyRectangularGradientAsBitmap() 1235 …fRed += ( ( ( fDist - fA ) * ( aColorB.GetRed() - aColorA.GetRed() ) ) / fD1 ); // + aQuantErrC… in ApplyRectangularGradientAsBitmap() 1236 …fGreen += ( ( ( fDist - fA ) * ( aColorB.GetGreen() - aColorA.GetGreen() ) ) / fD1 ); // + aQuantE… in ApplyRectangularGradientAsBitmap() 1237 …fBlue += ( ( ( fDist - fA ) * ( aColorB.GetBlue() - aColorA.GetBlue() ) ) / fD1 ); // + aQuantEr… in ApplyRectangularGradientAsBitmap()
|
/aoo42x/main/idlc/source/ |
H A D | scanner.ll | 267 HEX_DIGIT [a-fA-F0-9]
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 1145 double fA = GetCoupdaybs( nNullDate, nSettle, nMat, nFreq, nBase ); in getPrice_() local 1148 fRet -= 100.0 * fRate / fFreq * fA / fE; in getPrice_()
|