Home
last modified time | relevance | path

Searched defs:stridex (Results 1 – 25 of 85) sorted by path

1234

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan.c48 __vatan(int n, double * restrict x, int stridex, double * restrict y, int stridey) in __vatan()
H A D__vatan2.c69 int stridex, double * restrict z, int stridez) in __vatan2()
H A D__vatan2f.c52 int stridex, float * restrict z, int stridez) in __vatan2f()
H A D__vatanf.c37 __vatanf(int n, float * restrict x, int stridex, float * restrict y, int stridey) in __vatanf()
H A D__vc_abs.c39 __vc_abs(int n, float * restrict x, int stridex, float * restrict y, in __vc_abs()
H A D__vc_exp.c40 __vc_exp(int n, float * restrict x, int stridex, float * restrict y, in __vc_exp()
H A D__vc_log.c41 __vc_log(int n, float * restrict x, int stridex, float * restrict y, in __vc_log()
H A D__vc_pow.c40 __vc_pow(int n, float * restrict x, int stridex, float * restrict y, in __vc_pow()
H A D__vcos.c97 __vcos(int n, double * restrict x, int stridex, double * restrict y, in __vcos()
H A D__vcosbig.c67 __vlibm_vcos_big(int n, double * restrict x, int stridex, double * restrict y, in __vlibm_vcos_big()
H A D__vcosbig_ultra3.c74 __vlibm_vcos_big_ultra3(int n, double * restrict x, int stridex, double * restrict y, in __vlibm_vcos_big_ultra3()
H A D__vcosbigf.c67 __vlibm_vcos_bigf(int n, float * restrict x, int stridex, float * restrict y, in __vlibm_vcos_bigf()
H A D__vcosf.c145 __vcosf(int n, float *restrict x, int stridex, float *restrict y, in __vcosf()
H A D__vexp.c407 __vexp(int n, double *restrict x, int stridex, double *restrict y, in __vexp()
H A D__vexpf.c237 __vexpf(int n, float * restrict x, int stridex, float * restrict y, in __vexpf()
H A D__vhypot.c100 __vhypot(int n, double * restrict px, int stridex, double * restrict py, in __vhypot()
345 __vhypot_n(int n, double * restrict px, int stridex, double * restrict py, in __vhypot_n()
H A D__vhypotf.c49 __vhypotf(int n, float *restrict x, int stridex, float *restrict y, in __vhypotf()
H A D__vlog.c657 __vlog(int n, double *restrict x, int stridex, double *restrict y, in __vlog()
H A D__vlogf.c144 __vlogf(int n, float * restrict x, int stridex, float * restrict y, in __vlogf()
H A D__vpow.c678 __vpow(int n, double * restrict px, int stridex, double * restrict py, in __vpow()
H A D__vpowf.c425 __vpowf(int n, float * restrict px, int stridex, float * restrict py, in __vpowf()
570 __vpowf_n(int n, float * restrict px, int stridex, float * restrict py, in __vpowf_n()
H A D__vrhypot.c207 __vrhypot(int n, double * restrict px, int stridex, double * restrict py, in __vrhypot()
H A D__vrhypotf.c251 __vrhypotf(int n, float * restrict px, int stridex, float * restrict py, in __vrhypotf()
351 __vrhypotf_n(int n, float * restrict px, int stridex, float * restrict py, in __vrhypotf_n()
H A D__vrsqrt.c117 __vrsqrt(int n, double * restrict px, int stridex, double * restrict py, int stridey) in __vrsqrt()
287 __vrsqrt_n(int n, double * restrict px, int stridex, double * restrict py, int stridey) in __vrsqrt_n()
H A D__vrsqrtf.c241 __vrsqrtf(int n, float * restrict px, int stridex, float * restrict py, int stridey) in __vrsqrtf()
402 __vrsqrtf_n(int n, float * restrict px, int stridex, float * restrict py, int stridey) in __vrsqrtf_n()

1234