Home
last modified time | relevance | path

Searched refs:fQ (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx996 const double fQ = fBX + ((fBX >= 0) ? +fS : -fS); in getAllExtremumPositions() local
997 impCheckExtremumResult(fQ / fAX, rResults); in getAllExtremumPositions()
999 impCheckExtremumResult(fCX / fQ, rResults); in getAllExtremumPositions()
1027 const double fQ = fBY + ((fBY >= 0) ? +fS : -fS); in getAllExtremumPositions() local
1028 impCheckExtremumResult(fQ / fAY, rResults); in getAllExtremumPositions()
1030 impCheckExtremumResult(fCY / fQ, rResults); in getAllExtremumPositions()
1077 const double fQ = -(fB + ((fB >= 0) ? +fS : -fS)); in getMaxDistancePositions() local
1078 pResult[0] = fQ / fA; in getMaxDistancePositions()
1087 const double fRoot = fC / fQ; in getMaxDistancePositions()
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx1055 double fQ = fB/(fA+fB); in GetBetaDist() local
1057 if (fA > 1.0 && fB > 1.0 && fP < 0.97 && fQ < 0.97) //found experimental in GetBetaDist()

Completed in 38 milliseconds