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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vz_abs.c36 extern void __vhypot(int, double *, int, double *, int, double *, int);
43 __vhypot(n, x, stridex, x + 1, stridex, y, stridey);
H A Dvhypot_.c30 extern void __vhypot(int, double *, int, double *, int, double *, int);
39 __vhypot(*n, x, *stridex, y, *stridey, z, *stridez);
H A D__vz_log.c37 extern void __vhypot(int, double *, int, double *, int, double *, int);
46 __vhypot(n, x, stridex, x + 1, stridex, y + 1, stridey);
H A D__vhypot.c100 __vhypot(int n, double * restrict px, int stridex, double * restrict py, function
/illumos-gate/usr/src/lib/libmvec/
H A DMakefile.com39 __vhypot.o \
121 __vhypot.o \
212 ../common/__vhypot.c \
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S29 .file "__vhypot.S"
195 ENTRY(__vhypot) function
1242 SET_SIZE(__vhypot)

Completed in 64 milliseconds