Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp248 register f32 sinz, cosz; in MakeMatrixSRT() local
252 nn::math::SinCosDeg(&sinz, &cosz, r.z); in MakeMatrixSRT()
256 const f32 opt3 = cosx * sinz; in MakeMatrixSRT()
259 const f32 tmp10 = s.x * (cosy * sinz); in MakeMatrixSRT()
263 const f32 tmp11 = s.y * ((opt2 * sinz) + (opt1)); in MakeMatrixSRT()
266 const f32 tmp02 = (opt1 * siny) + (sinx * sinz); in MakeMatrixSRT()
/NW4C-2.0.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh177 #define sinz TEMP0.y
184 mul mat1.x, sinz, cosy
201 #undef sinz