Searched refs:fQ (Results 1 – 2 of 2) sorted by relevance
990 const double fQ = fBX + ((fBX >= 0) ? +fS : -fS); in getAllExtremumPositions() local991 impCheckExtremumResult(fQ / fAX, rResults); in getAllExtremumPositions()993 impCheckExtremumResult(fCX / fQ, rResults); in getAllExtremumPositions()1021 const double fQ = fBY + ((fBY >= 0) ? +fS : -fS); in getAllExtremumPositions() local1022 impCheckExtremumResult(fQ / fAY, rResults); in getAllExtremumPositions()1024 impCheckExtremumResult(fCY / fQ, rResults); in getAllExtremumPositions()1071 const double fQ = -(fB + ((fB >= 0) ? +fS : -fS)); in getMaxDistancePositions() local1072 pResult[0] = fQ / fA; in getMaxDistancePositions()1081 const double fRoot = fC / fQ; in getMaxDistancePositions()
1055 double fQ = fB/(fA+fB); in GetBetaDist() local1057 if (fA > 1.0 && fB > 1.0 && fP < 0.97 && fQ < 0.97) //found experimental in GetBetaDist()