Home
last modified time | relevance | path

Searched refs:sinx (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()
255 const f32 opt2 = sinx * siny; in MakeMatrixSRT()
264 const f32 tmp21 = s.y * ((sinx * cosy)); in MakeMatrixSRT()
266 const f32 tmp02 = (opt1 * siny) + (sinx * sinz); in MakeMatrixSRT()
267 const f32 tmp12 = (opt3 * siny) - (sinx * cosz); in MakeMatrixSRT()
/NW4C-2.0.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh173 #define sinx TEMP4.y
185 mul mat2.y, sinx, cosy
197 #undef sinx