Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrt.c89 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey);
91 #pragma no_inline(__vrsqrt_n)
193 __vrsqrt_n(n_n, spx, stridex, spy, stridey); in __vrsqrt()
287 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey) in __vrsqrt_n() function