Lines Matching refs:py
89 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey);
95 *py = (ret); \
96 py += stridey; \
99 spx = px; spy = py; \
117 __vrsqrt(int n, double * restrict px, int stridex, double * restrict py, int stridey) in __vrsqrt() argument
127 spy = py; in __vrsqrt()
138 py += stridey; in __vrsqrt()
142 py -= stridey; in __vrsqrt()
202 *py = DONE / res; in __vrsqrt()
212 *py = DONE / res; in __vrsqrt()
245 *py = res; in __vrsqrt()
249 *py = sqrt(res); in __vrsqrt()
281 *py = res; in __vrsqrt()
287 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey) in __vrsqrt_n() argument
370 *py = res0; in __vrsqrt_n()
371 py += stridey; in __vrsqrt_n()
373 *py = res1; in __vrsqrt_n()
374 py += stridey; in __vrsqrt_n()
376 *py = res2; in __vrsqrt_n()
377 py += stridey; in __vrsqrt_n()
408 *py = res0; in __vrsqrt_n()
409 py += stridey; in __vrsqrt_n()