| /illumos-gate/usr/src/lib/libmvec/common/ |
| H A D | __vc_abs.c | 31 #define restrict _Restrict macro 33 #define restrict macro 39 __vc_abs(int n, float * restrict x, int stridex, float * restrict y,
|
| H A D | __vc_log.c | 31 #define restrict _Restrict macro 33 #define restrict macro 41 __vc_log(int n, float * restrict x, int stridex, float * restrict y,
|
| H A D | __vsqrt.c | 33 #define restrict _Restrict macro 35 #define restrict macro 41 __vsqrt(int n, double * restrict x, int stridex, double * restrict y, int stridey)
|
| H A D | __vsqrtf.c | 31 #define restrict _Restrict macro 33 #define restrict macro 41 __vsqrtf(int n, float * restrict x, int stridex, float * restrict y, int stridey)
|
| H A D | __vz_abs.c | 31 #define restrict _Restrict macro 33 #define restrict macro 39 __vz_abs(int n, double * restrict x, int stridex, double * restrict y,
|
| H A D | __vz_log.c | 31 #define restrict _Restrict macro 33 #define restrict macro 41 __vz_log(int n, double * restrict x, int stridex, double * restrict y,
|
| H A D | __vc_exp.c | 31 #define restrict _Restrict macro 33 #define restrict macro 40 __vc_exp(int n, float * restrict x, int stridex, float * restrict y, 41 int stridey, float * restrict tmp)
|
| H A D | __vz_exp.c | 31 #define restrict _Restrict macro 33 #define restrict macro 40 __vz_exp(int n, double * restrict x, int stridex, double * restrict y, 41 int stridey, double * restrict tmp)
|
| H A D | __vc_pow.c | 31 #define restrict _Restrict macro 33 #define restrict macro 40 __vc_pow(int n, float * restrict x, int stridex, float * restrict y, 41 int stridey, float * restrict z, int stridez, float * restrict tmp)
|
| H A D | __vz_pow.c | 31 #define restrict _Restrict macro 33 #define restrict macro 40 __vz_pow(int n, double * restrict x, int stridex, double * restrict y, 41 int stridey, double * restrict z, int stridez, double * restrict tmp)
|
| H A D | __vcosbig.c | 41 #define restrict _Restrict macro 43 #define restrict macro 67 __vlibm_vcos_big(int n, double * restrict x, int stridex, double * restrict y,
|
| H A D | __vcosbigf.c | 41 #define restrict _Restrict macro 43 #define restrict macro 67 __vlibm_vcos_bigf(int n, float * restrict x, int stridex, float * restrict y,
|
| H A D | __vexpf.c | 31 #define restrict _Restrict macro 33 #define restrict macro 237 __vexpf(int n, float * restrict x, int stridex, float * restrict y,
|
| H A D | __vhypotf.c | 33 #define restrict _Restrict macro 35 #define restrict macro 41 __vhypotf(int n, float * restrict x, int stridex, float * restrict y, 42 int stridey, float * restrict z, int stridez)
|
| H A D | __vsinbig.c | 41 #define restrict _Restrict macro 43 #define restrict macro 67 __vlibm_vsin_big(int n, double * restrict x, int stridex, double * restrict y,
|
| H A D | __vsinbigf.c | 41 #define restrict _Restrict macro 43 #define restrict macro 67 __vlibm_vsin_bigf(int n, float * restrict x, int stridex, float * restrict y,
|
| H A D | __vatan.c | 42 #define restrict _Restrict macro 44 #define restrict macro 48 __vatan(int n, double * restrict x, int stridex, double * restrict y, int stridey)
|
| H A D | __vatan2.c | 42 #define restrict _Restrict macro 44 #define restrict macro 68 __vatan2(int n, double * restrict y, int stridey, double * restrict x, 69 int stridex, double * restrict z, int stridez)
|
| H A D | __vatanf.c | 31 #define restrict _Restrict macro 33 #define restrict macro 37 __vatanf(int n, float * restrict x, int stridex, float * restrict y, int stridey)
|
| H A D | __vcosf.c | 54 #define restrict _Restrict macro 56 #define restrict macro 145 __vcosf(int n, float *restrict x, int stridex, float *restrict y,
|
| H A D | __vexp.c | 64 #define restrict _Restrict macro 66 #define restrict macro 407 __vexp(int n, double *restrict x, int stridex, double *restrict y,
|
| H A D | __vhypot.c | 42 #define restrict _Restrict macro 44 #define restrict macro 78 __vhypot_n(int n, double * restrict px, int stridex, double * restrict py, 79 int stridey, double * restrict pz, int stridez); 100 __vhypot(int n, double * restrict px, int stridex, double * restrict py, 101 int stridey, double * restrict pz, int stridez) 345 __vhypot_n(int n, double * restrict px, int stridex, double * restrict p [all...] |
| H A D | __vlog.c | 75 #define restrict _Restrict macro 77 #define restrict macro 657 __vlog(int n, double *restrict x, int stridex, double *restrict y,
|
| H A D | __vlogf.c | 31 #define restrict _Restrict macro 33 #define restrict macro 144 __vlogf(int n, float * restrict x, int stridex, float * restrict y,
|
| H A D | __vpowf.c | 31 #define restrict _Restrict macro 33 #define restrict macro 108 static void __vpowfx(int n, float * restrict px, float * restrict py, 109 int stridey, float * restrict pz, int stridez); 111 static void __vpowf_n(int n, float * restrict px, int stridex, float * restrict py, 112 int stridey, float * restrict pz, int stridez); 114 static void __vpowfx_n(int n, double yy, float * restrict py, 115 int stridey, float * restrict p [all...] |