Lines Matching refs:stridey
89 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey);
96 py += stridey; \
117 __vrsqrt(int n, double * restrict px, int stridex, double * restrict py, int stridey) in __vrsqrt() argument
138 py += stridey; in __vrsqrt()
142 py -= stridey; in __vrsqrt()
193 __vrsqrt_n(n_n, spx, stridex, spy, stridey); in __vrsqrt()
287 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey) in __vrsqrt_n() argument
371 py += stridey; in __vrsqrt_n()
374 py += stridey; in __vrsqrt_n()
377 py += stridey; in __vrsqrt_n()
409 py += stridey; in __vrsqrt_n()