Lines Matching refs:px
89 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey);
99 spx = px; spy = py; \
100 hx = HI(px); \
117 __vrsqrt(int n, double * restrict px, int stridex, double * restrict py, int stridey) in __vrsqrt() argument
126 spx = px; in __vrsqrt()
128 hx = HI(px); in __vrsqrt()
131 px += stridex; in __vrsqrt()
134 res = *(px - stridex); in __vrsqrt()
144 lx = LO((px - stridex)); in __vrsqrt()
145 res = *(px - stridex); in __vrsqrt()
190 hx = HI(px); in __vrsqrt()
197 hx = HI(px); in __vrsqrt()
201 res = *px; in __vrsqrt()
207 lx = LO(px); in __vrsqrt()
208 res = *px; in __vrsqrt()
265 LO(&res) = LO(px); in __vrsqrt()
287 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey) in __vrsqrt_n() argument
311 hx0 = HI(px); in __vrsqrt_n()
312 LO(&res0) = LO(px); in __vrsqrt_n()
313 px += stridex; in __vrsqrt_n()
315 hx1 = HI(px); in __vrsqrt_n()
316 LO(&res1) = LO(px); in __vrsqrt_n()
317 px += stridex; in __vrsqrt_n()
319 hx2 = HI(px); in __vrsqrt_n()
320 LO(&res2) = LO(px); in __vrsqrt_n()
321 px += stridex; in __vrsqrt_n()
382 hx0 = HI(px); in __vrsqrt_n()
390 LO(&res0) = LO(px); in __vrsqrt_n()
394 px += stridex; in __vrsqrt_n()