Lines Matching refs:sqrt
353 z = N + cbrt(-q+sqrt(D)) + cbrt(-q-sqrt(D))
361 m = sqrt(|p|) * sign(q)
370 A = +/- sqrt(8Z + b^2 - 4c)
498 d = Vr * sqrt(d);
502 A = sqrt((Z + Z) - Nk);
509 d = sqrt(d);
516 x = w * sqrt(1 - (t * t));
519 t = sqrt(rs - (t * t));
537 d = sqrt(d);
543 x = w * sqrt(1 - (t * t));
546 inx = x - sqrt(rs - (t * t));
555 x = w * sqrt(1 - (t * t));
558 t = sqrt(rs - (t * t));
587 inx = w * sqrt(1 + Nk / Hs) - sqrt(rs + Nk);
638 xs[0] = w * sqrt(1 + Nk / Hs) - sqrt(rs + Nk);
674 d = Vr * sqrt(d);
678 A = sqrt((Z + Z) - Nk);
684 d = sqrt(d);
691 x = w * sqrt(1 - (t * t));
694 t = sqrt(rs - (t * t));
709 d = sqrt(d);
715 x = w * sqrt(1 - (t * t));
718 *xp++ = x - sqrt(rs - (t * t));
727 x = w * sqrt(1 - (t * t));
730 t = sqrt(rs - (t * t));
1429 ae = sqrt(ac2 - ec2);
2571 acc->tail_y = def->h / CUBED_ROOT_2 * sqrt(t);
2582 return x + (x * acc->h2l) / sqrt(x * x * acc->h4 + y * y * acc->w4);
2588 return y + (y * acc->w2l) / sqrt(x * x * acc->h4 + y * y * acc->w4);
2594 return x - (x * acc->h2l) / sqrt(x * x * acc->h4 + y * y * acc->w4);
2600 return y - (y * acc->w2l) / sqrt(x * x * acc->h4 + y * y * acc->w4);
2608 x = (def->w / def->h) * sqrt(acc->h2 - y * y);
2610 return y - (y * acc->w2l) / sqrt(x * x * acc->h4 + y * y * acc->w4);
2762 * h w ellipse_y^2 sqrt (h^2 - ellipse_y^2)
2778 * w y0^3 (sqrt (h^2 - y^2)) ^ 3
2839 sqrt(acc->h2 - ellipse_y * ellipse_y) /
3573 x = -sqrt(xalt * xalt - yy * yy);