Searched defs:restrict (Results 1 - 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vc_abs.c31 #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.c31 #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.c33 #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.c31 #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.c31 #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.c31 #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.c31 #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.c31 #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.c31 #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.c31 #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.c41 #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.c41 #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.c31 #define restrict _Restrict macro
33 #define restrict macro
237 __vexpf(int n, float * restrict x, int stridex, float * restrict y,
H A D__vhypotf.c33 #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.c41 #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.c41 #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.c42 #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.c42 #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.c31 #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.c54 #define restrict _Restrict macro
56 #define restrict macro
145 __vcosf(int n, float *restrict x, int stridex, float *restrict y,
H A D__vexp.c64 #define restrict _Restrict macro
66 #define restrict macro
407 __vexp(int n, double *restrict x, int stridex, double *restrict y,
H A D__vhypot.c42 #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.c75 #define restrict _Restrict macro
77 #define restrict macro
657 __vlog(int n, double *restrict x, int stridex, double *restrict y,
H A D__vlogf.c31 #define restrict _Restrict macro
33 #define restrict macro
144 __vlogf(int n, float * restrict x, int stridex, float * restrict y,
H A D__vpowf.c31 #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...]

Completed in 2658 milliseconds

12