Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Pane.cpp244 register f32 sinx, cosx; in MakeMatrixSRT() local
248 nn::math::SinCosDeg(&sinx, &cosx, r.x); in MakeMatrixSRT()
252 const f32 opt1 = cosx * cosz; in MakeMatrixSRT()
254 const f32 opt3 = cosx * sinz; in MakeMatrixSRT()
266 const f32 tmp22 = (cosx * cosy); in MakeMatrixSRT()
/NW4C-1.3.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh170 #define cosx TEMP4.x
184 mul mat2.z, cosx, cosy
194 #undef cosx