Lines Matching refs:stridex
78 __vhypot_n(int n, double * restrict px, int stridex, double * restrict py,
100 __vhypot(int n, double * restrict px, int stridex, double * restrict py, in __vhypot() argument
123 px += stridex; in __vhypot()
133 x = *(px - stridex); in __vhypot()
139 int lx = LO((px - stridex)); in __vhypot()
175 x = *(px - stridex); in __vhypot()
181 int lx = LO((px - stridex)); in __vhypot()
216 x = *(px - stridex); in __vhypot()
242 __vhypot_n (n_n, spx, stridex, spy, stridey, spz, stridez); in __vhypot()
345 __vhypot_n(int n, double * restrict px, int stridex, double * restrict py, in __vhypot_n() argument
368 px += stridex; in __vhypot_n()