Home | History | Annotate | Download | only in common

Lines Matching defs:_c

82 		float _c = 1 - c;
86 sw::Matrix rotate(c+x*x*_c, x*y*_c-z*s, x*z*_c+y*s,
87 x*y*_c+z*s, c+y*y*_c, y*z*_c-x*s,
88 x*z*_c-y*s, y*z*_c+x*s, c+z*z*_c);