Searched refs:__vlog (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | vlog_.c | 30 extern void __vlog(int, double *, int, double *, int); 38 __vlog(*n, x, *stridex, y, *stridey);
|
H A D | __vz_log.c | 38 extern void __vlog(int, double *, int, double *, int); 47 __vlog(n, y + 1, stridey, y, stridey);
|
H A D | __vlog.c | 30 * __vlog: double precision vector log 657 __vlog(int n, double *restrict x, int stridex, double *restrict y, function
|
/illumos-gate/usr/src/lib/libmvec/ |
H A D | Makefile.com | 41 __vlog.o \ 123 __vlog.o \ 214 ../common/__vlog.c \
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vlog.S | 29 .file "__vlog.S" 197 ENTRY(__vlog) function 670 SET_SIZE(__vlog)
|
H A D | __vlog_ultra3.S | 32 .weak __vlog 33 .type __vlog,#function 34 __vlog = __vlog_ultra3 define
|
Completed in 98 milliseconds