Lines Matching refs:_30
106 pDst->_30 = in MTX_TransApply43()
107 pSrc->_30 + (fx32)((xx * pSrc->_00 + yy * pSrc->_10 + zz * pSrc->_20) >> FX32_SHIFT); in MTX_TransApply43()
152 pDst->_30 = pSrc->_30; in MTX_ScaleApply43()
238 pDst->_30 = 0; in MTX_RotAxis43()
318 p->_30 = -(fx32)(((fx64)p->_00 * pSrc->_30 + in MTX_Inverse43()
321 p->_31 = -(fx32)(((fx64)p->_01 * pSrc->_30 + in MTX_Inverse43()
324 p->_32 = -(fx32)(((fx64)p->_02 * pSrc->_30 + in MTX_Inverse43()
413 x = a->_30; in MTX_Concat43()
420 p->_30 = in MTX_Concat43()
421 (fx32)((((fx64)x * b->_00 + (fx64)y * b->_10 + (fx64)z * b->_20) >> FX32_SHIFT) + b->_30); in MTX_Concat43()
454 dst->x += m->_30; in MTX_MultVec43()
502 mtx->_30 = -VEC_DotProduct(camPos, &vRight); in MTX_LookAt()