Lines Matching refs:RefinementSteps
22828 int &RefinementSteps, in getSqrtEstimate() argument
22847 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22848 RefinementSteps = 1; in getSqrtEstimate()
22854 if (RefinementSteps == 0 && !Reciprocal) in getSqrtEstimate()
22862 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getSqrtEstimate()
22863 RefinementSteps = 0; in getSqrtEstimate()
22882 int &RefinementSteps) const { in getRecipEstimate()
22903 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22904 RefinementSteps = 1; in getRecipEstimate()
22913 if (RefinementSteps == ReciprocalEstimate::Unspecified) in getRecipEstimate()
22914 RefinementSteps = 0; in getRecipEstimate()