Lines Matching defs:restrict
42 #define restrict _Restrict
44 #define restrict
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 py,
346 int stridey, double * restrict pz, int stridez)