Lines Matching refs:px
230 __vrhypotf_n(int n, float * restrict px, int stridex, float * restrict py,
241 spx = px; spy = py; spz = pz; \
251 __vrhypotf(int n, float * restrict px, int stridex, float * restrict py, in __vrhypotf() argument
261 spx = px; in __vrhypotf()
264 ax0 = *(int*)px; in __vrhypotf()
271 px += stridex; in __vrhypotf()
275 x0 = *(px - stridex); in __vrhypotf()
280 ax0 = *(int*)px; in __vrhypotf()
284 ax0 = *(int*)px; in __vrhypotf()
288 int tx = *(int*)(px - stridex) & 0x7fffffff; in __vrhypotf()
303 ax0 = *(int*)px; in __vrhypotf()
305 x0 = *px; in __vrhypotf()
351 __vrhypotf_n(int n, float * restrict px, int stridex, float * restrict py, in __vrhypotf_n() argument
366 x0 = *px; in __vrhypotf_n()
367 px += stridex; in __vrhypotf_n()
368 x1 = *px; in __vrhypotf_n()
369 px += stridex; in __vrhypotf_n()
370 x2 = *px; in __vrhypotf_n()
371 px += stridex; in __vrhypotf_n()
434 x0 = *px; in __vrhypotf_n()
435 px += stridex; in __vrhypotf_n()