Lines Matching refs:xx
224 fx64 t, ss, cc, xx, yy, zz; in MTX_RotAxis33() local
233 xx = (fx64)vec->x; in MTX_RotAxis33()
237 t01 = (fx32)((xx * xx * t) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis33()
246 t01 = (fx32)((t * xx * yy) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis33()
251 t01 = (fx32)((t * xx * zz) >> (FX64_SHIFT + FX64_SHIFT)); in MTX_RotAxis33()
257 s2 = (fx32)((ss * xx) >> FX64_SHIFT); in MTX_RotAxis33()
363 register fx32 xx, yy, zz; in MTX_Concat33() local
388 xx = b->_02; in MTX_Concat33()
392 p->_02 = (fx32)(((fx64)x * xx + (fx64)y * yy + (fx64)z * zz) >> FX32_SHIFT); in MTX_Concat33()
399 p->_12 = (fx32)(((fx64)x * xx + (fx64)y * yy + (fx64)z * zz) >> FX32_SHIFT); in MTX_Concat33()
402 xx = b->_00; in MTX_Concat33()
406 p->_10 = (fx32)(((fx64)x * xx + (fx64)y * yy + (fx64)z * zz) >> FX32_SHIFT); in MTX_Concat33()
413 p->_20 = (fx32)(((fx64)x * xx + (fx64)y * yy + (fx64)z * zz) >> FX32_SHIFT); in MTX_Concat33()