Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Pane.cpp246 register f32 sinz, cosz; in MakeMatrixSRT() local
250 nn::math::SinCosDeg(&sinz, &cosz, r.z); in MakeMatrixSRT()
254 const f32 opt3 = cosx * sinz; in MakeMatrixSRT()
257 const f32 tmp10 = s.x * (cosy * sinz); in MakeMatrixSRT()
261 const f32 tmp11 = s.y * ((opt2 * sinz) + (opt1)); in MakeMatrixSRT()
264 const f32 tmp02 = (opt1 * siny) + (sinx * sinz); in MakeMatrixSRT()
/NW4C-1.3.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh175 #define sinz TEMP0.y
182 mul mat1.x, sinz, cosy
199 #undef sinz