Searched refs:cosz (Results 1 – 2 of 2) sorted by relevance
246 register f32 sinz, cosz; in MakeMatrixSRT() local250 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()
173 #define cosz TEMP0.x180 mul mat0.x, cosz, cosy197 #undef cosz