Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Pane.cpp245 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.3.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh173 #define siny TEMP4.w
180 mov mat2.x, -siny
187 mad mat0.y, TEMP1.y, siny, -TEMP1.x
188 mad mat1.z, TEMP1.x, siny, -TEMP1.y
191 mad mat0.z, TEMP1.y, siny, TEMP1.x
192 mad mat1.y, TEMP1.x, siny, TEMP1.y
197 #undef siny