Searched refs:siny (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Pane.cpp | 245 register f32 siny, cosy; in MakeMatrixSRT() local 249 nn::math::SinCosDeg(&siny, &cosy, r.y); in MakeMatrixSRT() 253 const f32 opt2 = sinx * siny; in MakeMatrixSRT() 258 const f32 tmp20 = s.x * (-siny); in MakeMatrixSRT() 264 const f32 tmp02 = (opt1 * siny) + (sinx * sinz); in MakeMatrixSRT() 265 const f32 tmp12 = (opt3 * siny) - (sinx * cosz); in MakeMatrixSRT()
|
| /NW4C-1.2.23/sources/shaders/gfx/ParticleShader/ |
| D | gfx_ParticleVShader.vsh | 172 #define siny TEMP4.w 179 mov mat2.x, -siny 186 mad mat0.y, TEMP1.y, siny, -TEMP1.x 187 mad mat1.z, TEMP1.x, siny, -TEMP1.y 190 mad mat0.z, TEMP1.y, siny, TEMP1.x 191 mad mat1.y, TEMP1.x, siny, TEMP1.y 196 #undef siny
|