Lines Matching refs:py
222 __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int stridey);
228 *py = (ret); \
229 py += stridey; \
232 spx = px; spy = py; \
241 __vrsqrtf(int n, float * restrict px, int stridex, float * restrict py, int stridey) in __vrsqrtf() argument
252 spy = py; in __vrsqrtf()
263 py += stridey; in __vrsqrtf()
267 py -= stridey; in __vrsqrtf()
324 *py = FONE / res; in __vrsqrtf()
332 *py = FONE / res; in __vrsqrtf()
363 *(int*)py = iexp0; in __vrsqrtf()
367 *py = sqrtf(res); in __vrsqrtf()
396 *(int*)py = iexp0; in __vrsqrtf()
402 __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int stridey) in __vrsqrtf_n() argument
471 *(int*)py = iexp0; in __vrsqrtf_n()
472 py += stridey; in __vrsqrtf_n()
473 *(int*)py = iexp1; in __vrsqrtf_n()
474 py += stridey; in __vrsqrtf_n()
475 *(int*)py = iexp2; in __vrsqrtf_n()
476 py += stridey; in __vrsqrtf_n()
499 *(int*)py = iexp0; in __vrsqrtf_n()
500 py += stridey; in __vrsqrtf_n()