Home
last modified time | relevance | path

Searched refs:tmp_ch (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Deuler_angles.inl177 T tmp_ch = glm::cos(yaw); local
185 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); local
220 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 …]
/third_party/ffmpeg/libavformat/
Dutils.c4903 char tmp_ch = '\0'; local
4917 tmp_ch = *pos;
4920 *pos = tmp_ch;