Lines Matching refs:sqrt
498 d = Vr * sqrt(d); in miComputeEllipseSpans()
502 A = sqrt((Z + Z) - Nk); in miComputeEllipseSpans()
509 d = sqrt(d); in miComputeEllipseSpans()
516 x = w * sqrt(1 - (t * t)); in miComputeEllipseSpans()
519 t = sqrt(rs - (t * t)); in miComputeEllipseSpans()
537 d = sqrt(d); in miComputeEllipseSpans()
543 x = w * sqrt(1 - (t * t)); in miComputeEllipseSpans()
546 inx = x - sqrt(rs - (t * t)); in miComputeEllipseSpans()
555 x = w * sqrt(1 - (t * t)); in miComputeEllipseSpans()
558 t = sqrt(rs - (t * t)); in miComputeEllipseSpans()
587 inx = w * sqrt(1 + Nk / Hs) - sqrt(rs + Nk); in miComputeEllipseSpans()
638 xs[0] = w * sqrt(1 + Nk / Hs) - sqrt(rs + Nk); in tailX()
674 d = Vr * sqrt(d); in tailX()
678 A = sqrt((Z + Z) - Nk); in tailX()
684 d = sqrt(d); in tailX()
691 x = w * sqrt(1 - (t * t)); in tailX()
694 t = sqrt(rs - (t * t)); in tailX()
709 d = sqrt(d); in tailX()
715 x = w * sqrt(1 - (t * t)); in tailX()
718 *xp++ = x - sqrt(rs - (t * t)); in tailX()
727 x = w * sqrt(1 - (t * t)); in tailX()
730 t = sqrt(rs - (t * t)); in tailX()
1429 ae = sqrt(ac2 - ec2); in miArcJoin()
2571 acc->tail_y = def->h / CUBED_ROOT_2 * sqrt(t); in tailEllipseY()
2582 return x + (x * acc->h2l) / sqrt(x * x * acc->h4 + y * y * acc->w4); in outerXfromXY()
2588 return y + (y * acc->w2l) / sqrt(x * x * acc->h4 + y * y * acc->w4); in outerYfromXY()
2594 return x - (x * acc->h2l) / sqrt(x * x * acc->h4 + y * y * acc->w4); in innerXfromXY()
2600 return y - (y * acc->w2l) / sqrt(x * x * acc->h4 + y * y * acc->w4); in innerYfromXY()
2608 x = (def->w / def->h) * sqrt(acc->h2 - y * y); in innerYfromY()
2610 return y - (y * acc->w2l) / sqrt(x * x * acc->h4 + y * y * acc->w4); in innerYfromY()
2839 sqrt(acc->h2 - ellipse_y * ellipse_y) / in hookX()
3573 x = -sqrt(xalt * xalt - yy * yy); in drawQuadrant()