Home
last modified time | relevance | path

Searched refs:cosz (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()
252 const f32 opt1 = cosx * cosz; in MakeMatrixSRT()
256 const f32 tmp00 = s.x * (cosy * cosz); in MakeMatrixSRT()
260 const f32 tmp01 = s.y * ((opt2 * cosz) - (opt3)); in MakeMatrixSRT()
265 const f32 tmp12 = (opt3 * siny) - (sinx * cosz); in MakeMatrixSRT()
/NW4C-1.3.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh174 #define cosz TEMP0.x
181 mul mat0.x, cosz, cosy
198 #undef cosz