Searched refs:__vhypot (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vz_abs.c | 36 extern void __vhypot(int, double *, int, double *, int, double *, int); 43 __vhypot(n, x, stridex, x + 1, stridex, y, stridey);
|
H A D | vhypot_.c | 30 extern void __vhypot(int, double *, int, double *, int, double *, int); 39 __vhypot(*n, x, *stridex, y, *stridey, z, *stridez);
|
H A D | __vz_log.c | 37 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.c | 100 __vhypot(int n, double * restrict px, int stridex, double * restrict py, function
|
/illumos-gate/usr/src/lib/libmvec/ |
H A D | Makefile.com | 39 __vhypot.o \ 121 __vhypot.o \ 212 ../common/__vhypot.c \
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vhypot.S | 29 .file "__vhypot.S" 195 ENTRY(__vhypot) function 1242 SET_SIZE(__vhypot)
|
Completed in 64 milliseconds