Home
last modified time | relevance | path

Searched refs:fA (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/sc/source/core/tool/
H A Dinterpr6.cxx42 double ScInterpreter::GetGammaContFraction( double fA, double fX ) in GetGammaContFraction() argument
50 double fY = 1.0 - fA; in GetGammaContFraction()
51 double fDenom = fX + 2.0-fA; in GetGammaContFraction()
99 double ScInterpreter::GetGammaSeries( double fA, double fX ) in GetGammaSeries() argument
102 double fDenomfactor = fA; in GetGammaSeries()
103 double fSummand = 1.0/fA; in GetGammaSeries()
123 double ScInterpreter::GetLowRegIGamma( double fA, double fX ) in GetLowRegIGamma() argument
126 double fLnFactor = fA * log(fX) - fX - GetLogGamma(fA); in GetLowRegIGamma()
128 if (fX>fA+1.0) // includes fX>1.0; 1-GetUpRegIGamma, continued fraction in GetLowRegIGamma()
129 return 1.0 - fFactor * GetGammaContFraction(fA,fX); in GetLowRegIGamma()
[all …]
H A Dinterpr3.cxx836 double fA; in GetBeta() local
840 fA = fAlpha; fB = fBeta; in GetBeta()
844 fA = fBeta; fB = fAlpha; in GetBeta()
846 if (fA+fB < fMaxGammaArgument) // simple case in GetBeta()
847 return GetGamma(fA)/GetGamma(fA+fB)*GetGamma(fB); in GetBeta()
853 double fLanczos = lcl_getLanczosSum(fA); in GetBeta()
854 fLanczos /= lcl_getLanczosSum(fA+fB); in GetBeta()
856 double fABgm = fA+fB+fgm; in GetBeta()
857 fLanczos *= sqrt((fABgm/(fA+fgm))/(fB+fgm)); in GetBeta()
858 double fTempA = fB/(fA+fgm); // (fA+fgm)/fABgm = 1 / ( 1 + fB/(fA+fgm)) in GetBeta()
[all …]
/AOO41X/main/tools/source/generic/
H A Dline.cxx78 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()
/AOO41X/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx381 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()
/AOO41X/main/sc/source/core/inc/
H A Dinterpre.hxx719 double GetBetaDistPDF(double fX, double fA, double fB); //probability density function)
814 double GetGammaContFraction(double fA,double fX);
815 double GetGammaSeries(double fA,double fX);
816 double GetLowRegIGamma(double fA,double fX); // lower regularized incomplete gamma function, GAM…
817 double GetUpRegIGamma(double fA,double fX); // upper regularized incomplete gamma function, GAM…
/AOO41X/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx459 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()
/AOO41X/main/i18npool/source/isolang/
H A Dlcid.awk140 ($hex !~ /^[0-9a-fA-F][0-9a-fA-F]*$/) { filtered[$hex] = $0; next }
/AOO41X/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx1048 …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()
/AOO41X/main/sal/qa/rtl_strings/
H A Drtl_OString.cxx2853 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()
/AOO41X/main/idlc/source/
H A Dscanner.ll267 HEX_DIGIT [a-fA-F0-9]
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1207 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 ); // + aQuan… in ApplyRectangularGradientAsBitmap()
1236 …fGreen += ( ( ( fDist - fA ) * ( aColorB.GetGreen() - aColorA.GetGreen() ) ) / fD1 ); // + aQuan… in ApplyRectangularGradientAsBitmap()
1237 …fBlue += ( ( ( fDist - fA ) * ( aColorB.GetBlue() - aColorA.GetBlue() ) ) / fD1 ); // + aQuan… in ApplyRectangularGradientAsBitmap()
/AOO41X/main/scaddins/source/analysis/
H A Danalysishelper.cxx1145 double fA = GetCoupdaybs( nNullDate, nSettle, nMat, nFreq, nBase ); in getPrice_() local
1148 fRet -= 100.0 * fRate / fFreq * fA / fE; in getPrice_()