Searched refs:fQ (Results 1 – 2 of 2) sorted by relevance
996 const double fQ = fBX + ((fBX >= 0) ? +fS : -fS); in getAllExtremumPositions() local997 impCheckExtremumResult(fQ / fAX, rResults); in getAllExtremumPositions()999 impCheckExtremumResult(fCX / fQ, rResults); in getAllExtremumPositions()1027 const double fQ = fBY + ((fBY >= 0) ? +fS : -fS); in getAllExtremumPositions() local1028 impCheckExtremumResult(fQ / fAY, rResults); in getAllExtremumPositions()1030 impCheckExtremumResult(fCY / fQ, rResults); in getAllExtremumPositions()1077 const double fQ = -(fB + ((fB >= 0) ? +fS : -fS)); in getMaxDistancePositions() local1078 pResult[0] = fQ / fA; in getMaxDistancePositions()1087 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()
Completed in 25 milliseconds