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.cxx990 const double fQ = fBX + ((fBX >= 0) ? +fS : -fS); in getAllExtremumPositions() local
991 impCheckExtremumResult(fQ / fAX, rResults); in getAllExtremumPositions()
993 impCheckExtremumResult(fCX / fQ, rResults); in getAllExtremumPositions()
1021 const double fQ = fBY + ((fBY >= 0) ? +fS : -fS); in getAllExtremumPositions() local
1022 impCheckExtremumResult(fQ / fAY, rResults); in getAllExtremumPositions()
1024 impCheckExtremumResult(fCY / fQ, rResults); in getAllExtremumPositions()
1071 const double fQ = -(fB + ((fB >= 0) ? +fS : -fS)); in getMaxDistancePositions() local
1072 pResult[0] = fQ / fA; in getMaxDistancePositions()
1081 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()