Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp246 register f32 sinx, cosx; in MakeMatrixSRT() local
250 nn::math::SinCosDeg(&sinx, &cosx, r.x); in MakeMatrixSRT()
254 const f32 opt1 = cosx * cosz; in MakeMatrixSRT()
256 const f32 opt3 = cosx * sinz; in MakeMatrixSRT()
268 const f32 tmp22 = (cosx * cosy); in MakeMatrixSRT()
/NW4C-2.0.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh172 #define cosx TEMP4.x
186 mul mat2.z, cosx, cosy
196 #undef cosx