Searched refs:zz (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ | ||
| H A D | m_matrix.c | 688 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local in function:_math_matrix_rotate 817 zz = z * z; 839 M(2,2) = (one_c * zz) + c; |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ | ||
| H A D | m_matrix.c | 799 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local in function:_math_matrix_rotate 928 zz = z * z; 950 M(2,2) = (one_c * zz) + c; |
Completed in 5 milliseconds