Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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 ); // + 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()
/trunk/main/i18npool/source/isolang/
H A Dlcid.awk140 ($hex !~ /^[0-9a-fA-F][0-9a-fA-F]*$/) { filtered[$hex] = $0; next }
/trunk/main/idlc/source/
H A Dscanner.ll267 HEX_DIGIT [a-fA-F0-9]
/trunk/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()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx741 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…
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx836 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 …]
H A Dinterpr6.cxx50 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 …]
/trunk/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_()
/trunk/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()

Completed in 141 milliseconds