Lines Matching defs:py
64 pa_usec_t px, py; /* Point p, where we want to reach stability */
245 pa_usec_t ex, ey, px, py;
254 /* We have two points: (ex|ey) and (px|py) with two gradients at
259 px = s->px; py = s->py;
267 ky = (int64_t) py - (int64_t) ey;
288 t = (int64_t) s->py + (int64_t) llrint(s->dp * (double) (x - s->px));
377 s->py = s->ry + (pa_usec_t) llrint(s->dp * (double) s->adjust_time);
380 s->py = s->ry;
473 s->py = s->ry;
505 s->px = s->py = 0;