Searched refs:__vc_exp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A Dvc_exp_.c30 extern void __vc_exp(int, float *, int, float *, int, float *);
39 __vc_exp(*n, x, *stridex, y, *stridey, tmp);
H A D__vc_pow.c36 extern void __vc_exp(int, float *, int, float *, int, float *);
55 __vc_exp(n, tmp, 1, z, stridez, tmp + n + n);
H A D__vc_exp.c40 __vc_exp(int n, float * restrict x, int stridex, float * restrict y, function
/illumos-gate/usr/src/lib/libmvec/
H A DMakefile.com30 __vc_exp.o \
203 ../common/__vc_exp.c \

Completed in 59 milliseconds