Home | History | Annotate | Download | only in math

Lines Matching refs:_tmp

335 #define SWAP_ROWS(a, b) { GLfloat *_tmp = a; (a)=(b); (b)=_tmp; }