Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp247 register f32 siny, cosy; in MakeMatrixSRT() local
251 nn::math::SinCosDeg(&siny, &cosy, r.y); in MakeMatrixSRT()
255 const f32 opt2 = sinx * siny; in MakeMatrixSRT()
260 const f32 tmp20 = s.x * (-siny); in MakeMatrixSRT()
266 const f32 tmp02 = (opt1 * siny) + (sinx * sinz); in MakeMatrixSRT()
267 const f32 tmp12 = (opt3 * siny) - (sinx * cosz); in MakeMatrixSRT()
/NW4C-2.0.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh175 #define siny TEMP4.w
182 mov mat2.x, -siny
189 mad mat0.y, TEMP1.y, siny, -TEMP1.x
190 mad mat1.z, TEMP1.x, siny, -TEMP1.y
193 mad mat0.z, TEMP1.y, siny, TEMP1.x
194 mad mat1.y, TEMP1.x, siny, TEMP1.y
199 #undef siny