Searched refs:tmp_ch (Results 1 – 2 of 2) sorted by relevance
177 T tmp_ch = glm::cos(yaw); local185 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;187 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;189 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;191 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;195 Result[2][2] = tmp_ch * tmp_cp;212 T tmp_ch = glm::cos(yaw); local220 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;222 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;224 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;[all …]
4903 char tmp_ch = '\0'; local4917 tmp_ch = *pos;4920 *pos = tmp_ch;