Searched refs:__vhypotf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vc_abs.c36 extern void __vhypotf(int, float *, int, float *, int, float *, int);
43 __vhypotf(n, x, stridex, x + 1, stridex, y, stridey);
H A Dvhypotf_.c30 extern void __vhypotf(int, float *, int, float *, int, float *, int);
39 __vhypotf(*n, x, *stridex, y, *stridey, z, *stridez);
H A D__vc_log.c37 extern void __vhypotf(int, float *, int, float *, int, float *, int);
46 __vhypotf(n, x, stridex, x + 1, stridex, y + 1, stridey);
H A D__vhypotf.c41 __vhypotf(int n, float * restrict x, int stridex, float * restrict y, function
/illumos-gate/usr/src/lib/libmvec/
H A DMakefile.com40 __vhypotf.o \
122 __vhypotf.o \
213 ../common/__vhypotf.c \
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypotf.S29 .file "__vhypotf.S"
151 ENTRY(__vhypotf) function
1226 SET_SIZE(__vhypotf)

Completed in 82 milliseconds