Lines Matching refs:sqrt
343 z = N + cbrt(-q+sqrt(D)) + cbrt(-q-sqrt(D))
351 m = sqrt(|p|) * sign(q)
360 A = +/- sqrt(8Z + b^2 - 4c)
515 d = Vr * sqrt(d);
519 A = sqrt((Z + Z) - Nk);
527 d = sqrt(d);
535 x = w * sqrt(1 - (t * t));
538 t = sqrt(rs - (t * t));
556 d = sqrt(d);
563 x = w * sqrt(1 - (t * t));
566 inx = x - sqrt(rs - (t * t));
576 x = w * sqrt(1 - (t * t));
579 t = sqrt(rs - (t * t));
612 inx = w * sqrt(1 + Nk / Hs) - sqrt(rs + Nk);
669 xs[0] = w * sqrt(1 + Nk / Hs) - sqrt(rs + Nk);
707 d = Vr * sqrt(d);
711 A = sqrt((Z + Z) - Nk);
718 d = sqrt(d);
726 x = w * sqrt(1 - (t * t));
729 t = sqrt(rs - (t * t));
744 d = sqrt(d);
751 x = w * sqrt(1 - (t * t));
754 *xp++ = x - sqrt(rs - (t * t));
764 x = w * sqrt(1 - (t * t));
767 t = sqrt(rs - (t * t));
1298 ae = sqrt (ac2 - ec2);
2488 acc->tail_y = def->h / CUBED_ROOT_2 * sqrt(t);
2503 return x + (x * acc->h2l) / sqrt (x*x * acc->h4 + y*y * acc->w4);
2513 return y + (y * acc->w2l) / sqrt (x*x * acc->h4 + y*y * acc->w4);
2523 return x - (x * acc->h2l) / sqrt (x*x * acc->h4 + y*y * acc->w4);
2533 return y - (y * acc->w2l) / sqrt (x*x * acc->h4 + y*y * acc->w4);
2544 x = (def->w / def->h) * sqrt (acc->h2 - y*y);
2546 return y - (y * acc->w2l) / sqrt (x*x * acc->h4 + y*y * acc->w4);
2710 * h w ellipse_y^2 sqrt (h^2 - ellipse_y^2)
2726 * w y0^3 (sqrt (h^2 - y^2)) ^ 3
2793 sqrt (acc->h2 - ellipse_y * ellipse_y) /
3566 x = -sqrt(xalt * xalt - yy * yy);