Lines Matching refs:px
222 __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int stridey);
232 spx = px; spy = py; \
233 ax0 = *(int*)px; \
241 __vrsqrtf(int n, float * restrict px, int stridex, float * restrict py, int stridey) in __vrsqrtf() argument
251 spx = px; in __vrsqrtf()
253 ax0 = *(int*)px; in __vrsqrtf()
256 px += stridex; in __vrsqrtf()
259 res = *(px - stridex); in __vrsqrtf()
268 res = *(px - stridex); in __vrsqrtf()
311 ax0 = *(int*)px; in __vrsqrtf()
319 ax0 = *(int*)px; in __vrsqrtf()
323 res = *px; in __vrsqrtf()
328 res = *px; in __vrsqrtf()
402 __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int stridey) in __vrsqrtf_n() argument
421 ax0 = *(int*)px; in __vrsqrtf_n()
422 px += stridex; in __vrsqrtf_n()
424 ax1 = *(int*)px; in __vrsqrtf_n()
425 px += stridex; in __vrsqrtf_n()
427 ax2 = *(int*)px; in __vrsqrtf_n()
428 px += stridex; in __vrsqrtf_n()
481 ax0 = *(int*)px; in __vrsqrtf_n()
482 px += stridex; in __vrsqrtf_n()