Lines Matching defs:restrict
31 #define restrict _Restrict
33 #define restrict
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 pz, int stridez);
425 __vpowf(int n, float * restrict px, int stridex, float * restrict py,
426 int stridey, float * restrict pz, int stridez)
570 __vpowf_n(int n, float * restrict px, int stridex, float * restrict py,
571 int stridey, float * restrict pz, int stridez)
696 __vpowfx(int n, float * restrict px, float * restrict py,
697 int stridey, float * restrict pz, int stridez)
756 __vpowfx_n(int n, double yy, float * restrict py,
757 int stridey, float * restrict pz, int stridez)