Home | History | Annotate | Download | only in xaa

Lines Matching defs:el

473     double radius, x0, y0, el, er, yk, xlk, xrk, k;
524 el = radius * radius - ((y + y0) * (y + y0)) - (x0 * x0);
525 er = el + xrk;
530 el -= xlk;
542 el += k;
543 while (el >= 0.0) {
545 el += (xl << 1) - xlk;
560 el = (xl << 1) - xlk - el;
571 el -= k;
572 while ((el > 0.0) && (xl <= 0)) {
574 el += (xl << 1) - xlk;