Searched refs:cosz (Results 1 – 2 of 2) sorted by relevance
248 register f32 sinz, cosz; in MakeMatrixSRT() local252 nn::math::SinCosDeg(&sinz, &cosz, r.z); in MakeMatrixSRT()254 const f32 opt1 = cosx * cosz; in MakeMatrixSRT()258 const f32 tmp00 = s.x * (cosy * cosz); in MakeMatrixSRT()262 const f32 tmp01 = s.y * ((opt2 * cosz) - (opt3)); in MakeMatrixSRT()267 const f32 tmp12 = (opt3 * siny) - (sinx * cosz); in MakeMatrixSRT()
176 #define cosz TEMP0.x183 mul mat0.x, cosz, cosy200 #undef cosz