Lines Matching defs:py
108 static void __vpowfx(int n, float * restrict px, float * restrict py,
111 static void __vpowf_n(int n, float * restrict px, int stridex, float * restrict py,
114 static void __vpowfx_n(int n, double yy, float * restrict py,
413 py += stridey; \
417 spx = px; spy = py; spz = pz; \
425 __vpowf(int n, float * restrict px, int stridex, float * restrict py,
443 __vpowfx(n, px, py, stridey, pz, stridez);
453 spy = py;
457 uy = *(unsigned int*)py;
471 RETURN (*px + *py)
476 fy = *py - *py; /* +-1 ** +-Inf = NaN */
544 yy0 = (double)py[0] * yy0;
559 py += stridey;
570 __vpowf_n(int n, float * restrict px, int stridex, float * restrict py,
619 yy0 = (double)py[0] * yy0;
620 py += stridey;
621 yy1 = (double)py[0] * yy1;
622 py += stridey;
623 yy2 = (double)py[0] * yy2;
624 py += stridey;
675 yy0 = (double)py[0] * yy0;
689 py += stridey;
696 __vpowfx(int n, float * restrict px, float * restrict py,
719 spy = py;
723 uy = *(unsigned int*)py;
730 fy = *py + *py; /* |Y| = Nan */
734 py += stridey;
738 spy = py;
745 py += stridey;
756 __vpowfx_n(int n, double yy, float * restrict py,
767 yy0 = (double)py[0] * yy;
768 py += stridey;
769 yy1 = (double)py[0] * yy;
770 py += stridey;
771 yy2 = (double)py[0] * yy;
772 py += stridey;
810 yy0 = (double)py[0] * yy;
821 py += stridey;