Home
last modified time | relevance | path

Searched refs:cosz (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()
254 const f32 opt1 = cosx * cosz; in MakeMatrixSRT()
258 const f32 tmp00 = s.x * (cosy * cosz); in MakeMatrixSRT()
262 const f32 tmp01 = s.y * ((opt2 * cosz) - (opt3)); in MakeMatrixSRT()
267 const f32 tmp12 = (opt3 * siny) - (sinx * cosz); in MakeMatrixSRT()
/NW4C-2.0.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh176 #define cosz TEMP0.x
183 mul mat0.x, cosz, cosy
200 #undef cosz