Home
last modified time | relevance | path

Searched refs:__vrsqrtf_n (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c222 __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int stridey);
224 #pragma no_inline(__vrsqrtf_n)
314 __vrsqrtf_n(n_n, spx, stridex, spy, stridey); in __vrsqrtf()
402 __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int stridey) in __vrsqrtf_n() function