Lines Matching refs:func
181 #define __GXCDEFX(func,n,t) __GXCDEF##n(func,t,t) argument
186 #define __GXCDEF1(func,ts,td) \ argument
187 void func(const ts x);
190 #define __GXCDEF2(func,ts,td) \ argument
191 void func(const ts x, const ts y);
194 #define __GXCDEF3(func,ts,td) \ argument
195 void func(const ts x, const ts y, const ts z);
198 #define __GXCDEF4(func,ts,td) \ argument
199 void func(const ts x, const ts y, const ts z, const ts w);
209 #define __GXCDEF1(func,ts,td) \ argument
210 static inline void func(const ts x) \
216 Em##func(x); \
222 #define __GXCDEF2(func,ts,td) \ argument
223 static inline void func(const ts x, const ts y) \
231 Em##func(x, y); \
237 #define __GXCDEF3(func,ts,td) \ argument
238 static inline void func(const ts x, const ts y, const ts z) \
248 Em##func(x, y, z); \
254 #define __GXCDEF4(func,ts,td) \ argument
255 static inline void func(const ts x, const ts y, const ts z, const ts w) \
267 Em##func(x, y, z, w); \
280 #define __GXCDEF1(func,ts,td) \ argument
281 static inline void func(const ts x) \
288 #define __GXCDEF2(func,ts,td) \ argument
289 static inline void func(const ts x, const ts y) \
297 #define __GXCDEF3(func,ts,td) \ argument
298 static inline void func(const ts x, const ts y, const ts z) \
307 #define __GXCDEF4(func,ts,td) \ argument
308 static inline void func(const ts x, const ts y, const ts z, const ts w) \