Home | History | Annotate | Download | only in src

Lines Matching refs:__w

322 	__typeof(a) __s, __w;	\
324 __w = (a) + (b); \
325 __s = __w - (a); \
326 (b) = ((a) - (__w - __s)) + ((b) - __s); \
327 (a) = __w; \
360 __typeof(a) __w; \
367 __w = (a) + (b); \
368 (b) = ((a) - __w) + (b); \
369 (a) = __w; \
380 __typeof(a) __w; \
382 __w = (a) + (b); \
383 (b) = ((a) - __w) + (b); \
384 (a) = __w; \