Lines Matching defs:px
78 __vhypot_n(int n, double * restrict px, int stridex, double * restrict py,
90 hx0 = HI(px); \
92 spx = px; spy = py; spz = pz; \
100 __vhypot(int n, double * restrict px, int stridex, double * restrict py,
116 spx = px;
119 hx0 = HI(px);
123 px += stridex;
133 x = *(px - stridex);
139 int lx = LO((px - stridex));
175 x = *(px - stridex);
181 int lx = LO((px - stridex));
212 hx1 = HI(px);
216 x = *(px - stridex);
247 x = *px;
249 hx0 = HI(px);
266 int lx = LO(px);
345 __vhypot_n(int n, double * restrict px, int stridex, double * restrict py,
355 x0 = *px;
357 hx0 = HI(px);
368 px += stridex;