Lines Matching refs:sqrt
32 double distance(DPoint p) const { return sqrt(this->distanceSquared(p)); }
145 // sqrt(2x * 2x + 1 * 1) / | 2x
148 tolB = tolerance / sqrt(4.0 * b * b + 1.0);
149 tolC = tolerance / sqrt(4.0 * c * c + 1.0);
164 tolB = tolerance / sqrt(4.0 * b * b + 1.0);
165 tolC = tolerance / sqrt(4.0 * c * c + 1.0);
181 tolerance = tolerance / sqrt(4.0 * y * y + 1.0);
306 const double cosTheta = sqrt(a / (a + b));
307 const double sinTheta = -1.0 * sign_of((a + b) * h) * sqrt(b / (a + b));
404 const float sqrtC = sqrt(c);
408 const float cosPhi = (float)sqrt((b2 * 0.25f) * (-27.f / a3)) * ((b > 0) ? -1.f : 1.f);
412 result = 2.f * (float)sqrt(-a * kThird) * (float)cos(phi * kThird);
414 result = 2.f * (float)sqrt(-a * kThird) * (float)cos((phi * kThird) + (SK_ScalarPI * 2.f * kThird));
417 result = 2.f * (float)sqrt(-a * kThird) * (float)cos((phi * kThird) + (SK_ScalarPI * 2.f * kThird));
419 result = 2.f * (float)sqrt(-a * kThird) * (float)cos(phi * kThird);
499 const double d = sqrt(c);
834 const float miniDist = sqrt(dataPtr[idx].fDistSq);
849 const float miniDist = sqrt(dataPtr[idx].fDistSq);