Lines Matching refs:y
191 void func(const ts x, const ts y);
195 void func(const ts x, const ts y, const ts z);
199 void func(const ts x, const ts y, const ts z, const ts w);
223 static inline void func(const ts x, const ts y) \
228 *((td *) __EmBuffPtr) = (td) y; \
231 Em##func(x, y); \
238 static inline void func(const ts x, const ts y, const ts z) \
243 *((td *) __EmBuffPtr) = (td) y; \
248 Em##func(x, y, z); \
255 static inline void func(const ts x, const ts y, const ts z, const ts w) \
260 *((td *) __EmBuffPtr) = (td) y; \
267 Em##func(x, y, z, w); \
289 static inline void func(const ts x, const ts y) \
292 GXWGFifo.td = (td) y; \
298 static inline void func(const ts x, const ts y, const ts z) \
301 GXWGFifo.td = (td) y; \
308 static inline void func(const ts x, const ts y, const ts z, const ts w) \
311 GXWGFifo.td = (td) y; \